From c708a6276c9ec7a6cd3900fdc2249a7cf875ced2 Mon Sep 17 00:00:00 2001 From: JohnBraham Date: Fri, 18 Sep 2026 18:59:16 +0100 Subject: [PATCH 1/7] Port Phase 3 lighting release to Forge 1.12.2 --- .circleci/config.yml | 58 - .gitattributes | 4 + .github/workflows/ci.yml | 143 ++ .github/workflows/codeql-analysis.yml | 70 + .github/workflows/release-on-tag.yml | 81 + .github/workflows/validate-gradle-build.yml | 23 + .gitignore | 76 +- .travis.yml | 14 - CHANGELOG.md | 43 + README.md | 68 +- build.gradle | 2206 +++++++++++------ docs/VERSIONS.md | 12 + gradle.properties | 134 +- gradle/furniture-catalog.gradle | 167 ++ gradle/furniture-catalog.json | 59 + .../optional-integration-mods.json | 46 + gradle/wrapper/gradle-wrapper.properties | 3 +- gradlew | 20 +- gradlew.bat | 16 - settings.gradle | 36 +- .../api/FurnitureFactory.java | 90 - .../ironagefurniture/BlockObjectHolder.java | 68 +- .../IAFEventBusSubscriber.java | 14 +- .../IronAgeFurnitureConfiguration.java | 12 +- .../ironagefurniture/Ironagefurniture.java | 18 +- .../api/Blocks/BackBench.java | 10 +- .../ironagefurniture/api/Blocks/Bench.java | 6 +- .../api/Blocks/BlockHBase.java | 72 +- .../ironagefurniture/api/Blocks/Chair.java | 18 +- .../api/Blocks/LightHolderSconceFloor.java | 255 ++ .../api/Blocks/LightHolderSconceWall.java | 185 ++ .../api/Blocks/LightSourceGlowdust.java | 103 + .../api/Blocks/LightSourceLava.java | 216 ++ .../api/Blocks/LightSourceRed.java | 221 ++ .../Blocks/LightSourceSconceGlowFloor.java | 97 + .../api/Blocks/LightSourceSconceGlowWall.java | 167 ++ .../Blocks/LightSourceSconceLavaFloor.java | 166 ++ .../api/Blocks/LightSourceSconceLavaWall.java | 165 ++ .../api/Blocks/LightSourceSconceRedFloor.java | 218 ++ .../LightSourceSconceRedTorchFloor.java | 255 ++ .../LightSourceSconceRedTorchFloorUnlit.java | 60 + .../Blocks/LightSourceSconceRedTorchWall.java | 295 +++ .../LightSourceSconceRedTorchWallUnlit.java | 60 + .../api/Blocks/LightSourceSconceRedWall.java | 244 ++ .../Blocks/LightSourceSconceTorchFloor.java | 248 ++ .../LightSourceSconceTorchFloorUnlit.java | 102 + .../Blocks/LightSourceSconceTorchWall.java | 191 ++ .../LightSourceSconceTorchWallUnlit.java | 101 + .../api/Blocks/ObsideanLump.java | 81 + .../ironagefurniture/api/Blocks/Stool.java | 4 +- .../api/CreativeModeBreakTracker.java | 118 + .../api/Enumerations/BenchType.java | 2 +- .../api/Enumerations/Rotation.java | 2 +- .../api/FurnitureFactory.java | 209 ++ .../api/Items/ItemBlockThrowableLavaLamp.java | 43 + .../api/entity/EntityThrownLavaLamp.java | 105 + .../mc}/ironagefurniture/api/entity/Seat.java | 138 +- .../api/util/Coordinates.java | 44 +- .../init/BlockInitialiser.java | 104 +- .../init/ItemInitialiser.java | 4 +- .../lib/interfaces/IMMDCreativeTab.java | 4 +- .../lib/util/MMDCreativeTab.java | 6 +- .../mc}/ironagefurniture/lib/util/Swivel.java | 4 +- .../recipes/cfm_classic_acacia.json | 38 + .../recipes/cfm_classic_big_oak.json | 38 + .../recipes/cfm_classic_birch.json | 38 + .../recipes/cfm_classic_jungle.json | 38 + .../advancements/recipes/cfm_classic_oak.json | 38 + .../recipes/cfm_classic_spruce.json | 38 + ...onage_bench_back_padded_single_acacia.json | 32 - ...age_bench_back_padded_single_acacia_0.json | 32 + ...age_bench_back_padded_single_acacia_1.json | 32 + ...ge_bench_back_padded_single_acacia_10.json | 32 + ...ge_bench_back_padded_single_acacia_11.json | 32 + ...ge_bench_back_padded_single_acacia_12.json | 32 + ...ge_bench_back_padded_single_acacia_13.json | 32 + ...ge_bench_back_padded_single_acacia_14.json | 32 + ...ge_bench_back_padded_single_acacia_15.json | 32 + ...age_bench_back_padded_single_acacia_2.json | 32 + ...age_bench_back_padded_single_acacia_3.json | 32 + ...age_bench_back_padded_single_acacia_4.json | 32 + ...age_bench_back_padded_single_acacia_5.json | 32 + ...age_bench_back_padded_single_acacia_6.json | 32 + ...age_bench_back_padded_single_acacia_7.json | 32 + ...age_bench_back_padded_single_acacia_8.json | 32 + ...age_bench_back_padded_single_acacia_9.json | 32 + ...nage_bench_back_padded_single_big_oak.json | 32 - ...ge_bench_back_padded_single_big_oak_0.json | 32 + ...ge_bench_back_padded_single_big_oak_1.json | 32 + ...e_bench_back_padded_single_big_oak_10.json | 32 + ...e_bench_back_padded_single_big_oak_11.json | 32 + ...e_bench_back_padded_single_big_oak_12.json | 32 + ...e_bench_back_padded_single_big_oak_13.json | 32 + ...e_bench_back_padded_single_big_oak_14.json | 32 + ...e_bench_back_padded_single_big_oak_15.json | 32 + ...ge_bench_back_padded_single_big_oak_2.json | 32 + ...ge_bench_back_padded_single_big_oak_3.json | 32 + ...ge_bench_back_padded_single_big_oak_4.json | 32 + ...ge_bench_back_padded_single_big_oak_5.json | 32 + ...ge_bench_back_padded_single_big_oak_6.json | 32 + ...ge_bench_back_padded_single_big_oak_7.json | 32 + ...ge_bench_back_padded_single_big_oak_8.json | 32 + ...ge_bench_back_padded_single_big_oak_9.json | 32 + ...ck_padded_single_biomesoplenty_cherry.json | 32 - ..._padded_single_biomesoplenty_cherry_0.json | 38 + ..._padded_single_biomesoplenty_cherry_1.json | 38 + ...padded_single_biomesoplenty_cherry_10.json | 38 + ...padded_single_biomesoplenty_cherry_11.json | 38 + ...padded_single_biomesoplenty_cherry_12.json | 38 + ...padded_single_biomesoplenty_cherry_13.json | 38 + ...padded_single_biomesoplenty_cherry_14.json | 38 + ...padded_single_biomesoplenty_cherry_15.json | 38 + ..._padded_single_biomesoplenty_cherry_2.json | 38 + ..._padded_single_biomesoplenty_cherry_3.json | 38 + ..._padded_single_biomesoplenty_cherry_4.json | 38 + ..._padded_single_biomesoplenty_cherry_5.json | 38 + ..._padded_single_biomesoplenty_cherry_6.json | 38 + ..._padded_single_biomesoplenty_cherry_7.json | 38 + ..._padded_single_biomesoplenty_cherry_8.json | 38 + ..._padded_single_biomesoplenty_cherry_9.json | 38 + ...ack_padded_single_biomesoplenty_ebony.json | 32 - ...k_padded_single_biomesoplenty_ebony_0.json | 38 + ...k_padded_single_biomesoplenty_ebony_1.json | 38 + ..._padded_single_biomesoplenty_ebony_10.json | 38 + ..._padded_single_biomesoplenty_ebony_11.json | 38 + ..._padded_single_biomesoplenty_ebony_12.json | 38 + ..._padded_single_biomesoplenty_ebony_13.json | 38 + ..._padded_single_biomesoplenty_ebony_14.json | 38 + ..._padded_single_biomesoplenty_ebony_15.json | 38 + ...k_padded_single_biomesoplenty_ebony_2.json | 38 + ...k_padded_single_biomesoplenty_ebony_3.json | 38 + ...k_padded_single_biomesoplenty_ebony_4.json | 38 + ...k_padded_single_biomesoplenty_ebony_5.json | 38 + ...k_padded_single_biomesoplenty_ebony_6.json | 38 + ...k_padded_single_biomesoplenty_ebony_7.json | 38 + ...k_padded_single_biomesoplenty_ebony_8.json | 38 + ...k_padded_single_biomesoplenty_ebony_9.json | 38 + ..._padded_single_biomesoplenty_ethereal.json | 32 - ...added_single_biomesoplenty_ethereal_0.json | 38 + ...added_single_biomesoplenty_ethereal_1.json | 38 + ...dded_single_biomesoplenty_ethereal_10.json | 38 + ...dded_single_biomesoplenty_ethereal_11.json | 38 + ...dded_single_biomesoplenty_ethereal_12.json | 38 + ...dded_single_biomesoplenty_ethereal_13.json | 38 + ...dded_single_biomesoplenty_ethereal_14.json | 38 + ...dded_single_biomesoplenty_ethereal_15.json | 38 + ...added_single_biomesoplenty_ethereal_2.json | 38 + ...added_single_biomesoplenty_ethereal_3.json | 38 + ...added_single_biomesoplenty_ethereal_4.json | 38 + ...added_single_biomesoplenty_ethereal_5.json | 38 + ...added_single_biomesoplenty_ethereal_6.json | 38 + ...added_single_biomesoplenty_ethereal_7.json | 38 + ...added_single_biomesoplenty_ethereal_8.json | 38 + ...added_single_biomesoplenty_ethereal_9.json | 38 + ...added_single_biomesoplenty_eucalyptus.json | 32 - ...ded_single_biomesoplenty_eucalyptus_0.json | 38 + ...ded_single_biomesoplenty_eucalyptus_1.json | 38 + ...ed_single_biomesoplenty_eucalyptus_10.json | 38 + ...ed_single_biomesoplenty_eucalyptus_11.json | 38 + ...ed_single_biomesoplenty_eucalyptus_12.json | 38 + ...ed_single_biomesoplenty_eucalyptus_13.json | 38 + ...ed_single_biomesoplenty_eucalyptus_14.json | 38 + ...ed_single_biomesoplenty_eucalyptus_15.json | 38 + ...ded_single_biomesoplenty_eucalyptus_2.json | 38 + ...ded_single_biomesoplenty_eucalyptus_3.json | 38 + ...ded_single_biomesoplenty_eucalyptus_4.json | 38 + ...ded_single_biomesoplenty_eucalyptus_5.json | 38 + ...ded_single_biomesoplenty_eucalyptus_6.json | 38 + ...ded_single_biomesoplenty_eucalyptus_7.json | 38 + ...ded_single_biomesoplenty_eucalyptus_8.json | 38 + ...ded_single_biomesoplenty_eucalyptus_9.json | 38 + ..._back_padded_single_biomesoplenty_fir.json | 32 - ...ack_padded_single_biomesoplenty_fir_0.json | 38 + ...ack_padded_single_biomesoplenty_fir_1.json | 38 + ...ck_padded_single_biomesoplenty_fir_10.json | 38 + ...ck_padded_single_biomesoplenty_fir_11.json | 38 + ...ck_padded_single_biomesoplenty_fir_12.json | 38 + ...ck_padded_single_biomesoplenty_fir_13.json | 38 + ...ck_padded_single_biomesoplenty_fir_14.json | 38 + ...ck_padded_single_biomesoplenty_fir_15.json | 38 + ...ack_padded_single_biomesoplenty_fir_2.json | 38 + ...ack_padded_single_biomesoplenty_fir_3.json | 38 + ...ack_padded_single_biomesoplenty_fir_4.json | 38 + ...ack_padded_single_biomesoplenty_fir_5.json | 38 + ...ack_padded_single_biomesoplenty_fir_6.json | 38 + ...ack_padded_single_biomesoplenty_fir_7.json | 38 + ...ack_padded_single_biomesoplenty_fir_8.json | 38 + ...ack_padded_single_biomesoplenty_fir_9.json | 38 + ..._padded_single_biomesoplenty_hellbark.json | 32 - ...added_single_biomesoplenty_hellbark_0.json | 38 + ...added_single_biomesoplenty_hellbark_1.json | 38 + ...dded_single_biomesoplenty_hellbark_10.json | 38 + ...dded_single_biomesoplenty_hellbark_11.json | 38 + ...dded_single_biomesoplenty_hellbark_12.json | 38 + ...dded_single_biomesoplenty_hellbark_13.json | 38 + ...dded_single_biomesoplenty_hellbark_14.json | 38 + ...dded_single_biomesoplenty_hellbark_15.json | 38 + ...added_single_biomesoplenty_hellbark_2.json | 38 + ...added_single_biomesoplenty_hellbark_3.json | 38 + ...added_single_biomesoplenty_hellbark_4.json | 38 + ...added_single_biomesoplenty_hellbark_5.json | 38 + ...added_single_biomesoplenty_hellbark_6.json | 38 + ...added_single_biomesoplenty_hellbark_7.json | 38 + ...added_single_biomesoplenty_hellbark_8.json | 38 + ...added_single_biomesoplenty_hellbark_9.json | 38 + ...padded_single_biomesoplenty_jacaranda.json | 32 - ...dded_single_biomesoplenty_jacaranda_0.json | 38 + ...dded_single_biomesoplenty_jacaranda_1.json | 38 + ...ded_single_biomesoplenty_jacaranda_10.json | 38 + ...ded_single_biomesoplenty_jacaranda_11.json | 38 + ...ded_single_biomesoplenty_jacaranda_12.json | 38 + ...ded_single_biomesoplenty_jacaranda_13.json | 38 + ...ded_single_biomesoplenty_jacaranda_14.json | 38 + ...ded_single_biomesoplenty_jacaranda_15.json | 38 + ...dded_single_biomesoplenty_jacaranda_2.json | 38 + ...dded_single_biomesoplenty_jacaranda_3.json | 38 + ...dded_single_biomesoplenty_jacaranda_4.json | 38 + ...dded_single_biomesoplenty_jacaranda_5.json | 38 + ...dded_single_biomesoplenty_jacaranda_6.json | 38 + ...dded_single_biomesoplenty_jacaranda_7.json | 38 + ...dded_single_biomesoplenty_jacaranda_8.json | 38 + ...dded_single_biomesoplenty_jacaranda_9.json | 38 + ...ack_padded_single_biomesoplenty_magic.json | 32 - ...k_padded_single_biomesoplenty_magic_0.json | 38 + ...k_padded_single_biomesoplenty_magic_1.json | 38 + ..._padded_single_biomesoplenty_magic_10.json | 38 + ..._padded_single_biomesoplenty_magic_11.json | 38 + ..._padded_single_biomesoplenty_magic_12.json | 38 + ..._padded_single_biomesoplenty_magic_13.json | 38 + ..._padded_single_biomesoplenty_magic_14.json | 38 + ..._padded_single_biomesoplenty_magic_15.json | 38 + ...k_padded_single_biomesoplenty_magic_2.json | 38 + ...k_padded_single_biomesoplenty_magic_3.json | 38 + ...k_padded_single_biomesoplenty_magic_4.json | 38 + ...k_padded_single_biomesoplenty_magic_5.json | 38 + ...k_padded_single_biomesoplenty_magic_6.json | 38 + ...k_padded_single_biomesoplenty_magic_7.json | 38 + ...k_padded_single_biomesoplenty_magic_8.json | 38 + ...k_padded_single_biomesoplenty_magic_9.json | 38 + ..._padded_single_biomesoplenty_mahogany.json | 32 - ...added_single_biomesoplenty_mahogany_0.json | 38 + ...added_single_biomesoplenty_mahogany_1.json | 38 + ...dded_single_biomesoplenty_mahogany_10.json | 38 + ...dded_single_biomesoplenty_mahogany_11.json | 38 + ...dded_single_biomesoplenty_mahogany_12.json | 38 + ...dded_single_biomesoplenty_mahogany_13.json | 38 + ...dded_single_biomesoplenty_mahogany_14.json | 38 + ...dded_single_biomesoplenty_mahogany_15.json | 38 + ...added_single_biomesoplenty_mahogany_2.json | 38 + ...added_single_biomesoplenty_mahogany_3.json | 38 + ...added_single_biomesoplenty_mahogany_4.json | 38 + ...added_single_biomesoplenty_mahogany_5.json | 38 + ...added_single_biomesoplenty_mahogany_6.json | 38 + ...added_single_biomesoplenty_mahogany_7.json | 38 + ...added_single_biomesoplenty_mahogany_8.json | 38 + ...added_single_biomesoplenty_mahogany_9.json | 38 + ..._padded_single_biomesoplenty_mangrove.json | 32 - ...added_single_biomesoplenty_mangrove_0.json | 38 + ...added_single_biomesoplenty_mangrove_1.json | 38 + ...dded_single_biomesoplenty_mangrove_10.json | 38 + ...dded_single_biomesoplenty_mangrove_11.json | 38 + ...dded_single_biomesoplenty_mangrove_12.json | 38 + ...dded_single_biomesoplenty_mangrove_13.json | 38 + ...dded_single_biomesoplenty_mangrove_14.json | 38 + ...dded_single_biomesoplenty_mangrove_15.json | 38 + ...added_single_biomesoplenty_mangrove_2.json | 38 + ...added_single_biomesoplenty_mangrove_3.json | 38 + ...added_single_biomesoplenty_mangrove_4.json | 38 + ...added_single_biomesoplenty_mangrove_5.json | 38 + ...added_single_biomesoplenty_mangrove_6.json | 38 + ...added_single_biomesoplenty_mangrove_7.json | 38 + ...added_single_biomesoplenty_mangrove_8.json | 38 + ...added_single_biomesoplenty_mangrove_9.json | 38 + ...back_padded_single_biomesoplenty_palm.json | 32 - ...ck_padded_single_biomesoplenty_palm_0.json | 38 + ...ck_padded_single_biomesoplenty_palm_1.json | 38 + ...k_padded_single_biomesoplenty_palm_10.json | 38 + ...k_padded_single_biomesoplenty_palm_11.json | 38 + ...k_padded_single_biomesoplenty_palm_12.json | 38 + ...k_padded_single_biomesoplenty_palm_13.json | 38 + ...k_padded_single_biomesoplenty_palm_14.json | 38 + ...k_padded_single_biomesoplenty_palm_15.json | 38 + ...ck_padded_single_biomesoplenty_palm_2.json | 38 + ...ck_padded_single_biomesoplenty_palm_3.json | 38 + ...ck_padded_single_biomesoplenty_palm_4.json | 38 + ...ck_padded_single_biomesoplenty_palm_5.json | 38 + ...ck_padded_single_biomesoplenty_palm_6.json | 38 + ...ck_padded_single_biomesoplenty_palm_7.json | 38 + ...ck_padded_single_biomesoplenty_palm_8.json | 38 + ...ck_padded_single_biomesoplenty_palm_9.json | 38 + ...back_padded_single_biomesoplenty_pine.json | 32 - ...ck_padded_single_biomesoplenty_pine_0.json | 38 + ...ck_padded_single_biomesoplenty_pine_1.json | 38 + ...k_padded_single_biomesoplenty_pine_10.json | 38 + ...k_padded_single_biomesoplenty_pine_11.json | 38 + ...k_padded_single_biomesoplenty_pine_12.json | 38 + ...k_padded_single_biomesoplenty_pine_13.json | 38 + ...k_padded_single_biomesoplenty_pine_14.json | 38 + ...k_padded_single_biomesoplenty_pine_15.json | 38 + ...ck_padded_single_biomesoplenty_pine_2.json | 38 + ...ck_padded_single_biomesoplenty_pine_3.json | 38 + ...ck_padded_single_biomesoplenty_pine_4.json | 38 + ...ck_padded_single_biomesoplenty_pine_5.json | 38 + ...ck_padded_single_biomesoplenty_pine_6.json | 38 + ...ck_padded_single_biomesoplenty_pine_7.json | 38 + ...ck_padded_single_biomesoplenty_pine_8.json | 38 + ...ck_padded_single_biomesoplenty_pine_9.json | 38 + ...k_padded_single_biomesoplenty_redwood.json | 32 - ...padded_single_biomesoplenty_redwood_0.json | 38 + ...padded_single_biomesoplenty_redwood_1.json | 38 + ...added_single_biomesoplenty_redwood_10.json | 38 + ...added_single_biomesoplenty_redwood_11.json | 38 + ...added_single_biomesoplenty_redwood_12.json | 38 + ...added_single_biomesoplenty_redwood_13.json | 38 + ...added_single_biomesoplenty_redwood_14.json | 38 + ...added_single_biomesoplenty_redwood_15.json | 38 + ...padded_single_biomesoplenty_redwood_2.json | 38 + ...padded_single_biomesoplenty_redwood_3.json | 38 + ...padded_single_biomesoplenty_redwood_4.json | 38 + ...padded_single_biomesoplenty_redwood_5.json | 38 + ...padded_single_biomesoplenty_redwood_6.json | 38 + ...padded_single_biomesoplenty_redwood_7.json | 38 + ...padded_single_biomesoplenty_redwood_8.json | 38 + ...padded_single_biomesoplenty_redwood_9.json | 38 + ...added_single_biomesoplenty_sacred_oak.json | 32 - ...ded_single_biomesoplenty_sacred_oak_0.json | 38 + ...ded_single_biomesoplenty_sacred_oak_1.json | 38 + ...ed_single_biomesoplenty_sacred_oak_10.json | 38 + ...ed_single_biomesoplenty_sacred_oak_11.json | 38 + ...ed_single_biomesoplenty_sacred_oak_12.json | 38 + ...ed_single_biomesoplenty_sacred_oak_13.json | 38 + ...ed_single_biomesoplenty_sacred_oak_14.json | 38 + ...ed_single_biomesoplenty_sacred_oak_15.json | 38 + ...ded_single_biomesoplenty_sacred_oak_2.json | 38 + ...ded_single_biomesoplenty_sacred_oak_3.json | 38 + ...ded_single_biomesoplenty_sacred_oak_4.json | 38 + ...ded_single_biomesoplenty_sacred_oak_5.json | 38 + ...ded_single_biomesoplenty_sacred_oak_6.json | 38 + ...ded_single_biomesoplenty_sacred_oak_7.json | 38 + ...ded_single_biomesoplenty_sacred_oak_8.json | 38 + ...ded_single_biomesoplenty_sacred_oak_9.json | 38 + ...ck_padded_single_biomesoplenty_umbran.json | 32 - ..._padded_single_biomesoplenty_umbran_0.json | 38 + ..._padded_single_biomesoplenty_umbran_1.json | 38 + ...padded_single_biomesoplenty_umbran_10.json | 38 + ...padded_single_biomesoplenty_umbran_11.json | 38 + ...padded_single_biomesoplenty_umbran_12.json | 38 + ...padded_single_biomesoplenty_umbran_13.json | 38 + ...padded_single_biomesoplenty_umbran_14.json | 38 + ...padded_single_biomesoplenty_umbran_15.json | 38 + ..._padded_single_biomesoplenty_umbran_2.json | 38 + ..._padded_single_biomesoplenty_umbran_3.json | 38 + ..._padded_single_biomesoplenty_umbran_4.json | 38 + ..._padded_single_biomesoplenty_umbran_5.json | 38 + ..._padded_single_biomesoplenty_umbran_6.json | 38 + ..._padded_single_biomesoplenty_umbran_7.json | 38 + ..._padded_single_biomesoplenty_umbran_8.json | 38 + ..._padded_single_biomesoplenty_umbran_9.json | 38 + ...ck_padded_single_biomesoplenty_willow.json | 32 - ..._padded_single_biomesoplenty_willow_0.json | 38 + ..._padded_single_biomesoplenty_willow_1.json | 38 + ...padded_single_biomesoplenty_willow_10.json | 38 + ...padded_single_biomesoplenty_willow_11.json | 38 + ...padded_single_biomesoplenty_willow_12.json | 38 + ...padded_single_biomesoplenty_willow_13.json | 38 + ...padded_single_biomesoplenty_willow_14.json | 38 + ...padded_single_biomesoplenty_willow_15.json | 38 + ..._padded_single_biomesoplenty_willow_2.json | 38 + ..._padded_single_biomesoplenty_willow_3.json | 38 + ..._padded_single_biomesoplenty_willow_4.json | 38 + ..._padded_single_biomesoplenty_willow_5.json | 38 + ..._padded_single_biomesoplenty_willow_6.json | 38 + ..._padded_single_biomesoplenty_willow_7.json | 38 + ..._padded_single_biomesoplenty_willow_8.json | 38 + ..._padded_single_biomesoplenty_willow_9.json | 38 + ...ronage_bench_back_padded_single_birch.json | 32 - ...nage_bench_back_padded_single_birch_0.json | 32 + ...nage_bench_back_padded_single_birch_1.json | 32 + ...age_bench_back_padded_single_birch_10.json | 32 + ...age_bench_back_padded_single_birch_11.json | 32 + ...age_bench_back_padded_single_birch_12.json | 32 + ...age_bench_back_padded_single_birch_13.json | 32 + ...age_bench_back_padded_single_birch_14.json | 32 + ...age_bench_back_padded_single_birch_15.json | 32 + ...nage_bench_back_padded_single_birch_2.json | 32 + ...nage_bench_back_padded_single_birch_3.json | 32 + ...nage_bench_back_padded_single_birch_4.json | 32 + ...nage_bench_back_padded_single_birch_5.json | 32 + ...nage_bench_back_padded_single_birch_6.json | 32 + ...nage_bench_back_padded_single_birch_7.json | 32 + ...nage_bench_back_padded_single_birch_8.json | 32 + ...nage_bench_back_padded_single_birch_9.json | 32 + ...ch_back_padded_single_forestry_acacia.json | 32 - ..._back_padded_single_forestry_acacia_0.json | 38 + ..._back_padded_single_forestry_acacia_1.json | 38 + ...back_padded_single_forestry_acacia_10.json | 38 + ...back_padded_single_forestry_acacia_11.json | 38 + ...back_padded_single_forestry_acacia_12.json | 38 + ...back_padded_single_forestry_acacia_13.json | 38 + ...back_padded_single_forestry_acacia_14.json | 38 + ...back_padded_single_forestry_acacia_15.json | 38 + ..._back_padded_single_forestry_acacia_2.json | 38 + ..._back_padded_single_forestry_acacia_3.json | 38 + ..._back_padded_single_forestry_acacia_4.json | 38 + ..._back_padded_single_forestry_acacia_5.json | 38 + ..._back_padded_single_forestry_acacia_6.json | 38 + ..._back_padded_single_forestry_acacia_7.json | 38 + ..._back_padded_single_forestry_acacia_8.json | 38 + ..._back_padded_single_forestry_acacia_9.json | 38 + ...nch_back_padded_single_forestry_balsa.json | 32 - ...h_back_padded_single_forestry_balsa_0.json | 38 + ...h_back_padded_single_forestry_balsa_1.json | 38 + ..._back_padded_single_forestry_balsa_10.json | 38 + ..._back_padded_single_forestry_balsa_11.json | 38 + ..._back_padded_single_forestry_balsa_12.json | 38 + ..._back_padded_single_forestry_balsa_13.json | 38 + ..._back_padded_single_forestry_balsa_14.json | 38 + ..._back_padded_single_forestry_balsa_15.json | 38 + ...h_back_padded_single_forestry_balsa_2.json | 38 + ...h_back_padded_single_forestry_balsa_3.json | 38 + ...h_back_padded_single_forestry_balsa_4.json | 38 + ...h_back_padded_single_forestry_balsa_5.json | 38 + ...h_back_padded_single_forestry_balsa_6.json | 38 + ...h_back_padded_single_forestry_balsa_7.json | 38 + ...h_back_padded_single_forestry_balsa_8.json | 38 + ...h_back_padded_single_forestry_balsa_9.json | 38 + ...ch_back_padded_single_forestry_baobab.json | 32 - ..._back_padded_single_forestry_baobab_0.json | 38 + ..._back_padded_single_forestry_baobab_1.json | 38 + ...back_padded_single_forestry_baobab_10.json | 38 + ...back_padded_single_forestry_baobab_11.json | 38 + ...back_padded_single_forestry_baobab_12.json | 38 + ...back_padded_single_forestry_baobab_13.json | 38 + ...back_padded_single_forestry_baobab_14.json | 38 + ...back_padded_single_forestry_baobab_15.json | 38 + ..._back_padded_single_forestry_baobab_2.json | 38 + ..._back_padded_single_forestry_baobab_3.json | 38 + ..._back_padded_single_forestry_baobab_4.json | 38 + ..._back_padded_single_forestry_baobab_5.json | 38 + ..._back_padded_single_forestry_baobab_6.json | 38 + ..._back_padded_single_forestry_baobab_7.json | 38 + ..._back_padded_single_forestry_baobab_8.json | 38 + ..._back_padded_single_forestry_baobab_9.json | 38 + ...ch_back_padded_single_forestry_cherry.json | 32 - ..._back_padded_single_forestry_cherry_0.json | 38 + ..._back_padded_single_forestry_cherry_1.json | 38 + ...back_padded_single_forestry_cherry_10.json | 38 + ...back_padded_single_forestry_cherry_11.json | 38 + ...back_padded_single_forestry_cherry_12.json | 38 + ...back_padded_single_forestry_cherry_13.json | 38 + ...back_padded_single_forestry_cherry_14.json | 38 + ...back_padded_single_forestry_cherry_15.json | 38 + ..._back_padded_single_forestry_cherry_2.json | 38 + ..._back_padded_single_forestry_cherry_3.json | 38 + ..._back_padded_single_forestry_cherry_4.json | 38 + ..._back_padded_single_forestry_cherry_5.json | 38 + ..._back_padded_single_forestry_cherry_6.json | 38 + ..._back_padded_single_forestry_cherry_7.json | 38 + ..._back_padded_single_forestry_cherry_8.json | 38 + ..._back_padded_single_forestry_cherry_9.json | 38 + ..._back_padded_single_forestry_chestnut.json | 32 - ...ack_padded_single_forestry_chestnut_0.json | 38 + ...ack_padded_single_forestry_chestnut_1.json | 38 + ...ck_padded_single_forestry_chestnut_10.json | 38 + ...ck_padded_single_forestry_chestnut_11.json | 38 + ...ck_padded_single_forestry_chestnut_12.json | 38 + ...ck_padded_single_forestry_chestnut_13.json | 38 + ...ck_padded_single_forestry_chestnut_14.json | 38 + ...ck_padded_single_forestry_chestnut_15.json | 38 + ...ack_padded_single_forestry_chestnut_2.json | 38 + ...ack_padded_single_forestry_chestnut_3.json | 38 + ...ack_padded_single_forestry_chestnut_4.json | 38 + ...ack_padded_single_forestry_chestnut_5.json | 38 + ...ack_padded_single_forestry_chestnut_6.json | 38 + ...ack_padded_single_forestry_chestnut_7.json | 38 + ...ack_padded_single_forestry_chestnut_8.json | 38 + ...ack_padded_single_forestry_chestnut_9.json | 38 + ...ch_back_padded_single_forestry_citrus.json | 32 - ..._back_padded_single_forestry_citrus_0.json | 38 + ..._back_padded_single_forestry_citrus_1.json | 38 + ...back_padded_single_forestry_citrus_10.json | 38 + ...back_padded_single_forestry_citrus_11.json | 38 + ...back_padded_single_forestry_citrus_12.json | 38 + ...back_padded_single_forestry_citrus_13.json | 38 + ...back_padded_single_forestry_citrus_14.json | 38 + ...back_padded_single_forestry_citrus_15.json | 38 + ..._back_padded_single_forestry_citrus_2.json | 38 + ..._back_padded_single_forestry_citrus_3.json | 38 + ..._back_padded_single_forestry_citrus_4.json | 38 + ..._back_padded_single_forestry_citrus_5.json | 38 + ..._back_padded_single_forestry_citrus_6.json | 38 + ..._back_padded_single_forestry_citrus_7.json | 38 + ..._back_padded_single_forestry_citrus_8.json | 38 + ..._back_padded_single_forestry_citrus_9.json | 38 + ..._back_padded_single_forestry_cocobolo.json | 32 - ...ack_padded_single_forestry_cocobolo_0.json | 38 + ...ack_padded_single_forestry_cocobolo_1.json | 38 + ...ck_padded_single_forestry_cocobolo_10.json | 38 + ...ck_padded_single_forestry_cocobolo_11.json | 38 + ...ck_padded_single_forestry_cocobolo_12.json | 38 + ...ck_padded_single_forestry_cocobolo_13.json | 38 + ...ck_padded_single_forestry_cocobolo_14.json | 38 + ...ck_padded_single_forestry_cocobolo_15.json | 38 + ...ack_padded_single_forestry_cocobolo_2.json | 38 + ...ack_padded_single_forestry_cocobolo_3.json | 38 + ...ack_padded_single_forestry_cocobolo_4.json | 38 + ...ack_padded_single_forestry_cocobolo_5.json | 38 + ...ack_padded_single_forestry_cocobolo_6.json | 38 + ...ack_padded_single_forestry_cocobolo_7.json | 38 + ...ack_padded_single_forestry_cocobolo_8.json | 38 + ...ack_padded_single_forestry_cocobolo_9.json | 38 + ...nch_back_padded_single_forestry_ebony.json | 32 - ...h_back_padded_single_forestry_ebony_0.json | 38 + ...h_back_padded_single_forestry_ebony_1.json | 38 + ..._back_padded_single_forestry_ebony_10.json | 38 + ..._back_padded_single_forestry_ebony_11.json | 38 + ..._back_padded_single_forestry_ebony_12.json | 38 + ..._back_padded_single_forestry_ebony_13.json | 38 + ..._back_padded_single_forestry_ebony_14.json | 38 + ..._back_padded_single_forestry_ebony_15.json | 38 + ...h_back_padded_single_forestry_ebony_2.json | 38 + ...h_back_padded_single_forestry_ebony_3.json | 38 + ...h_back_padded_single_forestry_ebony_4.json | 38 + ...h_back_padded_single_forestry_ebony_5.json | 38 + ...h_back_padded_single_forestry_ebony_6.json | 38 + ...h_back_padded_single_forestry_ebony_7.json | 38 + ...h_back_padded_single_forestry_ebony_8.json | 38 + ...h_back_padded_single_forestry_ebony_9.json | 38 + ...back_padded_single_forestry_giganteum.json | 32 - ...ck_padded_single_forestry_giganteum_0.json | 38 + ...ck_padded_single_forestry_giganteum_1.json | 38 + ...k_padded_single_forestry_giganteum_10.json | 38 + ...k_padded_single_forestry_giganteum_11.json | 38 + ...k_padded_single_forestry_giganteum_12.json | 38 + ...k_padded_single_forestry_giganteum_13.json | 38 + ...k_padded_single_forestry_giganteum_14.json | 38 + ...k_padded_single_forestry_giganteum_15.json | 38 + ...ck_padded_single_forestry_giganteum_2.json | 38 + ...ck_padded_single_forestry_giganteum_3.json | 38 + ...ck_padded_single_forestry_giganteum_4.json | 38 + ...ck_padded_single_forestry_giganteum_5.json | 38 + ...ck_padded_single_forestry_giganteum_6.json | 38 + ...ck_padded_single_forestry_giganteum_7.json | 38 + ...ck_padded_single_forestry_giganteum_8.json | 38 + ...ck_padded_single_forestry_giganteum_9.json | 38 + ...ack_padded_single_forestry_greenheart.json | 32 - ...k_padded_single_forestry_greenheart_0.json | 38 + ...k_padded_single_forestry_greenheart_1.json | 38 + ..._padded_single_forestry_greenheart_10.json | 38 + ..._padded_single_forestry_greenheart_11.json | 38 + ..._padded_single_forestry_greenheart_12.json | 38 + ..._padded_single_forestry_greenheart_13.json | 38 + ..._padded_single_forestry_greenheart_14.json | 38 + ..._padded_single_forestry_greenheart_15.json | 38 + ...k_padded_single_forestry_greenheart_2.json | 38 + ...k_padded_single_forestry_greenheart_3.json | 38 + ...k_padded_single_forestry_greenheart_4.json | 38 + ...k_padded_single_forestry_greenheart_5.json | 38 + ...k_padded_single_forestry_greenheart_6.json | 38 + ...k_padded_single_forestry_greenheart_7.json | 38 + ...k_padded_single_forestry_greenheart_8.json | 38 + ...k_padded_single_forestry_greenheart_9.json | 38 + ...bench_back_padded_single_forestry_ipe.json | 32 - ...nch_back_padded_single_forestry_ipe_0.json | 38 + ...nch_back_padded_single_forestry_ipe_1.json | 38 + ...ch_back_padded_single_forestry_ipe_10.json | 38 + ...ch_back_padded_single_forestry_ipe_11.json | 38 + ...ch_back_padded_single_forestry_ipe_12.json | 38 + ...ch_back_padded_single_forestry_ipe_13.json | 38 + ...ch_back_padded_single_forestry_ipe_14.json | 38 + ...ch_back_padded_single_forestry_ipe_15.json | 38 + ...nch_back_padded_single_forestry_ipe_2.json | 38 + ...nch_back_padded_single_forestry_ipe_3.json | 38 + ...nch_back_padded_single_forestry_ipe_4.json | 38 + ...nch_back_padded_single_forestry_ipe_5.json | 38 + ...nch_back_padded_single_forestry_ipe_6.json | 38 + ...nch_back_padded_single_forestry_ipe_7.json | 38 + ...nch_back_padded_single_forestry_ipe_8.json | 38 + ...nch_back_padded_single_forestry_ipe_9.json | 38 + ...nch_back_padded_single_forestry_kapok.json | 32 - ...h_back_padded_single_forestry_kapok_0.json | 38 + ...h_back_padded_single_forestry_kapok_1.json | 38 + ..._back_padded_single_forestry_kapok_10.json | 38 + ..._back_padded_single_forestry_kapok_11.json | 38 + ..._back_padded_single_forestry_kapok_12.json | 38 + ..._back_padded_single_forestry_kapok_13.json | 38 + ..._back_padded_single_forestry_kapok_14.json | 38 + ..._back_padded_single_forestry_kapok_15.json | 38 + ...h_back_padded_single_forestry_kapok_2.json | 38 + ...h_back_padded_single_forestry_kapok_3.json | 38 + ...h_back_padded_single_forestry_kapok_4.json | 38 + ...h_back_padded_single_forestry_kapok_5.json | 38 + ...h_back_padded_single_forestry_kapok_6.json | 38 + ...h_back_padded_single_forestry_kapok_7.json | 38 + ...h_back_padded_single_forestry_kapok_8.json | 38 + ...h_back_padded_single_forestry_kapok_9.json | 38 + ...nch_back_padded_single_forestry_larch.json | 32 - ...h_back_padded_single_forestry_larch_0.json | 38 + ...h_back_padded_single_forestry_larch_1.json | 38 + ..._back_padded_single_forestry_larch_10.json | 38 + ..._back_padded_single_forestry_larch_11.json | 38 + ..._back_padded_single_forestry_larch_12.json | 38 + ..._back_padded_single_forestry_larch_13.json | 38 + ..._back_padded_single_forestry_larch_14.json | 38 + ..._back_padded_single_forestry_larch_15.json | 38 + ...h_back_padded_single_forestry_larch_2.json | 38 + ...h_back_padded_single_forestry_larch_3.json | 38 + ...h_back_padded_single_forestry_larch_4.json | 38 + ...h_back_padded_single_forestry_larch_5.json | 38 + ...h_back_padded_single_forestry_larch_6.json | 38 + ...h_back_padded_single_forestry_larch_7.json | 38 + ...h_back_padded_single_forestry_larch_8.json | 38 + ...h_back_padded_single_forestry_larch_9.json | 38 + ...ench_back_padded_single_forestry_lime.json | 32 - ...ch_back_padded_single_forestry_lime_0.json | 38 + ...ch_back_padded_single_forestry_lime_1.json | 38 + ...h_back_padded_single_forestry_lime_10.json | 38 + ...h_back_padded_single_forestry_lime_11.json | 38 + ...h_back_padded_single_forestry_lime_12.json | 38 + ...h_back_padded_single_forestry_lime_13.json | 38 + ...h_back_padded_single_forestry_lime_14.json | 38 + ...h_back_padded_single_forestry_lime_15.json | 38 + ...ch_back_padded_single_forestry_lime_2.json | 38 + ...ch_back_padded_single_forestry_lime_3.json | 38 + ...ch_back_padded_single_forestry_lime_4.json | 38 + ...ch_back_padded_single_forestry_lime_5.json | 38 + ...ch_back_padded_single_forestry_lime_6.json | 38 + ...ch_back_padded_single_forestry_lime_7.json | 38 + ...ch_back_padded_single_forestry_lime_8.json | 38 + ...ch_back_padded_single_forestry_lime_9.json | 38 + ...nch_back_padded_single_forestry_mahoe.json | 32 - ...h_back_padded_single_forestry_mahoe_0.json | 38 + ...h_back_padded_single_forestry_mahoe_1.json | 38 + ..._back_padded_single_forestry_mahoe_10.json | 38 + ..._back_padded_single_forestry_mahoe_11.json | 38 + ..._back_padded_single_forestry_mahoe_12.json | 38 + ..._back_padded_single_forestry_mahoe_13.json | 38 + ..._back_padded_single_forestry_mahoe_14.json | 38 + ..._back_padded_single_forestry_mahoe_15.json | 38 + ...h_back_padded_single_forestry_mahoe_2.json | 38 + ...h_back_padded_single_forestry_mahoe_3.json | 38 + ...h_back_padded_single_forestry_mahoe_4.json | 38 + ...h_back_padded_single_forestry_mahoe_5.json | 38 + ...h_back_padded_single_forestry_mahoe_6.json | 38 + ...h_back_padded_single_forestry_mahoe_7.json | 38 + ...h_back_padded_single_forestry_mahoe_8.json | 38 + ...h_back_padded_single_forestry_mahoe_9.json | 38 + ..._back_padded_single_forestry_mahogany.json | 32 - ...ack_padded_single_forestry_mahogany_0.json | 38 + ...ack_padded_single_forestry_mahogany_1.json | 38 + ...ck_padded_single_forestry_mahogany_10.json | 38 + ...ck_padded_single_forestry_mahogany_11.json | 38 + ...ck_padded_single_forestry_mahogany_12.json | 38 + ...ck_padded_single_forestry_mahogany_13.json | 38 + ...ck_padded_single_forestry_mahogany_14.json | 38 + ...ck_padded_single_forestry_mahogany_15.json | 38 + ...ack_padded_single_forestry_mahogany_2.json | 38 + ...ack_padded_single_forestry_mahogany_3.json | 38 + ...ack_padded_single_forestry_mahogany_4.json | 38 + ...ack_padded_single_forestry_mahogany_5.json | 38 + ...ack_padded_single_forestry_mahogany_6.json | 38 + ...ack_padded_single_forestry_mahogany_7.json | 38 + ...ack_padded_single_forestry_mahogany_8.json | 38 + ...ack_padded_single_forestry_mahogany_9.json | 38 + ...nch_back_padded_single_forestry_maple.json | 32 - ...h_back_padded_single_forestry_maple_0.json | 38 + ...h_back_padded_single_forestry_maple_1.json | 38 + ..._back_padded_single_forestry_maple_10.json | 38 + ..._back_padded_single_forestry_maple_11.json | 38 + ..._back_padded_single_forestry_maple_12.json | 38 + ..._back_padded_single_forestry_maple_13.json | 38 + ..._back_padded_single_forestry_maple_14.json | 38 + ..._back_padded_single_forestry_maple_15.json | 38 + ...h_back_padded_single_forestry_maple_2.json | 38 + ...h_back_padded_single_forestry_maple_3.json | 38 + ...h_back_padded_single_forestry_maple_4.json | 38 + ...h_back_padded_single_forestry_maple_5.json | 38 + ...h_back_padded_single_forestry_maple_6.json | 38 + ...h_back_padded_single_forestry_maple_7.json | 38 + ...h_back_padded_single_forestry_maple_8.json | 38 + ...h_back_padded_single_forestry_maple_9.json | 38 + ...ch_back_padded_single_forestry_padauk.json | 32 - ..._back_padded_single_forestry_padauk_0.json | 38 + ..._back_padded_single_forestry_padauk_1.json | 38 + ...back_padded_single_forestry_padauk_10.json | 38 + ...back_padded_single_forestry_padauk_11.json | 38 + ...back_padded_single_forestry_padauk_12.json | 38 + ...back_padded_single_forestry_padauk_13.json | 38 + ...back_padded_single_forestry_padauk_14.json | 38 + ...back_padded_single_forestry_padauk_15.json | 38 + ..._back_padded_single_forestry_padauk_2.json | 38 + ..._back_padded_single_forestry_padauk_3.json | 38 + ..._back_padded_single_forestry_padauk_4.json | 38 + ..._back_padded_single_forestry_padauk_5.json | 38 + ..._back_padded_single_forestry_padauk_6.json | 38 + ..._back_padded_single_forestry_padauk_7.json | 38 + ..._back_padded_single_forestry_padauk_8.json | 38 + ..._back_padded_single_forestry_padauk_9.json | 38 + ...ench_back_padded_single_forestry_palm.json | 32 - ...ch_back_padded_single_forestry_palm_0.json | 38 + ...ch_back_padded_single_forestry_palm_1.json | 38 + ...h_back_padded_single_forestry_palm_10.json | 38 + ...h_back_padded_single_forestry_palm_11.json | 38 + ...h_back_padded_single_forestry_palm_12.json | 38 + ...h_back_padded_single_forestry_palm_13.json | 38 + ...h_back_padded_single_forestry_palm_14.json | 38 + ...h_back_padded_single_forestry_palm_15.json | 38 + ...ch_back_padded_single_forestry_palm_2.json | 38 + ...ch_back_padded_single_forestry_palm_3.json | 38 + ...ch_back_padded_single_forestry_palm_4.json | 38 + ...ch_back_padded_single_forestry_palm_5.json | 38 + ...ch_back_padded_single_forestry_palm_6.json | 38 + ...ch_back_padded_single_forestry_palm_7.json | 38 + ...ch_back_padded_single_forestry_palm_8.json | 38 + ...ch_back_padded_single_forestry_palm_9.json | 38 + ...ch_back_padded_single_forestry_papaya.json | 32 - ..._back_padded_single_forestry_papaya_0.json | 38 + ..._back_padded_single_forestry_papaya_1.json | 38 + ...back_padded_single_forestry_papaya_10.json | 38 + ...back_padded_single_forestry_papaya_11.json | 38 + ...back_padded_single_forestry_papaya_12.json | 38 + ...back_padded_single_forestry_papaya_13.json | 38 + ...back_padded_single_forestry_papaya_14.json | 38 + ...back_padded_single_forestry_papaya_15.json | 38 + ..._back_padded_single_forestry_papaya_2.json | 38 + ..._back_padded_single_forestry_papaya_3.json | 38 + ..._back_padded_single_forestry_papaya_4.json | 38 + ..._back_padded_single_forestry_papaya_5.json | 38 + ..._back_padded_single_forestry_papaya_6.json | 38 + ..._back_padded_single_forestry_papaya_7.json | 38 + ..._back_padded_single_forestry_papaya_8.json | 38 + ..._back_padded_single_forestry_papaya_9.json | 38 + ...ench_back_padded_single_forestry_pine.json | 32 - ...ch_back_padded_single_forestry_pine_0.json | 38 + ...ch_back_padded_single_forestry_pine_1.json | 38 + ...h_back_padded_single_forestry_pine_10.json | 38 + ...h_back_padded_single_forestry_pine_11.json | 38 + ...h_back_padded_single_forestry_pine_12.json | 38 + ...h_back_padded_single_forestry_pine_13.json | 38 + ...h_back_padded_single_forestry_pine_14.json | 38 + ...h_back_padded_single_forestry_pine_15.json | 38 + ...ch_back_padded_single_forestry_pine_2.json | 38 + ...ch_back_padded_single_forestry_pine_3.json | 38 + ...ch_back_padded_single_forestry_pine_4.json | 38 + ...ch_back_padded_single_forestry_pine_5.json | 38 + ...ch_back_padded_single_forestry_pine_6.json | 38 + ...ch_back_padded_single_forestry_pine_7.json | 38 + ...ch_back_padded_single_forestry_pine_8.json | 38 + ...ch_back_padded_single_forestry_pine_9.json | 38 + ...ench_back_padded_single_forestry_plum.json | 32 - ...ch_back_padded_single_forestry_plum_0.json | 38 + ...ch_back_padded_single_forestry_plum_1.json | 38 + ...h_back_padded_single_forestry_plum_10.json | 38 + ...h_back_padded_single_forestry_plum_11.json | 38 + ...h_back_padded_single_forestry_plum_12.json | 38 + ...h_back_padded_single_forestry_plum_13.json | 38 + ...h_back_padded_single_forestry_plum_14.json | 38 + ...h_back_padded_single_forestry_plum_15.json | 38 + ...ch_back_padded_single_forestry_plum_2.json | 38 + ...ch_back_padded_single_forestry_plum_3.json | 38 + ...ch_back_padded_single_forestry_plum_4.json | 38 + ...ch_back_padded_single_forestry_plum_5.json | 38 + ...ch_back_padded_single_forestry_plum_6.json | 38 + ...ch_back_padded_single_forestry_plum_7.json | 38 + ...ch_back_padded_single_forestry_plum_8.json | 38 + ...ch_back_padded_single_forestry_plum_9.json | 38 + ...ch_back_padded_single_forestry_poplar.json | 32 - ..._back_padded_single_forestry_poplar_0.json | 38 + ..._back_padded_single_forestry_poplar_1.json | 38 + ...back_padded_single_forestry_poplar_10.json | 38 + ...back_padded_single_forestry_poplar_11.json | 38 + ...back_padded_single_forestry_poplar_12.json | 38 + ...back_padded_single_forestry_poplar_13.json | 38 + ...back_padded_single_forestry_poplar_14.json | 38 + ...back_padded_single_forestry_poplar_15.json | 38 + ..._back_padded_single_forestry_poplar_2.json | 38 + ..._back_padded_single_forestry_poplar_3.json | 38 + ..._back_padded_single_forestry_poplar_4.json | 38 + ..._back_padded_single_forestry_poplar_5.json | 38 + ..._back_padded_single_forestry_poplar_6.json | 38 + ..._back_padded_single_forestry_poplar_7.json | 38 + ..._back_padded_single_forestry_poplar_8.json | 38 + ..._back_padded_single_forestry_poplar_9.json | 38 + ...h_back_padded_single_forestry_sequoia.json | 32 - ...back_padded_single_forestry_sequoia_0.json | 38 + ...back_padded_single_forestry_sequoia_1.json | 38 + ...ack_padded_single_forestry_sequoia_10.json | 38 + ...ack_padded_single_forestry_sequoia_11.json | 38 + ...ack_padded_single_forestry_sequoia_12.json | 38 + ...ack_padded_single_forestry_sequoia_13.json | 38 + ...ack_padded_single_forestry_sequoia_14.json | 38 + ...ack_padded_single_forestry_sequoia_15.json | 38 + ...back_padded_single_forestry_sequoia_2.json | 38 + ...back_padded_single_forestry_sequoia_3.json | 38 + ...back_padded_single_forestry_sequoia_4.json | 38 + ...back_padded_single_forestry_sequoia_5.json | 38 + ...back_padded_single_forestry_sequoia_6.json | 38 + ...back_padded_single_forestry_sequoia_7.json | 38 + ...back_padded_single_forestry_sequoia_8.json | 38 + ...back_padded_single_forestry_sequoia_9.json | 38 + ...ench_back_padded_single_forestry_teak.json | 32 - ...ch_back_padded_single_forestry_teak_0.json | 38 + ...ch_back_padded_single_forestry_teak_1.json | 38 + ...h_back_padded_single_forestry_teak_10.json | 38 + ...h_back_padded_single_forestry_teak_11.json | 38 + ...h_back_padded_single_forestry_teak_12.json | 38 + ...h_back_padded_single_forestry_teak_13.json | 38 + ...h_back_padded_single_forestry_teak_14.json | 38 + ...h_back_padded_single_forestry_teak_15.json | 38 + ...ch_back_padded_single_forestry_teak_2.json | 38 + ...ch_back_padded_single_forestry_teak_3.json | 38 + ...ch_back_padded_single_forestry_teak_4.json | 38 + ...ch_back_padded_single_forestry_teak_5.json | 38 + ...ch_back_padded_single_forestry_teak_6.json | 38 + ...ch_back_padded_single_forestry_teak_7.json | 38 + ...ch_back_padded_single_forestry_teak_8.json | 38 + ...ch_back_padded_single_forestry_teak_9.json | 38 + ...ch_back_padded_single_forestry_walnut.json | 32 - ..._back_padded_single_forestry_walnut_0.json | 38 + ..._back_padded_single_forestry_walnut_1.json | 38 + ...back_padded_single_forestry_walnut_10.json | 38 + ...back_padded_single_forestry_walnut_11.json | 38 + ...back_padded_single_forestry_walnut_12.json | 38 + ...back_padded_single_forestry_walnut_13.json | 38 + ...back_padded_single_forestry_walnut_14.json | 38 + ...back_padded_single_forestry_walnut_15.json | 38 + ..._back_padded_single_forestry_walnut_2.json | 38 + ..._back_padded_single_forestry_walnut_3.json | 38 + ..._back_padded_single_forestry_walnut_4.json | 38 + ..._back_padded_single_forestry_walnut_5.json | 38 + ..._back_padded_single_forestry_walnut_6.json | 38 + ..._back_padded_single_forestry_walnut_7.json | 38 + ..._back_padded_single_forestry_walnut_8.json | 38 + ..._back_padded_single_forestry_walnut_9.json | 38 + ...nch_back_padded_single_forestry_wenge.json | 32 - ...h_back_padded_single_forestry_wenge_0.json | 38 + ...h_back_padded_single_forestry_wenge_1.json | 38 + ..._back_padded_single_forestry_wenge_10.json | 38 + ..._back_padded_single_forestry_wenge_11.json | 38 + ..._back_padded_single_forestry_wenge_12.json | 38 + ..._back_padded_single_forestry_wenge_13.json | 38 + ..._back_padded_single_forestry_wenge_14.json | 38 + ..._back_padded_single_forestry_wenge_15.json | 38 + ...h_back_padded_single_forestry_wenge_2.json | 38 + ...h_back_padded_single_forestry_wenge_3.json | 38 + ...h_back_padded_single_forestry_wenge_4.json | 38 + ...h_back_padded_single_forestry_wenge_5.json | 38 + ...h_back_padded_single_forestry_wenge_6.json | 38 + ...h_back_padded_single_forestry_wenge_7.json | 38 + ...h_back_padded_single_forestry_wenge_8.json | 38 + ...h_back_padded_single_forestry_wenge_9.json | 38 + ...ch_back_padded_single_forestry_willow.json | 32 - ..._back_padded_single_forestry_willow_0.json | 38 + ..._back_padded_single_forestry_willow_1.json | 38 + ...back_padded_single_forestry_willow_10.json | 38 + ...back_padded_single_forestry_willow_11.json | 38 + ...back_padded_single_forestry_willow_12.json | 38 + ...back_padded_single_forestry_willow_13.json | 38 + ...back_padded_single_forestry_willow_14.json | 38 + ...back_padded_single_forestry_willow_15.json | 38 + ..._back_padded_single_forestry_willow_2.json | 38 + ..._back_padded_single_forestry_willow_3.json | 38 + ..._back_padded_single_forestry_willow_4.json | 38 + ..._back_padded_single_forestry_willow_5.json | 38 + ..._back_padded_single_forestry_willow_6.json | 38 + ..._back_padded_single_forestry_willow_7.json | 38 + ..._back_padded_single_forestry_willow_8.json | 38 + ..._back_padded_single_forestry_willow_9.json | 38 + ...back_padded_single_forestry_zebrawood.json | 32 - ...ck_padded_single_forestry_zebrawood_0.json | 38 + ...ck_padded_single_forestry_zebrawood_1.json | 38 + ...k_padded_single_forestry_zebrawood_10.json | 38 + ...k_padded_single_forestry_zebrawood_11.json | 38 + ...k_padded_single_forestry_zebrawood_12.json | 38 + ...k_padded_single_forestry_zebrawood_13.json | 38 + ...k_padded_single_forestry_zebrawood_14.json | 38 + ...k_padded_single_forestry_zebrawood_15.json | 38 + ...ck_padded_single_forestry_zebrawood_2.json | 38 + ...ck_padded_single_forestry_zebrawood_3.json | 38 + ...ck_padded_single_forestry_zebrawood_4.json | 38 + ...ck_padded_single_forestry_zebrawood_5.json | 38 + ...ck_padded_single_forestry_zebrawood_6.json | 38 + ...ck_padded_single_forestry_zebrawood_7.json | 38 + ...ck_padded_single_forestry_zebrawood_8.json | 38 + ...ck_padded_single_forestry_zebrawood_9.json | 38 + ...gle_immersiveengineering_treated_wood.json | 32 - ...e_immersiveengineering_treated_wood_0.json | 38 + ...e_immersiveengineering_treated_wood_1.json | 38 + ..._immersiveengineering_treated_wood_10.json | 38 + ..._immersiveengineering_treated_wood_11.json | 38 + ..._immersiveengineering_treated_wood_12.json | 38 + ..._immersiveengineering_treated_wood_13.json | 38 + ..._immersiveengineering_treated_wood_14.json | 38 + ..._immersiveengineering_treated_wood_15.json | 38 + ...e_immersiveengineering_treated_wood_2.json | 38 + ...e_immersiveengineering_treated_wood_3.json | 38 + ...e_immersiveengineering_treated_wood_4.json | 38 + ...e_immersiveengineering_treated_wood_5.json | 38 + ...e_immersiveengineering_treated_wood_6.json | 38 + ...e_immersiveengineering_treated_wood_7.json | 38 + ...e_immersiveengineering_treated_wood_8.json | 38 + ...e_immersiveengineering_treated_wood_9.json | 38 + ...onage_bench_back_padded_single_jungle.json | 32 - ...age_bench_back_padded_single_jungle_0.json | 32 + ...age_bench_back_padded_single_jungle_1.json | 32 + ...ge_bench_back_padded_single_jungle_10.json | 32 + ...ge_bench_back_padded_single_jungle_11.json | 32 + ...ge_bench_back_padded_single_jungle_12.json | 32 + ...ge_bench_back_padded_single_jungle_13.json | 32 + ...ge_bench_back_padded_single_jungle_14.json | 32 + ...ge_bench_back_padded_single_jungle_15.json | 32 + ...age_bench_back_padded_single_jungle_2.json | 32 + ...age_bench_back_padded_single_jungle_3.json | 32 + ...age_bench_back_padded_single_jungle_4.json | 32 + ...age_bench_back_padded_single_jungle_5.json | 32 + ...age_bench_back_padded_single_jungle_6.json | 32 + ...age_bench_back_padded_single_jungle_7.json | 32 + ...age_bench_back_padded_single_jungle_8.json | 32 + ...age_bench_back_padded_single_jungle_9.json | 32 + ...ch_back_padded_single_natura_amaranth.json | 32 - ..._back_padded_single_natura_amaranth_0.json | 38 + ..._back_padded_single_natura_amaranth_1.json | 38 + ...back_padded_single_natura_amaranth_10.json | 38 + ...back_padded_single_natura_amaranth_11.json | 38 + ...back_padded_single_natura_amaranth_12.json | 38 + ...back_padded_single_natura_amaranth_13.json | 38 + ...back_padded_single_natura_amaranth_14.json | 38 + ...back_padded_single_natura_amaranth_15.json | 38 + ..._back_padded_single_natura_amaranth_2.json | 38 + ..._back_padded_single_natura_amaranth_3.json | 38 + ..._back_padded_single_natura_amaranth_4.json | 38 + ..._back_padded_single_natura_amaranth_5.json | 38 + ..._back_padded_single_natura_amaranth_6.json | 38 + ..._back_padded_single_natura_amaranth_7.json | 38 + ..._back_padded_single_natura_amaranth_8.json | 38 + ..._back_padded_single_natura_amaranth_9.json | 38 + ...h_back_padded_single_natura_bloodwood.json | 32 - ...back_padded_single_natura_bloodwood_0.json | 38 + ...back_padded_single_natura_bloodwood_1.json | 38 + ...ack_padded_single_natura_bloodwood_10.json | 38 + ...ack_padded_single_natura_bloodwood_11.json | 38 + ...ack_padded_single_natura_bloodwood_12.json | 38 + ...ack_padded_single_natura_bloodwood_13.json | 38 + ...ack_padded_single_natura_bloodwood_14.json | 38 + ...ack_padded_single_natura_bloodwood_15.json | 38 + ...back_padded_single_natura_bloodwood_2.json | 38 + ...back_padded_single_natura_bloodwood_3.json | 38 + ...back_padded_single_natura_bloodwood_4.json | 38 + ...back_padded_single_natura_bloodwood_5.json | 38 + ...back_padded_single_natura_bloodwood_6.json | 38 + ...back_padded_single_natura_bloodwood_7.json | 38 + ...back_padded_single_natura_bloodwood_8.json | 38 + ...back_padded_single_natura_bloodwood_9.json | 38 + ...ch_back_padded_single_natura_darkwood.json | 32 - ..._back_padded_single_natura_darkwood_0.json | 38 + ..._back_padded_single_natura_darkwood_1.json | 38 + ...back_padded_single_natura_darkwood_10.json | 38 + ...back_padded_single_natura_darkwood_11.json | 38 + ...back_padded_single_natura_darkwood_12.json | 38 + ...back_padded_single_natura_darkwood_13.json | 38 + ...back_padded_single_natura_darkwood_14.json | 38 + ...back_padded_single_natura_darkwood_15.json | 38 + ..._back_padded_single_natura_darkwood_2.json | 38 + ..._back_padded_single_natura_darkwood_3.json | 38 + ..._back_padded_single_natura_darkwood_4.json | 38 + ..._back_padded_single_natura_darkwood_5.json | 38 + ..._back_padded_single_natura_darkwood_6.json | 38 + ..._back_padded_single_natura_darkwood_7.json | 38 + ..._back_padded_single_natura_darkwood_8.json | 38 + ..._back_padded_single_natura_darkwood_9.json | 38 + ..._back_padded_single_natura_eucalyptus.json | 32 - ...ack_padded_single_natura_eucalyptus_0.json | 38 + ...ack_padded_single_natura_eucalyptus_1.json | 38 + ...ck_padded_single_natura_eucalyptus_10.json | 38 + ...ck_padded_single_natura_eucalyptus_11.json | 38 + ...ck_padded_single_natura_eucalyptus_12.json | 38 + ...ck_padded_single_natura_eucalyptus_13.json | 38 + ...ck_padded_single_natura_eucalyptus_14.json | 38 + ...ck_padded_single_natura_eucalyptus_15.json | 38 + ...ack_padded_single_natura_eucalyptus_2.json | 38 + ...ack_padded_single_natura_eucalyptus_3.json | 38 + ...ack_padded_single_natura_eucalyptus_4.json | 38 + ...ack_padded_single_natura_eucalyptus_5.json | 38 + ...ack_padded_single_natura_eucalyptus_6.json | 38 + ...ack_padded_single_natura_eucalyptus_7.json | 38 + ...ack_padded_single_natura_eucalyptus_8.json | 38 + ...ack_padded_single_natura_eucalyptus_9.json | 38 + ...ch_back_padded_single_natura_fusewood.json | 32 - ..._back_padded_single_natura_fusewood_0.json | 38 + ..._back_padded_single_natura_fusewood_1.json | 38 + ...back_padded_single_natura_fusewood_10.json | 38 + ...back_padded_single_natura_fusewood_11.json | 38 + ...back_padded_single_natura_fusewood_12.json | 38 + ...back_padded_single_natura_fusewood_13.json | 38 + ...back_padded_single_natura_fusewood_14.json | 38 + ...back_padded_single_natura_fusewood_15.json | 38 + ..._back_padded_single_natura_fusewood_2.json | 38 + ..._back_padded_single_natura_fusewood_3.json | 38 + ..._back_padded_single_natura_fusewood_4.json | 38 + ..._back_padded_single_natura_fusewood_5.json | 38 + ..._back_padded_single_natura_fusewood_6.json | 38 + ..._back_padded_single_natura_fusewood_7.json | 38 + ..._back_padded_single_natura_fusewood_8.json | 38 + ..._back_padded_single_natura_fusewood_9.json | 38 + ...h_back_padded_single_natura_ghostwood.json | 32 - ...back_padded_single_natura_ghostwood_0.json | 38 + ...back_padded_single_natura_ghostwood_1.json | 38 + ...ack_padded_single_natura_ghostwood_10.json | 38 + ...ack_padded_single_natura_ghostwood_11.json | 38 + ...ack_padded_single_natura_ghostwood_12.json | 38 + ...ack_padded_single_natura_ghostwood_13.json | 38 + ...ack_padded_single_natura_ghostwood_14.json | 38 + ...ack_padded_single_natura_ghostwood_15.json | 38 + ...back_padded_single_natura_ghostwood_2.json | 38 + ...back_padded_single_natura_ghostwood_3.json | 38 + ...back_padded_single_natura_ghostwood_4.json | 38 + ...back_padded_single_natura_ghostwood_5.json | 38 + ...back_padded_single_natura_ghostwood_6.json | 38 + ...back_padded_single_natura_ghostwood_7.json | 38 + ...back_padded_single_natura_ghostwood_8.json | 38 + ...back_padded_single_natura_ghostwood_9.json | 38 + ...nch_back_padded_single_natura_hopseed.json | 32 - ...h_back_padded_single_natura_hopseed_0.json | 38 + ...h_back_padded_single_natura_hopseed_1.json | 38 + ..._back_padded_single_natura_hopseed_10.json | 38 + ..._back_padded_single_natura_hopseed_11.json | 38 + ..._back_padded_single_natura_hopseed_12.json | 38 + ..._back_padded_single_natura_hopseed_13.json | 38 + ..._back_padded_single_natura_hopseed_14.json | 38 + ..._back_padded_single_natura_hopseed_15.json | 38 + ...h_back_padded_single_natura_hopseed_2.json | 38 + ...h_back_padded_single_natura_hopseed_3.json | 38 + ...h_back_padded_single_natura_hopseed_4.json | 38 + ...h_back_padded_single_natura_hopseed_5.json | 38 + ...h_back_padded_single_natura_hopseed_6.json | 38 + ...h_back_padded_single_natura_hopseed_7.json | 38 + ...h_back_padded_single_natura_hopseed_8.json | 38 + ...h_back_padded_single_natura_hopseed_9.json | 38 + ...bench_back_padded_single_natura_maple.json | 32 - ...nch_back_padded_single_natura_maple_0.json | 38 + ...nch_back_padded_single_natura_maple_1.json | 38 + ...ch_back_padded_single_natura_maple_10.json | 38 + ...ch_back_padded_single_natura_maple_11.json | 38 + ...ch_back_padded_single_natura_maple_12.json | 38 + ...ch_back_padded_single_natura_maple_13.json | 38 + ...ch_back_padded_single_natura_maple_14.json | 38 + ...ch_back_padded_single_natura_maple_15.json | 38 + ...nch_back_padded_single_natura_maple_2.json | 38 + ...nch_back_padded_single_natura_maple_3.json | 38 + ...nch_back_padded_single_natura_maple_4.json | 38 + ...nch_back_padded_single_natura_maple_5.json | 38 + ...nch_back_padded_single_natura_maple_6.json | 38 + ...nch_back_padded_single_natura_maple_7.json | 38 + ...nch_back_padded_single_natura_maple_8.json | 38 + ...nch_back_padded_single_natura_maple_9.json | 38 + ...ench_back_padded_single_natura_sakura.json | 32 - ...ch_back_padded_single_natura_sakura_0.json | 38 + ...ch_back_padded_single_natura_sakura_1.json | 38 + ...h_back_padded_single_natura_sakura_10.json | 38 + ...h_back_padded_single_natura_sakura_11.json | 38 + ...h_back_padded_single_natura_sakura_12.json | 38 + ...h_back_padded_single_natura_sakura_13.json | 38 + ...h_back_padded_single_natura_sakura_14.json | 38 + ...h_back_padded_single_natura_sakura_15.json | 38 + ...ch_back_padded_single_natura_sakura_2.json | 38 + ...ch_back_padded_single_natura_sakura_3.json | 38 + ...ch_back_padded_single_natura_sakura_4.json | 38 + ...ch_back_padded_single_natura_sakura_5.json | 38 + ...ch_back_padded_single_natura_sakura_6.json | 38 + ...ch_back_padded_single_natura_sakura_7.json | 38 + ...ch_back_padded_single_natura_sakura_8.json | 38 + ...ch_back_padded_single_natura_sakura_9.json | 38 + ..._back_padded_single_natura_silverbell.json | 32 - ...ack_padded_single_natura_silverbell_0.json | 38 + ...ack_padded_single_natura_silverbell_1.json | 38 + ...ck_padded_single_natura_silverbell_10.json | 38 + ...ck_padded_single_natura_silverbell_11.json | 38 + ...ck_padded_single_natura_silverbell_12.json | 38 + ...ck_padded_single_natura_silverbell_13.json | 38 + ...ck_padded_single_natura_silverbell_14.json | 38 + ...ck_padded_single_natura_silverbell_15.json | 38 + ...ack_padded_single_natura_silverbell_2.json | 38 + ...ack_padded_single_natura_silverbell_3.json | 38 + ...ack_padded_single_natura_silverbell_4.json | 38 + ...ack_padded_single_natura_silverbell_5.json | 38 + ...ack_padded_single_natura_silverbell_6.json | 38 + ...ack_padded_single_natura_silverbell_7.json | 38 + ...ack_padded_single_natura_silverbell_8.json | 38 + ...ack_padded_single_natura_silverbell_9.json | 38 + ...bench_back_padded_single_natura_tiger.json | 32 - ...nch_back_padded_single_natura_tiger_0.json | 38 + ...nch_back_padded_single_natura_tiger_1.json | 38 + ...ch_back_padded_single_natura_tiger_10.json | 38 + ...ch_back_padded_single_natura_tiger_11.json | 38 + ...ch_back_padded_single_natura_tiger_12.json | 38 + ...ch_back_padded_single_natura_tiger_13.json | 38 + ...ch_back_padded_single_natura_tiger_14.json | 38 + ...ch_back_padded_single_natura_tiger_15.json | 38 + ...nch_back_padded_single_natura_tiger_2.json | 38 + ...nch_back_padded_single_natura_tiger_3.json | 38 + ...nch_back_padded_single_natura_tiger_4.json | 38 + ...nch_back_padded_single_natura_tiger_5.json | 38 + ...nch_back_padded_single_natura_tiger_6.json | 38 + ...nch_back_padded_single_natura_tiger_7.json | 38 + ...nch_back_padded_single_natura_tiger_8.json | 38 + ...nch_back_padded_single_natura_tiger_9.json | 38 + ...ench_back_padded_single_natura_willow.json | 32 - ...ch_back_padded_single_natura_willow_0.json | 38 + ...ch_back_padded_single_natura_willow_1.json | 38 + ...h_back_padded_single_natura_willow_10.json | 38 + ...h_back_padded_single_natura_willow_11.json | 38 + ...h_back_padded_single_natura_willow_12.json | 38 + ...h_back_padded_single_natura_willow_13.json | 38 + ...h_back_padded_single_natura_willow_14.json | 38 + ...h_back_padded_single_natura_willow_15.json | 38 + ...ch_back_padded_single_natura_willow_2.json | 38 + ...ch_back_padded_single_natura_willow_3.json | 38 + ...ch_back_padded_single_natura_willow_4.json | 38 + ...ch_back_padded_single_natura_willow_5.json | 38 + ...ch_back_padded_single_natura_willow_6.json | 38 + ...ch_back_padded_single_natura_willow_7.json | 38 + ...ch_back_padded_single_natura_willow_8.json | 38 + ...ch_back_padded_single_natura_willow_9.json | 38 + ..._ironage_bench_back_padded_single_oak.json | 32 - ...ronage_bench_back_padded_single_oak_0.json | 32 + ...ronage_bench_back_padded_single_oak_1.json | 32 + ...onage_bench_back_padded_single_oak_10.json | 32 + ...onage_bench_back_padded_single_oak_11.json | 32 + ...onage_bench_back_padded_single_oak_12.json | 32 + ...onage_bench_back_padded_single_oak_13.json | 32 + ...onage_bench_back_padded_single_oak_14.json | 32 + ...onage_bench_back_padded_single_oak_15.json | 32 + ...ronage_bench_back_padded_single_oak_2.json | 32 + ...ronage_bench_back_padded_single_oak_3.json | 32 + ...ronage_bench_back_padded_single_oak_4.json | 32 + ...ronage_bench_back_padded_single_oak_5.json | 32 + ...ronage_bench_back_padded_single_oak_6.json | 32 + ...ronage_bench_back_padded_single_oak_7.json | 32 + ...ronage_bench_back_padded_single_oak_8.json | 32 + ...ronage_bench_back_padded_single_oak_9.json | 32 + ...onage_bench_back_padded_single_spruce.json | 32 - ...age_bench_back_padded_single_spruce_0.json | 32 + ...age_bench_back_padded_single_spruce_1.json | 32 + ...ge_bench_back_padded_single_spruce_10.json | 32 + ...ge_bench_back_padded_single_spruce_11.json | 32 + ...ge_bench_back_padded_single_spruce_12.json | 32 + ...ge_bench_back_padded_single_spruce_13.json | 32 + ...ge_bench_back_padded_single_spruce_14.json | 32 + ...ge_bench_back_padded_single_spruce_15.json | 32 + ...age_bench_back_padded_single_spruce_2.json | 32 + ...age_bench_back_padded_single_spruce_3.json | 32 + ...age_bench_back_padded_single_spruce_4.json | 32 + ...age_bench_back_padded_single_spruce_5.json | 32 + ...age_bench_back_padded_single_spruce_6.json | 32 + ...age_bench_back_padded_single_spruce_7.json | 32 + ...age_bench_back_padded_single_spruce_8.json | 32 + ...age_bench_back_padded_single_spruce_9.json | 32 + ...wood_ironage_bench_back_single_acacia.json | 57 +- ...ood_ironage_bench_back_single_big_oak.json | 57 +- ...ench_back_single_biomesoplenty_cherry.json | 63 +- ...bench_back_single_biomesoplenty_ebony.json | 63 +- ...ch_back_single_biomesoplenty_ethereal.json | 63 +- ..._back_single_biomesoplenty_eucalyptus.json | 63 +- ...e_bench_back_single_biomesoplenty_fir.json | 63 +- ...ch_back_single_biomesoplenty_hellbark.json | 63 +- ...h_back_single_biomesoplenty_jacaranda.json | 63 +- ...bench_back_single_biomesoplenty_magic.json | 63 +- ...ch_back_single_biomesoplenty_mahogany.json | 63 +- ...ch_back_single_biomesoplenty_mangrove.json | 63 +- ..._bench_back_single_biomesoplenty_palm.json | 63 +- ..._bench_back_single_biomesoplenty_pine.json | 63 +- ...nch_back_single_biomesoplenty_redwood.json | 63 +- ..._back_single_biomesoplenty_sacred_oak.json | 63 +- ...ench_back_single_biomesoplenty_umbran.json | 63 +- ...ench_back_single_biomesoplenty_willow.json | 63 +- ..._wood_ironage_bench_back_single_birch.json | 57 +- ...age_bench_back_single_forestry_acacia.json | 63 +- ...nage_bench_back_single_forestry_balsa.json | 63 +- ...age_bench_back_single_forestry_baobab.json | 63 +- ...age_bench_back_single_forestry_cherry.json | 63 +- ...e_bench_back_single_forestry_chestnut.json | 63 +- ...age_bench_back_single_forestry_citrus.json | 63 +- ...e_bench_back_single_forestry_cocobolo.json | 63 +- ...nage_bench_back_single_forestry_ebony.json | 63 +- ..._bench_back_single_forestry_giganteum.json | 63 +- ...bench_back_single_forestry_greenheart.json | 63 +- ...ronage_bench_back_single_forestry_ipe.json | 63 +- ...nage_bench_back_single_forestry_kapok.json | 63 +- ...nage_bench_back_single_forestry_larch.json | 63 +- ...onage_bench_back_single_forestry_lime.json | 63 +- ...nage_bench_back_single_forestry_mahoe.json | 63 +- ...e_bench_back_single_forestry_mahogany.json | 63 +- ...nage_bench_back_single_forestry_maple.json | 63 +- ...age_bench_back_single_forestry_padauk.json | 63 +- ...onage_bench_back_single_forestry_palm.json | 63 +- ...age_bench_back_single_forestry_papaya.json | 63 +- ...onage_bench_back_single_forestry_pine.json | 63 +- ...onage_bench_back_single_forestry_plum.json | 63 +- ...age_bench_back_single_forestry_poplar.json | 63 +- ...ge_bench_back_single_forestry_sequoia.json | 63 +- ...onage_bench_back_single_forestry_teak.json | 63 +- ...age_bench_back_single_forestry_walnut.json | 63 +- ...nage_bench_back_single_forestry_wenge.json | 63 +- ...age_bench_back_single_forestry_willow.json | 63 +- ..._bench_back_single_forestry_zebrawood.json | 63 +- ...gle_immersiveengineering_treated_wood.json | 63 +- ...e_immersiveengineering_treated_wood_1.json | 39 + ...e_immersiveengineering_treated_wood_2.json | 39 + ...wood_ironage_bench_back_single_jungle.json | 57 +- ...age_bench_back_single_natura_amaranth.json | 63 +- ...ge_bench_back_single_natura_bloodwood.json | 63 +- ...age_bench_back_single_natura_darkwood.json | 63 +- ...e_bench_back_single_natura_eucalyptus.json | 63 +- ...age_bench_back_single_natura_fusewood.json | 63 +- ...ge_bench_back_single_natura_ghostwood.json | 63 +- ...nage_bench_back_single_natura_hopseed.json | 63 +- ...ronage_bench_back_single_natura_maple.json | 63 +- ...onage_bench_back_single_natura_sakura.json | 63 +- ...e_bench_back_single_natura_silverbell.json | 63 +- ...ronage_bench_back_single_natura_tiger.json | 63 +- ...onage_bench_back_single_natura_willow.json | 63 +- ...ir_wood_ironage_bench_back_single_oak.json | 57 +- ...wood_ironage_bench_back_single_spruce.json | 57 +- ..._wood_ironage_bench_log_single_acacia.json | 57 +- ...wood_ironage_bench_log_single_big_oak.json | 57 +- ...bench_log_single_biomesoplenty_cherry.json | 63 +- ..._bench_log_single_biomesoplenty_ebony.json | 63 +- ...nch_log_single_biomesoplenty_ethereal.json | 63 +- ...h_log_single_biomesoplenty_eucalyptus.json | 63 +- ...ge_bench_log_single_biomesoplenty_fir.json | 63 +- ...nch_log_single_biomesoplenty_hellbark.json | 63 +- ...ch_log_single_biomesoplenty_jacaranda.json | 63 +- ..._bench_log_single_biomesoplenty_magic.json | 63 +- ...nch_log_single_biomesoplenty_mahogany.json | 63 +- ...nch_log_single_biomesoplenty_mangrove.json | 63 +- ...e_bench_log_single_biomesoplenty_palm.json | 63 +- ...e_bench_log_single_biomesoplenty_pine.json | 63 +- ...ench_log_single_biomesoplenty_redwood.json | 63 +- ...h_log_single_biomesoplenty_sacred_oak.json | 63 +- ...bench_log_single_biomesoplenty_umbran.json | 63 +- ...bench_log_single_biomesoplenty_willow.json | 63 +- ...r_wood_ironage_bench_log_single_birch.json | 57 +- ...nage_bench_log_single_forestry_acacia.json | 63 +- ...onage_bench_log_single_forestry_balsa.json | 63 +- ...nage_bench_log_single_forestry_baobab.json | 63 +- ...nage_bench_log_single_forestry_cherry.json | 63 +- ...ge_bench_log_single_forestry_chestnut.json | 63 +- ...nage_bench_log_single_forestry_citrus.json | 63 +- ...ge_bench_log_single_forestry_cocobolo.json | 63 +- ...onage_bench_log_single_forestry_ebony.json | 63 +- ...e_bench_log_single_forestry_giganteum.json | 63 +- ..._bench_log_single_forestry_greenheart.json | 63 +- ...ironage_bench_log_single_forestry_ipe.json | 63 +- ...onage_bench_log_single_forestry_kapok.json | 63 +- ...onage_bench_log_single_forestry_larch.json | 63 +- ...ronage_bench_log_single_forestry_lime.json | 63 +- ...onage_bench_log_single_forestry_mahoe.json | 63 +- ...ge_bench_log_single_forestry_mahogany.json | 63 +- ...onage_bench_log_single_forestry_maple.json | 63 +- ...nage_bench_log_single_forestry_padauk.json | 63 +- ...ronage_bench_log_single_forestry_palm.json | 63 +- ...nage_bench_log_single_forestry_papaya.json | 63 +- ...ronage_bench_log_single_forestry_pine.json | 63 +- ...ronage_bench_log_single_forestry_plum.json | 63 +- ...nage_bench_log_single_forestry_poplar.json | 63 +- ...age_bench_log_single_forestry_sequoia.json | 63 +- ...ronage_bench_log_single_forestry_teak.json | 63 +- ...nage_bench_log_single_forestry_walnut.json | 63 +- ...onage_bench_log_single_forestry_wenge.json | 63 +- ...nage_bench_log_single_forestry_willow.json | 63 +- ...e_bench_log_single_forestry_zebrawood.json | 63 +- ...gle_immersiveengineering_treated_wood.json | 32 - ..._wood_ironage_bench_log_single_jungle.json | 57 +- ...nage_bench_log_single_natura_amaranth.json | 63 +- ...age_bench_log_single_natura_bloodwood.json | 63 +- ...nage_bench_log_single_natura_darkwood.json | 63 +- ...ge_bench_log_single_natura_eucalyptus.json | 63 +- ...nage_bench_log_single_natura_fusewood.json | 63 +- ...age_bench_log_single_natura_ghostwood.json | 63 +- ...onage_bench_log_single_natura_hopseed.json | 63 +- ...ironage_bench_log_single_natura_maple.json | 63 +- ...ronage_bench_log_single_natura_sakura.json | 63 +- ...ge_bench_log_single_natura_silverbell.json | 63 +- ...ironage_bench_log_single_natura_tiger.json | 63 +- ...ronage_bench_log_single_natura_willow.json | 63 +- ...air_wood_ironage_bench_log_single_oak.json | 57 +- ..._wood_ironage_bench_log_single_spruce.json | 57 +- ...od_ironage_bench_padded_single_acacia.json | 32 - ..._ironage_bench_padded_single_acacia_0.json | 32 + ..._ironage_bench_padded_single_acacia_1.json | 32 + ...ironage_bench_padded_single_acacia_10.json | 32 + ...ironage_bench_padded_single_acacia_11.json | 32 + ...ironage_bench_padded_single_acacia_12.json | 32 + ...ironage_bench_padded_single_acacia_13.json | 32 + ...ironage_bench_padded_single_acacia_14.json | 32 + ...ironage_bench_padded_single_acacia_15.json | 32 + ..._ironage_bench_padded_single_acacia_2.json | 32 + ..._ironage_bench_padded_single_acacia_3.json | 32 + ..._ironage_bench_padded_single_acacia_4.json | 32 + ..._ironage_bench_padded_single_acacia_5.json | 32 + ..._ironage_bench_padded_single_acacia_6.json | 32 + ..._ironage_bench_padded_single_acacia_7.json | 32 + ..._ironage_bench_padded_single_acacia_8.json | 32 + ..._ironage_bench_padded_single_acacia_9.json | 32 + ...d_ironage_bench_padded_single_big_oak.json | 32 - ...ironage_bench_padded_single_big_oak_0.json | 32 + ...ironage_bench_padded_single_big_oak_1.json | 32 + ...ronage_bench_padded_single_big_oak_10.json | 32 + ...ronage_bench_padded_single_big_oak_11.json | 32 + ...ronage_bench_padded_single_big_oak_12.json | 32 + ...ronage_bench_padded_single_big_oak_13.json | 32 + ...ronage_bench_padded_single_big_oak_14.json | 32 + ...ronage_bench_padded_single_big_oak_15.json | 32 + ...ironage_bench_padded_single_big_oak_2.json | 32 + ...ironage_bench_padded_single_big_oak_3.json | 32 + ...ironage_bench_padded_single_big_oak_4.json | 32 + ...ironage_bench_padded_single_big_oak_5.json | 32 + ...ironage_bench_padded_single_big_oak_6.json | 32 + ...ironage_bench_padded_single_big_oak_7.json | 32 + ...ironage_bench_padded_single_big_oak_8.json | 32 + ...ironage_bench_padded_single_big_oak_9.json | 32 + ...ch_padded_single_biomesoplenty_cherry.json | 32 - ..._padded_single_biomesoplenty_cherry_0.json | 38 + ..._padded_single_biomesoplenty_cherry_1.json | 38 + ...padded_single_biomesoplenty_cherry_10.json | 38 + ...padded_single_biomesoplenty_cherry_11.json | 38 + ...padded_single_biomesoplenty_cherry_12.json | 38 + ...padded_single_biomesoplenty_cherry_13.json | 38 + ...padded_single_biomesoplenty_cherry_14.json | 38 + ...padded_single_biomesoplenty_cherry_15.json | 38 + ..._padded_single_biomesoplenty_cherry_2.json | 38 + ..._padded_single_biomesoplenty_cherry_3.json | 38 + ..._padded_single_biomesoplenty_cherry_4.json | 38 + ..._padded_single_biomesoplenty_cherry_5.json | 38 + ..._padded_single_biomesoplenty_cherry_6.json | 38 + ..._padded_single_biomesoplenty_cherry_7.json | 38 + ..._padded_single_biomesoplenty_cherry_8.json | 38 + ..._padded_single_biomesoplenty_cherry_9.json | 38 + ...nch_padded_single_biomesoplenty_ebony.json | 32 - ...h_padded_single_biomesoplenty_ebony_0.json | 38 + ...h_padded_single_biomesoplenty_ebony_1.json | 38 + ..._padded_single_biomesoplenty_ebony_10.json | 38 + ..._padded_single_biomesoplenty_ebony_11.json | 38 + ..._padded_single_biomesoplenty_ebony_12.json | 38 + ..._padded_single_biomesoplenty_ebony_13.json | 38 + ..._padded_single_biomesoplenty_ebony_14.json | 38 + ..._padded_single_biomesoplenty_ebony_15.json | 38 + ...h_padded_single_biomesoplenty_ebony_2.json | 38 + ...h_padded_single_biomesoplenty_ebony_3.json | 38 + ...h_padded_single_biomesoplenty_ebony_4.json | 38 + ...h_padded_single_biomesoplenty_ebony_5.json | 38 + ...h_padded_single_biomesoplenty_ebony_6.json | 38 + ...h_padded_single_biomesoplenty_ebony_7.json | 38 + ...h_padded_single_biomesoplenty_ebony_8.json | 38 + ...h_padded_single_biomesoplenty_ebony_9.json | 38 + ..._padded_single_biomesoplenty_ethereal.json | 32 - ...added_single_biomesoplenty_ethereal_0.json | 38 + ...added_single_biomesoplenty_ethereal_1.json | 38 + ...dded_single_biomesoplenty_ethereal_10.json | 38 + ...dded_single_biomesoplenty_ethereal_11.json | 38 + ...dded_single_biomesoplenty_ethereal_12.json | 38 + ...dded_single_biomesoplenty_ethereal_13.json | 38 + ...dded_single_biomesoplenty_ethereal_14.json | 38 + ...dded_single_biomesoplenty_ethereal_15.json | 38 + ...added_single_biomesoplenty_ethereal_2.json | 38 + ...added_single_biomesoplenty_ethereal_3.json | 38 + ...added_single_biomesoplenty_ethereal_4.json | 38 + ...added_single_biomesoplenty_ethereal_5.json | 38 + ...added_single_biomesoplenty_ethereal_6.json | 38 + ...added_single_biomesoplenty_ethereal_7.json | 38 + ...added_single_biomesoplenty_ethereal_8.json | 38 + ...added_single_biomesoplenty_ethereal_9.json | 38 + ...added_single_biomesoplenty_eucalyptus.json | 32 - ...ded_single_biomesoplenty_eucalyptus_0.json | 38 + ...ded_single_biomesoplenty_eucalyptus_1.json | 38 + ...ed_single_biomesoplenty_eucalyptus_10.json | 38 + ...ed_single_biomesoplenty_eucalyptus_11.json | 38 + ...ed_single_biomesoplenty_eucalyptus_12.json | 38 + ...ed_single_biomesoplenty_eucalyptus_13.json | 38 + ...ed_single_biomesoplenty_eucalyptus_14.json | 38 + ...ed_single_biomesoplenty_eucalyptus_15.json | 38 + ...ded_single_biomesoplenty_eucalyptus_2.json | 38 + ...ded_single_biomesoplenty_eucalyptus_3.json | 38 + ...ded_single_biomesoplenty_eucalyptus_4.json | 38 + ...ded_single_biomesoplenty_eucalyptus_5.json | 38 + ...ded_single_biomesoplenty_eucalyptus_6.json | 38 + ...ded_single_biomesoplenty_eucalyptus_7.json | 38 + ...ded_single_biomesoplenty_eucalyptus_8.json | 38 + ...ded_single_biomesoplenty_eucalyptus_9.json | 38 + ...bench_padded_single_biomesoplenty_fir.json | 32 - ...nch_padded_single_biomesoplenty_fir_0.json | 38 + ...nch_padded_single_biomesoplenty_fir_1.json | 38 + ...ch_padded_single_biomesoplenty_fir_10.json | 38 + ...ch_padded_single_biomesoplenty_fir_11.json | 38 + ...ch_padded_single_biomesoplenty_fir_12.json | 38 + ...ch_padded_single_biomesoplenty_fir_13.json | 38 + ...ch_padded_single_biomesoplenty_fir_14.json | 38 + ...ch_padded_single_biomesoplenty_fir_15.json | 38 + ...nch_padded_single_biomesoplenty_fir_2.json | 38 + ...nch_padded_single_biomesoplenty_fir_3.json | 38 + ...nch_padded_single_biomesoplenty_fir_4.json | 38 + ...nch_padded_single_biomesoplenty_fir_5.json | 38 + ...nch_padded_single_biomesoplenty_fir_6.json | 38 + ...nch_padded_single_biomesoplenty_fir_7.json | 38 + ...nch_padded_single_biomesoplenty_fir_8.json | 38 + ...nch_padded_single_biomesoplenty_fir_9.json | 38 + ..._padded_single_biomesoplenty_hellbark.json | 32 - ...added_single_biomesoplenty_hellbark_0.json | 38 + ...added_single_biomesoplenty_hellbark_1.json | 38 + ...dded_single_biomesoplenty_hellbark_10.json | 38 + ...dded_single_biomesoplenty_hellbark_11.json | 38 + ...dded_single_biomesoplenty_hellbark_12.json | 38 + ...dded_single_biomesoplenty_hellbark_13.json | 38 + ...dded_single_biomesoplenty_hellbark_14.json | 38 + ...dded_single_biomesoplenty_hellbark_15.json | 38 + ...added_single_biomesoplenty_hellbark_2.json | 38 + ...added_single_biomesoplenty_hellbark_3.json | 38 + ...added_single_biomesoplenty_hellbark_4.json | 38 + ...added_single_biomesoplenty_hellbark_5.json | 38 + ...added_single_biomesoplenty_hellbark_6.json | 38 + ...added_single_biomesoplenty_hellbark_7.json | 38 + ...added_single_biomesoplenty_hellbark_8.json | 38 + ...added_single_biomesoplenty_hellbark_9.json | 38 + ...padded_single_biomesoplenty_jacaranda.json | 32 - ...dded_single_biomesoplenty_jacaranda_0.json | 38 + ...dded_single_biomesoplenty_jacaranda_1.json | 38 + ...ded_single_biomesoplenty_jacaranda_10.json | 38 + ...ded_single_biomesoplenty_jacaranda_11.json | 38 + ...ded_single_biomesoplenty_jacaranda_12.json | 38 + ...ded_single_biomesoplenty_jacaranda_13.json | 38 + ...ded_single_biomesoplenty_jacaranda_14.json | 38 + ...ded_single_biomesoplenty_jacaranda_15.json | 38 + ...dded_single_biomesoplenty_jacaranda_2.json | 38 + ...dded_single_biomesoplenty_jacaranda_3.json | 38 + ...dded_single_biomesoplenty_jacaranda_4.json | 38 + ...dded_single_biomesoplenty_jacaranda_5.json | 38 + ...dded_single_biomesoplenty_jacaranda_6.json | 38 + ...dded_single_biomesoplenty_jacaranda_7.json | 38 + ...dded_single_biomesoplenty_jacaranda_8.json | 38 + ...dded_single_biomesoplenty_jacaranda_9.json | 38 + ...nch_padded_single_biomesoplenty_magic.json | 32 - ...h_padded_single_biomesoplenty_magic_0.json | 38 + ...h_padded_single_biomesoplenty_magic_1.json | 38 + ..._padded_single_biomesoplenty_magic_10.json | 38 + ..._padded_single_biomesoplenty_magic_11.json | 38 + ..._padded_single_biomesoplenty_magic_12.json | 38 + ..._padded_single_biomesoplenty_magic_13.json | 38 + ..._padded_single_biomesoplenty_magic_14.json | 38 + ..._padded_single_biomesoplenty_magic_15.json | 38 + ...h_padded_single_biomesoplenty_magic_2.json | 38 + ...h_padded_single_biomesoplenty_magic_3.json | 38 + ...h_padded_single_biomesoplenty_magic_4.json | 38 + ...h_padded_single_biomesoplenty_magic_5.json | 38 + ...h_padded_single_biomesoplenty_magic_6.json | 38 + ...h_padded_single_biomesoplenty_magic_7.json | 38 + ...h_padded_single_biomesoplenty_magic_8.json | 38 + ...h_padded_single_biomesoplenty_magic_9.json | 38 + ..._padded_single_biomesoplenty_mahogany.json | 32 - ...added_single_biomesoplenty_mahogany_0.json | 38 + ...added_single_biomesoplenty_mahogany_1.json | 38 + ...dded_single_biomesoplenty_mahogany_10.json | 38 + ...dded_single_biomesoplenty_mahogany_11.json | 38 + ...dded_single_biomesoplenty_mahogany_12.json | 38 + ...dded_single_biomesoplenty_mahogany_13.json | 38 + ...dded_single_biomesoplenty_mahogany_14.json | 38 + ...dded_single_biomesoplenty_mahogany_15.json | 38 + ...added_single_biomesoplenty_mahogany_2.json | 38 + ...added_single_biomesoplenty_mahogany_3.json | 38 + ...added_single_biomesoplenty_mahogany_4.json | 38 + ...added_single_biomesoplenty_mahogany_5.json | 38 + ...added_single_biomesoplenty_mahogany_6.json | 38 + ...added_single_biomesoplenty_mahogany_7.json | 38 + ...added_single_biomesoplenty_mahogany_8.json | 38 + ...added_single_biomesoplenty_mahogany_9.json | 38 + ..._padded_single_biomesoplenty_mangrove.json | 32 - ...added_single_biomesoplenty_mangrove_0.json | 38 + ...added_single_biomesoplenty_mangrove_1.json | 38 + ...dded_single_biomesoplenty_mangrove_10.json | 38 + ...dded_single_biomesoplenty_mangrove_11.json | 38 + ...dded_single_biomesoplenty_mangrove_12.json | 38 + ...dded_single_biomesoplenty_mangrove_13.json | 38 + ...dded_single_biomesoplenty_mangrove_14.json | 38 + ...dded_single_biomesoplenty_mangrove_15.json | 38 + ...added_single_biomesoplenty_mangrove_2.json | 38 + ...added_single_biomesoplenty_mangrove_3.json | 38 + ...added_single_biomesoplenty_mangrove_4.json | 38 + ...added_single_biomesoplenty_mangrove_5.json | 38 + ...added_single_biomesoplenty_mangrove_6.json | 38 + ...added_single_biomesoplenty_mangrove_7.json | 38 + ...added_single_biomesoplenty_mangrove_8.json | 38 + ...added_single_biomesoplenty_mangrove_9.json | 38 + ...ench_padded_single_biomesoplenty_palm.json | 32 - ...ch_padded_single_biomesoplenty_palm_0.json | 38 + ...ch_padded_single_biomesoplenty_palm_1.json | 38 + ...h_padded_single_biomesoplenty_palm_10.json | 38 + ...h_padded_single_biomesoplenty_palm_11.json | 38 + ...h_padded_single_biomesoplenty_palm_12.json | 38 + ...h_padded_single_biomesoplenty_palm_13.json | 38 + ...h_padded_single_biomesoplenty_palm_14.json | 38 + ...h_padded_single_biomesoplenty_palm_15.json | 38 + ...ch_padded_single_biomesoplenty_palm_2.json | 38 + ...ch_padded_single_biomesoplenty_palm_3.json | 38 + ...ch_padded_single_biomesoplenty_palm_4.json | 38 + ...ch_padded_single_biomesoplenty_palm_5.json | 38 + ...ch_padded_single_biomesoplenty_palm_6.json | 38 + ...ch_padded_single_biomesoplenty_palm_7.json | 38 + ...ch_padded_single_biomesoplenty_palm_8.json | 38 + ...ch_padded_single_biomesoplenty_palm_9.json | 38 + ...ench_padded_single_biomesoplenty_pine.json | 32 - ...ch_padded_single_biomesoplenty_pine_0.json | 38 + ...ch_padded_single_biomesoplenty_pine_1.json | 38 + ...h_padded_single_biomesoplenty_pine_10.json | 38 + ...h_padded_single_biomesoplenty_pine_11.json | 38 + ...h_padded_single_biomesoplenty_pine_12.json | 38 + ...h_padded_single_biomesoplenty_pine_13.json | 38 + ...h_padded_single_biomesoplenty_pine_14.json | 38 + ...h_padded_single_biomesoplenty_pine_15.json | 38 + ...ch_padded_single_biomesoplenty_pine_2.json | 38 + ...ch_padded_single_biomesoplenty_pine_3.json | 38 + ...ch_padded_single_biomesoplenty_pine_4.json | 38 + ...ch_padded_single_biomesoplenty_pine_5.json | 38 + ...ch_padded_single_biomesoplenty_pine_6.json | 38 + ...ch_padded_single_biomesoplenty_pine_7.json | 38 + ...ch_padded_single_biomesoplenty_pine_8.json | 38 + ...ch_padded_single_biomesoplenty_pine_9.json | 38 + ...h_padded_single_biomesoplenty_redwood.json | 32 - ...padded_single_biomesoplenty_redwood_0.json | 38 + ...padded_single_biomesoplenty_redwood_1.json | 38 + ...added_single_biomesoplenty_redwood_10.json | 38 + ...added_single_biomesoplenty_redwood_11.json | 38 + ...added_single_biomesoplenty_redwood_12.json | 38 + ...added_single_biomesoplenty_redwood_13.json | 38 + ...added_single_biomesoplenty_redwood_14.json | 38 + ...added_single_biomesoplenty_redwood_15.json | 38 + ...padded_single_biomesoplenty_redwood_2.json | 38 + ...padded_single_biomesoplenty_redwood_3.json | 38 + ...padded_single_biomesoplenty_redwood_4.json | 38 + ...padded_single_biomesoplenty_redwood_5.json | 38 + ...padded_single_biomesoplenty_redwood_6.json | 38 + ...padded_single_biomesoplenty_redwood_7.json | 38 + ...padded_single_biomesoplenty_redwood_8.json | 38 + ...padded_single_biomesoplenty_redwood_9.json | 38 + ...added_single_biomesoplenty_sacred_oak.json | 32 - ...ded_single_biomesoplenty_sacred_oak_0.json | 38 + ...ded_single_biomesoplenty_sacred_oak_1.json | 38 + ...ed_single_biomesoplenty_sacred_oak_10.json | 38 + ...ed_single_biomesoplenty_sacred_oak_11.json | 38 + ...ed_single_biomesoplenty_sacred_oak_12.json | 38 + ...ed_single_biomesoplenty_sacred_oak_13.json | 38 + ...ed_single_biomesoplenty_sacred_oak_14.json | 38 + ...ed_single_biomesoplenty_sacred_oak_15.json | 38 + ...ded_single_biomesoplenty_sacred_oak_2.json | 38 + ...ded_single_biomesoplenty_sacred_oak_3.json | 38 + ...ded_single_biomesoplenty_sacred_oak_4.json | 38 + ...ded_single_biomesoplenty_sacred_oak_5.json | 38 + ...ded_single_biomesoplenty_sacred_oak_6.json | 38 + ...ded_single_biomesoplenty_sacred_oak_7.json | 38 + ...ded_single_biomesoplenty_sacred_oak_8.json | 38 + ...ded_single_biomesoplenty_sacred_oak_9.json | 38 + ...ch_padded_single_biomesoplenty_umbran.json | 32 - ..._padded_single_biomesoplenty_umbran_0.json | 38 + ..._padded_single_biomesoplenty_umbran_1.json | 38 + ...padded_single_biomesoplenty_umbran_10.json | 38 + ...padded_single_biomesoplenty_umbran_11.json | 38 + ...padded_single_biomesoplenty_umbran_12.json | 38 + ...padded_single_biomesoplenty_umbran_13.json | 38 + ...padded_single_biomesoplenty_umbran_14.json | 38 + ...padded_single_biomesoplenty_umbran_15.json | 38 + ..._padded_single_biomesoplenty_umbran_2.json | 38 + ..._padded_single_biomesoplenty_umbran_3.json | 38 + ..._padded_single_biomesoplenty_umbran_4.json | 38 + ..._padded_single_biomesoplenty_umbran_5.json | 38 + ..._padded_single_biomesoplenty_umbran_6.json | 38 + ..._padded_single_biomesoplenty_umbran_7.json | 38 + ..._padded_single_biomesoplenty_umbran_8.json | 38 + ..._padded_single_biomesoplenty_umbran_9.json | 38 + ...ch_padded_single_biomesoplenty_willow.json | 32 - ..._padded_single_biomesoplenty_willow_0.json | 38 + ..._padded_single_biomesoplenty_willow_1.json | 38 + ...padded_single_biomesoplenty_willow_10.json | 38 + ...padded_single_biomesoplenty_willow_11.json | 38 + ...padded_single_biomesoplenty_willow_12.json | 38 + ...padded_single_biomesoplenty_willow_13.json | 38 + ...padded_single_biomesoplenty_willow_14.json | 38 + ...padded_single_biomesoplenty_willow_15.json | 38 + ..._padded_single_biomesoplenty_willow_2.json | 38 + ..._padded_single_biomesoplenty_willow_3.json | 38 + ..._padded_single_biomesoplenty_willow_4.json | 38 + ..._padded_single_biomesoplenty_willow_5.json | 38 + ..._padded_single_biomesoplenty_willow_6.json | 38 + ..._padded_single_biomesoplenty_willow_7.json | 38 + ..._padded_single_biomesoplenty_willow_8.json | 38 + ..._padded_single_biomesoplenty_willow_9.json | 38 + ...ood_ironage_bench_padded_single_birch.json | 32 - ...d_ironage_bench_padded_single_birch_0.json | 32 + ...d_ironage_bench_padded_single_birch_1.json | 32 + ..._ironage_bench_padded_single_birch_10.json | 32 + ..._ironage_bench_padded_single_birch_11.json | 32 + ..._ironage_bench_padded_single_birch_12.json | 32 + ..._ironage_bench_padded_single_birch_13.json | 32 + ..._ironage_bench_padded_single_birch_14.json | 32 + ..._ironage_bench_padded_single_birch_15.json | 32 + ...d_ironage_bench_padded_single_birch_2.json | 32 + ...d_ironage_bench_padded_single_birch_3.json | 32 + ...d_ironage_bench_padded_single_birch_4.json | 32 + ...d_ironage_bench_padded_single_birch_5.json | 32 + ...d_ironage_bench_padded_single_birch_6.json | 32 + ...d_ironage_bench_padded_single_birch_7.json | 32 + ...d_ironage_bench_padded_single_birch_8.json | 32 + ...d_ironage_bench_padded_single_birch_9.json | 32 + ...e_bench_padded_single_forestry_acacia.json | 32 - ...bench_padded_single_forestry_acacia_0.json | 38 + ...bench_padded_single_forestry_acacia_1.json | 38 + ...ench_padded_single_forestry_acacia_10.json | 38 + ...ench_padded_single_forestry_acacia_11.json | 38 + ...ench_padded_single_forestry_acacia_12.json | 38 + ...ench_padded_single_forestry_acacia_13.json | 38 + ...ench_padded_single_forestry_acacia_14.json | 38 + ...ench_padded_single_forestry_acacia_15.json | 38 + ...bench_padded_single_forestry_acacia_2.json | 38 + ...bench_padded_single_forestry_acacia_3.json | 38 + ...bench_padded_single_forestry_acacia_4.json | 38 + ...bench_padded_single_forestry_acacia_5.json | 38 + ...bench_padded_single_forestry_acacia_6.json | 38 + ...bench_padded_single_forestry_acacia_7.json | 38 + ...bench_padded_single_forestry_acacia_8.json | 38 + ...bench_padded_single_forestry_acacia_9.json | 38 + ...ge_bench_padded_single_forestry_balsa.json | 32 - ..._bench_padded_single_forestry_balsa_0.json | 38 + ..._bench_padded_single_forestry_balsa_1.json | 38 + ...bench_padded_single_forestry_balsa_10.json | 38 + ...bench_padded_single_forestry_balsa_11.json | 38 + ...bench_padded_single_forestry_balsa_12.json | 38 + ...bench_padded_single_forestry_balsa_13.json | 38 + ...bench_padded_single_forestry_balsa_14.json | 38 + ...bench_padded_single_forestry_balsa_15.json | 38 + ..._bench_padded_single_forestry_balsa_2.json | 38 + ..._bench_padded_single_forestry_balsa_3.json | 38 + ..._bench_padded_single_forestry_balsa_4.json | 38 + ..._bench_padded_single_forestry_balsa_5.json | 38 + ..._bench_padded_single_forestry_balsa_6.json | 38 + ..._bench_padded_single_forestry_balsa_7.json | 38 + ..._bench_padded_single_forestry_balsa_8.json | 38 + ..._bench_padded_single_forestry_balsa_9.json | 38 + ...e_bench_padded_single_forestry_baobab.json | 32 - ...bench_padded_single_forestry_baobab_0.json | 38 + ...bench_padded_single_forestry_baobab_1.json | 38 + ...ench_padded_single_forestry_baobab_10.json | 38 + ...ench_padded_single_forestry_baobab_11.json | 38 + ...ench_padded_single_forestry_baobab_12.json | 38 + ...ench_padded_single_forestry_baobab_13.json | 38 + ...ench_padded_single_forestry_baobab_14.json | 38 + ...ench_padded_single_forestry_baobab_15.json | 38 + ...bench_padded_single_forestry_baobab_2.json | 38 + ...bench_padded_single_forestry_baobab_3.json | 38 + ...bench_padded_single_forestry_baobab_4.json | 38 + ...bench_padded_single_forestry_baobab_5.json | 38 + ...bench_padded_single_forestry_baobab_6.json | 38 + ...bench_padded_single_forestry_baobab_7.json | 38 + ...bench_padded_single_forestry_baobab_8.json | 38 + ...bench_padded_single_forestry_baobab_9.json | 38 + ...e_bench_padded_single_forestry_cherry.json | 32 - ...bench_padded_single_forestry_cherry_0.json | 38 + ...bench_padded_single_forestry_cherry_1.json | 38 + ...ench_padded_single_forestry_cherry_10.json | 38 + ...ench_padded_single_forestry_cherry_11.json | 38 + ...ench_padded_single_forestry_cherry_12.json | 38 + ...ench_padded_single_forestry_cherry_13.json | 38 + ...ench_padded_single_forestry_cherry_14.json | 38 + ...ench_padded_single_forestry_cherry_15.json | 38 + ...bench_padded_single_forestry_cherry_2.json | 38 + ...bench_padded_single_forestry_cherry_3.json | 38 + ...bench_padded_single_forestry_cherry_4.json | 38 + ...bench_padded_single_forestry_cherry_5.json | 38 + ...bench_padded_single_forestry_cherry_6.json | 38 + ...bench_padded_single_forestry_cherry_7.json | 38 + ...bench_padded_single_forestry_cherry_8.json | 38 + ...bench_padded_single_forestry_cherry_9.json | 38 + ...bench_padded_single_forestry_chestnut.json | 32 - ...nch_padded_single_forestry_chestnut_0.json | 38 + ...nch_padded_single_forestry_chestnut_1.json | 38 + ...ch_padded_single_forestry_chestnut_10.json | 38 + ...ch_padded_single_forestry_chestnut_11.json | 38 + ...ch_padded_single_forestry_chestnut_12.json | 38 + ...ch_padded_single_forestry_chestnut_13.json | 38 + ...ch_padded_single_forestry_chestnut_14.json | 38 + ...ch_padded_single_forestry_chestnut_15.json | 38 + ...nch_padded_single_forestry_chestnut_2.json | 38 + ...nch_padded_single_forestry_chestnut_3.json | 38 + ...nch_padded_single_forestry_chestnut_4.json | 38 + ...nch_padded_single_forestry_chestnut_5.json | 38 + ...nch_padded_single_forestry_chestnut_6.json | 38 + ...nch_padded_single_forestry_chestnut_7.json | 38 + ...nch_padded_single_forestry_chestnut_8.json | 38 + ...nch_padded_single_forestry_chestnut_9.json | 38 + ...e_bench_padded_single_forestry_citrus.json | 32 - ...bench_padded_single_forestry_citrus_0.json | 38 + ...bench_padded_single_forestry_citrus_1.json | 38 + ...ench_padded_single_forestry_citrus_10.json | 38 + ...ench_padded_single_forestry_citrus_11.json | 38 + ...ench_padded_single_forestry_citrus_12.json | 38 + ...ench_padded_single_forestry_citrus_13.json | 38 + ...ench_padded_single_forestry_citrus_14.json | 38 + ...ench_padded_single_forestry_citrus_15.json | 38 + ...bench_padded_single_forestry_citrus_2.json | 38 + ...bench_padded_single_forestry_citrus_3.json | 38 + ...bench_padded_single_forestry_citrus_4.json | 38 + ...bench_padded_single_forestry_citrus_5.json | 38 + ...bench_padded_single_forestry_citrus_6.json | 38 + ...bench_padded_single_forestry_citrus_7.json | 38 + ...bench_padded_single_forestry_citrus_8.json | 38 + ...bench_padded_single_forestry_citrus_9.json | 38 + ...bench_padded_single_forestry_cocobolo.json | 32 - ...nch_padded_single_forestry_cocobolo_0.json | 38 + ...nch_padded_single_forestry_cocobolo_1.json | 38 + ...ch_padded_single_forestry_cocobolo_10.json | 38 + ...ch_padded_single_forestry_cocobolo_11.json | 38 + ...ch_padded_single_forestry_cocobolo_12.json | 38 + ...ch_padded_single_forestry_cocobolo_13.json | 38 + ...ch_padded_single_forestry_cocobolo_14.json | 38 + ...ch_padded_single_forestry_cocobolo_15.json | 38 + ...nch_padded_single_forestry_cocobolo_2.json | 38 + ...nch_padded_single_forestry_cocobolo_3.json | 38 + ...nch_padded_single_forestry_cocobolo_4.json | 38 + ...nch_padded_single_forestry_cocobolo_5.json | 38 + ...nch_padded_single_forestry_cocobolo_6.json | 38 + ...nch_padded_single_forestry_cocobolo_7.json | 38 + ...nch_padded_single_forestry_cocobolo_8.json | 38 + ...nch_padded_single_forestry_cocobolo_9.json | 38 + ...ge_bench_padded_single_forestry_ebony.json | 32 - ..._bench_padded_single_forestry_ebony_0.json | 38 + ..._bench_padded_single_forestry_ebony_1.json | 38 + ...bench_padded_single_forestry_ebony_10.json | 38 + ...bench_padded_single_forestry_ebony_11.json | 38 + ...bench_padded_single_forestry_ebony_12.json | 38 + ...bench_padded_single_forestry_ebony_13.json | 38 + ...bench_padded_single_forestry_ebony_14.json | 38 + ...bench_padded_single_forestry_ebony_15.json | 38 + ..._bench_padded_single_forestry_ebony_2.json | 38 + ..._bench_padded_single_forestry_ebony_3.json | 38 + ..._bench_padded_single_forestry_ebony_4.json | 38 + ..._bench_padded_single_forestry_ebony_5.json | 38 + ..._bench_padded_single_forestry_ebony_6.json | 38 + ..._bench_padded_single_forestry_ebony_7.json | 38 + ..._bench_padded_single_forestry_ebony_8.json | 38 + ..._bench_padded_single_forestry_ebony_9.json | 38 + ...ench_padded_single_forestry_giganteum.json | 32 - ...ch_padded_single_forestry_giganteum_0.json | 38 + ...ch_padded_single_forestry_giganteum_1.json | 38 + ...h_padded_single_forestry_giganteum_10.json | 38 + ...h_padded_single_forestry_giganteum_11.json | 38 + ...h_padded_single_forestry_giganteum_12.json | 38 + ...h_padded_single_forestry_giganteum_13.json | 38 + ...h_padded_single_forestry_giganteum_14.json | 38 + ...h_padded_single_forestry_giganteum_15.json | 38 + ...ch_padded_single_forestry_giganteum_2.json | 38 + ...ch_padded_single_forestry_giganteum_3.json | 38 + ...ch_padded_single_forestry_giganteum_4.json | 38 + ...ch_padded_single_forestry_giganteum_5.json | 38 + ...ch_padded_single_forestry_giganteum_6.json | 38 + ...ch_padded_single_forestry_giganteum_7.json | 38 + ...ch_padded_single_forestry_giganteum_8.json | 38 + ...ch_padded_single_forestry_giganteum_9.json | 38 + ...nch_padded_single_forestry_greenheart.json | 32 - ...h_padded_single_forestry_greenheart_0.json | 38 + ...h_padded_single_forestry_greenheart_1.json | 38 + ..._padded_single_forestry_greenheart_10.json | 38 + ..._padded_single_forestry_greenheart_11.json | 38 + ..._padded_single_forestry_greenheart_12.json | 38 + ..._padded_single_forestry_greenheart_13.json | 38 + ..._padded_single_forestry_greenheart_14.json | 38 + ..._padded_single_forestry_greenheart_15.json | 38 + ...h_padded_single_forestry_greenheart_2.json | 38 + ...h_padded_single_forestry_greenheart_3.json | 38 + ...h_padded_single_forestry_greenheart_4.json | 38 + ...h_padded_single_forestry_greenheart_5.json | 38 + ...h_padded_single_forestry_greenheart_6.json | 38 + ...h_padded_single_forestry_greenheart_7.json | 38 + ...h_padded_single_forestry_greenheart_8.json | 38 + ...h_padded_single_forestry_greenheart_9.json | 38 + ...nage_bench_padded_single_forestry_ipe.json | 32 - ...ge_bench_padded_single_forestry_ipe_0.json | 38 + ...ge_bench_padded_single_forestry_ipe_1.json | 38 + ...e_bench_padded_single_forestry_ipe_10.json | 38 + ...e_bench_padded_single_forestry_ipe_11.json | 38 + ...e_bench_padded_single_forestry_ipe_12.json | 38 + ...e_bench_padded_single_forestry_ipe_13.json | 38 + ...e_bench_padded_single_forestry_ipe_14.json | 38 + ...e_bench_padded_single_forestry_ipe_15.json | 38 + ...ge_bench_padded_single_forestry_ipe_2.json | 38 + ...ge_bench_padded_single_forestry_ipe_3.json | 38 + ...ge_bench_padded_single_forestry_ipe_4.json | 38 + ...ge_bench_padded_single_forestry_ipe_5.json | 38 + ...ge_bench_padded_single_forestry_ipe_6.json | 38 + ...ge_bench_padded_single_forestry_ipe_7.json | 38 + ...ge_bench_padded_single_forestry_ipe_8.json | 38 + ...ge_bench_padded_single_forestry_ipe_9.json | 38 + ...ge_bench_padded_single_forestry_kapok.json | 32 - ..._bench_padded_single_forestry_kapok_0.json | 38 + ..._bench_padded_single_forestry_kapok_1.json | 38 + ...bench_padded_single_forestry_kapok_10.json | 38 + ...bench_padded_single_forestry_kapok_11.json | 38 + ...bench_padded_single_forestry_kapok_12.json | 38 + ...bench_padded_single_forestry_kapok_13.json | 38 + ...bench_padded_single_forestry_kapok_14.json | 38 + ...bench_padded_single_forestry_kapok_15.json | 38 + ..._bench_padded_single_forestry_kapok_2.json | 38 + ..._bench_padded_single_forestry_kapok_3.json | 38 + ..._bench_padded_single_forestry_kapok_4.json | 38 + ..._bench_padded_single_forestry_kapok_5.json | 38 + ..._bench_padded_single_forestry_kapok_6.json | 38 + ..._bench_padded_single_forestry_kapok_7.json | 38 + ..._bench_padded_single_forestry_kapok_8.json | 38 + ..._bench_padded_single_forestry_kapok_9.json | 38 + ...ge_bench_padded_single_forestry_larch.json | 32 - ..._bench_padded_single_forestry_larch_0.json | 38 + ..._bench_padded_single_forestry_larch_1.json | 38 + ...bench_padded_single_forestry_larch_10.json | 38 + ...bench_padded_single_forestry_larch_11.json | 38 + ...bench_padded_single_forestry_larch_12.json | 38 + ...bench_padded_single_forestry_larch_13.json | 38 + ...bench_padded_single_forestry_larch_14.json | 38 + ...bench_padded_single_forestry_larch_15.json | 38 + ..._bench_padded_single_forestry_larch_2.json | 38 + ..._bench_padded_single_forestry_larch_3.json | 38 + ..._bench_padded_single_forestry_larch_4.json | 38 + ..._bench_padded_single_forestry_larch_5.json | 38 + ..._bench_padded_single_forestry_larch_6.json | 38 + ..._bench_padded_single_forestry_larch_7.json | 38 + ..._bench_padded_single_forestry_larch_8.json | 38 + ..._bench_padded_single_forestry_larch_9.json | 38 + ...age_bench_padded_single_forestry_lime.json | 32 - ...e_bench_padded_single_forestry_lime_0.json | 38 + ...e_bench_padded_single_forestry_lime_1.json | 38 + ..._bench_padded_single_forestry_lime_10.json | 38 + ..._bench_padded_single_forestry_lime_11.json | 38 + ..._bench_padded_single_forestry_lime_12.json | 38 + ..._bench_padded_single_forestry_lime_13.json | 38 + ..._bench_padded_single_forestry_lime_14.json | 38 + ..._bench_padded_single_forestry_lime_15.json | 38 + ...e_bench_padded_single_forestry_lime_2.json | 38 + ...e_bench_padded_single_forestry_lime_3.json | 38 + ...e_bench_padded_single_forestry_lime_4.json | 38 + ...e_bench_padded_single_forestry_lime_5.json | 38 + ...e_bench_padded_single_forestry_lime_6.json | 38 + ...e_bench_padded_single_forestry_lime_7.json | 38 + ...e_bench_padded_single_forestry_lime_8.json | 38 + ...e_bench_padded_single_forestry_lime_9.json | 38 + ...ge_bench_padded_single_forestry_mahoe.json | 32 - ..._bench_padded_single_forestry_mahoe_0.json | 38 + ..._bench_padded_single_forestry_mahoe_1.json | 38 + ...bench_padded_single_forestry_mahoe_10.json | 38 + ...bench_padded_single_forestry_mahoe_11.json | 38 + ...bench_padded_single_forestry_mahoe_12.json | 38 + ...bench_padded_single_forestry_mahoe_13.json | 38 + ...bench_padded_single_forestry_mahoe_14.json | 38 + ...bench_padded_single_forestry_mahoe_15.json | 38 + ..._bench_padded_single_forestry_mahoe_2.json | 38 + ..._bench_padded_single_forestry_mahoe_3.json | 38 + ..._bench_padded_single_forestry_mahoe_4.json | 38 + ..._bench_padded_single_forestry_mahoe_5.json | 38 + ..._bench_padded_single_forestry_mahoe_6.json | 38 + ..._bench_padded_single_forestry_mahoe_7.json | 38 + ..._bench_padded_single_forestry_mahoe_8.json | 38 + ..._bench_padded_single_forestry_mahoe_9.json | 38 + ...bench_padded_single_forestry_mahogany.json | 32 - ...nch_padded_single_forestry_mahogany_0.json | 38 + ...nch_padded_single_forestry_mahogany_1.json | 38 + ...ch_padded_single_forestry_mahogany_10.json | 38 + ...ch_padded_single_forestry_mahogany_11.json | 38 + ...ch_padded_single_forestry_mahogany_12.json | 38 + ...ch_padded_single_forestry_mahogany_13.json | 38 + ...ch_padded_single_forestry_mahogany_14.json | 38 + ...ch_padded_single_forestry_mahogany_15.json | 38 + ...nch_padded_single_forestry_mahogany_2.json | 38 + ...nch_padded_single_forestry_mahogany_3.json | 38 + ...nch_padded_single_forestry_mahogany_4.json | 38 + ...nch_padded_single_forestry_mahogany_5.json | 38 + ...nch_padded_single_forestry_mahogany_6.json | 38 + ...nch_padded_single_forestry_mahogany_7.json | 38 + ...nch_padded_single_forestry_mahogany_8.json | 38 + ...nch_padded_single_forestry_mahogany_9.json | 38 + ...ge_bench_padded_single_forestry_maple.json | 32 - ..._bench_padded_single_forestry_maple_0.json | 38 + ..._bench_padded_single_forestry_maple_1.json | 38 + ...bench_padded_single_forestry_maple_10.json | 38 + ...bench_padded_single_forestry_maple_11.json | 38 + ...bench_padded_single_forestry_maple_12.json | 38 + ...bench_padded_single_forestry_maple_13.json | 38 + ...bench_padded_single_forestry_maple_14.json | 38 + ...bench_padded_single_forestry_maple_15.json | 38 + ..._bench_padded_single_forestry_maple_2.json | 38 + ..._bench_padded_single_forestry_maple_3.json | 38 + ..._bench_padded_single_forestry_maple_4.json | 38 + ..._bench_padded_single_forestry_maple_5.json | 38 + ..._bench_padded_single_forestry_maple_6.json | 38 + ..._bench_padded_single_forestry_maple_7.json | 38 + ..._bench_padded_single_forestry_maple_8.json | 38 + ..._bench_padded_single_forestry_maple_9.json | 38 + ...e_bench_padded_single_forestry_padauk.json | 32 - ...bench_padded_single_forestry_padauk_0.json | 38 + ...bench_padded_single_forestry_padauk_1.json | 38 + ...ench_padded_single_forestry_padauk_10.json | 38 + ...ench_padded_single_forestry_padauk_11.json | 38 + ...ench_padded_single_forestry_padauk_12.json | 38 + ...ench_padded_single_forestry_padauk_13.json | 38 + ...ench_padded_single_forestry_padauk_14.json | 38 + ...ench_padded_single_forestry_padauk_15.json | 38 + ...bench_padded_single_forestry_padauk_2.json | 38 + ...bench_padded_single_forestry_padauk_3.json | 38 + ...bench_padded_single_forestry_padauk_4.json | 38 + ...bench_padded_single_forestry_padauk_5.json | 38 + ...bench_padded_single_forestry_padauk_6.json | 38 + ...bench_padded_single_forestry_padauk_7.json | 38 + ...bench_padded_single_forestry_padauk_8.json | 38 + ...bench_padded_single_forestry_padauk_9.json | 38 + ...age_bench_padded_single_forestry_palm.json | 32 - ...e_bench_padded_single_forestry_palm_0.json | 38 + ...e_bench_padded_single_forestry_palm_1.json | 38 + ..._bench_padded_single_forestry_palm_10.json | 38 + ..._bench_padded_single_forestry_palm_11.json | 38 + ..._bench_padded_single_forestry_palm_12.json | 38 + ..._bench_padded_single_forestry_palm_13.json | 38 + ..._bench_padded_single_forestry_palm_14.json | 38 + ..._bench_padded_single_forestry_palm_15.json | 38 + ...e_bench_padded_single_forestry_palm_2.json | 38 + ...e_bench_padded_single_forestry_palm_3.json | 38 + ...e_bench_padded_single_forestry_palm_4.json | 38 + ...e_bench_padded_single_forestry_palm_5.json | 38 + ...e_bench_padded_single_forestry_palm_6.json | 38 + ...e_bench_padded_single_forestry_palm_7.json | 38 + ...e_bench_padded_single_forestry_palm_8.json | 38 + ...e_bench_padded_single_forestry_palm_9.json | 38 + ...e_bench_padded_single_forestry_papaya.json | 32 - ...bench_padded_single_forestry_papaya_0.json | 38 + ...bench_padded_single_forestry_papaya_1.json | 38 + ...ench_padded_single_forestry_papaya_10.json | 38 + ...ench_padded_single_forestry_papaya_11.json | 38 + ...ench_padded_single_forestry_papaya_12.json | 38 + ...ench_padded_single_forestry_papaya_13.json | 38 + ...ench_padded_single_forestry_papaya_14.json | 38 + ...ench_padded_single_forestry_papaya_15.json | 38 + ...bench_padded_single_forestry_papaya_2.json | 38 + ...bench_padded_single_forestry_papaya_3.json | 38 + ...bench_padded_single_forestry_papaya_4.json | 38 + ...bench_padded_single_forestry_papaya_5.json | 38 + ...bench_padded_single_forestry_papaya_6.json | 38 + ...bench_padded_single_forestry_papaya_7.json | 38 + ...bench_padded_single_forestry_papaya_8.json | 38 + ...bench_padded_single_forestry_papaya_9.json | 38 + ...age_bench_padded_single_forestry_pine.json | 32 - ...e_bench_padded_single_forestry_pine_0.json | 38 + ...e_bench_padded_single_forestry_pine_1.json | 38 + ..._bench_padded_single_forestry_pine_10.json | 38 + ..._bench_padded_single_forestry_pine_11.json | 38 + ..._bench_padded_single_forestry_pine_12.json | 38 + ..._bench_padded_single_forestry_pine_13.json | 38 + ..._bench_padded_single_forestry_pine_14.json | 38 + ..._bench_padded_single_forestry_pine_15.json | 38 + ...e_bench_padded_single_forestry_pine_2.json | 38 + ...e_bench_padded_single_forestry_pine_3.json | 38 + ...e_bench_padded_single_forestry_pine_4.json | 38 + ...e_bench_padded_single_forestry_pine_5.json | 38 + ...e_bench_padded_single_forestry_pine_6.json | 38 + ...e_bench_padded_single_forestry_pine_7.json | 38 + ...e_bench_padded_single_forestry_pine_8.json | 38 + ...e_bench_padded_single_forestry_pine_9.json | 38 + ...age_bench_padded_single_forestry_plum.json | 32 - ...e_bench_padded_single_forestry_plum_0.json | 38 + ...e_bench_padded_single_forestry_plum_1.json | 38 + ..._bench_padded_single_forestry_plum_10.json | 38 + ..._bench_padded_single_forestry_plum_11.json | 38 + ..._bench_padded_single_forestry_plum_12.json | 38 + ..._bench_padded_single_forestry_plum_13.json | 38 + ..._bench_padded_single_forestry_plum_14.json | 38 + ..._bench_padded_single_forestry_plum_15.json | 38 + ...e_bench_padded_single_forestry_plum_2.json | 38 + ...e_bench_padded_single_forestry_plum_3.json | 38 + ...e_bench_padded_single_forestry_plum_4.json | 38 + ...e_bench_padded_single_forestry_plum_5.json | 38 + ...e_bench_padded_single_forestry_plum_6.json | 38 + ...e_bench_padded_single_forestry_plum_7.json | 38 + ...e_bench_padded_single_forestry_plum_8.json | 38 + ...e_bench_padded_single_forestry_plum_9.json | 38 + ...e_bench_padded_single_forestry_poplar.json | 32 - ...bench_padded_single_forestry_poplar_0.json | 38 + ...bench_padded_single_forestry_poplar_1.json | 38 + ...ench_padded_single_forestry_poplar_10.json | 38 + ...ench_padded_single_forestry_poplar_11.json | 38 + ...ench_padded_single_forestry_poplar_12.json | 38 + ...ench_padded_single_forestry_poplar_13.json | 38 + ...ench_padded_single_forestry_poplar_14.json | 38 + ...ench_padded_single_forestry_poplar_15.json | 38 + ...bench_padded_single_forestry_poplar_2.json | 38 + ...bench_padded_single_forestry_poplar_3.json | 38 + ...bench_padded_single_forestry_poplar_4.json | 38 + ...bench_padded_single_forestry_poplar_5.json | 38 + ...bench_padded_single_forestry_poplar_6.json | 38 + ...bench_padded_single_forestry_poplar_7.json | 38 + ...bench_padded_single_forestry_poplar_8.json | 38 + ...bench_padded_single_forestry_poplar_9.json | 38 + ..._bench_padded_single_forestry_sequoia.json | 32 - ...ench_padded_single_forestry_sequoia_0.json | 38 + ...ench_padded_single_forestry_sequoia_1.json | 38 + ...nch_padded_single_forestry_sequoia_10.json | 38 + ...nch_padded_single_forestry_sequoia_11.json | 38 + ...nch_padded_single_forestry_sequoia_12.json | 38 + ...nch_padded_single_forestry_sequoia_13.json | 38 + ...nch_padded_single_forestry_sequoia_14.json | 38 + ...nch_padded_single_forestry_sequoia_15.json | 38 + ...ench_padded_single_forestry_sequoia_2.json | 38 + ...ench_padded_single_forestry_sequoia_3.json | 38 + ...ench_padded_single_forestry_sequoia_4.json | 38 + ...ench_padded_single_forestry_sequoia_5.json | 38 + ...ench_padded_single_forestry_sequoia_6.json | 38 + ...ench_padded_single_forestry_sequoia_7.json | 38 + ...ench_padded_single_forestry_sequoia_8.json | 38 + ...ench_padded_single_forestry_sequoia_9.json | 38 + ...age_bench_padded_single_forestry_teak.json | 32 - ...e_bench_padded_single_forestry_teak_0.json | 38 + ...e_bench_padded_single_forestry_teak_1.json | 38 + ..._bench_padded_single_forestry_teak_10.json | 38 + ..._bench_padded_single_forestry_teak_11.json | 38 + ..._bench_padded_single_forestry_teak_12.json | 38 + ..._bench_padded_single_forestry_teak_13.json | 38 + ..._bench_padded_single_forestry_teak_14.json | 38 + ..._bench_padded_single_forestry_teak_15.json | 38 + ...e_bench_padded_single_forestry_teak_2.json | 38 + ...e_bench_padded_single_forestry_teak_3.json | 38 + ...e_bench_padded_single_forestry_teak_4.json | 38 + ...e_bench_padded_single_forestry_teak_5.json | 38 + ...e_bench_padded_single_forestry_teak_6.json | 38 + ...e_bench_padded_single_forestry_teak_7.json | 38 + ...e_bench_padded_single_forestry_teak_8.json | 38 + ...e_bench_padded_single_forestry_teak_9.json | 38 + ...e_bench_padded_single_forestry_walnut.json | 32 - ...bench_padded_single_forestry_walnut_0.json | 38 + ...bench_padded_single_forestry_walnut_1.json | 38 + ...ench_padded_single_forestry_walnut_10.json | 38 + ...ench_padded_single_forestry_walnut_11.json | 38 + ...ench_padded_single_forestry_walnut_12.json | 38 + ...ench_padded_single_forestry_walnut_13.json | 38 + ...ench_padded_single_forestry_walnut_14.json | 38 + ...ench_padded_single_forestry_walnut_15.json | 38 + ...bench_padded_single_forestry_walnut_2.json | 38 + ...bench_padded_single_forestry_walnut_3.json | 38 + ...bench_padded_single_forestry_walnut_4.json | 38 + ...bench_padded_single_forestry_walnut_5.json | 38 + ...bench_padded_single_forestry_walnut_6.json | 38 + ...bench_padded_single_forestry_walnut_7.json | 38 + ...bench_padded_single_forestry_walnut_8.json | 38 + ...bench_padded_single_forestry_walnut_9.json | 38 + ...ge_bench_padded_single_forestry_wenge.json | 32 - ..._bench_padded_single_forestry_wenge_0.json | 38 + ..._bench_padded_single_forestry_wenge_1.json | 38 + ...bench_padded_single_forestry_wenge_10.json | 38 + ...bench_padded_single_forestry_wenge_11.json | 38 + ...bench_padded_single_forestry_wenge_12.json | 38 + ...bench_padded_single_forestry_wenge_13.json | 38 + ...bench_padded_single_forestry_wenge_14.json | 38 + ...bench_padded_single_forestry_wenge_15.json | 38 + ..._bench_padded_single_forestry_wenge_2.json | 38 + ..._bench_padded_single_forestry_wenge_3.json | 38 + ..._bench_padded_single_forestry_wenge_4.json | 38 + ..._bench_padded_single_forestry_wenge_5.json | 38 + ..._bench_padded_single_forestry_wenge_6.json | 38 + ..._bench_padded_single_forestry_wenge_7.json | 38 + ..._bench_padded_single_forestry_wenge_8.json | 38 + ..._bench_padded_single_forestry_wenge_9.json | 38 + ...e_bench_padded_single_forestry_willow.json | 32 - ...bench_padded_single_forestry_willow_0.json | 38 + ...bench_padded_single_forestry_willow_1.json | 38 + ...ench_padded_single_forestry_willow_10.json | 38 + ...ench_padded_single_forestry_willow_11.json | 38 + ...ench_padded_single_forestry_willow_12.json | 38 + ...ench_padded_single_forestry_willow_13.json | 38 + ...ench_padded_single_forestry_willow_14.json | 38 + ...ench_padded_single_forestry_willow_15.json | 38 + ...bench_padded_single_forestry_willow_2.json | 38 + ...bench_padded_single_forestry_willow_3.json | 38 + ...bench_padded_single_forestry_willow_4.json | 38 + ...bench_padded_single_forestry_willow_5.json | 38 + ...bench_padded_single_forestry_willow_6.json | 38 + ...bench_padded_single_forestry_willow_7.json | 38 + ...bench_padded_single_forestry_willow_8.json | 38 + ...bench_padded_single_forestry_willow_9.json | 38 + ...ench_padded_single_forestry_zebrawood.json | 32 - ...ch_padded_single_forestry_zebrawood_0.json | 38 + ...ch_padded_single_forestry_zebrawood_1.json | 38 + ...h_padded_single_forestry_zebrawood_10.json | 38 + ...h_padded_single_forestry_zebrawood_11.json | 38 + ...h_padded_single_forestry_zebrawood_12.json | 38 + ...h_padded_single_forestry_zebrawood_13.json | 38 + ...h_padded_single_forestry_zebrawood_14.json | 38 + ...h_padded_single_forestry_zebrawood_15.json | 38 + ...ch_padded_single_forestry_zebrawood_2.json | 38 + ...ch_padded_single_forestry_zebrawood_3.json | 38 + ...ch_padded_single_forestry_zebrawood_4.json | 38 + ...ch_padded_single_forestry_zebrawood_5.json | 38 + ...ch_padded_single_forestry_zebrawood_6.json | 38 + ...ch_padded_single_forestry_zebrawood_7.json | 38 + ...ch_padded_single_forestry_zebrawood_8.json | 38 + ...ch_padded_single_forestry_zebrawood_9.json | 38 + ...gle_immersiveengineering_treated_wood.json | 32 - ...e_immersiveengineering_treated_wood_0.json | 38 + ...e_immersiveengineering_treated_wood_1.json | 38 + ..._immersiveengineering_treated_wood_10.json | 38 + ..._immersiveengineering_treated_wood_11.json | 38 + ..._immersiveengineering_treated_wood_12.json | 38 + ..._immersiveengineering_treated_wood_13.json | 38 + ..._immersiveengineering_treated_wood_14.json | 38 + ..._immersiveengineering_treated_wood_15.json | 38 + ...e_immersiveengineering_treated_wood_2.json | 38 + ...e_immersiveengineering_treated_wood_3.json | 38 + ...e_immersiveengineering_treated_wood_4.json | 38 + ...e_immersiveengineering_treated_wood_5.json | 38 + ...e_immersiveengineering_treated_wood_6.json | 38 + ...e_immersiveengineering_treated_wood_7.json | 38 + ...e_immersiveengineering_treated_wood_8.json | 38 + ...e_immersiveengineering_treated_wood_9.json | 38 + ...od_ironage_bench_padded_single_jungle.json | 32 - ..._ironage_bench_padded_single_jungle_0.json | 32 + ..._ironage_bench_padded_single_jungle_1.json | 32 + ...ironage_bench_padded_single_jungle_10.json | 32 + ...ironage_bench_padded_single_jungle_11.json | 32 + ...ironage_bench_padded_single_jungle_12.json | 32 + ...ironage_bench_padded_single_jungle_13.json | 32 + ...ironage_bench_padded_single_jungle_14.json | 32 + ...ironage_bench_padded_single_jungle_15.json | 32 + ..._ironage_bench_padded_single_jungle_2.json | 32 + ..._ironage_bench_padded_single_jungle_3.json | 32 + ..._ironage_bench_padded_single_jungle_4.json | 32 + ..._ironage_bench_padded_single_jungle_5.json | 32 + ..._ironage_bench_padded_single_jungle_6.json | 32 + ..._ironage_bench_padded_single_jungle_7.json | 32 + ..._ironage_bench_padded_single_jungle_8.json | 32 + ..._ironage_bench_padded_single_jungle_9.json | 32 + ...e_bench_padded_single_natura_amaranth.json | 32 - ...bench_padded_single_natura_amaranth_0.json | 38 + ...bench_padded_single_natura_amaranth_1.json | 38 + ...ench_padded_single_natura_amaranth_10.json | 38 + ...ench_padded_single_natura_amaranth_11.json | 38 + ...ench_padded_single_natura_amaranth_12.json | 38 + ...ench_padded_single_natura_amaranth_13.json | 38 + ...ench_padded_single_natura_amaranth_14.json | 38 + ...ench_padded_single_natura_amaranth_15.json | 38 + ...bench_padded_single_natura_amaranth_2.json | 38 + ...bench_padded_single_natura_amaranth_3.json | 38 + ...bench_padded_single_natura_amaranth_4.json | 38 + ...bench_padded_single_natura_amaranth_5.json | 38 + ...bench_padded_single_natura_amaranth_6.json | 38 + ...bench_padded_single_natura_amaranth_7.json | 38 + ...bench_padded_single_natura_amaranth_8.json | 38 + ...bench_padded_single_natura_amaranth_9.json | 38 + ..._bench_padded_single_natura_bloodwood.json | 32 - ...ench_padded_single_natura_bloodwood_0.json | 38 + ...ench_padded_single_natura_bloodwood_1.json | 38 + ...nch_padded_single_natura_bloodwood_10.json | 38 + ...nch_padded_single_natura_bloodwood_11.json | 38 + ...nch_padded_single_natura_bloodwood_12.json | 38 + ...nch_padded_single_natura_bloodwood_13.json | 38 + ...nch_padded_single_natura_bloodwood_14.json | 38 + ...nch_padded_single_natura_bloodwood_15.json | 38 + ...ench_padded_single_natura_bloodwood_2.json | 38 + ...ench_padded_single_natura_bloodwood_3.json | 38 + ...ench_padded_single_natura_bloodwood_4.json | 38 + ...ench_padded_single_natura_bloodwood_5.json | 38 + ...ench_padded_single_natura_bloodwood_6.json | 38 + ...ench_padded_single_natura_bloodwood_7.json | 38 + ...ench_padded_single_natura_bloodwood_8.json | 38 + ...ench_padded_single_natura_bloodwood_9.json | 38 + ...e_bench_padded_single_natura_darkwood.json | 32 - ...bench_padded_single_natura_darkwood_0.json | 38 + ...bench_padded_single_natura_darkwood_1.json | 38 + ...ench_padded_single_natura_darkwood_10.json | 38 + ...ench_padded_single_natura_darkwood_11.json | 38 + ...ench_padded_single_natura_darkwood_12.json | 38 + ...ench_padded_single_natura_darkwood_13.json | 38 + ...ench_padded_single_natura_darkwood_14.json | 38 + ...ench_padded_single_natura_darkwood_15.json | 38 + ...bench_padded_single_natura_darkwood_2.json | 38 + ...bench_padded_single_natura_darkwood_3.json | 38 + ...bench_padded_single_natura_darkwood_4.json | 38 + ...bench_padded_single_natura_darkwood_5.json | 38 + ...bench_padded_single_natura_darkwood_6.json | 38 + ...bench_padded_single_natura_darkwood_7.json | 38 + ...bench_padded_single_natura_darkwood_8.json | 38 + ...bench_padded_single_natura_darkwood_9.json | 38 + ...bench_padded_single_natura_eucalyptus.json | 32 - ...nch_padded_single_natura_eucalyptus_0.json | 38 + ...nch_padded_single_natura_eucalyptus_1.json | 38 + ...ch_padded_single_natura_eucalyptus_10.json | 38 + ...ch_padded_single_natura_eucalyptus_11.json | 38 + ...ch_padded_single_natura_eucalyptus_12.json | 38 + ...ch_padded_single_natura_eucalyptus_13.json | 38 + ...ch_padded_single_natura_eucalyptus_14.json | 38 + ...ch_padded_single_natura_eucalyptus_15.json | 38 + ...nch_padded_single_natura_eucalyptus_2.json | 38 + ...nch_padded_single_natura_eucalyptus_3.json | 38 + ...nch_padded_single_natura_eucalyptus_4.json | 38 + ...nch_padded_single_natura_eucalyptus_5.json | 38 + ...nch_padded_single_natura_eucalyptus_6.json | 38 + ...nch_padded_single_natura_eucalyptus_7.json | 38 + ...nch_padded_single_natura_eucalyptus_8.json | 38 + ...nch_padded_single_natura_eucalyptus_9.json | 38 + ...e_bench_padded_single_natura_fusewood.json | 32 - ...bench_padded_single_natura_fusewood_0.json | 38 + ...bench_padded_single_natura_fusewood_1.json | 38 + ...ench_padded_single_natura_fusewood_10.json | 38 + ...ench_padded_single_natura_fusewood_11.json | 38 + ...ench_padded_single_natura_fusewood_12.json | 38 + ...ench_padded_single_natura_fusewood_13.json | 38 + ...ench_padded_single_natura_fusewood_14.json | 38 + ...ench_padded_single_natura_fusewood_15.json | 38 + ...bench_padded_single_natura_fusewood_2.json | 38 + ...bench_padded_single_natura_fusewood_3.json | 38 + ...bench_padded_single_natura_fusewood_4.json | 38 + ...bench_padded_single_natura_fusewood_5.json | 38 + ...bench_padded_single_natura_fusewood_6.json | 38 + ...bench_padded_single_natura_fusewood_7.json | 38 + ...bench_padded_single_natura_fusewood_8.json | 38 + ...bench_padded_single_natura_fusewood_9.json | 38 + ..._bench_padded_single_natura_ghostwood.json | 32 - ...ench_padded_single_natura_ghostwood_0.json | 38 + ...ench_padded_single_natura_ghostwood_1.json | 38 + ...nch_padded_single_natura_ghostwood_10.json | 38 + ...nch_padded_single_natura_ghostwood_11.json | 38 + ...nch_padded_single_natura_ghostwood_12.json | 38 + ...nch_padded_single_natura_ghostwood_13.json | 38 + ...nch_padded_single_natura_ghostwood_14.json | 38 + ...nch_padded_single_natura_ghostwood_15.json | 38 + ...ench_padded_single_natura_ghostwood_2.json | 38 + ...ench_padded_single_natura_ghostwood_3.json | 38 + ...ench_padded_single_natura_ghostwood_4.json | 38 + ...ench_padded_single_natura_ghostwood_5.json | 38 + ...ench_padded_single_natura_ghostwood_6.json | 38 + ...ench_padded_single_natura_ghostwood_7.json | 38 + ...ench_padded_single_natura_ghostwood_8.json | 38 + ...ench_padded_single_natura_ghostwood_9.json | 38 + ...ge_bench_padded_single_natura_hopseed.json | 32 - ..._bench_padded_single_natura_hopseed_0.json | 38 + ..._bench_padded_single_natura_hopseed_1.json | 38 + ...bench_padded_single_natura_hopseed_10.json | 38 + ...bench_padded_single_natura_hopseed_11.json | 38 + ...bench_padded_single_natura_hopseed_12.json | 38 + ...bench_padded_single_natura_hopseed_13.json | 38 + ...bench_padded_single_natura_hopseed_14.json | 38 + ...bench_padded_single_natura_hopseed_15.json | 38 + ..._bench_padded_single_natura_hopseed_2.json | 38 + ..._bench_padded_single_natura_hopseed_3.json | 38 + ..._bench_padded_single_natura_hopseed_4.json | 38 + ..._bench_padded_single_natura_hopseed_5.json | 38 + ..._bench_padded_single_natura_hopseed_6.json | 38 + ..._bench_padded_single_natura_hopseed_7.json | 38 + ..._bench_padded_single_natura_hopseed_8.json | 38 + ..._bench_padded_single_natura_hopseed_9.json | 38 + ...nage_bench_padded_single_natura_maple.json | 32 - ...ge_bench_padded_single_natura_maple_0.json | 38 + ...ge_bench_padded_single_natura_maple_1.json | 38 + ...e_bench_padded_single_natura_maple_10.json | 38 + ...e_bench_padded_single_natura_maple_11.json | 38 + ...e_bench_padded_single_natura_maple_12.json | 38 + ...e_bench_padded_single_natura_maple_13.json | 38 + ...e_bench_padded_single_natura_maple_14.json | 38 + ...e_bench_padded_single_natura_maple_15.json | 38 + ...ge_bench_padded_single_natura_maple_2.json | 38 + ...ge_bench_padded_single_natura_maple_3.json | 38 + ...ge_bench_padded_single_natura_maple_4.json | 38 + ...ge_bench_padded_single_natura_maple_5.json | 38 + ...ge_bench_padded_single_natura_maple_6.json | 38 + ...ge_bench_padded_single_natura_maple_7.json | 38 + ...ge_bench_padded_single_natura_maple_8.json | 38 + ...ge_bench_padded_single_natura_maple_9.json | 38 + ...age_bench_padded_single_natura_sakura.json | 32 - ...e_bench_padded_single_natura_sakura_0.json | 38 + ...e_bench_padded_single_natura_sakura_1.json | 38 + ..._bench_padded_single_natura_sakura_10.json | 38 + ..._bench_padded_single_natura_sakura_11.json | 38 + ..._bench_padded_single_natura_sakura_12.json | 38 + ..._bench_padded_single_natura_sakura_13.json | 38 + ..._bench_padded_single_natura_sakura_14.json | 38 + ..._bench_padded_single_natura_sakura_15.json | 38 + ...e_bench_padded_single_natura_sakura_2.json | 38 + ...e_bench_padded_single_natura_sakura_3.json | 38 + ...e_bench_padded_single_natura_sakura_4.json | 38 + ...e_bench_padded_single_natura_sakura_5.json | 38 + ...e_bench_padded_single_natura_sakura_6.json | 38 + ...e_bench_padded_single_natura_sakura_7.json | 38 + ...e_bench_padded_single_natura_sakura_8.json | 38 + ...e_bench_padded_single_natura_sakura_9.json | 38 + ...bench_padded_single_natura_silverbell.json | 32 - ...nch_padded_single_natura_silverbell_0.json | 38 + ...nch_padded_single_natura_silverbell_1.json | 38 + ...ch_padded_single_natura_silverbell_10.json | 38 + ...ch_padded_single_natura_silverbell_11.json | 38 + ...ch_padded_single_natura_silverbell_12.json | 38 + ...ch_padded_single_natura_silverbell_13.json | 38 + ...ch_padded_single_natura_silverbell_14.json | 38 + ...ch_padded_single_natura_silverbell_15.json | 38 + ...nch_padded_single_natura_silverbell_2.json | 38 + ...nch_padded_single_natura_silverbell_3.json | 38 + ...nch_padded_single_natura_silverbell_4.json | 38 + ...nch_padded_single_natura_silverbell_5.json | 38 + ...nch_padded_single_natura_silverbell_6.json | 38 + ...nch_padded_single_natura_silverbell_7.json | 38 + ...nch_padded_single_natura_silverbell_8.json | 38 + ...nch_padded_single_natura_silverbell_9.json | 38 + ...nage_bench_padded_single_natura_tiger.json | 32 - ...ge_bench_padded_single_natura_tiger_0.json | 38 + ...ge_bench_padded_single_natura_tiger_1.json | 38 + ...e_bench_padded_single_natura_tiger_10.json | 38 + ...e_bench_padded_single_natura_tiger_11.json | 38 + ...e_bench_padded_single_natura_tiger_12.json | 38 + ...e_bench_padded_single_natura_tiger_13.json | 38 + ...e_bench_padded_single_natura_tiger_14.json | 38 + ...e_bench_padded_single_natura_tiger_15.json | 38 + ...ge_bench_padded_single_natura_tiger_2.json | 38 + ...ge_bench_padded_single_natura_tiger_3.json | 38 + ...ge_bench_padded_single_natura_tiger_4.json | 38 + ...ge_bench_padded_single_natura_tiger_5.json | 38 + ...ge_bench_padded_single_natura_tiger_6.json | 38 + ...ge_bench_padded_single_natura_tiger_7.json | 38 + ...ge_bench_padded_single_natura_tiger_8.json | 38 + ...ge_bench_padded_single_natura_tiger_9.json | 38 + ...age_bench_padded_single_natura_willow.json | 32 - ...e_bench_padded_single_natura_willow_0.json | 38 + ...e_bench_padded_single_natura_willow_1.json | 38 + ..._bench_padded_single_natura_willow_10.json | 38 + ..._bench_padded_single_natura_willow_11.json | 38 + ..._bench_padded_single_natura_willow_12.json | 38 + ..._bench_padded_single_natura_willow_13.json | 38 + ..._bench_padded_single_natura_willow_14.json | 38 + ..._bench_padded_single_natura_willow_15.json | 38 + ...e_bench_padded_single_natura_willow_2.json | 38 + ...e_bench_padded_single_natura_willow_3.json | 38 + ...e_bench_padded_single_natura_willow_4.json | 38 + ...e_bench_padded_single_natura_willow_5.json | 38 + ...e_bench_padded_single_natura_willow_6.json | 38 + ...e_bench_padded_single_natura_willow_7.json | 38 + ...e_bench_padded_single_natura_willow_8.json | 38 + ...e_bench_padded_single_natura_willow_9.json | 38 + ..._wood_ironage_bench_padded_single_oak.json | 32 - ...ood_ironage_bench_padded_single_oak_0.json | 32 + ...ood_ironage_bench_padded_single_oak_1.json | 32 + ...od_ironage_bench_padded_single_oak_10.json | 32 + ...od_ironage_bench_padded_single_oak_11.json | 32 + ...od_ironage_bench_padded_single_oak_12.json | 32 + ...od_ironage_bench_padded_single_oak_13.json | 32 + ...od_ironage_bench_padded_single_oak_14.json | 32 + ...od_ironage_bench_padded_single_oak_15.json | 32 + ...ood_ironage_bench_padded_single_oak_2.json | 32 + ...ood_ironage_bench_padded_single_oak_3.json | 32 + ...ood_ironage_bench_padded_single_oak_4.json | 32 + ...ood_ironage_bench_padded_single_oak_5.json | 32 + ...ood_ironage_bench_padded_single_oak_6.json | 32 + ...ood_ironage_bench_padded_single_oak_7.json | 32 + ...ood_ironage_bench_padded_single_oak_8.json | 32 + ...ood_ironage_bench_padded_single_oak_9.json | 32 + ...od_ironage_bench_padded_single_spruce.json | 32 - ..._ironage_bench_padded_single_spruce_0.json | 32 + ..._ironage_bench_padded_single_spruce_1.json | 32 + ...ironage_bench_padded_single_spruce_10.json | 32 + ...ironage_bench_padded_single_spruce_11.json | 32 + ...ironage_bench_padded_single_spruce_12.json | 32 + ...ironage_bench_padded_single_spruce_13.json | 32 + ...ironage_bench_padded_single_spruce_14.json | 32 + ...ironage_bench_padded_single_spruce_15.json | 32 + ..._ironage_bench_padded_single_spruce_2.json | 32 + ..._ironage_bench_padded_single_spruce_3.json | 32 + ..._ironage_bench_padded_single_spruce_4.json | 32 + ..._ironage_bench_padded_single_spruce_5.json | 32 + ..._ironage_bench_padded_single_spruce_6.json | 32 + ..._ironage_bench_padded_single_spruce_7.json | 32 + ..._ironage_bench_padded_single_spruce_8.json | 32 + ..._ironage_bench_padded_single_spruce_9.json | 32 + ...hair_wood_ironage_bench_single_acacia.json | 57 +- ...air_wood_ironage_bench_single_big_oak.json | 57 +- ...age_bench_single_biomesoplenty_cherry.json | 63 +- ...nage_bench_single_biomesoplenty_ebony.json | 63 +- ...e_bench_single_biomesoplenty_ethereal.json | 63 +- ...bench_single_biomesoplenty_eucalyptus.json | 63 +- ...ronage_bench_single_biomesoplenty_fir.json | 63 +- ...e_bench_single_biomesoplenty_hellbark.json | 63 +- ..._bench_single_biomesoplenty_jacaranda.json | 63 +- ...nage_bench_single_biomesoplenty_magic.json | 63 +- ...e_bench_single_biomesoplenty_mahogany.json | 63 +- ...e_bench_single_biomesoplenty_mangrove.json | 63 +- ...onage_bench_single_biomesoplenty_palm.json | 63 +- ...onage_bench_single_biomesoplenty_pine.json | 63 +- ...ge_bench_single_biomesoplenty_redwood.json | 63 +- ...bench_single_biomesoplenty_sacred_oak.json | 63 +- ...age_bench_single_biomesoplenty_umbran.json | 63 +- ...age_bench_single_biomesoplenty_willow.json | 63 +- ...chair_wood_ironage_bench_single_birch.json | 57 +- ..._ironage_bench_single_forestry_acacia.json | 63 +- ...d_ironage_bench_single_forestry_balsa.json | 63 +- ..._ironage_bench_single_forestry_baobab.json | 63 +- ..._ironage_bench_single_forestry_cherry.json | 63 +- ...ronage_bench_single_forestry_chestnut.json | 63 +- ..._ironage_bench_single_forestry_citrus.json | 63 +- ...ronage_bench_single_forestry_cocobolo.json | 63 +- ...d_ironage_bench_single_forestry_ebony.json | 63 +- ...onage_bench_single_forestry_giganteum.json | 63 +- ...nage_bench_single_forestry_greenheart.json | 63 +- ...ood_ironage_bench_single_forestry_ipe.json | 63 +- ...d_ironage_bench_single_forestry_kapok.json | 63 +- ...d_ironage_bench_single_forestry_larch.json | 63 +- ...od_ironage_bench_single_forestry_lime.json | 63 +- ...d_ironage_bench_single_forestry_mahoe.json | 63 +- ...ronage_bench_single_forestry_mahogany.json | 63 +- ...d_ironage_bench_single_forestry_maple.json | 63 +- ..._ironage_bench_single_forestry_padauk.json | 63 +- ...od_ironage_bench_single_forestry_palm.json | 63 +- ..._ironage_bench_single_forestry_papaya.json | 63 +- ...od_ironage_bench_single_forestry_pine.json | 63 +- ...od_ironage_bench_single_forestry_plum.json | 63 +- ..._ironage_bench_single_forestry_poplar.json | 63 +- ...ironage_bench_single_forestry_sequoia.json | 63 +- ...od_ironage_bench_single_forestry_teak.json | 63 +- ..._ironage_bench_single_forestry_walnut.json | 63 +- ...d_ironage_bench_single_forestry_wenge.json | 63 +- ..._ironage_bench_single_forestry_willow.json | 63 +- ...onage_bench_single_forestry_zebrawood.json | 63 +- ...gle_immersiveengineering_treated_wood.json | 63 +- ...e_immersiveengineering_treated_wood_1.json | 39 + ...e_immersiveengineering_treated_wood_2.json | 39 + ...hair_wood_ironage_bench_single_jungle.json | 57 +- ..._ironage_bench_single_natura_amaranth.json | 63 +- ...ironage_bench_single_natura_bloodwood.json | 63 +- ..._ironage_bench_single_natura_darkwood.json | 63 +- ...ronage_bench_single_natura_eucalyptus.json | 63 +- ..._ironage_bench_single_natura_fusewood.json | 63 +- ...ironage_bench_single_natura_ghostwood.json | 63 +- ...d_ironage_bench_single_natura_hopseed.json | 63 +- ...ood_ironage_bench_single_natura_maple.json | 63 +- ...od_ironage_bench_single_natura_sakura.json | 63 +- ...ronage_bench_single_natura_silverbell.json | 63 +- ...ood_ironage_bench_single_natura_tiger.json | 63 +- ...od_ironage_bench_single_natura_willow.json | 63 +- .../chair_wood_ironage_bench_single_oak.json | 57 +- ...hair_wood_ironage_bench_single_spruce.json | 57 +- .../chair_wood_ironage_classic_acacia.json | 57 +- .../chair_wood_ironage_classic_big_oak.json | 57 +- ..._ironage_classic_biomesoplenty_cherry.json | 63 +- ...d_ironage_classic_biomesoplenty_ebony.json | 63 +- ...ronage_classic_biomesoplenty_ethereal.json | 63 +- ...nage_classic_biomesoplenty_eucalyptus.json | 63 +- ...ood_ironage_classic_biomesoplenty_fir.json | 63 +- ...ronage_classic_biomesoplenty_hellbark.json | 63 +- ...onage_classic_biomesoplenty_jacaranda.json | 63 +- ...d_ironage_classic_biomesoplenty_magic.json | 63 +- ...ronage_classic_biomesoplenty_mahogany.json | 63 +- ...ronage_classic_biomesoplenty_mangrove.json | 63 +- ...od_ironage_classic_biomesoplenty_palm.json | 63 +- ...od_ironage_classic_biomesoplenty_pine.json | 63 +- ...ironage_classic_biomesoplenty_redwood.json | 63 +- ...nage_classic_biomesoplenty_sacred_oak.json | 63 +- ..._ironage_classic_biomesoplenty_umbran.json | 63 +- ..._ironage_classic_biomesoplenty_willow.json | 63 +- .../chair_wood_ironage_classic_birch.json | 57 +- ..._wood_ironage_classic_forestry_acacia.json | 63 +- ...r_wood_ironage_classic_forestry_balsa.json | 63 +- ..._wood_ironage_classic_forestry_baobab.json | 63 +- ..._wood_ironage_classic_forestry_cherry.json | 63 +- ...ood_ironage_classic_forestry_chestnut.json | 63 +- ..._wood_ironage_classic_forestry_citrus.json | 63 +- ...ood_ironage_classic_forestry_cocobolo.json | 63 +- ...r_wood_ironage_classic_forestry_ebony.json | 63 +- ...od_ironage_classic_forestry_giganteum.json | 63 +- ...d_ironage_classic_forestry_greenheart.json | 63 +- ...air_wood_ironage_classic_forestry_ipe.json | 63 +- ...r_wood_ironage_classic_forestry_kapok.json | 63 +- ...r_wood_ironage_classic_forestry_larch.json | 63 +- ...ir_wood_ironage_classic_forestry_lime.json | 63 +- ...r_wood_ironage_classic_forestry_mahoe.json | 63 +- ...ood_ironage_classic_forestry_mahogany.json | 63 +- ...r_wood_ironage_classic_forestry_maple.json | 63 +- ..._wood_ironage_classic_forestry_padauk.json | 63 +- ...ir_wood_ironage_classic_forestry_palm.json | 63 +- ..._wood_ironage_classic_forestry_papaya.json | 63 +- ...ir_wood_ironage_classic_forestry_pine.json | 63 +- ...ir_wood_ironage_classic_forestry_plum.json | 63 +- ..._wood_ironage_classic_forestry_poplar.json | 63 +- ...wood_ironage_classic_forestry_sequoia.json | 63 +- ...ir_wood_ironage_classic_forestry_teak.json | 63 +- ..._wood_ironage_classic_forestry_walnut.json | 63 +- ...r_wood_ironage_classic_forestry_wenge.json | 63 +- ..._wood_ironage_classic_forestry_willow.json | 63 +- ...od_ironage_classic_forestry_zebrawood.json | 63 +- ...sic_immersiveengineering_treated_wood.json | 63 +- ...c_immersiveengineering_treated_wood_1.json | 39 + ...c_immersiveengineering_treated_wood_2.json | 39 + .../chair_wood_ironage_classic_jungle.json | 57 +- ..._wood_ironage_classic_natura_amaranth.json | 63 +- ...wood_ironage_classic_natura_bloodwood.json | 63 +- ..._wood_ironage_classic_natura_darkwood.json | 63 +- ...ood_ironage_classic_natura_eucalyptus.json | 63 +- ..._wood_ironage_classic_natura_fusewood.json | 63 +- ...wood_ironage_classic_natura_ghostwood.json | 63 +- ...r_wood_ironage_classic_natura_hopseed.json | 63 +- ...air_wood_ironage_classic_natura_maple.json | 63 +- ...ir_wood_ironage_classic_natura_sakura.json | 63 +- ...ood_ironage_classic_natura_silverbell.json | 63 +- ...air_wood_ironage_classic_natura_tiger.json | 63 +- ...ir_wood_ironage_classic_natura_willow.json | 63 +- .../chair_wood_ironage_classic_oak.json | 57 +- .../chair_wood_ironage_classic_spruce.json | 57 +- .../chair_wood_ironage_shield_acacia.json | 56 +- .../chair_wood_ironage_shield_big_oak.json | 56 +- ...d_ironage_shield_biomesoplenty_cherry.json | 62 +- ...od_ironage_shield_biomesoplenty_ebony.json | 62 +- ...ironage_shield_biomesoplenty_ethereal.json | 62 +- ...onage_shield_biomesoplenty_eucalyptus.json | 62 +- ...wood_ironage_shield_biomesoplenty_fir.json | 62 +- ...ironage_shield_biomesoplenty_hellbark.json | 62 +- ...ronage_shield_biomesoplenty_jacaranda.json | 62 +- ...od_ironage_shield_biomesoplenty_magic.json | 62 +- ...ironage_shield_biomesoplenty_mahogany.json | 62 +- ...ironage_shield_biomesoplenty_mangrove.json | 62 +- ...ood_ironage_shield_biomesoplenty_palm.json | 62 +- ...ood_ironage_shield_biomesoplenty_pine.json | 62 +- ..._ironage_shield_biomesoplenty_redwood.json | 62 +- ...onage_shield_biomesoplenty_sacred_oak.json | 62 +- ...d_ironage_shield_biomesoplenty_umbran.json | 62 +- ...d_ironage_shield_biomesoplenty_willow.json | 62 +- .../chair_wood_ironage_shield_birch.json | 56 +- ...r_wood_ironage_shield_forestry_acacia.json | 62 +- ...ir_wood_ironage_shield_forestry_balsa.json | 62 +- ...r_wood_ironage_shield_forestry_baobab.json | 62 +- ...r_wood_ironage_shield_forestry_cherry.json | 62 +- ...wood_ironage_shield_forestry_chestnut.json | 62 +- ...r_wood_ironage_shield_forestry_citrus.json | 62 +- ...wood_ironage_shield_forestry_cocobolo.json | 62 +- ...ir_wood_ironage_shield_forestry_ebony.json | 62 +- ...ood_ironage_shield_forestry_giganteum.json | 62 +- ...od_ironage_shield_forestry_greenheart.json | 62 +- ...hair_wood_ironage_shield_forestry_ipe.json | 62 +- ...ir_wood_ironage_shield_forestry_kapok.json | 62 +- ...ir_wood_ironage_shield_forestry_larch.json | 62 +- ...air_wood_ironage_shield_forestry_lime.json | 62 +- ...ir_wood_ironage_shield_forestry_mahoe.json | 62 +- ...wood_ironage_shield_forestry_mahogany.json | 62 +- ...ir_wood_ironage_shield_forestry_maple.json | 62 +- ...r_wood_ironage_shield_forestry_padauk.json | 62 +- ...air_wood_ironage_shield_forestry_palm.json | 62 +- ...r_wood_ironage_shield_forestry_papaya.json | 62 +- ...air_wood_ironage_shield_forestry_pine.json | 62 +- ...air_wood_ironage_shield_forestry_plum.json | 62 +- ...r_wood_ironage_shield_forestry_poplar.json | 62 +- ..._wood_ironage_shield_forestry_sequoia.json | 62 +- ...air_wood_ironage_shield_forestry_teak.json | 62 +- ...r_wood_ironage_shield_forestry_walnut.json | 62 +- ...ir_wood_ironage_shield_forestry_wenge.json | 62 +- ...r_wood_ironage_shield_forestry_willow.json | 62 +- ...ood_ironage_shield_forestry_zebrawood.json | 62 +- ...eld_immersiveengineering_treated_wood.json | 62 +- .../chair_wood_ironage_shield_jungle.json | 56 +- ...r_wood_ironage_shield_natura_amaranth.json | 62 +- ..._wood_ironage_shield_natura_bloodwood.json | 62 +- ...r_wood_ironage_shield_natura_darkwood.json | 62 +- ...wood_ironage_shield_natura_eucalyptus.json | 62 +- ...r_wood_ironage_shield_natura_fusewood.json | 62 +- ..._wood_ironage_shield_natura_ghostwood.json | 62 +- ...ir_wood_ironage_shield_natura_hopseed.json | 62 +- ...hair_wood_ironage_shield_natura_maple.json | 62 +- ...air_wood_ironage_shield_natura_sakura.json | 62 +- ...wood_ironage_shield_natura_silverbell.json | 62 +- ...hair_wood_ironage_shield_natura_tiger.json | 62 +- ...air_wood_ironage_shield_natura_willow.json | 62 +- .../chair_wood_ironage_shield_oak.json | 56 +- .../chair_wood_ironage_shield_spruce.json | 56 +- ...chair_wood_ironage_stool_short_acacia.json | 57 +- ...hair_wood_ironage_stool_short_big_oak.json | 57 +- ...nage_stool_short_biomesoplenty_cherry.json | 63 +- ...onage_stool_short_biomesoplenty_ebony.json | 63 +- ...ge_stool_short_biomesoplenty_ethereal.json | 63 +- ..._stool_short_biomesoplenty_eucalyptus.json | 63 +- ...ironage_stool_short_biomesoplenty_fir.json | 63 +- ...ge_stool_short_biomesoplenty_hellbark.json | 63 +- ...e_stool_short_biomesoplenty_jacaranda.json | 63 +- ...onage_stool_short_biomesoplenty_magic.json | 63 +- ...ge_stool_short_biomesoplenty_mahogany.json | 63 +- ...ge_stool_short_biomesoplenty_mangrove.json | 63 +- ...ronage_stool_short_biomesoplenty_palm.json | 63 +- ...ronage_stool_short_biomesoplenty_pine.json | 63 +- ...age_stool_short_biomesoplenty_redwood.json | 63 +- ..._stool_short_biomesoplenty_sacred_oak.json | 63 +- ...nage_stool_short_biomesoplenty_umbran.json | 63 +- ...nage_stool_short_biomesoplenty_willow.json | 63 +- .../chair_wood_ironage_stool_short_birch.json | 57 +- ...d_ironage_stool_short_forestry_acacia.json | 63 +- ...od_ironage_stool_short_forestry_balsa.json | 63 +- ...d_ironage_stool_short_forestry_baobab.json | 63 +- ...d_ironage_stool_short_forestry_cherry.json | 63 +- ...ironage_stool_short_forestry_chestnut.json | 63 +- ...d_ironage_stool_short_forestry_citrus.json | 63 +- ...ironage_stool_short_forestry_cocobolo.json | 63 +- ...od_ironage_stool_short_forestry_ebony.json | 63 +- ...ronage_stool_short_forestry_giganteum.json | 63 +- ...onage_stool_short_forestry_greenheart.json | 63 +- ...wood_ironage_stool_short_forestry_ipe.json | 63 +- ...od_ironage_stool_short_forestry_kapok.json | 63 +- ...od_ironage_stool_short_forestry_larch.json | 63 +- ...ood_ironage_stool_short_forestry_lime.json | 63 +- ...od_ironage_stool_short_forestry_mahoe.json | 63 +- ...ironage_stool_short_forestry_mahogany.json | 63 +- ...od_ironage_stool_short_forestry_maple.json | 63 +- ...d_ironage_stool_short_forestry_padauk.json | 63 +- ...ood_ironage_stool_short_forestry_palm.json | 63 +- ...d_ironage_stool_short_forestry_papaya.json | 63 +- ...ood_ironage_stool_short_forestry_pine.json | 63 +- ...ood_ironage_stool_short_forestry_plum.json | 63 +- ...d_ironage_stool_short_forestry_poplar.json | 63 +- ..._ironage_stool_short_forestry_sequoia.json | 63 +- ...ood_ironage_stool_short_forestry_teak.json | 63 +- ...d_ironage_stool_short_forestry_walnut.json | 63 +- ...od_ironage_stool_short_forestry_wenge.json | 63 +- ...d_ironage_stool_short_forestry_willow.json | 63 +- ...ronage_stool_short_forestry_zebrawood.json | 63 +- ...ort_immersiveengineering_treated_wood.json | 63 +- ...t_immersiveengineering_treated_wood_1.json | 39 + ...t_immersiveengineering_treated_wood_2.json | 39 + ...chair_wood_ironage_stool_short_jungle.json | 57 +- ...d_ironage_stool_short_natura_amaranth.json | 63 +- ..._ironage_stool_short_natura_bloodwood.json | 63 +- ...d_ironage_stool_short_natura_darkwood.json | 63 +- ...ironage_stool_short_natura_eucalyptus.json | 63 +- ...d_ironage_stool_short_natura_fusewood.json | 63 +- ..._ironage_stool_short_natura_ghostwood.json | 63 +- ...od_ironage_stool_short_natura_hopseed.json | 63 +- ...wood_ironage_stool_short_natura_maple.json | 63 +- ...ood_ironage_stool_short_natura_sakura.json | 63 +- ...ironage_stool_short_natura_silverbell.json | 63 +- ...wood_ironage_stool_short_natura_tiger.json | 63 +- ...ood_ironage_stool_short_natura_willow.json | 63 +- .../chair_wood_ironage_stool_short_oak.json | 57 +- ...chair_wood_ironage_stool_short_spruce.json | 57 +- .../chair_wood_ironage_stool_tall_acacia.json | 57 +- ...chair_wood_ironage_stool_tall_big_oak.json | 57 +- ...onage_stool_tall_biomesoplenty_cherry.json | 63 +- ...ronage_stool_tall_biomesoplenty_ebony.json | 63 +- ...age_stool_tall_biomesoplenty_ethereal.json | 63 +- ...e_stool_tall_biomesoplenty_eucalyptus.json | 63 +- ..._ironage_stool_tall_biomesoplenty_fir.json | 63 +- ...age_stool_tall_biomesoplenty_hellbark.json | 63 +- ...ge_stool_tall_biomesoplenty_jacaranda.json | 63 +- ...ronage_stool_tall_biomesoplenty_magic.json | 63 +- ...age_stool_tall_biomesoplenty_mahogany.json | 63 +- ...age_stool_tall_biomesoplenty_mangrove.json | 63 +- ...ironage_stool_tall_biomesoplenty_palm.json | 63 +- ...ironage_stool_tall_biomesoplenty_pine.json | 63 +- ...nage_stool_tall_biomesoplenty_redwood.json | 63 +- ...e_stool_tall_biomesoplenty_sacred_oak.json | 63 +- ...onage_stool_tall_biomesoplenty_umbran.json | 63 +- ...onage_stool_tall_biomesoplenty_willow.json | 63 +- .../chair_wood_ironage_stool_tall_birch.json | 57 +- ...od_ironage_stool_tall_forestry_acacia.json | 63 +- ...ood_ironage_stool_tall_forestry_balsa.json | 63 +- ...od_ironage_stool_tall_forestry_baobab.json | 63 +- ...od_ironage_stool_tall_forestry_cherry.json | 63 +- ..._ironage_stool_tall_forestry_chestnut.json | 63 +- ...od_ironage_stool_tall_forestry_citrus.json | 63 +- ..._ironage_stool_tall_forestry_cocobolo.json | 63 +- ...ood_ironage_stool_tall_forestry_ebony.json | 63 +- ...ironage_stool_tall_forestry_giganteum.json | 63 +- ...ronage_stool_tall_forestry_greenheart.json | 63 +- ..._wood_ironage_stool_tall_forestry_ipe.json | 63 +- ...ood_ironage_stool_tall_forestry_kapok.json | 63 +- ...ood_ironage_stool_tall_forestry_larch.json | 63 +- ...wood_ironage_stool_tall_forestry_lime.json | 63 +- ...ood_ironage_stool_tall_forestry_mahoe.json | 63 +- ..._ironage_stool_tall_forestry_mahogany.json | 63 +- ...ood_ironage_stool_tall_forestry_maple.json | 63 +- ...od_ironage_stool_tall_forestry_padauk.json | 63 +- ...wood_ironage_stool_tall_forestry_palm.json | 63 +- ...od_ironage_stool_tall_forestry_papaya.json | 63 +- ...wood_ironage_stool_tall_forestry_pine.json | 63 +- ...wood_ironage_stool_tall_forestry_plum.json | 63 +- ...od_ironage_stool_tall_forestry_poplar.json | 63 +- ...d_ironage_stool_tall_forestry_sequoia.json | 63 +- ...wood_ironage_stool_tall_forestry_teak.json | 63 +- ...od_ironage_stool_tall_forestry_walnut.json | 63 +- ...ood_ironage_stool_tall_forestry_wenge.json | 63 +- ...od_ironage_stool_tall_forestry_willow.json | 63 +- ...ironage_stool_tall_forestry_zebrawood.json | 63 +- ...all_immersiveengineering_treated_wood.json | 63 +- ...l_immersiveengineering_treated_wood_1.json | 39 + ...l_immersiveengineering_treated_wood_2.json | 39 + .../chair_wood_ironage_stool_tall_jungle.json | 57 +- ...od_ironage_stool_tall_natura_amaranth.json | 63 +- ...d_ironage_stool_tall_natura_bloodwood.json | 63 +- ...od_ironage_stool_tall_natura_darkwood.json | 63 +- ..._ironage_stool_tall_natura_eucalyptus.json | 63 +- ...od_ironage_stool_tall_natura_fusewood.json | 63 +- ...d_ironage_stool_tall_natura_ghostwood.json | 63 +- ...ood_ironage_stool_tall_natura_hopseed.json | 63 +- ..._wood_ironage_stool_tall_natura_maple.json | 63 +- ...wood_ironage_stool_tall_natura_sakura.json | 63 +- ..._ironage_stool_tall_natura_silverbell.json | 63 +- ..._wood_ironage_stool_tall_natura_tiger.json | 63 +- ...wood_ironage_stool_tall_natura_willow.json | 63 +- .../chair_wood_ironage_stool_tall_oak.json | 57 +- .../chair_wood_ironage_stool_tall_spruce.json | 57 +- ..._metal_ironage_block_floor_glow_clear.json | 32 + ..._metal_ironage_block_floor_lava_clear.json | 32 + ...t_metal_ironage_block_floor_red_clear.json | 32 + ...metal_ironage_sconce_floor_empty_iron.json | 32 + .../advancements/recipes/obsidian.json | 32 + ..._metal_ironage_block_floor_glow_clear.json | 8 + ..._metal_ironage_block_floor_lava_clear.json | 8 + ...t_metal_ironage_block_floor_red_clear.json | 8 + ...l_ironage_block_floor_red_clear_eight.json | 8 + ..._ironage_block_floor_red_clear_eleven.json | 8 + ...ironage_block_floor_red_clear_fifteen.json | 8 + ...al_ironage_block_floor_red_clear_five.json | 8 + ...al_ironage_block_floor_red_clear_four.json | 8 + ...ronage_block_floor_red_clear_fourteen.json | 8 + ...al_ironage_block_floor_red_clear_nine.json | 8 + ...tal_ironage_block_floor_red_clear_one.json | 8 + ...l_ironage_block_floor_red_clear_seven.json | 8 + ...tal_ironage_block_floor_red_clear_six.json | 8 + ...tal_ironage_block_floor_red_clear_ten.json | 8 + ...ronage_block_floor_red_clear_thirteen.json | 8 + ...l_ironage_block_floor_red_clear_three.json | 8 + ..._ironage_block_floor_red_clear_twelve.json | 8 + ...tal_ironage_block_floor_red_clear_two.json | 8 + ...metal_ironage_sconce_floor_empty_iron.json | 19 + ..._metal_ironage_sconce_floor_glow_iron.json | 8 + ..._metal_ironage_sconce_floor_lava_iron.json | 8 + ...t_metal_ironage_sconce_floor_red_iron.json | 8 + ...l_ironage_sconce_floor_red_iron_eight.json | 8 + ..._ironage_sconce_floor_red_iron_eleven.json | 8 + ...ironage_sconce_floor_red_iron_fifteen.json | 8 + ...al_ironage_sconce_floor_red_iron_five.json | 8 + ...al_ironage_sconce_floor_red_iron_four.json | 8 + ...ronage_sconce_floor_red_iron_fourteen.json | 8 + ...al_ironage_sconce_floor_red_iron_nine.json | 8 + ...tal_ironage_sconce_floor_red_iron_one.json | 8 + ...l_ironage_sconce_floor_red_iron_seven.json | 8 + ...tal_ironage_sconce_floor_red_iron_six.json | 8 + ...tal_ironage_sconce_floor_red_iron_ten.json | 8 + ...ronage_sconce_floor_red_iron_thirteen.json | 8 + ...l_ironage_sconce_floor_red_iron_three.json | 8 + ..._ironage_sconce_floor_red_iron_twelve.json | 8 + ...tal_ironage_sconce_floor_red_iron_two.json | 8 + ...al_ironage_sconce_floor_redtorch_iron.json | 20 + ...nage_sconce_floor_redtorch_iron_unlit.json | 20 + ...metal_ironage_sconce_floor_torch_iron.json | 20 + ...ironage_sconce_floor_torch_iron_unlit.json | 20 + ..._metal_ironage_sconce_wall_empty_iron.json | 20 + ...t_metal_ironage_sconce_wall_glow_iron.json | 8 + ...t_metal_ironage_sconce_wall_lava_iron.json | 8 + ...ht_metal_ironage_sconce_wall_red_iron.json | 8 + ...al_ironage_sconce_wall_red_iron_eight.json | 8 + ...l_ironage_sconce_wall_red_iron_eleven.json | 8 + ..._ironage_sconce_wall_red_iron_fifteen.json | 8 + ...tal_ironage_sconce_wall_red_iron_five.json | 8 + ...tal_ironage_sconce_wall_red_iron_four.json | 8 + ...ironage_sconce_wall_red_iron_fourteen.json | 8 + ...tal_ironage_sconce_wall_red_iron_nine.json | 8 + ...etal_ironage_sconce_wall_red_iron_one.json | 8 + ...al_ironage_sconce_wall_red_iron_seven.json | 8 + ...etal_ironage_sconce_wall_red_iron_six.json | 8 + ...etal_ironage_sconce_wall_red_iron_ten.json | 8 + ...ironage_sconce_wall_red_iron_thirteen.json | 8 + ...al_ironage_sconce_wall_red_iron_three.json | 8 + ...l_ironage_sconce_wall_red_iron_twelve.json | 8 + ...etal_ironage_sconce_wall_red_iron_two.json | 8 + ...tal_ironage_sconce_wall_redtorch_iron.json | 20 + ...onage_sconce_wall_redtorch_iron_unlit.json | 20 + ..._metal_ironage_sconce_wall_torch_iron.json | 20 + ..._ironage_sconce_wall_torch_iron_unlit.json | 20 + .../blockstates/obsidian_chunk.json | 8 + .../assets/ironagefurniture/lang/en_EN.lang | 5 + .../assets/ironagefurniture/lang/en_GB.lang | 5 + .../assets/ironagefurniture/lang/en_US.lang | 5 + ..._metal_ironage_block_floor_glow_clear.json | 7 + ..._metal_ironage_block_floor_lava_clear.json | 7 + ...t_metal_ironage_block_floor_red_clear.json | 7 + ...tal_ironage_block_floor_red_clear_lit.json | 7 + ...metal_ironage_sconce_floor_empty_iron.json | 587 +++++ ..._metal_ironage_sconce_floor_glow_iron.json | 8 + ..._metal_ironage_sconce_floor_lava_iron.json | 8 + ...t_metal_ironage_sconce_floor_red_iron.json | 8 + ...l_ironage_sconce_floor_red_iron_eight.json | 8 + ..._ironage_sconce_floor_red_iron_eleven.json | 8 + ...ironage_sconce_floor_red_iron_fifteen.json | 8 + ...al_ironage_sconce_floor_red_iron_five.json | 8 + ...al_ironage_sconce_floor_red_iron_four.json | 8 + ...ronage_sconce_floor_red_iron_fourteen.json | 8 + ...al_ironage_sconce_floor_red_iron_nine.json | 8 + ...tal_ironage_sconce_floor_red_iron_one.json | 8 + ...l_ironage_sconce_floor_red_iron_seven.json | 8 + ...tal_ironage_sconce_floor_red_iron_six.json | 8 + ...tal_ironage_sconce_floor_red_iron_ten.json | 8 + ...ronage_sconce_floor_red_iron_thirteen.json | 8 + ...l_ironage_sconce_floor_red_iron_three.json | 8 + ..._ironage_sconce_floor_red_iron_twelve.json | 8 + ...tal_ironage_sconce_floor_red_iron_two.json | 8 + ...al_ironage_sconce_floor_redtorch_iron.json | 8 + ...nage_sconce_floor_redtorch_iron_unlit.json | 8 + ...metal_ironage_sconce_floor_torch_iron.json | 8 + ..._metal_ironage_sconce_wall_empty_iron.json | 685 +++++ ...t_metal_ironage_sconce_wall_glow_iron.json | 8 + ...t_metal_ironage_sconce_wall_lava_iron.json | 8 + ...ht_metal_ironage_sconce_wall_red_iron.json | 8 + ...al_ironage_sconce_wall_red_iron_eight.json | 8 + ...l_ironage_sconce_wall_red_iron_eleven.json | 8 + ..._ironage_sconce_wall_red_iron_fifteen.json | 8 + ...tal_ironage_sconce_wall_red_iron_five.json | 8 + ...tal_ironage_sconce_wall_red_iron_four.json | 8 + ...ironage_sconce_wall_red_iron_fourteen.json | 8 + ...tal_ironage_sconce_wall_red_iron_nine.json | 8 + ...etal_ironage_sconce_wall_red_iron_one.json | 8 + ...al_ironage_sconce_wall_red_iron_seven.json | 8 + ...etal_ironage_sconce_wall_red_iron_six.json | 8 + ...etal_ironage_sconce_wall_red_iron_ten.json | 8 + ...ironage_sconce_wall_red_iron_thirteen.json | 8 + ...al_ironage_sconce_wall_red_iron_three.json | 8 + ...l_ironage_sconce_wall_red_iron_twelve.json | 8 + ...etal_ironage_sconce_wall_red_iron_two.json | 8 + ...tal_ironage_sconce_wall_redtorch_iron.json | 8 + ...onage_sconce_wall_redtorch_iron_unlit.json | 8 + ..._metal_ironage_sconce_wall_torch_iron.json | 8 + ..._ironage_sconce_wall_torch_iron_unlit.json | 8 + .../models/block/obsidian_chunk.json | 143 ++ ..._light_metal_ironage_block_floor_vial.json | 416 ++++ ...t_metal_ironage_sconce_floor_redtorch.json | 934 +++++++ ...ight_metal_ironage_sconce_floor_torch.json | 752 ++++++ ...light_metal_ironage_sconce_floor_vial.json | 807 ++++++ ...ht_metal_ironage_sconce_wall_redtorch.json | 1017 ++++++++ ...light_metal_ironage_sconce_wall_torch.json | 936 +++++++ ..._light_metal_ironage_sconce_wall_vial.json | 963 +++++++ ..._metal_ironage_block_floor_glow_clear.json | 4 + ..._metal_ironage_block_floor_lava_clear.json | 4 + ...t_metal_ironage_block_floor_red_clear.json | 4 + ...metal_ironage_sconce_floor_empty_iron.json | 4 + ..._metal_ironage_sconce_floor_glow_iron.json | 4 + ..._metal_ironage_sconce_floor_lava_iron.json | 4 + ...t_metal_ironage_sconce_floor_red_iron.json | 4 + ...l_ironage_sconce_floor_red_iron_eight.json | 4 + ..._ironage_sconce_floor_red_iron_eleven.json | 4 + ...ironage_sconce_floor_red_iron_fifteen.json | 4 + ...al_ironage_sconce_floor_red_iron_five.json | 4 + ...al_ironage_sconce_floor_red_iron_four.json | 4 + ...ronage_sconce_floor_red_iron_fourteen.json | 4 + ...al_ironage_sconce_floor_red_iron_nine.json | 4 + ...tal_ironage_sconce_floor_red_iron_one.json | 4 + ...l_ironage_sconce_floor_red_iron_seven.json | 4 + ...tal_ironage_sconce_floor_red_iron_six.json | 4 + ...tal_ironage_sconce_floor_red_iron_ten.json | 4 + ...ronage_sconce_floor_red_iron_thirteen.json | 4 + ...l_ironage_sconce_floor_red_iron_three.json | 4 + ..._ironage_sconce_floor_red_iron_twelve.json | 4 + ...tal_ironage_sconce_floor_red_iron_two.json | 4 + ...al_ironage_sconce_floor_redtorch_iron.json | 4 + ...nage_sconce_floor_redtorch_iron_unlit.json | 4 + ...metal_ironage_sconce_floor_torch_iron.json | 4 + ...ironage_sconce_floor_torch_iron_unlit.json | 4 + ..._metal_ironage_sconce_wall_empty_iron.json | 4 + ...t_metal_ironage_sconce_wall_glow_iron.json | 4 + ...t_metal_ironage_sconce_wall_lava_iron.json | 4 + ...ht_metal_ironage_sconce_wall_red_iron.json | 4 + ...al_ironage_sconce_wall_red_iron_eight.json | 4 + ...l_ironage_sconce_wall_red_iron_eleven.json | 4 + ..._ironage_sconce_wall_red_iron_fifteen.json | 4 + ...tal_ironage_sconce_wall_red_iron_five.json | 4 + ...tal_ironage_sconce_wall_red_iron_four.json | 4 + ...ironage_sconce_wall_red_iron_fourteen.json | 4 + ...tal_ironage_sconce_wall_red_iron_nine.json | 4 + ...etal_ironage_sconce_wall_red_iron_one.json | 4 + ...al_ironage_sconce_wall_red_iron_seven.json | 4 + ...etal_ironage_sconce_wall_red_iron_six.json | 4 + ...etal_ironage_sconce_wall_red_iron_ten.json | 4 + ...ironage_sconce_wall_red_iron_thirteen.json | 4 + ...al_ironage_sconce_wall_red_iron_three.json | 4 + ...l_ironage_sconce_wall_red_iron_twelve.json | 4 + ...etal_ironage_sconce_wall_red_iron_two.json | 4 + ...tal_ironage_sconce_wall_redtorch_iron.json | 4 + ...onage_sconce_wall_redtorch_iron_unlit.json | 4 + ..._metal_ironage_sconce_wall_torch_iron.json | 4 + ..._ironage_sconce_wall_torch_iron_unlit.json | 4 + .../models/item/obsidian_chunk.json | 4 + .../recipes/cfm_classic_acacia.json | 34 +- .../recipes/cfm_classic_big_oak.json | 34 +- .../recipes/cfm_classic_birch.json | 34 +- .../recipes/cfm_classic_jungle.json | 34 +- .../recipes/cfm_classic_oak.json | 34 +- .../recipes/cfm_classic_spruce.json | 34 +- ...age_bench_back_padded_single_acacia_0.json | 28 +- ...age_bench_back_padded_single_acacia_1.json | 28 +- ...ge_bench_back_padded_single_acacia_10.json | 28 +- ...ge_bench_back_padded_single_acacia_11.json | 28 +- ...ge_bench_back_padded_single_acacia_12.json | 28 +- ...ge_bench_back_padded_single_acacia_13.json | 28 +- ...ge_bench_back_padded_single_acacia_14.json | 28 +- ...ge_bench_back_padded_single_acacia_15.json | 28 +- ...age_bench_back_padded_single_acacia_2.json | 28 +- ...age_bench_back_padded_single_acacia_3.json | 28 +- ...age_bench_back_padded_single_acacia_4.json | 28 +- ...age_bench_back_padded_single_acacia_5.json | 28 +- ...age_bench_back_padded_single_acacia_6.json | 28 +- ...age_bench_back_padded_single_acacia_7.json | 28 +- ...age_bench_back_padded_single_acacia_8.json | 28 +- ...age_bench_back_padded_single_acacia_9.json | 28 +- ...ge_bench_back_padded_single_big_oak_0.json | 28 +- ...ge_bench_back_padded_single_big_oak_1.json | 28 +- ...e_bench_back_padded_single_big_oak_10.json | 28 +- ...e_bench_back_padded_single_big_oak_11.json | 28 +- ...e_bench_back_padded_single_big_oak_12.json | 28 +- ...e_bench_back_padded_single_big_oak_13.json | 28 +- ...e_bench_back_padded_single_big_oak_14.json | 28 +- ...e_bench_back_padded_single_big_oak_15.json | 28 +- ...ge_bench_back_padded_single_big_oak_2.json | 28 +- ...ge_bench_back_padded_single_big_oak_3.json | 28 +- ...ge_bench_back_padded_single_big_oak_4.json | 28 +- ...ge_bench_back_padded_single_big_oak_5.json | 28 +- ...ge_bench_back_padded_single_big_oak_6.json | 28 +- ...ge_bench_back_padded_single_big_oak_7.json | 28 +- ...ge_bench_back_padded_single_big_oak_8.json | 28 +- ...ge_bench_back_padded_single_big_oak_9.json | 28 +- ..._padded_single_biomesoplenty_cherry_0.json | 40 +- ..._padded_single_biomesoplenty_cherry_1.json | 40 +- ...padded_single_biomesoplenty_cherry_10.json | 40 +- ...padded_single_biomesoplenty_cherry_11.json | 40 +- ...padded_single_biomesoplenty_cherry_12.json | 40 +- ...padded_single_biomesoplenty_cherry_13.json | 40 +- ...padded_single_biomesoplenty_cherry_14.json | 40 +- ...padded_single_biomesoplenty_cherry_15.json | 40 +- ..._padded_single_biomesoplenty_cherry_2.json | 40 +- ..._padded_single_biomesoplenty_cherry_3.json | 40 +- ..._padded_single_biomesoplenty_cherry_4.json | 40 +- ..._padded_single_biomesoplenty_cherry_5.json | 40 +- ..._padded_single_biomesoplenty_cherry_6.json | 40 +- ..._padded_single_biomesoplenty_cherry_7.json | 40 +- ..._padded_single_biomesoplenty_cherry_8.json | 40 +- ..._padded_single_biomesoplenty_cherry_9.json | 40 +- ...k_padded_single_biomesoplenty_ebony_0.json | 40 +- ...k_padded_single_biomesoplenty_ebony_1.json | 40 +- ..._padded_single_biomesoplenty_ebony_10.json | 40 +- ..._padded_single_biomesoplenty_ebony_11.json | 40 +- ..._padded_single_biomesoplenty_ebony_12.json | 40 +- ..._padded_single_biomesoplenty_ebony_13.json | 40 +- ..._padded_single_biomesoplenty_ebony_14.json | 40 +- ..._padded_single_biomesoplenty_ebony_15.json | 40 +- ...k_padded_single_biomesoplenty_ebony_2.json | 40 +- ...k_padded_single_biomesoplenty_ebony_3.json | 40 +- ...k_padded_single_biomesoplenty_ebony_4.json | 40 +- ...k_padded_single_biomesoplenty_ebony_5.json | 40 +- ...k_padded_single_biomesoplenty_ebony_6.json | 40 +- ...k_padded_single_biomesoplenty_ebony_7.json | 40 +- ...k_padded_single_biomesoplenty_ebony_8.json | 40 +- ...k_padded_single_biomesoplenty_ebony_9.json | 40 +- ...added_single_biomesoplenty_ethereal_0.json | 40 +- ...added_single_biomesoplenty_ethereal_1.json | 40 +- ...dded_single_biomesoplenty_ethereal_10.json | 40 +- ...dded_single_biomesoplenty_ethereal_11.json | 40 +- ...dded_single_biomesoplenty_ethereal_12.json | 40 +- ...dded_single_biomesoplenty_ethereal_13.json | 40 +- ...dded_single_biomesoplenty_ethereal_14.json | 40 +- ...dded_single_biomesoplenty_ethereal_15.json | 40 +- ...added_single_biomesoplenty_ethereal_2.json | 40 +- ...added_single_biomesoplenty_ethereal_3.json | 40 +- ...added_single_biomesoplenty_ethereal_4.json | 40 +- ...added_single_biomesoplenty_ethereal_5.json | 40 +- ...added_single_biomesoplenty_ethereal_6.json | 40 +- ...added_single_biomesoplenty_ethereal_7.json | 40 +- ...added_single_biomesoplenty_ethereal_8.json | 40 +- ...added_single_biomesoplenty_ethereal_9.json | 40 +- ...ded_single_biomesoplenty_eucalyptus_0.json | 40 +- ...ded_single_biomesoplenty_eucalyptus_1.json | 40 +- ...ed_single_biomesoplenty_eucalyptus_10.json | 40 +- ...ed_single_biomesoplenty_eucalyptus_11.json | 40 +- ...ed_single_biomesoplenty_eucalyptus_12.json | 40 +- ...ed_single_biomesoplenty_eucalyptus_13.json | 40 +- ...ed_single_biomesoplenty_eucalyptus_14.json | 40 +- ...ed_single_biomesoplenty_eucalyptus_15.json | 40 +- ...ded_single_biomesoplenty_eucalyptus_2.json | 40 +- ...ded_single_biomesoplenty_eucalyptus_3.json | 40 +- ...ded_single_biomesoplenty_eucalyptus_4.json | 40 +- ...ded_single_biomesoplenty_eucalyptus_5.json | 40 +- ...ded_single_biomesoplenty_eucalyptus_6.json | 40 +- ...ded_single_biomesoplenty_eucalyptus_7.json | 40 +- ...ded_single_biomesoplenty_eucalyptus_8.json | 40 +- ...ded_single_biomesoplenty_eucalyptus_9.json | 40 +- ...ack_padded_single_biomesoplenty_fir_0.json | 40 +- ...ack_padded_single_biomesoplenty_fir_1.json | 40 +- ...ck_padded_single_biomesoplenty_fir_10.json | 40 +- ...ck_padded_single_biomesoplenty_fir_11.json | 40 +- ...ck_padded_single_biomesoplenty_fir_12.json | 40 +- ...ck_padded_single_biomesoplenty_fir_13.json | 40 +- ...ck_padded_single_biomesoplenty_fir_14.json | 40 +- ...ck_padded_single_biomesoplenty_fir_15.json | 40 +- ...ack_padded_single_biomesoplenty_fir_2.json | 40 +- ...ack_padded_single_biomesoplenty_fir_3.json | 40 +- ...ack_padded_single_biomesoplenty_fir_4.json | 40 +- ...ack_padded_single_biomesoplenty_fir_5.json | 40 +- ...ack_padded_single_biomesoplenty_fir_6.json | 40 +- ...ack_padded_single_biomesoplenty_fir_7.json | 40 +- ...ack_padded_single_biomesoplenty_fir_8.json | 40 +- ...ack_padded_single_biomesoplenty_fir_9.json | 40 +- ...added_single_biomesoplenty_hellbark_0.json | 40 +- ...added_single_biomesoplenty_hellbark_1.json | 40 +- ...dded_single_biomesoplenty_hellbark_10.json | 40 +- ...dded_single_biomesoplenty_hellbark_11.json | 40 +- ...dded_single_biomesoplenty_hellbark_12.json | 40 +- ...dded_single_biomesoplenty_hellbark_13.json | 40 +- ...dded_single_biomesoplenty_hellbark_14.json | 40 +- ...dded_single_biomesoplenty_hellbark_15.json | 40 +- ...added_single_biomesoplenty_hellbark_2.json | 40 +- ...added_single_biomesoplenty_hellbark_3.json | 40 +- ...added_single_biomesoplenty_hellbark_4.json | 40 +- ...added_single_biomesoplenty_hellbark_5.json | 40 +- ...added_single_biomesoplenty_hellbark_6.json | 40 +- ...added_single_biomesoplenty_hellbark_7.json | 40 +- ...added_single_biomesoplenty_hellbark_8.json | 40 +- ...added_single_biomesoplenty_hellbark_9.json | 40 +- ...dded_single_biomesoplenty_jacaranda_0.json | 40 +- ...dded_single_biomesoplenty_jacaranda_1.json | 40 +- ...ded_single_biomesoplenty_jacaranda_10.json | 40 +- ...ded_single_biomesoplenty_jacaranda_11.json | 40 +- ...ded_single_biomesoplenty_jacaranda_12.json | 40 +- ...ded_single_biomesoplenty_jacaranda_13.json | 40 +- ...ded_single_biomesoplenty_jacaranda_14.json | 40 +- ...ded_single_biomesoplenty_jacaranda_15.json | 40 +- ...dded_single_biomesoplenty_jacaranda_2.json | 40 +- ...dded_single_biomesoplenty_jacaranda_3.json | 40 +- ...dded_single_biomesoplenty_jacaranda_4.json | 40 +- ...dded_single_biomesoplenty_jacaranda_5.json | 40 +- ...dded_single_biomesoplenty_jacaranda_6.json | 40 +- ...dded_single_biomesoplenty_jacaranda_7.json | 40 +- ...dded_single_biomesoplenty_jacaranda_8.json | 40 +- ...dded_single_biomesoplenty_jacaranda_9.json | 40 +- ...k_padded_single_biomesoplenty_magic_0.json | 40 +- ...k_padded_single_biomesoplenty_magic_1.json | 40 +- ..._padded_single_biomesoplenty_magic_10.json | 40 +- ..._padded_single_biomesoplenty_magic_11.json | 40 +- ..._padded_single_biomesoplenty_magic_12.json | 40 +- ..._padded_single_biomesoplenty_magic_13.json | 40 +- ..._padded_single_biomesoplenty_magic_14.json | 40 +- ..._padded_single_biomesoplenty_magic_15.json | 40 +- ...k_padded_single_biomesoplenty_magic_2.json | 40 +- ...k_padded_single_biomesoplenty_magic_3.json | 40 +- ...k_padded_single_biomesoplenty_magic_4.json | 40 +- ...k_padded_single_biomesoplenty_magic_5.json | 40 +- ...k_padded_single_biomesoplenty_magic_6.json | 40 +- ...k_padded_single_biomesoplenty_magic_7.json | 40 +- ...k_padded_single_biomesoplenty_magic_8.json | 40 +- ...k_padded_single_biomesoplenty_magic_9.json | 40 +- ...added_single_biomesoplenty_mahogany_0.json | 40 +- ...added_single_biomesoplenty_mahogany_1.json | 40 +- ...dded_single_biomesoplenty_mahogany_10.json | 40 +- ...dded_single_biomesoplenty_mahogany_11.json | 40 +- ...dded_single_biomesoplenty_mahogany_12.json | 40 +- ...dded_single_biomesoplenty_mahogany_13.json | 40 +- ...dded_single_biomesoplenty_mahogany_14.json | 40 +- ...dded_single_biomesoplenty_mahogany_15.json | 40 +- ...added_single_biomesoplenty_mahogany_2.json | 40 +- ...added_single_biomesoplenty_mahogany_3.json | 40 +- ...added_single_biomesoplenty_mahogany_4.json | 40 +- ...added_single_biomesoplenty_mahogany_5.json | 40 +- ...added_single_biomesoplenty_mahogany_6.json | 40 +- ...added_single_biomesoplenty_mahogany_7.json | 40 +- ...added_single_biomesoplenty_mahogany_8.json | 40 +- ...added_single_biomesoplenty_mahogany_9.json | 40 +- ...added_single_biomesoplenty_mangrove_0.json | 40 +- ...added_single_biomesoplenty_mangrove_1.json | 40 +- ...dded_single_biomesoplenty_mangrove_10.json | 40 +- ...dded_single_biomesoplenty_mangrove_11.json | 40 +- ...dded_single_biomesoplenty_mangrove_12.json | 40 +- ...dded_single_biomesoplenty_mangrove_13.json | 40 +- ...dded_single_biomesoplenty_mangrove_14.json | 40 +- ...dded_single_biomesoplenty_mangrove_15.json | 40 +- ...added_single_biomesoplenty_mangrove_2.json | 40 +- ...added_single_biomesoplenty_mangrove_3.json | 40 +- ...added_single_biomesoplenty_mangrove_4.json | 40 +- ...added_single_biomesoplenty_mangrove_5.json | 40 +- ...added_single_biomesoplenty_mangrove_6.json | 40 +- ...added_single_biomesoplenty_mangrove_7.json | 40 +- ...added_single_biomesoplenty_mangrove_8.json | 40 +- ...added_single_biomesoplenty_mangrove_9.json | 40 +- ...ck_padded_single_biomesoplenty_palm_0.json | 40 +- ...ck_padded_single_biomesoplenty_palm_1.json | 40 +- ...k_padded_single_biomesoplenty_palm_10.json | 40 +- ...k_padded_single_biomesoplenty_palm_11.json | 40 +- ...k_padded_single_biomesoplenty_palm_12.json | 40 +- ...k_padded_single_biomesoplenty_palm_13.json | 40 +- ...k_padded_single_biomesoplenty_palm_14.json | 40 +- ...k_padded_single_biomesoplenty_palm_15.json | 40 +- ...ck_padded_single_biomesoplenty_palm_2.json | 40 +- ...ck_padded_single_biomesoplenty_palm_3.json | 40 +- ...ck_padded_single_biomesoplenty_palm_4.json | 40 +- ...ck_padded_single_biomesoplenty_palm_5.json | 40 +- ...ck_padded_single_biomesoplenty_palm_6.json | 40 +- ...ck_padded_single_biomesoplenty_palm_7.json | 40 +- ...ck_padded_single_biomesoplenty_palm_8.json | 40 +- ...ck_padded_single_biomesoplenty_palm_9.json | 40 +- ...ck_padded_single_biomesoplenty_pine_0.json | 40 +- ...ck_padded_single_biomesoplenty_pine_1.json | 40 +- ...k_padded_single_biomesoplenty_pine_10.json | 40 +- ...k_padded_single_biomesoplenty_pine_11.json | 40 +- ...k_padded_single_biomesoplenty_pine_12.json | 40 +- ...k_padded_single_biomesoplenty_pine_13.json | 40 +- ...k_padded_single_biomesoplenty_pine_14.json | 40 +- ...k_padded_single_biomesoplenty_pine_15.json | 40 +- ...ck_padded_single_biomesoplenty_pine_2.json | 40 +- ...ck_padded_single_biomesoplenty_pine_3.json | 40 +- ...ck_padded_single_biomesoplenty_pine_4.json | 40 +- ...ck_padded_single_biomesoplenty_pine_5.json | 40 +- ...ck_padded_single_biomesoplenty_pine_6.json | 40 +- ...ck_padded_single_biomesoplenty_pine_7.json | 40 +- ...ck_padded_single_biomesoplenty_pine_8.json | 40 +- ...ck_padded_single_biomesoplenty_pine_9.json | 40 +- ...padded_single_biomesoplenty_redwood_0.json | 40 +- ...padded_single_biomesoplenty_redwood_1.json | 40 +- ...added_single_biomesoplenty_redwood_10.json | 40 +- ...added_single_biomesoplenty_redwood_11.json | 40 +- ...added_single_biomesoplenty_redwood_12.json | 40 +- ...added_single_biomesoplenty_redwood_13.json | 40 +- ...added_single_biomesoplenty_redwood_14.json | 40 +- ...added_single_biomesoplenty_redwood_15.json | 40 +- ...padded_single_biomesoplenty_redwood_2.json | 40 +- ...padded_single_biomesoplenty_redwood_3.json | 40 +- ...padded_single_biomesoplenty_redwood_4.json | 40 +- ...padded_single_biomesoplenty_redwood_5.json | 40 +- ...padded_single_biomesoplenty_redwood_6.json | 40 +- ...padded_single_biomesoplenty_redwood_7.json | 40 +- ...padded_single_biomesoplenty_redwood_8.json | 40 +- ...padded_single_biomesoplenty_redwood_9.json | 40 +- ...ded_single_biomesoplenty_sacred_oak_0.json | 40 +- ...ded_single_biomesoplenty_sacred_oak_1.json | 40 +- ...ed_single_biomesoplenty_sacred_oak_10.json | 40 +- ...ed_single_biomesoplenty_sacred_oak_11.json | 40 +- ...ed_single_biomesoplenty_sacred_oak_12.json | 40 +- ...ed_single_biomesoplenty_sacred_oak_13.json | 40 +- ...ed_single_biomesoplenty_sacred_oak_14.json | 40 +- ...ed_single_biomesoplenty_sacred_oak_15.json | 40 +- ...ded_single_biomesoplenty_sacred_oak_2.json | 40 +- ...ded_single_biomesoplenty_sacred_oak_3.json | 40 +- ...ded_single_biomesoplenty_sacred_oak_4.json | 40 +- ...ded_single_biomesoplenty_sacred_oak_5.json | 40 +- ...ded_single_biomesoplenty_sacred_oak_6.json | 40 +- ...ded_single_biomesoplenty_sacred_oak_7.json | 40 +- ...ded_single_biomesoplenty_sacred_oak_8.json | 40 +- ...ded_single_biomesoplenty_sacred_oak_9.json | 40 +- ..._padded_single_biomesoplenty_umbran_0.json | 40 +- ..._padded_single_biomesoplenty_umbran_1.json | 40 +- ...padded_single_biomesoplenty_umbran_10.json | 40 +- ...padded_single_biomesoplenty_umbran_11.json | 40 +- ...padded_single_biomesoplenty_umbran_12.json | 40 +- ...padded_single_biomesoplenty_umbran_13.json | 40 +- ...padded_single_biomesoplenty_umbran_14.json | 40 +- ...padded_single_biomesoplenty_umbran_15.json | 40 +- ..._padded_single_biomesoplenty_umbran_2.json | 40 +- ..._padded_single_biomesoplenty_umbran_3.json | 40 +- ..._padded_single_biomesoplenty_umbran_4.json | 40 +- ..._padded_single_biomesoplenty_umbran_5.json | 40 +- ..._padded_single_biomesoplenty_umbran_6.json | 40 +- ..._padded_single_biomesoplenty_umbran_7.json | 40 +- ..._padded_single_biomesoplenty_umbran_8.json | 40 +- ..._padded_single_biomesoplenty_umbran_9.json | 40 +- ..._padded_single_biomesoplenty_willow_0.json | 40 +- ..._padded_single_biomesoplenty_willow_1.json | 40 +- ...padded_single_biomesoplenty_willow_10.json | 40 +- ...padded_single_biomesoplenty_willow_11.json | 40 +- ...padded_single_biomesoplenty_willow_12.json | 40 +- ...padded_single_biomesoplenty_willow_13.json | 40 +- ...padded_single_biomesoplenty_willow_14.json | 40 +- ...padded_single_biomesoplenty_willow_15.json | 40 +- ..._padded_single_biomesoplenty_willow_2.json | 40 +- ..._padded_single_biomesoplenty_willow_3.json | 40 +- ..._padded_single_biomesoplenty_willow_4.json | 40 +- ..._padded_single_biomesoplenty_willow_5.json | 40 +- ..._padded_single_biomesoplenty_willow_6.json | 40 +- ..._padded_single_biomesoplenty_willow_7.json | 40 +- ..._padded_single_biomesoplenty_willow_8.json | 40 +- ..._padded_single_biomesoplenty_willow_9.json | 40 +- ...nage_bench_back_padded_single_birch_0.json | 28 +- ...nage_bench_back_padded_single_birch_1.json | 28 +- ...age_bench_back_padded_single_birch_10.json | 28 +- ...age_bench_back_padded_single_birch_11.json | 28 +- ...age_bench_back_padded_single_birch_12.json | 28 +- ...age_bench_back_padded_single_birch_13.json | 28 +- ...age_bench_back_padded_single_birch_14.json | 28 +- ...age_bench_back_padded_single_birch_15.json | 28 +- ...nage_bench_back_padded_single_birch_2.json | 28 +- ...nage_bench_back_padded_single_birch_3.json | 28 +- ...nage_bench_back_padded_single_birch_4.json | 28 +- ...nage_bench_back_padded_single_birch_5.json | 28 +- ...nage_bench_back_padded_single_birch_6.json | 28 +- ...nage_bench_back_padded_single_birch_7.json | 28 +- ...nage_bench_back_padded_single_birch_8.json | 28 +- ...nage_bench_back_padded_single_birch_9.json | 28 +- ..._back_padded_single_forestry_acacia_0.json | 40 +- ..._back_padded_single_forestry_acacia_1.json | 40 +- ...back_padded_single_forestry_acacia_10.json | 40 +- ...back_padded_single_forestry_acacia_11.json | 40 +- ...back_padded_single_forestry_acacia_12.json | 40 +- ...back_padded_single_forestry_acacia_13.json | 40 +- ...back_padded_single_forestry_acacia_14.json | 40 +- ...back_padded_single_forestry_acacia_15.json | 40 +- ..._back_padded_single_forestry_acacia_2.json | 40 +- ..._back_padded_single_forestry_acacia_3.json | 40 +- ..._back_padded_single_forestry_acacia_4.json | 40 +- ..._back_padded_single_forestry_acacia_5.json | 40 +- ..._back_padded_single_forestry_acacia_6.json | 40 +- ..._back_padded_single_forestry_acacia_7.json | 40 +- ..._back_padded_single_forestry_acacia_8.json | 40 +- ..._back_padded_single_forestry_acacia_9.json | 40 +- ...h_back_padded_single_forestry_balsa_0.json | 40 +- ...h_back_padded_single_forestry_balsa_1.json | 40 +- ..._back_padded_single_forestry_balsa_10.json | 40 +- ..._back_padded_single_forestry_balsa_11.json | 40 +- ..._back_padded_single_forestry_balsa_12.json | 40 +- ..._back_padded_single_forestry_balsa_13.json | 40 +- ..._back_padded_single_forestry_balsa_14.json | 40 +- ..._back_padded_single_forestry_balsa_15.json | 40 +- ...h_back_padded_single_forestry_balsa_2.json | 40 +- ...h_back_padded_single_forestry_balsa_3.json | 40 +- ...h_back_padded_single_forestry_balsa_4.json | 40 +- ...h_back_padded_single_forestry_balsa_5.json | 40 +- ...h_back_padded_single_forestry_balsa_6.json | 40 +- ...h_back_padded_single_forestry_balsa_7.json | 40 +- ...h_back_padded_single_forestry_balsa_8.json | 40 +- ...h_back_padded_single_forestry_balsa_9.json | 40 +- ..._back_padded_single_forestry_baobab_0.json | 40 +- ..._back_padded_single_forestry_baobab_1.json | 40 +- ...back_padded_single_forestry_baobab_10.json | 40 +- ...back_padded_single_forestry_baobab_11.json | 40 +- ...back_padded_single_forestry_baobab_12.json | 40 +- ...back_padded_single_forestry_baobab_13.json | 40 +- ...back_padded_single_forestry_baobab_14.json | 40 +- ...back_padded_single_forestry_baobab_15.json | 40 +- ..._back_padded_single_forestry_baobab_2.json | 40 +- ..._back_padded_single_forestry_baobab_3.json | 40 +- ..._back_padded_single_forestry_baobab_4.json | 40 +- ..._back_padded_single_forestry_baobab_5.json | 40 +- ..._back_padded_single_forestry_baobab_6.json | 40 +- ..._back_padded_single_forestry_baobab_7.json | 40 +- ..._back_padded_single_forestry_baobab_8.json | 40 +- ..._back_padded_single_forestry_baobab_9.json | 40 +- ..._back_padded_single_forestry_cherry_0.json | 40 +- ..._back_padded_single_forestry_cherry_1.json | 40 +- ...back_padded_single_forestry_cherry_10.json | 40 +- ...back_padded_single_forestry_cherry_11.json | 40 +- ...back_padded_single_forestry_cherry_12.json | 40 +- ...back_padded_single_forestry_cherry_13.json | 40 +- ...back_padded_single_forestry_cherry_14.json | 40 +- ...back_padded_single_forestry_cherry_15.json | 40 +- ..._back_padded_single_forestry_cherry_2.json | 40 +- ..._back_padded_single_forestry_cherry_3.json | 40 +- ..._back_padded_single_forestry_cherry_4.json | 40 +- ..._back_padded_single_forestry_cherry_5.json | 40 +- ..._back_padded_single_forestry_cherry_6.json | 40 +- ..._back_padded_single_forestry_cherry_7.json | 40 +- ..._back_padded_single_forestry_cherry_8.json | 40 +- ..._back_padded_single_forestry_cherry_9.json | 40 +- ...ack_padded_single_forestry_chestnut_0.json | 40 +- ...ack_padded_single_forestry_chestnut_1.json | 40 +- ...ck_padded_single_forestry_chestnut_10.json | 40 +- ...ck_padded_single_forestry_chestnut_11.json | 40 +- ...ck_padded_single_forestry_chestnut_12.json | 40 +- ...ck_padded_single_forestry_chestnut_13.json | 40 +- ...ck_padded_single_forestry_chestnut_14.json | 40 +- ...ck_padded_single_forestry_chestnut_15.json | 40 +- ...ack_padded_single_forestry_chestnut_2.json | 40 +- ...ack_padded_single_forestry_chestnut_3.json | 40 +- ...ack_padded_single_forestry_chestnut_4.json | 40 +- ...ack_padded_single_forestry_chestnut_5.json | 40 +- ...ack_padded_single_forestry_chestnut_6.json | 40 +- ...ack_padded_single_forestry_chestnut_7.json | 40 +- ...ack_padded_single_forestry_chestnut_8.json | 40 +- ...ack_padded_single_forestry_chestnut_9.json | 40 +- ..._back_padded_single_forestry_citrus_0.json | 40 +- ..._back_padded_single_forestry_citrus_1.json | 40 +- ...back_padded_single_forestry_citrus_10.json | 40 +- ...back_padded_single_forestry_citrus_11.json | 40 +- ...back_padded_single_forestry_citrus_12.json | 40 +- ...back_padded_single_forestry_citrus_13.json | 40 +- ...back_padded_single_forestry_citrus_14.json | 40 +- ...back_padded_single_forestry_citrus_15.json | 40 +- ..._back_padded_single_forestry_citrus_2.json | 40 +- ..._back_padded_single_forestry_citrus_3.json | 40 +- ..._back_padded_single_forestry_citrus_4.json | 40 +- ..._back_padded_single_forestry_citrus_5.json | 40 +- ..._back_padded_single_forestry_citrus_6.json | 40 +- ..._back_padded_single_forestry_citrus_7.json | 40 +- ..._back_padded_single_forestry_citrus_8.json | 40 +- ..._back_padded_single_forestry_citrus_9.json | 40 +- ...ack_padded_single_forestry_cocobolo_0.json | 40 +- ...ack_padded_single_forestry_cocobolo_1.json | 40 +- ...ck_padded_single_forestry_cocobolo_10.json | 40 +- ...ck_padded_single_forestry_cocobolo_11.json | 40 +- ...ck_padded_single_forestry_cocobolo_12.json | 40 +- ...ck_padded_single_forestry_cocobolo_13.json | 40 +- ...ck_padded_single_forestry_cocobolo_14.json | 40 +- ...ck_padded_single_forestry_cocobolo_15.json | 40 +- ...ack_padded_single_forestry_cocobolo_2.json | 40 +- ...ack_padded_single_forestry_cocobolo_3.json | 40 +- ...ack_padded_single_forestry_cocobolo_4.json | 40 +- ...ack_padded_single_forestry_cocobolo_5.json | 40 +- ...ack_padded_single_forestry_cocobolo_6.json | 40 +- ...ack_padded_single_forestry_cocobolo_7.json | 40 +- ...ack_padded_single_forestry_cocobolo_8.json | 40 +- ...ack_padded_single_forestry_cocobolo_9.json | 40 +- ...h_back_padded_single_forestry_ebony_0.json | 40 +- ...h_back_padded_single_forestry_ebony_1.json | 40 +- ..._back_padded_single_forestry_ebony_10.json | 40 +- ..._back_padded_single_forestry_ebony_11.json | 40 +- ..._back_padded_single_forestry_ebony_12.json | 40 +- ..._back_padded_single_forestry_ebony_13.json | 40 +- ..._back_padded_single_forestry_ebony_14.json | 40 +- ..._back_padded_single_forestry_ebony_15.json | 40 +- ...h_back_padded_single_forestry_ebony_2.json | 40 +- ...h_back_padded_single_forestry_ebony_3.json | 40 +- ...h_back_padded_single_forestry_ebony_4.json | 40 +- ...h_back_padded_single_forestry_ebony_5.json | 40 +- ...h_back_padded_single_forestry_ebony_6.json | 40 +- ...h_back_padded_single_forestry_ebony_7.json | 40 +- ...h_back_padded_single_forestry_ebony_8.json | 40 +- ...h_back_padded_single_forestry_ebony_9.json | 40 +- ...ck_padded_single_forestry_giganteum_0.json | 40 +- ...ck_padded_single_forestry_giganteum_1.json | 40 +- ...k_padded_single_forestry_giganteum_10.json | 40 +- ...k_padded_single_forestry_giganteum_11.json | 40 +- ...k_padded_single_forestry_giganteum_12.json | 40 +- ...k_padded_single_forestry_giganteum_13.json | 40 +- ...k_padded_single_forestry_giganteum_14.json | 40 +- ...k_padded_single_forestry_giganteum_15.json | 40 +- ...ck_padded_single_forestry_giganteum_2.json | 40 +- ...ck_padded_single_forestry_giganteum_3.json | 40 +- ...ck_padded_single_forestry_giganteum_4.json | 40 +- ...ck_padded_single_forestry_giganteum_5.json | 40 +- ...ck_padded_single_forestry_giganteum_6.json | 40 +- ...ck_padded_single_forestry_giganteum_7.json | 40 +- ...ck_padded_single_forestry_giganteum_8.json | 40 +- ...ck_padded_single_forestry_giganteum_9.json | 40 +- ...k_padded_single_forestry_greenheart_0.json | 40 +- ...k_padded_single_forestry_greenheart_1.json | 40 +- ..._padded_single_forestry_greenheart_10.json | 40 +- ..._padded_single_forestry_greenheart_11.json | 40 +- ..._padded_single_forestry_greenheart_12.json | 40 +- ..._padded_single_forestry_greenheart_13.json | 40 +- ..._padded_single_forestry_greenheart_14.json | 40 +- ..._padded_single_forestry_greenheart_15.json | 40 +- ...k_padded_single_forestry_greenheart_2.json | 40 +- ...k_padded_single_forestry_greenheart_3.json | 40 +- ...k_padded_single_forestry_greenheart_4.json | 40 +- ...k_padded_single_forestry_greenheart_5.json | 40 +- ...k_padded_single_forestry_greenheart_6.json | 40 +- ...k_padded_single_forestry_greenheart_7.json | 40 +- ...k_padded_single_forestry_greenheart_8.json | 40 +- ...k_padded_single_forestry_greenheart_9.json | 40 +- ...nch_back_padded_single_forestry_ipe_0.json | 40 +- ...nch_back_padded_single_forestry_ipe_1.json | 40 +- ...ch_back_padded_single_forestry_ipe_10.json | 40 +- ...ch_back_padded_single_forestry_ipe_11.json | 40 +- ...ch_back_padded_single_forestry_ipe_12.json | 40 +- ...ch_back_padded_single_forestry_ipe_13.json | 40 +- ...ch_back_padded_single_forestry_ipe_14.json | 40 +- ...ch_back_padded_single_forestry_ipe_15.json | 40 +- ...nch_back_padded_single_forestry_ipe_2.json | 40 +- ...nch_back_padded_single_forestry_ipe_3.json | 40 +- ...nch_back_padded_single_forestry_ipe_4.json | 40 +- ...nch_back_padded_single_forestry_ipe_5.json | 40 +- ...nch_back_padded_single_forestry_ipe_6.json | 40 +- ...nch_back_padded_single_forestry_ipe_7.json | 40 +- ...nch_back_padded_single_forestry_ipe_8.json | 40 +- ...nch_back_padded_single_forestry_ipe_9.json | 40 +- ...h_back_padded_single_forestry_kapok_0.json | 40 +- ...h_back_padded_single_forestry_kapok_1.json | 40 +- ..._back_padded_single_forestry_kapok_10.json | 40 +- ..._back_padded_single_forestry_kapok_11.json | 40 +- ..._back_padded_single_forestry_kapok_12.json | 40 +- ..._back_padded_single_forestry_kapok_13.json | 40 +- ..._back_padded_single_forestry_kapok_14.json | 40 +- ..._back_padded_single_forestry_kapok_15.json | 40 +- ...h_back_padded_single_forestry_kapok_2.json | 40 +- ...h_back_padded_single_forestry_kapok_3.json | 40 +- ...h_back_padded_single_forestry_kapok_4.json | 40 +- ...h_back_padded_single_forestry_kapok_5.json | 40 +- ...h_back_padded_single_forestry_kapok_6.json | 40 +- ...h_back_padded_single_forestry_kapok_7.json | 40 +- ...h_back_padded_single_forestry_kapok_8.json | 40 +- ...h_back_padded_single_forestry_kapok_9.json | 40 +- ...h_back_padded_single_forestry_larch_0.json | 40 +- ...h_back_padded_single_forestry_larch_1.json | 40 +- ..._back_padded_single_forestry_larch_10.json | 40 +- ..._back_padded_single_forestry_larch_11.json | 40 +- ..._back_padded_single_forestry_larch_12.json | 40 +- ..._back_padded_single_forestry_larch_13.json | 40 +- ..._back_padded_single_forestry_larch_14.json | 40 +- ..._back_padded_single_forestry_larch_15.json | 40 +- ...h_back_padded_single_forestry_larch_2.json | 40 +- ...h_back_padded_single_forestry_larch_3.json | 40 +- ...h_back_padded_single_forestry_larch_4.json | 40 +- ...h_back_padded_single_forestry_larch_5.json | 40 +- ...h_back_padded_single_forestry_larch_6.json | 40 +- ...h_back_padded_single_forestry_larch_7.json | 40 +- ...h_back_padded_single_forestry_larch_8.json | 40 +- ...h_back_padded_single_forestry_larch_9.json | 40 +- ...ch_back_padded_single_forestry_lime_0.json | 40 +- ...ch_back_padded_single_forestry_lime_1.json | 40 +- ...h_back_padded_single_forestry_lime_10.json | 40 +- ...h_back_padded_single_forestry_lime_11.json | 40 +- ...h_back_padded_single_forestry_lime_12.json | 40 +- ...h_back_padded_single_forestry_lime_13.json | 40 +- ...h_back_padded_single_forestry_lime_14.json | 40 +- ...h_back_padded_single_forestry_lime_15.json | 40 +- ...ch_back_padded_single_forestry_lime_2.json | 40 +- ...ch_back_padded_single_forestry_lime_3.json | 40 +- ...ch_back_padded_single_forestry_lime_4.json | 40 +- ...ch_back_padded_single_forestry_lime_5.json | 40 +- ...ch_back_padded_single_forestry_lime_6.json | 40 +- ...ch_back_padded_single_forestry_lime_7.json | 40 +- ...ch_back_padded_single_forestry_lime_8.json | 40 +- ...ch_back_padded_single_forestry_lime_9.json | 40 +- ...h_back_padded_single_forestry_mahoe_0.json | 40 +- ...h_back_padded_single_forestry_mahoe_1.json | 40 +- ..._back_padded_single_forestry_mahoe_10.json | 40 +- ..._back_padded_single_forestry_mahoe_11.json | 40 +- ..._back_padded_single_forestry_mahoe_12.json | 40 +- ..._back_padded_single_forestry_mahoe_13.json | 40 +- ..._back_padded_single_forestry_mahoe_14.json | 40 +- ..._back_padded_single_forestry_mahoe_15.json | 40 +- ...h_back_padded_single_forestry_mahoe_2.json | 40 +- ...h_back_padded_single_forestry_mahoe_3.json | 40 +- ...h_back_padded_single_forestry_mahoe_4.json | 40 +- ...h_back_padded_single_forestry_mahoe_5.json | 40 +- ...h_back_padded_single_forestry_mahoe_6.json | 40 +- ...h_back_padded_single_forestry_mahoe_7.json | 40 +- ...h_back_padded_single_forestry_mahoe_8.json | 40 +- ...h_back_padded_single_forestry_mahoe_9.json | 40 +- ...ack_padded_single_forestry_mahogany_0.json | 40 +- ...ack_padded_single_forestry_mahogany_1.json | 40 +- ...ck_padded_single_forestry_mahogany_10.json | 40 +- ...ck_padded_single_forestry_mahogany_11.json | 40 +- ...ck_padded_single_forestry_mahogany_12.json | 40 +- ...ck_padded_single_forestry_mahogany_13.json | 40 +- ...ck_padded_single_forestry_mahogany_14.json | 40 +- ...ck_padded_single_forestry_mahogany_15.json | 40 +- ...ack_padded_single_forestry_mahogany_2.json | 40 +- ...ack_padded_single_forestry_mahogany_3.json | 40 +- ...ack_padded_single_forestry_mahogany_4.json | 40 +- ...ack_padded_single_forestry_mahogany_5.json | 40 +- ...ack_padded_single_forestry_mahogany_6.json | 40 +- ...ack_padded_single_forestry_mahogany_7.json | 40 +- ...ack_padded_single_forestry_mahogany_8.json | 40 +- ...ack_padded_single_forestry_mahogany_9.json | 40 +- ...h_back_padded_single_forestry_maple_0.json | 40 +- ...h_back_padded_single_forestry_maple_1.json | 40 +- ..._back_padded_single_forestry_maple_10.json | 40 +- ..._back_padded_single_forestry_maple_11.json | 40 +- ..._back_padded_single_forestry_maple_12.json | 40 +- ..._back_padded_single_forestry_maple_13.json | 40 +- ..._back_padded_single_forestry_maple_14.json | 40 +- ..._back_padded_single_forestry_maple_15.json | 40 +- ...h_back_padded_single_forestry_maple_2.json | 40 +- ...h_back_padded_single_forestry_maple_3.json | 40 +- ...h_back_padded_single_forestry_maple_4.json | 40 +- ...h_back_padded_single_forestry_maple_5.json | 40 +- ...h_back_padded_single_forestry_maple_6.json | 40 +- ...h_back_padded_single_forestry_maple_7.json | 40 +- ...h_back_padded_single_forestry_maple_8.json | 40 +- ...h_back_padded_single_forestry_maple_9.json | 40 +- ..._back_padded_single_forestry_padauk_0.json | 40 +- ..._back_padded_single_forestry_padauk_1.json | 40 +- ...back_padded_single_forestry_padauk_10.json | 40 +- ...back_padded_single_forestry_padauk_11.json | 40 +- ...back_padded_single_forestry_padauk_12.json | 40 +- ...back_padded_single_forestry_padauk_13.json | 40 +- ...back_padded_single_forestry_padauk_14.json | 40 +- ...back_padded_single_forestry_padauk_15.json | 40 +- ..._back_padded_single_forestry_padauk_2.json | 40 +- ..._back_padded_single_forestry_padauk_3.json | 40 +- ..._back_padded_single_forestry_padauk_4.json | 40 +- ..._back_padded_single_forestry_padauk_5.json | 40 +- ..._back_padded_single_forestry_padauk_6.json | 40 +- ..._back_padded_single_forestry_padauk_7.json | 40 +- ..._back_padded_single_forestry_padauk_8.json | 40 +- ..._back_padded_single_forestry_padauk_9.json | 40 +- ...ch_back_padded_single_forestry_palm_0.json | 40 +- ...ch_back_padded_single_forestry_palm_1.json | 40 +- ...h_back_padded_single_forestry_palm_10.json | 40 +- ...h_back_padded_single_forestry_palm_11.json | 40 +- ...h_back_padded_single_forestry_palm_12.json | 40 +- ...h_back_padded_single_forestry_palm_13.json | 40 +- ...h_back_padded_single_forestry_palm_14.json | 40 +- ...h_back_padded_single_forestry_palm_15.json | 40 +- ...ch_back_padded_single_forestry_palm_2.json | 40 +- ...ch_back_padded_single_forestry_palm_3.json | 40 +- ...ch_back_padded_single_forestry_palm_4.json | 40 +- ...ch_back_padded_single_forestry_palm_5.json | 40 +- ...ch_back_padded_single_forestry_palm_6.json | 40 +- ...ch_back_padded_single_forestry_palm_7.json | 40 +- ...ch_back_padded_single_forestry_palm_8.json | 40 +- ...ch_back_padded_single_forestry_palm_9.json | 40 +- ..._back_padded_single_forestry_papaya_0.json | 40 +- ..._back_padded_single_forestry_papaya_1.json | 40 +- ...back_padded_single_forestry_papaya_10.json | 40 +- ...back_padded_single_forestry_papaya_11.json | 40 +- ...back_padded_single_forestry_papaya_12.json | 40 +- ...back_padded_single_forestry_papaya_13.json | 40 +- ...back_padded_single_forestry_papaya_14.json | 40 +- ...back_padded_single_forestry_papaya_15.json | 40 +- ..._back_padded_single_forestry_papaya_2.json | 40 +- ..._back_padded_single_forestry_papaya_3.json | 40 +- ..._back_padded_single_forestry_papaya_4.json | 40 +- ..._back_padded_single_forestry_papaya_5.json | 40 +- ..._back_padded_single_forestry_papaya_6.json | 40 +- ..._back_padded_single_forestry_papaya_7.json | 40 +- ..._back_padded_single_forestry_papaya_8.json | 40 +- ..._back_padded_single_forestry_papaya_9.json | 40 +- ...ch_back_padded_single_forestry_pine_0.json | 40 +- ...ch_back_padded_single_forestry_pine_1.json | 40 +- ...h_back_padded_single_forestry_pine_10.json | 40 +- ...h_back_padded_single_forestry_pine_11.json | 40 +- ...h_back_padded_single_forestry_pine_12.json | 40 +- ...h_back_padded_single_forestry_pine_13.json | 40 +- ...h_back_padded_single_forestry_pine_14.json | 40 +- ...h_back_padded_single_forestry_pine_15.json | 40 +- ...ch_back_padded_single_forestry_pine_2.json | 40 +- ...ch_back_padded_single_forestry_pine_3.json | 40 +- ...ch_back_padded_single_forestry_pine_4.json | 40 +- ...ch_back_padded_single_forestry_pine_5.json | 40 +- ...ch_back_padded_single_forestry_pine_6.json | 40 +- ...ch_back_padded_single_forestry_pine_7.json | 40 +- ...ch_back_padded_single_forestry_pine_8.json | 40 +- ...ch_back_padded_single_forestry_pine_9.json | 40 +- ...ch_back_padded_single_forestry_plum_0.json | 40 +- ...ch_back_padded_single_forestry_plum_1.json | 40 +- ...h_back_padded_single_forestry_plum_10.json | 40 +- ...h_back_padded_single_forestry_plum_11.json | 40 +- ...h_back_padded_single_forestry_plum_12.json | 40 +- ...h_back_padded_single_forestry_plum_13.json | 40 +- ...h_back_padded_single_forestry_plum_14.json | 40 +- ...h_back_padded_single_forestry_plum_15.json | 40 +- ...ch_back_padded_single_forestry_plum_2.json | 40 +- ...ch_back_padded_single_forestry_plum_3.json | 40 +- ...ch_back_padded_single_forestry_plum_4.json | 40 +- ...ch_back_padded_single_forestry_plum_5.json | 40 +- ...ch_back_padded_single_forestry_plum_6.json | 40 +- ...ch_back_padded_single_forestry_plum_7.json | 40 +- ...ch_back_padded_single_forestry_plum_8.json | 40 +- ...ch_back_padded_single_forestry_plum_9.json | 40 +- ..._back_padded_single_forestry_poplar_0.json | 40 +- ..._back_padded_single_forestry_poplar_1.json | 40 +- ...back_padded_single_forestry_poplar_10.json | 40 +- ...back_padded_single_forestry_poplar_11.json | 40 +- ...back_padded_single_forestry_poplar_12.json | 40 +- ...back_padded_single_forestry_poplar_13.json | 40 +- ...back_padded_single_forestry_poplar_14.json | 40 +- ...back_padded_single_forestry_poplar_15.json | 40 +- ..._back_padded_single_forestry_poplar_2.json | 40 +- ..._back_padded_single_forestry_poplar_3.json | 40 +- ..._back_padded_single_forestry_poplar_4.json | 40 +- ..._back_padded_single_forestry_poplar_5.json | 40 +- ..._back_padded_single_forestry_poplar_6.json | 40 +- ..._back_padded_single_forestry_poplar_7.json | 40 +- ..._back_padded_single_forestry_poplar_8.json | 40 +- ..._back_padded_single_forestry_poplar_9.json | 40 +- ...back_padded_single_forestry_sequoia_0.json | 40 +- ...back_padded_single_forestry_sequoia_1.json | 40 +- ...ack_padded_single_forestry_sequoia_10.json | 40 +- ...ack_padded_single_forestry_sequoia_11.json | 40 +- ...ack_padded_single_forestry_sequoia_12.json | 40 +- ...ack_padded_single_forestry_sequoia_13.json | 40 +- ...ack_padded_single_forestry_sequoia_14.json | 40 +- ...ack_padded_single_forestry_sequoia_15.json | 40 +- ...back_padded_single_forestry_sequoia_2.json | 40 +- ...back_padded_single_forestry_sequoia_3.json | 40 +- ...back_padded_single_forestry_sequoia_4.json | 40 +- ...back_padded_single_forestry_sequoia_5.json | 40 +- ...back_padded_single_forestry_sequoia_6.json | 40 +- ...back_padded_single_forestry_sequoia_7.json | 40 +- ...back_padded_single_forestry_sequoia_8.json | 40 +- ...back_padded_single_forestry_sequoia_9.json | 40 +- ...ch_back_padded_single_forestry_teak_0.json | 40 +- ...ch_back_padded_single_forestry_teak_1.json | 40 +- ...h_back_padded_single_forestry_teak_10.json | 40 +- ...h_back_padded_single_forestry_teak_11.json | 40 +- ...h_back_padded_single_forestry_teak_12.json | 40 +- ...h_back_padded_single_forestry_teak_13.json | 40 +- ...h_back_padded_single_forestry_teak_14.json | 40 +- ...h_back_padded_single_forestry_teak_15.json | 40 +- ...ch_back_padded_single_forestry_teak_2.json | 40 +- ...ch_back_padded_single_forestry_teak_3.json | 40 +- ...ch_back_padded_single_forestry_teak_4.json | 40 +- ...ch_back_padded_single_forestry_teak_5.json | 40 +- ...ch_back_padded_single_forestry_teak_6.json | 40 +- ...ch_back_padded_single_forestry_teak_7.json | 40 +- ...ch_back_padded_single_forestry_teak_8.json | 40 +- ...ch_back_padded_single_forestry_teak_9.json | 40 +- ..._back_padded_single_forestry_walnut_0.json | 40 +- ..._back_padded_single_forestry_walnut_1.json | 40 +- ...back_padded_single_forestry_walnut_10.json | 40 +- ...back_padded_single_forestry_walnut_11.json | 40 +- ...back_padded_single_forestry_walnut_12.json | 40 +- ...back_padded_single_forestry_walnut_13.json | 40 +- ...back_padded_single_forestry_walnut_14.json | 40 +- ...back_padded_single_forestry_walnut_15.json | 40 +- ..._back_padded_single_forestry_walnut_2.json | 40 +- ..._back_padded_single_forestry_walnut_3.json | 40 +- ..._back_padded_single_forestry_walnut_4.json | 40 +- ..._back_padded_single_forestry_walnut_5.json | 40 +- ..._back_padded_single_forestry_walnut_6.json | 40 +- ..._back_padded_single_forestry_walnut_7.json | 40 +- ..._back_padded_single_forestry_walnut_8.json | 40 +- ..._back_padded_single_forestry_walnut_9.json | 40 +- ...h_back_padded_single_forestry_wenge_0.json | 40 +- ...h_back_padded_single_forestry_wenge_1.json | 40 +- ..._back_padded_single_forestry_wenge_10.json | 40 +- ..._back_padded_single_forestry_wenge_11.json | 40 +- ..._back_padded_single_forestry_wenge_12.json | 40 +- ..._back_padded_single_forestry_wenge_13.json | 40 +- ..._back_padded_single_forestry_wenge_14.json | 40 +- ..._back_padded_single_forestry_wenge_15.json | 40 +- ...h_back_padded_single_forestry_wenge_2.json | 40 +- ...h_back_padded_single_forestry_wenge_3.json | 40 +- ...h_back_padded_single_forestry_wenge_4.json | 40 +- ...h_back_padded_single_forestry_wenge_5.json | 40 +- ...h_back_padded_single_forestry_wenge_6.json | 40 +- ...h_back_padded_single_forestry_wenge_7.json | 40 +- ...h_back_padded_single_forestry_wenge_8.json | 40 +- ...h_back_padded_single_forestry_wenge_9.json | 40 +- ..._back_padded_single_forestry_willow_0.json | 40 +- ..._back_padded_single_forestry_willow_1.json | 40 +- ...back_padded_single_forestry_willow_10.json | 40 +- ...back_padded_single_forestry_willow_11.json | 40 +- ...back_padded_single_forestry_willow_12.json | 40 +- ...back_padded_single_forestry_willow_13.json | 40 +- ...back_padded_single_forestry_willow_14.json | 40 +- ...back_padded_single_forestry_willow_15.json | 40 +- ..._back_padded_single_forestry_willow_2.json | 40 +- ..._back_padded_single_forestry_willow_3.json | 40 +- ..._back_padded_single_forestry_willow_4.json | 40 +- ..._back_padded_single_forestry_willow_5.json | 40 +- ..._back_padded_single_forestry_willow_6.json | 40 +- ..._back_padded_single_forestry_willow_7.json | 40 +- ..._back_padded_single_forestry_willow_8.json | 40 +- ..._back_padded_single_forestry_willow_9.json | 40 +- ...ck_padded_single_forestry_zebrawood_0.json | 40 +- ...ck_padded_single_forestry_zebrawood_1.json | 40 +- ...k_padded_single_forestry_zebrawood_10.json | 40 +- ...k_padded_single_forestry_zebrawood_11.json | 40 +- ...k_padded_single_forestry_zebrawood_12.json | 40 +- ...k_padded_single_forestry_zebrawood_13.json | 40 +- ...k_padded_single_forestry_zebrawood_14.json | 40 +- ...k_padded_single_forestry_zebrawood_15.json | 40 +- ...ck_padded_single_forestry_zebrawood_2.json | 40 +- ...ck_padded_single_forestry_zebrawood_3.json | 40 +- ...ck_padded_single_forestry_zebrawood_4.json | 40 +- ...ck_padded_single_forestry_zebrawood_5.json | 40 +- ...ck_padded_single_forestry_zebrawood_6.json | 40 +- ...ck_padded_single_forestry_zebrawood_7.json | 40 +- ...ck_padded_single_forestry_zebrawood_8.json | 40 +- ...ck_padded_single_forestry_zebrawood_9.json | 40 +- ...e_immersiveengineering_treated_wood_0.json | 40 +- ...e_immersiveengineering_treated_wood_1.json | 40 +- ..._immersiveengineering_treated_wood_10.json | 40 +- ..._immersiveengineering_treated_wood_11.json | 40 +- ..._immersiveengineering_treated_wood_12.json | 40 +- ..._immersiveengineering_treated_wood_13.json | 40 +- ..._immersiveengineering_treated_wood_14.json | 40 +- ..._immersiveengineering_treated_wood_15.json | 40 +- ...e_immersiveengineering_treated_wood_2.json | 40 +- ...e_immersiveengineering_treated_wood_3.json | 40 +- ...e_immersiveengineering_treated_wood_4.json | 40 +- ...e_immersiveengineering_treated_wood_5.json | 40 +- ...e_immersiveengineering_treated_wood_6.json | 40 +- ...e_immersiveengineering_treated_wood_7.json | 40 +- ...e_immersiveengineering_treated_wood_8.json | 40 +- ...e_immersiveengineering_treated_wood_9.json | 40 +- ...age_bench_back_padded_single_jungle_0.json | 28 +- ...age_bench_back_padded_single_jungle_1.json | 28 +- ...ge_bench_back_padded_single_jungle_10.json | 28 +- ...ge_bench_back_padded_single_jungle_11.json | 28 +- ...ge_bench_back_padded_single_jungle_12.json | 28 +- ...ge_bench_back_padded_single_jungle_13.json | 28 +- ...ge_bench_back_padded_single_jungle_14.json | 28 +- ...ge_bench_back_padded_single_jungle_15.json | 28 +- ...age_bench_back_padded_single_jungle_2.json | 28 +- ...age_bench_back_padded_single_jungle_3.json | 28 +- ...age_bench_back_padded_single_jungle_4.json | 28 +- ...age_bench_back_padded_single_jungle_5.json | 28 +- ...age_bench_back_padded_single_jungle_6.json | 28 +- ...age_bench_back_padded_single_jungle_7.json | 28 +- ...age_bench_back_padded_single_jungle_8.json | 28 +- ...age_bench_back_padded_single_jungle_9.json | 28 +- ..._back_padded_single_natura_amaranth_0.json | 40 +- ..._back_padded_single_natura_amaranth_1.json | 40 +- ...back_padded_single_natura_amaranth_10.json | 40 +- ...back_padded_single_natura_amaranth_11.json | 40 +- ...back_padded_single_natura_amaranth_12.json | 40 +- ...back_padded_single_natura_amaranth_13.json | 40 +- ...back_padded_single_natura_amaranth_14.json | 40 +- ...back_padded_single_natura_amaranth_15.json | 40 +- ..._back_padded_single_natura_amaranth_2.json | 40 +- ..._back_padded_single_natura_amaranth_3.json | 40 +- ..._back_padded_single_natura_amaranth_4.json | 40 +- ..._back_padded_single_natura_amaranth_5.json | 40 +- ..._back_padded_single_natura_amaranth_6.json | 40 +- ..._back_padded_single_natura_amaranth_7.json | 40 +- ..._back_padded_single_natura_amaranth_8.json | 40 +- ..._back_padded_single_natura_amaranth_9.json | 40 +- ...back_padded_single_natura_bloodwood_0.json | 40 +- ...back_padded_single_natura_bloodwood_1.json | 40 +- ...ack_padded_single_natura_bloodwood_10.json | 40 +- ...ack_padded_single_natura_bloodwood_11.json | 40 +- ...ack_padded_single_natura_bloodwood_12.json | 40 +- ...ack_padded_single_natura_bloodwood_13.json | 40 +- ...ack_padded_single_natura_bloodwood_14.json | 40 +- ...ack_padded_single_natura_bloodwood_15.json | 40 +- ...back_padded_single_natura_bloodwood_2.json | 40 +- ...back_padded_single_natura_bloodwood_3.json | 40 +- ...back_padded_single_natura_bloodwood_4.json | 40 +- ...back_padded_single_natura_bloodwood_5.json | 40 +- ...back_padded_single_natura_bloodwood_6.json | 40 +- ...back_padded_single_natura_bloodwood_7.json | 40 +- ...back_padded_single_natura_bloodwood_8.json | 40 +- ...back_padded_single_natura_bloodwood_9.json | 40 +- ..._back_padded_single_natura_darkwood_0.json | 40 +- ..._back_padded_single_natura_darkwood_1.json | 40 +- ...back_padded_single_natura_darkwood_10.json | 40 +- ...back_padded_single_natura_darkwood_11.json | 40 +- ...back_padded_single_natura_darkwood_12.json | 40 +- ...back_padded_single_natura_darkwood_13.json | 40 +- ...back_padded_single_natura_darkwood_14.json | 40 +- ...back_padded_single_natura_darkwood_15.json | 40 +- ..._back_padded_single_natura_darkwood_2.json | 40 +- ..._back_padded_single_natura_darkwood_3.json | 40 +- ..._back_padded_single_natura_darkwood_4.json | 40 +- ..._back_padded_single_natura_darkwood_5.json | 40 +- ..._back_padded_single_natura_darkwood_6.json | 40 +- ..._back_padded_single_natura_darkwood_7.json | 40 +- ..._back_padded_single_natura_darkwood_8.json | 40 +- ..._back_padded_single_natura_darkwood_9.json | 40 +- ...ack_padded_single_natura_eucalyptus_0.json | 40 +- ...ack_padded_single_natura_eucalyptus_1.json | 40 +- ...ck_padded_single_natura_eucalyptus_10.json | 40 +- ...ck_padded_single_natura_eucalyptus_11.json | 40 +- ...ck_padded_single_natura_eucalyptus_12.json | 40 +- ...ck_padded_single_natura_eucalyptus_13.json | 40 +- ...ck_padded_single_natura_eucalyptus_14.json | 40 +- ...ck_padded_single_natura_eucalyptus_15.json | 40 +- ...ack_padded_single_natura_eucalyptus_2.json | 40 +- ...ack_padded_single_natura_eucalyptus_3.json | 40 +- ...ack_padded_single_natura_eucalyptus_4.json | 40 +- ...ack_padded_single_natura_eucalyptus_5.json | 40 +- ...ack_padded_single_natura_eucalyptus_6.json | 40 +- ...ack_padded_single_natura_eucalyptus_7.json | 40 +- ...ack_padded_single_natura_eucalyptus_8.json | 40 +- ...ack_padded_single_natura_eucalyptus_9.json | 40 +- ..._back_padded_single_natura_fusewood_0.json | 40 +- ..._back_padded_single_natura_fusewood_1.json | 40 +- ...back_padded_single_natura_fusewood_10.json | 40 +- ...back_padded_single_natura_fusewood_11.json | 40 +- ...back_padded_single_natura_fusewood_12.json | 40 +- ...back_padded_single_natura_fusewood_13.json | 40 +- ...back_padded_single_natura_fusewood_14.json | 40 +- ...back_padded_single_natura_fusewood_15.json | 40 +- ..._back_padded_single_natura_fusewood_2.json | 40 +- ..._back_padded_single_natura_fusewood_3.json | 40 +- ..._back_padded_single_natura_fusewood_4.json | 40 +- ..._back_padded_single_natura_fusewood_5.json | 40 +- ..._back_padded_single_natura_fusewood_6.json | 40 +- ..._back_padded_single_natura_fusewood_7.json | 40 +- ..._back_padded_single_natura_fusewood_8.json | 40 +- ..._back_padded_single_natura_fusewood_9.json | 40 +- ...back_padded_single_natura_ghostwood_0.json | 40 +- ...back_padded_single_natura_ghostwood_1.json | 40 +- ...ack_padded_single_natura_ghostwood_10.json | 40 +- ...ack_padded_single_natura_ghostwood_11.json | 40 +- ...ack_padded_single_natura_ghostwood_12.json | 40 +- ...ack_padded_single_natura_ghostwood_13.json | 40 +- ...ack_padded_single_natura_ghostwood_14.json | 40 +- ...ack_padded_single_natura_ghostwood_15.json | 40 +- ...back_padded_single_natura_ghostwood_2.json | 40 +- ...back_padded_single_natura_ghostwood_3.json | 40 +- ...back_padded_single_natura_ghostwood_4.json | 40 +- ...back_padded_single_natura_ghostwood_5.json | 40 +- ...back_padded_single_natura_ghostwood_6.json | 40 +- ...back_padded_single_natura_ghostwood_7.json | 40 +- ...back_padded_single_natura_ghostwood_8.json | 40 +- ...back_padded_single_natura_ghostwood_9.json | 40 +- ...h_back_padded_single_natura_hopseed_0.json | 40 +- ...h_back_padded_single_natura_hopseed_1.json | 40 +- ..._back_padded_single_natura_hopseed_10.json | 40 +- ..._back_padded_single_natura_hopseed_11.json | 40 +- ..._back_padded_single_natura_hopseed_12.json | 40 +- ..._back_padded_single_natura_hopseed_13.json | 40 +- ..._back_padded_single_natura_hopseed_14.json | 40 +- ..._back_padded_single_natura_hopseed_15.json | 40 +- ...h_back_padded_single_natura_hopseed_2.json | 40 +- ...h_back_padded_single_natura_hopseed_3.json | 40 +- ...h_back_padded_single_natura_hopseed_4.json | 40 +- ...h_back_padded_single_natura_hopseed_5.json | 40 +- ...h_back_padded_single_natura_hopseed_6.json | 40 +- ...h_back_padded_single_natura_hopseed_7.json | 40 +- ...h_back_padded_single_natura_hopseed_8.json | 40 +- ...h_back_padded_single_natura_hopseed_9.json | 40 +- ...nch_back_padded_single_natura_maple_0.json | 40 +- ...nch_back_padded_single_natura_maple_1.json | 40 +- ...ch_back_padded_single_natura_maple_10.json | 40 +- ...ch_back_padded_single_natura_maple_11.json | 40 +- ...ch_back_padded_single_natura_maple_12.json | 40 +- ...ch_back_padded_single_natura_maple_13.json | 40 +- ...ch_back_padded_single_natura_maple_14.json | 40 +- ...ch_back_padded_single_natura_maple_15.json | 40 +- ...nch_back_padded_single_natura_maple_2.json | 40 +- ...nch_back_padded_single_natura_maple_3.json | 40 +- ...nch_back_padded_single_natura_maple_4.json | 40 +- ...nch_back_padded_single_natura_maple_5.json | 40 +- ...nch_back_padded_single_natura_maple_6.json | 40 +- ...nch_back_padded_single_natura_maple_7.json | 40 +- ...nch_back_padded_single_natura_maple_8.json | 40 +- ...nch_back_padded_single_natura_maple_9.json | 40 +- ...ch_back_padded_single_natura_sakura_0.json | 40 +- ...ch_back_padded_single_natura_sakura_1.json | 40 +- ...h_back_padded_single_natura_sakura_10.json | 40 +- ...h_back_padded_single_natura_sakura_11.json | 40 +- ...h_back_padded_single_natura_sakura_12.json | 40 +- ...h_back_padded_single_natura_sakura_13.json | 40 +- ...h_back_padded_single_natura_sakura_14.json | 40 +- ...h_back_padded_single_natura_sakura_15.json | 40 +- ...ch_back_padded_single_natura_sakura_2.json | 40 +- ...ch_back_padded_single_natura_sakura_3.json | 40 +- ...ch_back_padded_single_natura_sakura_4.json | 40 +- ...ch_back_padded_single_natura_sakura_5.json | 40 +- ...ch_back_padded_single_natura_sakura_6.json | 40 +- ...ch_back_padded_single_natura_sakura_7.json | 40 +- ...ch_back_padded_single_natura_sakura_8.json | 40 +- ...ch_back_padded_single_natura_sakura_9.json | 40 +- ...ack_padded_single_natura_silverbell_0.json | 40 +- ...ack_padded_single_natura_silverbell_1.json | 40 +- ...ck_padded_single_natura_silverbell_10.json | 40 +- ...ck_padded_single_natura_silverbell_11.json | 40 +- ...ck_padded_single_natura_silverbell_12.json | 40 +- ...ck_padded_single_natura_silverbell_13.json | 40 +- ...ck_padded_single_natura_silverbell_14.json | 40 +- ...ck_padded_single_natura_silverbell_15.json | 40 +- ...ack_padded_single_natura_silverbell_2.json | 40 +- ...ack_padded_single_natura_silverbell_3.json | 40 +- ...ack_padded_single_natura_silverbell_4.json | 40 +- ...ack_padded_single_natura_silverbell_5.json | 40 +- ...ack_padded_single_natura_silverbell_6.json | 40 +- ...ack_padded_single_natura_silverbell_7.json | 40 +- ...ack_padded_single_natura_silverbell_8.json | 40 +- ...ack_padded_single_natura_silverbell_9.json | 40 +- ...nch_back_padded_single_natura_tiger_0.json | 40 +- ...nch_back_padded_single_natura_tiger_1.json | 40 +- ...ch_back_padded_single_natura_tiger_10.json | 40 +- ...ch_back_padded_single_natura_tiger_11.json | 40 +- ...ch_back_padded_single_natura_tiger_12.json | 40 +- ...ch_back_padded_single_natura_tiger_13.json | 40 +- ...ch_back_padded_single_natura_tiger_14.json | 40 +- ...ch_back_padded_single_natura_tiger_15.json | 40 +- ...nch_back_padded_single_natura_tiger_2.json | 40 +- ...nch_back_padded_single_natura_tiger_3.json | 40 +- ...nch_back_padded_single_natura_tiger_4.json | 40 +- ...nch_back_padded_single_natura_tiger_5.json | 40 +- ...nch_back_padded_single_natura_tiger_6.json | 40 +- ...nch_back_padded_single_natura_tiger_7.json | 40 +- ...nch_back_padded_single_natura_tiger_8.json | 40 +- ...nch_back_padded_single_natura_tiger_9.json | 40 +- ...ch_back_padded_single_natura_willow_0.json | 40 +- ...ch_back_padded_single_natura_willow_1.json | 40 +- ...h_back_padded_single_natura_willow_10.json | 40 +- ...h_back_padded_single_natura_willow_11.json | 40 +- ...h_back_padded_single_natura_willow_12.json | 40 +- ...h_back_padded_single_natura_willow_13.json | 40 +- ...h_back_padded_single_natura_willow_14.json | 40 +- ...h_back_padded_single_natura_willow_15.json | 40 +- ...ch_back_padded_single_natura_willow_2.json | 40 +- ...ch_back_padded_single_natura_willow_3.json | 40 +- ...ch_back_padded_single_natura_willow_4.json | 40 +- ...ch_back_padded_single_natura_willow_5.json | 40 +- ...ch_back_padded_single_natura_willow_6.json | 40 +- ...ch_back_padded_single_natura_willow_7.json | 40 +- ...ch_back_padded_single_natura_willow_8.json | 40 +- ...ch_back_padded_single_natura_willow_9.json | 40 +- ...ronage_bench_back_padded_single_oak_0.json | 28 +- ...ronage_bench_back_padded_single_oak_1.json | 28 +- ...onage_bench_back_padded_single_oak_10.json | 28 +- ...onage_bench_back_padded_single_oak_11.json | 28 +- ...onage_bench_back_padded_single_oak_12.json | 28 +- ...onage_bench_back_padded_single_oak_13.json | 28 +- ...onage_bench_back_padded_single_oak_14.json | 28 +- ...onage_bench_back_padded_single_oak_15.json | 28 +- ...ronage_bench_back_padded_single_oak_2.json | 28 +- ...ronage_bench_back_padded_single_oak_3.json | 28 +- ...ronage_bench_back_padded_single_oak_4.json | 28 +- ...ronage_bench_back_padded_single_oak_5.json | 28 +- ...ronage_bench_back_padded_single_oak_6.json | 28 +- ...ronage_bench_back_padded_single_oak_7.json | 28 +- ...ronage_bench_back_padded_single_oak_8.json | 28 +- ...ronage_bench_back_padded_single_oak_9.json | 28 +- ...age_bench_back_padded_single_spruce_0.json | 28 +- ...age_bench_back_padded_single_spruce_1.json | 28 +- ...ge_bench_back_padded_single_spruce_10.json | 28 +- ...ge_bench_back_padded_single_spruce_11.json | 28 +- ...ge_bench_back_padded_single_spruce_12.json | 28 +- ...ge_bench_back_padded_single_spruce_13.json | 28 +- ...ge_bench_back_padded_single_spruce_14.json | 28 +- ...ge_bench_back_padded_single_spruce_15.json | 28 +- ...age_bench_back_padded_single_spruce_2.json | 28 +- ...age_bench_back_padded_single_spruce_3.json | 28 +- ...age_bench_back_padded_single_spruce_4.json | 28 +- ...age_bench_back_padded_single_spruce_5.json | 28 +- ...age_bench_back_padded_single_spruce_6.json | 28 +- ...age_bench_back_padded_single_spruce_7.json | 28 +- ...age_bench_back_padded_single_spruce_8.json | 28 +- ...age_bench_back_padded_single_spruce_9.json | 28 +- ...wood_ironage_bench_back_single_acacia.json | 42 +- ...ood_ironage_bench_back_single_big_oak.json | 42 +- ...ench_back_single_biomesoplenty_cherry.json | 54 +- ...bench_back_single_biomesoplenty_ebony.json | 54 +- ...ch_back_single_biomesoplenty_ethereal.json | 54 +- ..._back_single_biomesoplenty_eucalyptus.json | 54 +- ...e_bench_back_single_biomesoplenty_fir.json | 54 +- ...ch_back_single_biomesoplenty_hellbark.json | 54 +- ...h_back_single_biomesoplenty_jacaranda.json | 54 +- ...bench_back_single_biomesoplenty_magic.json | 54 +- ...ch_back_single_biomesoplenty_mahogany.json | 54 +- ...ch_back_single_biomesoplenty_mangrove.json | 54 +- ..._bench_back_single_biomesoplenty_palm.json | 54 +- ..._bench_back_single_biomesoplenty_pine.json | 54 +- ...nch_back_single_biomesoplenty_redwood.json | 54 +- ..._back_single_biomesoplenty_sacred_oak.json | 54 +- ...ench_back_single_biomesoplenty_umbran.json | 54 +- ...ench_back_single_biomesoplenty_willow.json | 54 +- ..._wood_ironage_bench_back_single_birch.json | 42 +- ...age_bench_back_single_forestry_acacia.json | 54 +- ...nage_bench_back_single_forestry_balsa.json | 54 +- ...age_bench_back_single_forestry_baobab.json | 54 +- ...age_bench_back_single_forestry_cherry.json | 54 +- ...e_bench_back_single_forestry_chestnut.json | 54 +- ...age_bench_back_single_forestry_citrus.json | 54 +- ...e_bench_back_single_forestry_cocobolo.json | 54 +- ...nage_bench_back_single_forestry_ebony.json | 54 +- ..._bench_back_single_forestry_giganteum.json | 54 +- ...bench_back_single_forestry_greenheart.json | 54 +- ...ronage_bench_back_single_forestry_ipe.json | 54 +- ...nage_bench_back_single_forestry_kapok.json | 54 +- ...nage_bench_back_single_forestry_larch.json | 54 +- ...onage_bench_back_single_forestry_lime.json | 54 +- ...nage_bench_back_single_forestry_mahoe.json | 54 +- ...e_bench_back_single_forestry_mahogany.json | 54 +- ...nage_bench_back_single_forestry_maple.json | 54 +- ...age_bench_back_single_forestry_padauk.json | 54 +- ...onage_bench_back_single_forestry_palm.json | 54 +- ...age_bench_back_single_forestry_papaya.json | 54 +- ...onage_bench_back_single_forestry_pine.json | 54 +- ...onage_bench_back_single_forestry_plum.json | 54 +- ...age_bench_back_single_forestry_poplar.json | 54 +- ...ge_bench_back_single_forestry_sequoia.json | 54 +- ...onage_bench_back_single_forestry_teak.json | 54 +- ...age_bench_back_single_forestry_walnut.json | 54 +- ...nage_bench_back_single_forestry_wenge.json | 54 +- ...age_bench_back_single_forestry_willow.json | 54 +- ..._bench_back_single_forestry_zebrawood.json | 54 +- ...gle_immersiveengineering_treated_wood.json | 54 +- ...e_immersiveengineering_treated_wood_1.json | 54 +- ...e_immersiveengineering_treated_wood_2.json | 54 +- ...wood_ironage_bench_back_single_jungle.json | 42 +- ...age_bench_back_single_natura_amaranth.json | 54 +- ...ge_bench_back_single_natura_bloodwood.json | 54 +- ...age_bench_back_single_natura_darkwood.json | 54 +- ...e_bench_back_single_natura_eucalyptus.json | 54 +- ...age_bench_back_single_natura_fusewood.json | 54 +- ...ge_bench_back_single_natura_ghostwood.json | 54 +- ...nage_bench_back_single_natura_hopseed.json | 54 +- ...ronage_bench_back_single_natura_maple.json | 54 +- ...onage_bench_back_single_natura_sakura.json | 54 +- ...e_bench_back_single_natura_silverbell.json | 54 +- ...ronage_bench_back_single_natura_tiger.json | 54 +- ...onage_bench_back_single_natura_willow.json | 54 +- ...ir_wood_ironage_bench_back_single_oak.json | 42 +- ...wood_ironage_bench_back_single_spruce.json | 42 +- ..._wood_ironage_bench_log_single_acacia.json | 34 +- ...wood_ironage_bench_log_single_big_oak.json | 34 +- ...bench_log_single_biomesoplenty_cherry.json | 46 +- ..._bench_log_single_biomesoplenty_ebony.json | 46 +- ...nch_log_single_biomesoplenty_ethereal.json | 46 +- ...h_log_single_biomesoplenty_eucalyptus.json | 46 +- ...ge_bench_log_single_biomesoplenty_fir.json | 46 +- ...nch_log_single_biomesoplenty_hellbark.json | 46 +- ...ch_log_single_biomesoplenty_jacaranda.json | 46 +- ..._bench_log_single_biomesoplenty_magic.json | 46 +- ...nch_log_single_biomesoplenty_mahogany.json | 46 +- ...nch_log_single_biomesoplenty_mangrove.json | 46 +- ...e_bench_log_single_biomesoplenty_palm.json | 46 +- ...e_bench_log_single_biomesoplenty_pine.json | 46 +- ...ench_log_single_biomesoplenty_redwood.json | 46 +- ...h_log_single_biomesoplenty_sacred_oak.json | 46 +- ...bench_log_single_biomesoplenty_umbran.json | 46 +- ...bench_log_single_biomesoplenty_willow.json | 46 +- ...r_wood_ironage_bench_log_single_birch.json | 34 +- ...nage_bench_log_single_forestry_acacia.json | 46 +- ...onage_bench_log_single_forestry_balsa.json | 46 +- ...nage_bench_log_single_forestry_baobab.json | 46 +- ...nage_bench_log_single_forestry_cherry.json | 46 +- ...ge_bench_log_single_forestry_chestnut.json | 46 +- ...nage_bench_log_single_forestry_citrus.json | 46 +- ...ge_bench_log_single_forestry_cocobolo.json | 46 +- ...onage_bench_log_single_forestry_ebony.json | 46 +- ...e_bench_log_single_forestry_giganteum.json | 46 +- ..._bench_log_single_forestry_greenheart.json | 46 +- ...ironage_bench_log_single_forestry_ipe.json | 46 +- ...onage_bench_log_single_forestry_kapok.json | 46 +- ...onage_bench_log_single_forestry_larch.json | 46 +- ...ronage_bench_log_single_forestry_lime.json | 46 +- ...onage_bench_log_single_forestry_mahoe.json | 46 +- ...ge_bench_log_single_forestry_mahogany.json | 46 +- ...onage_bench_log_single_forestry_maple.json | 46 +- ...nage_bench_log_single_forestry_padauk.json | 46 +- ...ronage_bench_log_single_forestry_palm.json | 46 +- ...nage_bench_log_single_forestry_papaya.json | 46 +- ...ronage_bench_log_single_forestry_pine.json | 46 +- ...ronage_bench_log_single_forestry_plum.json | 46 +- ...nage_bench_log_single_forestry_poplar.json | 46 +- ...age_bench_log_single_forestry_sequoia.json | 46 +- ...ronage_bench_log_single_forestry_teak.json | 46 +- ...nage_bench_log_single_forestry_walnut.json | 46 +- ...onage_bench_log_single_forestry_wenge.json | 46 +- ...nage_bench_log_single_forestry_willow.json | 46 +- ...e_bench_log_single_forestry_zebrawood.json | 46 +- ..._wood_ironage_bench_log_single_jungle.json | 34 +- ...nage_bench_log_single_natura_amaranth.json | 46 +- ...age_bench_log_single_natura_bloodwood.json | 46 +- ...nage_bench_log_single_natura_darkwood.json | 46 +- ...ge_bench_log_single_natura_eucalyptus.json | 46 +- ...nage_bench_log_single_natura_fusewood.json | 46 +- ...age_bench_log_single_natura_ghostwood.json | 46 +- ...onage_bench_log_single_natura_hopseed.json | 46 +- ...ironage_bench_log_single_natura_maple.json | 46 +- ...ronage_bench_log_single_natura_sakura.json | 46 +- ...ge_bench_log_single_natura_silverbell.json | 46 +- ...ironage_bench_log_single_natura_tiger.json | 46 +- ...ronage_bench_log_single_natura_willow.json | 46 +- ...air_wood_ironage_bench_log_single_oak.json | 34 +- ..._wood_ironage_bench_log_single_spruce.json | 34 +- ..._ironage_bench_padded_single_acacia_0.json | 28 +- ..._ironage_bench_padded_single_acacia_1.json | 28 +- ...ironage_bench_padded_single_acacia_10.json | 28 +- ...ironage_bench_padded_single_acacia_11.json | 28 +- ...ironage_bench_padded_single_acacia_12.json | 28 +- ...ironage_bench_padded_single_acacia_13.json | 28 +- ...ironage_bench_padded_single_acacia_14.json | 28 +- ...ironage_bench_padded_single_acacia_15.json | 28 +- ..._ironage_bench_padded_single_acacia_2.json | 28 +- ..._ironage_bench_padded_single_acacia_3.json | 28 +- ..._ironage_bench_padded_single_acacia_4.json | 28 +- ..._ironage_bench_padded_single_acacia_5.json | 28 +- ..._ironage_bench_padded_single_acacia_6.json | 28 +- ..._ironage_bench_padded_single_acacia_7.json | 28 +- ..._ironage_bench_padded_single_acacia_8.json | 28 +- ..._ironage_bench_padded_single_acacia_9.json | 28 +- ...ironage_bench_padded_single_big_oak_0.json | 28 +- ...ironage_bench_padded_single_big_oak_1.json | 28 +- ...ronage_bench_padded_single_big_oak_10.json | 28 +- ...ronage_bench_padded_single_big_oak_11.json | 28 +- ...ronage_bench_padded_single_big_oak_12.json | 28 +- ...ronage_bench_padded_single_big_oak_13.json | 28 +- ...ronage_bench_padded_single_big_oak_14.json | 28 +- ...ronage_bench_padded_single_big_oak_15.json | 28 +- ...ironage_bench_padded_single_big_oak_2.json | 28 +- ...ironage_bench_padded_single_big_oak_3.json | 28 +- ...ironage_bench_padded_single_big_oak_4.json | 28 +- ...ironage_bench_padded_single_big_oak_5.json | 28 +- ...ironage_bench_padded_single_big_oak_6.json | 28 +- ...ironage_bench_padded_single_big_oak_7.json | 28 +- ...ironage_bench_padded_single_big_oak_8.json | 28 +- ...ironage_bench_padded_single_big_oak_9.json | 28 +- ..._padded_single_biomesoplenty_cherry_0.json | 40 +- ..._padded_single_biomesoplenty_cherry_1.json | 40 +- ...padded_single_biomesoplenty_cherry_10.json | 40 +- ...padded_single_biomesoplenty_cherry_11.json | 40 +- ...padded_single_biomesoplenty_cherry_12.json | 40 +- ...padded_single_biomesoplenty_cherry_13.json | 40 +- ...padded_single_biomesoplenty_cherry_14.json | 40 +- ...padded_single_biomesoplenty_cherry_15.json | 40 +- ..._padded_single_biomesoplenty_cherry_2.json | 40 +- ..._padded_single_biomesoplenty_cherry_3.json | 40 +- ..._padded_single_biomesoplenty_cherry_4.json | 40 +- ..._padded_single_biomesoplenty_cherry_5.json | 40 +- ..._padded_single_biomesoplenty_cherry_6.json | 40 +- ..._padded_single_biomesoplenty_cherry_7.json | 40 +- ..._padded_single_biomesoplenty_cherry_8.json | 40 +- ..._padded_single_biomesoplenty_cherry_9.json | 40 +- ...h_padded_single_biomesoplenty_ebony_0.json | 40 +- ...h_padded_single_biomesoplenty_ebony_1.json | 40 +- ..._padded_single_biomesoplenty_ebony_10.json | 40 +- ..._padded_single_biomesoplenty_ebony_11.json | 40 +- ..._padded_single_biomesoplenty_ebony_12.json | 40 +- ..._padded_single_biomesoplenty_ebony_13.json | 40 +- ..._padded_single_biomesoplenty_ebony_14.json | 40 +- ..._padded_single_biomesoplenty_ebony_15.json | 40 +- ...h_padded_single_biomesoplenty_ebony_2.json | 40 +- ...h_padded_single_biomesoplenty_ebony_3.json | 40 +- ...h_padded_single_biomesoplenty_ebony_4.json | 40 +- ...h_padded_single_biomesoplenty_ebony_5.json | 40 +- ...h_padded_single_biomesoplenty_ebony_6.json | 40 +- ...h_padded_single_biomesoplenty_ebony_7.json | 40 +- ...h_padded_single_biomesoplenty_ebony_8.json | 40 +- ...h_padded_single_biomesoplenty_ebony_9.json | 40 +- ...added_single_biomesoplenty_ethereal_0.json | 40 +- ...added_single_biomesoplenty_ethereal_1.json | 40 +- ...dded_single_biomesoplenty_ethereal_10.json | 40 +- ...dded_single_biomesoplenty_ethereal_11.json | 40 +- ...dded_single_biomesoplenty_ethereal_12.json | 40 +- ...dded_single_biomesoplenty_ethereal_13.json | 40 +- ...dded_single_biomesoplenty_ethereal_14.json | 40 +- ...dded_single_biomesoplenty_ethereal_15.json | 40 +- ...added_single_biomesoplenty_ethereal_2.json | 40 +- ...added_single_biomesoplenty_ethereal_3.json | 40 +- ...added_single_biomesoplenty_ethereal_4.json | 40 +- ...added_single_biomesoplenty_ethereal_5.json | 40 +- ...added_single_biomesoplenty_ethereal_6.json | 40 +- ...added_single_biomesoplenty_ethereal_7.json | 40 +- ...added_single_biomesoplenty_ethereal_8.json | 40 +- ...added_single_biomesoplenty_ethereal_9.json | 40 +- ...ded_single_biomesoplenty_eucalyptus_0.json | 40 +- ...ded_single_biomesoplenty_eucalyptus_1.json | 40 +- ...ed_single_biomesoplenty_eucalyptus_10.json | 40 +- ...ed_single_biomesoplenty_eucalyptus_11.json | 40 +- ...ed_single_biomesoplenty_eucalyptus_12.json | 40 +- ...ed_single_biomesoplenty_eucalyptus_13.json | 40 +- ...ed_single_biomesoplenty_eucalyptus_14.json | 40 +- ...ed_single_biomesoplenty_eucalyptus_15.json | 40 +- ...ded_single_biomesoplenty_eucalyptus_2.json | 40 +- ...ded_single_biomesoplenty_eucalyptus_3.json | 40 +- ...ded_single_biomesoplenty_eucalyptus_4.json | 40 +- ...ded_single_biomesoplenty_eucalyptus_5.json | 40 +- ...ded_single_biomesoplenty_eucalyptus_6.json | 40 +- ...ded_single_biomesoplenty_eucalyptus_7.json | 40 +- ...ded_single_biomesoplenty_eucalyptus_8.json | 40 +- ...ded_single_biomesoplenty_eucalyptus_9.json | 40 +- ...nch_padded_single_biomesoplenty_fir_0.json | 40 +- ...nch_padded_single_biomesoplenty_fir_1.json | 40 +- ...ch_padded_single_biomesoplenty_fir_10.json | 40 +- ...ch_padded_single_biomesoplenty_fir_11.json | 40 +- ...ch_padded_single_biomesoplenty_fir_12.json | 40 +- ...ch_padded_single_biomesoplenty_fir_13.json | 40 +- ...ch_padded_single_biomesoplenty_fir_14.json | 40 +- ...ch_padded_single_biomesoplenty_fir_15.json | 40 +- ...nch_padded_single_biomesoplenty_fir_2.json | 40 +- ...nch_padded_single_biomesoplenty_fir_3.json | 40 +- ...nch_padded_single_biomesoplenty_fir_4.json | 40 +- ...nch_padded_single_biomesoplenty_fir_5.json | 40 +- ...nch_padded_single_biomesoplenty_fir_6.json | 40 +- ...nch_padded_single_biomesoplenty_fir_7.json | 40 +- ...nch_padded_single_biomesoplenty_fir_8.json | 40 +- ...nch_padded_single_biomesoplenty_fir_9.json | 40 +- ...added_single_biomesoplenty_hellbark_0.json | 40 +- ...added_single_biomesoplenty_hellbark_1.json | 40 +- ...dded_single_biomesoplenty_hellbark_10.json | 40 +- ...dded_single_biomesoplenty_hellbark_11.json | 40 +- ...dded_single_biomesoplenty_hellbark_12.json | 40 +- ...dded_single_biomesoplenty_hellbark_13.json | 40 +- ...dded_single_biomesoplenty_hellbark_14.json | 40 +- ...dded_single_biomesoplenty_hellbark_15.json | 40 +- ...added_single_biomesoplenty_hellbark_2.json | 40 +- ...added_single_biomesoplenty_hellbark_3.json | 40 +- ...added_single_biomesoplenty_hellbark_4.json | 40 +- ...added_single_biomesoplenty_hellbark_5.json | 40 +- ...added_single_biomesoplenty_hellbark_6.json | 40 +- ...added_single_biomesoplenty_hellbark_7.json | 40 +- ...added_single_biomesoplenty_hellbark_8.json | 40 +- ...added_single_biomesoplenty_hellbark_9.json | 40 +- ...dded_single_biomesoplenty_jacaranda_0.json | 40 +- ...dded_single_biomesoplenty_jacaranda_1.json | 40 +- ...ded_single_biomesoplenty_jacaranda_10.json | 40 +- ...ded_single_biomesoplenty_jacaranda_11.json | 40 +- ...ded_single_biomesoplenty_jacaranda_12.json | 40 +- ...ded_single_biomesoplenty_jacaranda_13.json | 40 +- ...ded_single_biomesoplenty_jacaranda_14.json | 40 +- ...ded_single_biomesoplenty_jacaranda_15.json | 40 +- ...dded_single_biomesoplenty_jacaranda_2.json | 40 +- ...dded_single_biomesoplenty_jacaranda_3.json | 40 +- ...dded_single_biomesoplenty_jacaranda_4.json | 40 +- ...dded_single_biomesoplenty_jacaranda_5.json | 40 +- ...dded_single_biomesoplenty_jacaranda_6.json | 40 +- ...dded_single_biomesoplenty_jacaranda_7.json | 40 +- ...dded_single_biomesoplenty_jacaranda_8.json | 40 +- ...dded_single_biomesoplenty_jacaranda_9.json | 40 +- ...h_padded_single_biomesoplenty_magic_0.json | 40 +- ...h_padded_single_biomesoplenty_magic_1.json | 40 +- ..._padded_single_biomesoplenty_magic_10.json | 40 +- ..._padded_single_biomesoplenty_magic_11.json | 40 +- ..._padded_single_biomesoplenty_magic_12.json | 40 +- ..._padded_single_biomesoplenty_magic_13.json | 40 +- ..._padded_single_biomesoplenty_magic_14.json | 40 +- ..._padded_single_biomesoplenty_magic_15.json | 40 +- ...h_padded_single_biomesoplenty_magic_2.json | 40 +- ...h_padded_single_biomesoplenty_magic_3.json | 40 +- ...h_padded_single_biomesoplenty_magic_4.json | 40 +- ...h_padded_single_biomesoplenty_magic_5.json | 40 +- ...h_padded_single_biomesoplenty_magic_6.json | 40 +- ...h_padded_single_biomesoplenty_magic_7.json | 40 +- ...h_padded_single_biomesoplenty_magic_8.json | 40 +- ...h_padded_single_biomesoplenty_magic_9.json | 40 +- ...added_single_biomesoplenty_mahogany_0.json | 40 +- ...added_single_biomesoplenty_mahogany_1.json | 40 +- ...dded_single_biomesoplenty_mahogany_10.json | 40 +- ...dded_single_biomesoplenty_mahogany_11.json | 40 +- ...dded_single_biomesoplenty_mahogany_12.json | 40 +- ...dded_single_biomesoplenty_mahogany_13.json | 40 +- ...dded_single_biomesoplenty_mahogany_14.json | 40 +- ...dded_single_biomesoplenty_mahogany_15.json | 40 +- ...added_single_biomesoplenty_mahogany_2.json | 40 +- ...added_single_biomesoplenty_mahogany_3.json | 40 +- ...added_single_biomesoplenty_mahogany_4.json | 40 +- ...added_single_biomesoplenty_mahogany_5.json | 40 +- ...added_single_biomesoplenty_mahogany_6.json | 40 +- ...added_single_biomesoplenty_mahogany_7.json | 40 +- ...added_single_biomesoplenty_mahogany_8.json | 40 +- ...added_single_biomesoplenty_mahogany_9.json | 40 +- ...added_single_biomesoplenty_mangrove_0.json | 40 +- ...added_single_biomesoplenty_mangrove_1.json | 40 +- ...dded_single_biomesoplenty_mangrove_10.json | 40 +- ...dded_single_biomesoplenty_mangrove_11.json | 40 +- ...dded_single_biomesoplenty_mangrove_12.json | 40 +- ...dded_single_biomesoplenty_mangrove_13.json | 40 +- ...dded_single_biomesoplenty_mangrove_14.json | 40 +- ...dded_single_biomesoplenty_mangrove_15.json | 40 +- ...added_single_biomesoplenty_mangrove_2.json | 40 +- ...added_single_biomesoplenty_mangrove_3.json | 40 +- ...added_single_biomesoplenty_mangrove_4.json | 40 +- ...added_single_biomesoplenty_mangrove_5.json | 40 +- ...added_single_biomesoplenty_mangrove_6.json | 40 +- ...added_single_biomesoplenty_mangrove_7.json | 40 +- ...added_single_biomesoplenty_mangrove_8.json | 40 +- ...added_single_biomesoplenty_mangrove_9.json | 40 +- ...ch_padded_single_biomesoplenty_palm_0.json | 40 +- ...ch_padded_single_biomesoplenty_palm_1.json | 40 +- ...h_padded_single_biomesoplenty_palm_10.json | 40 +- ...h_padded_single_biomesoplenty_palm_11.json | 40 +- ...h_padded_single_biomesoplenty_palm_12.json | 40 +- ...h_padded_single_biomesoplenty_palm_13.json | 40 +- ...h_padded_single_biomesoplenty_palm_14.json | 40 +- ...h_padded_single_biomesoplenty_palm_15.json | 40 +- ...ch_padded_single_biomesoplenty_palm_2.json | 40 +- ...ch_padded_single_biomesoplenty_palm_3.json | 40 +- ...ch_padded_single_biomesoplenty_palm_4.json | 40 +- ...ch_padded_single_biomesoplenty_palm_5.json | 40 +- ...ch_padded_single_biomesoplenty_palm_6.json | 40 +- ...ch_padded_single_biomesoplenty_palm_7.json | 40 +- ...ch_padded_single_biomesoplenty_palm_8.json | 40 +- ...ch_padded_single_biomesoplenty_palm_9.json | 40 +- ...ch_padded_single_biomesoplenty_pine_0.json | 40 +- ...ch_padded_single_biomesoplenty_pine_1.json | 40 +- ...h_padded_single_biomesoplenty_pine_10.json | 40 +- ...h_padded_single_biomesoplenty_pine_11.json | 40 +- ...h_padded_single_biomesoplenty_pine_12.json | 40 +- ...h_padded_single_biomesoplenty_pine_13.json | 40 +- ...h_padded_single_biomesoplenty_pine_14.json | 40 +- ...h_padded_single_biomesoplenty_pine_15.json | 40 +- ...ch_padded_single_biomesoplenty_pine_2.json | 40 +- ...ch_padded_single_biomesoplenty_pine_3.json | 40 +- ...ch_padded_single_biomesoplenty_pine_4.json | 40 +- ...ch_padded_single_biomesoplenty_pine_5.json | 40 +- ...ch_padded_single_biomesoplenty_pine_6.json | 40 +- ...ch_padded_single_biomesoplenty_pine_7.json | 40 +- ...ch_padded_single_biomesoplenty_pine_8.json | 40 +- ...ch_padded_single_biomesoplenty_pine_9.json | 40 +- ...padded_single_biomesoplenty_redwood_0.json | 40 +- ...padded_single_biomesoplenty_redwood_1.json | 40 +- ...added_single_biomesoplenty_redwood_10.json | 40 +- ...added_single_biomesoplenty_redwood_11.json | 40 +- ...added_single_biomesoplenty_redwood_12.json | 40 +- ...added_single_biomesoplenty_redwood_13.json | 40 +- ...added_single_biomesoplenty_redwood_14.json | 40 +- ...added_single_biomesoplenty_redwood_15.json | 40 +- ...padded_single_biomesoplenty_redwood_2.json | 40 +- ...padded_single_biomesoplenty_redwood_3.json | 40 +- ...padded_single_biomesoplenty_redwood_4.json | 40 +- ...padded_single_biomesoplenty_redwood_5.json | 40 +- ...padded_single_biomesoplenty_redwood_6.json | 40 +- ...padded_single_biomesoplenty_redwood_7.json | 40 +- ...padded_single_biomesoplenty_redwood_8.json | 40 +- ...padded_single_biomesoplenty_redwood_9.json | 40 +- ...ded_single_biomesoplenty_sacred_oak_0.json | 40 +- ...ded_single_biomesoplenty_sacred_oak_1.json | 40 +- ...ed_single_biomesoplenty_sacred_oak_10.json | 40 +- ...ed_single_biomesoplenty_sacred_oak_11.json | 40 +- ...ed_single_biomesoplenty_sacred_oak_12.json | 40 +- ...ed_single_biomesoplenty_sacred_oak_13.json | 40 +- ...ed_single_biomesoplenty_sacred_oak_14.json | 40 +- ...ed_single_biomesoplenty_sacred_oak_15.json | 40 +- ...ded_single_biomesoplenty_sacred_oak_2.json | 40 +- ...ded_single_biomesoplenty_sacred_oak_3.json | 40 +- ...ded_single_biomesoplenty_sacred_oak_4.json | 40 +- ...ded_single_biomesoplenty_sacred_oak_5.json | 40 +- ...ded_single_biomesoplenty_sacred_oak_6.json | 40 +- ...ded_single_biomesoplenty_sacred_oak_7.json | 40 +- ...ded_single_biomesoplenty_sacred_oak_8.json | 40 +- ...ded_single_biomesoplenty_sacred_oak_9.json | 40 +- ..._padded_single_biomesoplenty_umbran_0.json | 40 +- ..._padded_single_biomesoplenty_umbran_1.json | 40 +- ...padded_single_biomesoplenty_umbran_10.json | 40 +- ...padded_single_biomesoplenty_umbran_11.json | 40 +- ...padded_single_biomesoplenty_umbran_12.json | 40 +- ...padded_single_biomesoplenty_umbran_13.json | 40 +- ...padded_single_biomesoplenty_umbran_14.json | 40 +- ...padded_single_biomesoplenty_umbran_15.json | 40 +- ..._padded_single_biomesoplenty_umbran_2.json | 40 +- ..._padded_single_biomesoplenty_umbran_3.json | 40 +- ..._padded_single_biomesoplenty_umbran_4.json | 40 +- ..._padded_single_biomesoplenty_umbran_5.json | 40 +- ..._padded_single_biomesoplenty_umbran_6.json | 40 +- ..._padded_single_biomesoplenty_umbran_7.json | 40 +- ..._padded_single_biomesoplenty_umbran_8.json | 40 +- ..._padded_single_biomesoplenty_umbran_9.json | 40 +- ..._padded_single_biomesoplenty_willow_0.json | 40 +- ..._padded_single_biomesoplenty_willow_1.json | 40 +- ...padded_single_biomesoplenty_willow_10.json | 40 +- ...padded_single_biomesoplenty_willow_11.json | 40 +- ...padded_single_biomesoplenty_willow_12.json | 40 +- ...padded_single_biomesoplenty_willow_13.json | 40 +- ...padded_single_biomesoplenty_willow_14.json | 40 +- ...padded_single_biomesoplenty_willow_15.json | 40 +- ..._padded_single_biomesoplenty_willow_2.json | 40 +- ..._padded_single_biomesoplenty_willow_3.json | 40 +- ..._padded_single_biomesoplenty_willow_4.json | 40 +- ..._padded_single_biomesoplenty_willow_5.json | 40 +- ..._padded_single_biomesoplenty_willow_6.json | 40 +- ..._padded_single_biomesoplenty_willow_7.json | 40 +- ..._padded_single_biomesoplenty_willow_8.json | 40 +- ..._padded_single_biomesoplenty_willow_9.json | 40 +- ...d_ironage_bench_padded_single_birch_0.json | 28 +- ...d_ironage_bench_padded_single_birch_1.json | 28 +- ..._ironage_bench_padded_single_birch_10.json | 28 +- ..._ironage_bench_padded_single_birch_11.json | 28 +- ..._ironage_bench_padded_single_birch_12.json | 28 +- ..._ironage_bench_padded_single_birch_13.json | 28 +- ..._ironage_bench_padded_single_birch_14.json | 28 +- ..._ironage_bench_padded_single_birch_15.json | 28 +- ...d_ironage_bench_padded_single_birch_2.json | 28 +- ...d_ironage_bench_padded_single_birch_3.json | 28 +- ...d_ironage_bench_padded_single_birch_4.json | 28 +- ...d_ironage_bench_padded_single_birch_5.json | 28 +- ...d_ironage_bench_padded_single_birch_6.json | 28 +- ...d_ironage_bench_padded_single_birch_7.json | 28 +- ...d_ironage_bench_padded_single_birch_8.json | 28 +- ...d_ironage_bench_padded_single_birch_9.json | 28 +- ...bench_padded_single_forestry_acacia_0.json | 40 +- ...bench_padded_single_forestry_acacia_1.json | 40 +- ...ench_padded_single_forestry_acacia_10.json | 40 +- ...ench_padded_single_forestry_acacia_11.json | 40 +- ...ench_padded_single_forestry_acacia_12.json | 40 +- ...ench_padded_single_forestry_acacia_13.json | 40 +- ...ench_padded_single_forestry_acacia_14.json | 40 +- ...ench_padded_single_forestry_acacia_15.json | 40 +- ...bench_padded_single_forestry_acacia_2.json | 40 +- ...bench_padded_single_forestry_acacia_3.json | 40 +- ...bench_padded_single_forestry_acacia_4.json | 40 +- ...bench_padded_single_forestry_acacia_5.json | 40 +- ...bench_padded_single_forestry_acacia_6.json | 40 +- ...bench_padded_single_forestry_acacia_7.json | 40 +- ...bench_padded_single_forestry_acacia_8.json | 40 +- ...bench_padded_single_forestry_acacia_9.json | 40 +- ..._bench_padded_single_forestry_balsa_0.json | 40 +- ..._bench_padded_single_forestry_balsa_1.json | 40 +- ...bench_padded_single_forestry_balsa_10.json | 40 +- ...bench_padded_single_forestry_balsa_11.json | 40 +- ...bench_padded_single_forestry_balsa_12.json | 40 +- ...bench_padded_single_forestry_balsa_13.json | 40 +- ...bench_padded_single_forestry_balsa_14.json | 40 +- ...bench_padded_single_forestry_balsa_15.json | 40 +- ..._bench_padded_single_forestry_balsa_2.json | 40 +- ..._bench_padded_single_forestry_balsa_3.json | 40 +- ..._bench_padded_single_forestry_balsa_4.json | 40 +- ..._bench_padded_single_forestry_balsa_5.json | 40 +- ..._bench_padded_single_forestry_balsa_6.json | 40 +- ..._bench_padded_single_forestry_balsa_7.json | 40 +- ..._bench_padded_single_forestry_balsa_8.json | 40 +- ..._bench_padded_single_forestry_balsa_9.json | 40 +- ...bench_padded_single_forestry_baobab_0.json | 40 +- ...bench_padded_single_forestry_baobab_1.json | 40 +- ...ench_padded_single_forestry_baobab_10.json | 40 +- ...ench_padded_single_forestry_baobab_11.json | 40 +- ...ench_padded_single_forestry_baobab_12.json | 40 +- ...ench_padded_single_forestry_baobab_13.json | 40 +- ...ench_padded_single_forestry_baobab_14.json | 40 +- ...ench_padded_single_forestry_baobab_15.json | 40 +- ...bench_padded_single_forestry_baobab_2.json | 40 +- ...bench_padded_single_forestry_baobab_3.json | 40 +- ...bench_padded_single_forestry_baobab_4.json | 40 +- ...bench_padded_single_forestry_baobab_5.json | 40 +- ...bench_padded_single_forestry_baobab_6.json | 40 +- ...bench_padded_single_forestry_baobab_7.json | 40 +- ...bench_padded_single_forestry_baobab_8.json | 40 +- ...bench_padded_single_forestry_baobab_9.json | 40 +- ...bench_padded_single_forestry_cherry_0.json | 40 +- ...bench_padded_single_forestry_cherry_1.json | 40 +- ...ench_padded_single_forestry_cherry_10.json | 40 +- ...ench_padded_single_forestry_cherry_11.json | 40 +- ...ench_padded_single_forestry_cherry_12.json | 40 +- ...ench_padded_single_forestry_cherry_13.json | 40 +- ...ench_padded_single_forestry_cherry_14.json | 40 +- ...ench_padded_single_forestry_cherry_15.json | 40 +- ...bench_padded_single_forestry_cherry_2.json | 40 +- ...bench_padded_single_forestry_cherry_3.json | 40 +- ...bench_padded_single_forestry_cherry_4.json | 40 +- ...bench_padded_single_forestry_cherry_5.json | 40 +- ...bench_padded_single_forestry_cherry_6.json | 40 +- ...bench_padded_single_forestry_cherry_7.json | 40 +- ...bench_padded_single_forestry_cherry_8.json | 40 +- ...bench_padded_single_forestry_cherry_9.json | 40 +- ...nch_padded_single_forestry_chestnut_0.json | 40 +- ...nch_padded_single_forestry_chestnut_1.json | 40 +- ...ch_padded_single_forestry_chestnut_10.json | 40 +- ...ch_padded_single_forestry_chestnut_11.json | 40 +- ...ch_padded_single_forestry_chestnut_12.json | 40 +- ...ch_padded_single_forestry_chestnut_13.json | 40 +- ...ch_padded_single_forestry_chestnut_14.json | 40 +- ...ch_padded_single_forestry_chestnut_15.json | 40 +- ...nch_padded_single_forestry_chestnut_2.json | 40 +- ...nch_padded_single_forestry_chestnut_3.json | 40 +- ...nch_padded_single_forestry_chestnut_4.json | 40 +- ...nch_padded_single_forestry_chestnut_5.json | 40 +- ...nch_padded_single_forestry_chestnut_6.json | 40 +- ...nch_padded_single_forestry_chestnut_7.json | 40 +- ...nch_padded_single_forestry_chestnut_8.json | 40 +- ...nch_padded_single_forestry_chestnut_9.json | 40 +- ...bench_padded_single_forestry_citrus_0.json | 40 +- ...bench_padded_single_forestry_citrus_1.json | 40 +- ...ench_padded_single_forestry_citrus_10.json | 40 +- ...ench_padded_single_forestry_citrus_11.json | 40 +- ...ench_padded_single_forestry_citrus_12.json | 40 +- ...ench_padded_single_forestry_citrus_13.json | 40 +- ...ench_padded_single_forestry_citrus_14.json | 40 +- ...ench_padded_single_forestry_citrus_15.json | 40 +- ...bench_padded_single_forestry_citrus_2.json | 40 +- ...bench_padded_single_forestry_citrus_3.json | 40 +- ...bench_padded_single_forestry_citrus_4.json | 40 +- ...bench_padded_single_forestry_citrus_5.json | 40 +- ...bench_padded_single_forestry_citrus_6.json | 40 +- ...bench_padded_single_forestry_citrus_7.json | 40 +- ...bench_padded_single_forestry_citrus_8.json | 40 +- ...bench_padded_single_forestry_citrus_9.json | 40 +- ...nch_padded_single_forestry_cocobolo_0.json | 40 +- ...nch_padded_single_forestry_cocobolo_1.json | 40 +- ...ch_padded_single_forestry_cocobolo_10.json | 40 +- ...ch_padded_single_forestry_cocobolo_11.json | 40 +- ...ch_padded_single_forestry_cocobolo_12.json | 40 +- ...ch_padded_single_forestry_cocobolo_13.json | 40 +- ...ch_padded_single_forestry_cocobolo_14.json | 40 +- ...ch_padded_single_forestry_cocobolo_15.json | 40 +- ...nch_padded_single_forestry_cocobolo_2.json | 40 +- ...nch_padded_single_forestry_cocobolo_3.json | 40 +- ...nch_padded_single_forestry_cocobolo_4.json | 40 +- ...nch_padded_single_forestry_cocobolo_5.json | 40 +- ...nch_padded_single_forestry_cocobolo_6.json | 40 +- ...nch_padded_single_forestry_cocobolo_7.json | 40 +- ...nch_padded_single_forestry_cocobolo_8.json | 40 +- ...nch_padded_single_forestry_cocobolo_9.json | 40 +- ..._bench_padded_single_forestry_ebony_0.json | 40 +- ..._bench_padded_single_forestry_ebony_1.json | 40 +- ...bench_padded_single_forestry_ebony_10.json | 40 +- ...bench_padded_single_forestry_ebony_11.json | 40 +- ...bench_padded_single_forestry_ebony_12.json | 40 +- ...bench_padded_single_forestry_ebony_13.json | 40 +- ...bench_padded_single_forestry_ebony_14.json | 40 +- ...bench_padded_single_forestry_ebony_15.json | 40 +- ..._bench_padded_single_forestry_ebony_2.json | 40 +- ..._bench_padded_single_forestry_ebony_3.json | 40 +- ..._bench_padded_single_forestry_ebony_4.json | 40 +- ..._bench_padded_single_forestry_ebony_5.json | 40 +- ..._bench_padded_single_forestry_ebony_6.json | 40 +- ..._bench_padded_single_forestry_ebony_7.json | 40 +- ..._bench_padded_single_forestry_ebony_8.json | 40 +- ..._bench_padded_single_forestry_ebony_9.json | 40 +- ...ch_padded_single_forestry_giganteum_0.json | 40 +- ...ch_padded_single_forestry_giganteum_1.json | 40 +- ...h_padded_single_forestry_giganteum_10.json | 40 +- ...h_padded_single_forestry_giganteum_11.json | 40 +- ...h_padded_single_forestry_giganteum_12.json | 40 +- ...h_padded_single_forestry_giganteum_13.json | 40 +- ...h_padded_single_forestry_giganteum_14.json | 40 +- ...h_padded_single_forestry_giganteum_15.json | 40 +- ...ch_padded_single_forestry_giganteum_2.json | 40 +- ...ch_padded_single_forestry_giganteum_3.json | 40 +- ...ch_padded_single_forestry_giganteum_4.json | 40 +- ...ch_padded_single_forestry_giganteum_5.json | 40 +- ...ch_padded_single_forestry_giganteum_6.json | 40 +- ...ch_padded_single_forestry_giganteum_7.json | 40 +- ...ch_padded_single_forestry_giganteum_8.json | 40 +- ...ch_padded_single_forestry_giganteum_9.json | 40 +- ...h_padded_single_forestry_greenheart_0.json | 40 +- ...h_padded_single_forestry_greenheart_1.json | 40 +- ..._padded_single_forestry_greenheart_10.json | 40 +- ..._padded_single_forestry_greenheart_11.json | 40 +- ..._padded_single_forestry_greenheart_12.json | 40 +- ..._padded_single_forestry_greenheart_13.json | 40 +- ..._padded_single_forestry_greenheart_14.json | 40 +- ..._padded_single_forestry_greenheart_15.json | 40 +- ...h_padded_single_forestry_greenheart_2.json | 40 +- ...h_padded_single_forestry_greenheart_3.json | 40 +- ...h_padded_single_forestry_greenheart_4.json | 40 +- ...h_padded_single_forestry_greenheart_5.json | 40 +- ...h_padded_single_forestry_greenheart_6.json | 40 +- ...h_padded_single_forestry_greenheart_7.json | 40 +- ...h_padded_single_forestry_greenheart_8.json | 40 +- ...h_padded_single_forestry_greenheart_9.json | 40 +- ...ge_bench_padded_single_forestry_ipe_0.json | 40 +- ...ge_bench_padded_single_forestry_ipe_1.json | 40 +- ...e_bench_padded_single_forestry_ipe_10.json | 40 +- ...e_bench_padded_single_forestry_ipe_11.json | 40 +- ...e_bench_padded_single_forestry_ipe_12.json | 40 +- ...e_bench_padded_single_forestry_ipe_13.json | 40 +- ...e_bench_padded_single_forestry_ipe_14.json | 40 +- ...e_bench_padded_single_forestry_ipe_15.json | 40 +- ...ge_bench_padded_single_forestry_ipe_2.json | 40 +- ...ge_bench_padded_single_forestry_ipe_3.json | 40 +- ...ge_bench_padded_single_forestry_ipe_4.json | 40 +- ...ge_bench_padded_single_forestry_ipe_5.json | 40 +- ...ge_bench_padded_single_forestry_ipe_6.json | 40 +- ...ge_bench_padded_single_forestry_ipe_7.json | 40 +- ...ge_bench_padded_single_forestry_ipe_8.json | 40 +- ...ge_bench_padded_single_forestry_ipe_9.json | 40 +- ..._bench_padded_single_forestry_kapok_0.json | 40 +- ..._bench_padded_single_forestry_kapok_1.json | 40 +- ...bench_padded_single_forestry_kapok_10.json | 40 +- ...bench_padded_single_forestry_kapok_11.json | 40 +- ...bench_padded_single_forestry_kapok_12.json | 40 +- ...bench_padded_single_forestry_kapok_13.json | 40 +- ...bench_padded_single_forestry_kapok_14.json | 40 +- ...bench_padded_single_forestry_kapok_15.json | 40 +- ..._bench_padded_single_forestry_kapok_2.json | 40 +- ..._bench_padded_single_forestry_kapok_3.json | 40 +- ..._bench_padded_single_forestry_kapok_4.json | 40 +- ..._bench_padded_single_forestry_kapok_5.json | 40 +- ..._bench_padded_single_forestry_kapok_6.json | 40 +- ..._bench_padded_single_forestry_kapok_7.json | 40 +- ..._bench_padded_single_forestry_kapok_8.json | 40 +- ..._bench_padded_single_forestry_kapok_9.json | 40 +- ..._bench_padded_single_forestry_larch_0.json | 40 +- ..._bench_padded_single_forestry_larch_1.json | 40 +- ...bench_padded_single_forestry_larch_10.json | 40 +- ...bench_padded_single_forestry_larch_11.json | 40 +- ...bench_padded_single_forestry_larch_12.json | 40 +- ...bench_padded_single_forestry_larch_13.json | 40 +- ...bench_padded_single_forestry_larch_14.json | 40 +- ...bench_padded_single_forestry_larch_15.json | 40 +- ..._bench_padded_single_forestry_larch_2.json | 40 +- ..._bench_padded_single_forestry_larch_3.json | 40 +- ..._bench_padded_single_forestry_larch_4.json | 40 +- ..._bench_padded_single_forestry_larch_5.json | 40 +- ..._bench_padded_single_forestry_larch_6.json | 40 +- ..._bench_padded_single_forestry_larch_7.json | 40 +- ..._bench_padded_single_forestry_larch_8.json | 40 +- ..._bench_padded_single_forestry_larch_9.json | 40 +- ...e_bench_padded_single_forestry_lime_0.json | 40 +- ...e_bench_padded_single_forestry_lime_1.json | 40 +- ..._bench_padded_single_forestry_lime_10.json | 40 +- ..._bench_padded_single_forestry_lime_11.json | 40 +- ..._bench_padded_single_forestry_lime_12.json | 40 +- ..._bench_padded_single_forestry_lime_13.json | 40 +- ..._bench_padded_single_forestry_lime_14.json | 40 +- ..._bench_padded_single_forestry_lime_15.json | 40 +- ...e_bench_padded_single_forestry_lime_2.json | 40 +- ...e_bench_padded_single_forestry_lime_3.json | 40 +- ...e_bench_padded_single_forestry_lime_4.json | 40 +- ...e_bench_padded_single_forestry_lime_5.json | 40 +- ...e_bench_padded_single_forestry_lime_6.json | 40 +- ...e_bench_padded_single_forestry_lime_7.json | 40 +- ...e_bench_padded_single_forestry_lime_8.json | 40 +- ...e_bench_padded_single_forestry_lime_9.json | 40 +- ..._bench_padded_single_forestry_mahoe_0.json | 40 +- ..._bench_padded_single_forestry_mahoe_1.json | 40 +- ...bench_padded_single_forestry_mahoe_10.json | 40 +- ...bench_padded_single_forestry_mahoe_11.json | 40 +- ...bench_padded_single_forestry_mahoe_12.json | 40 +- ...bench_padded_single_forestry_mahoe_13.json | 40 +- ...bench_padded_single_forestry_mahoe_14.json | 40 +- ...bench_padded_single_forestry_mahoe_15.json | 40 +- ..._bench_padded_single_forestry_mahoe_2.json | 40 +- ..._bench_padded_single_forestry_mahoe_3.json | 40 +- ..._bench_padded_single_forestry_mahoe_4.json | 40 +- ..._bench_padded_single_forestry_mahoe_5.json | 40 +- ..._bench_padded_single_forestry_mahoe_6.json | 40 +- ..._bench_padded_single_forestry_mahoe_7.json | 40 +- ..._bench_padded_single_forestry_mahoe_8.json | 40 +- ..._bench_padded_single_forestry_mahoe_9.json | 40 +- ...nch_padded_single_forestry_mahogany_0.json | 40 +- ...nch_padded_single_forestry_mahogany_1.json | 40 +- ...ch_padded_single_forestry_mahogany_10.json | 40 +- ...ch_padded_single_forestry_mahogany_11.json | 40 +- ...ch_padded_single_forestry_mahogany_12.json | 40 +- ...ch_padded_single_forestry_mahogany_13.json | 40 +- ...ch_padded_single_forestry_mahogany_14.json | 40 +- ...ch_padded_single_forestry_mahogany_15.json | 40 +- ...nch_padded_single_forestry_mahogany_2.json | 40 +- ...nch_padded_single_forestry_mahogany_3.json | 40 +- ...nch_padded_single_forestry_mahogany_4.json | 40 +- ...nch_padded_single_forestry_mahogany_5.json | 40 +- ...nch_padded_single_forestry_mahogany_6.json | 40 +- ...nch_padded_single_forestry_mahogany_7.json | 40 +- ...nch_padded_single_forestry_mahogany_8.json | 40 +- ...nch_padded_single_forestry_mahogany_9.json | 40 +- ..._bench_padded_single_forestry_maple_0.json | 40 +- ..._bench_padded_single_forestry_maple_1.json | 40 +- ...bench_padded_single_forestry_maple_10.json | 40 +- ...bench_padded_single_forestry_maple_11.json | 40 +- ...bench_padded_single_forestry_maple_12.json | 40 +- ...bench_padded_single_forestry_maple_13.json | 40 +- ...bench_padded_single_forestry_maple_14.json | 40 +- ...bench_padded_single_forestry_maple_15.json | 40 +- ..._bench_padded_single_forestry_maple_2.json | 40 +- ..._bench_padded_single_forestry_maple_3.json | 40 +- ..._bench_padded_single_forestry_maple_4.json | 40 +- ..._bench_padded_single_forestry_maple_5.json | 40 +- ..._bench_padded_single_forestry_maple_6.json | 40 +- ..._bench_padded_single_forestry_maple_7.json | 40 +- ..._bench_padded_single_forestry_maple_8.json | 40 +- ..._bench_padded_single_forestry_maple_9.json | 40 +- ...bench_padded_single_forestry_padauk_0.json | 40 +- ...bench_padded_single_forestry_padauk_1.json | 40 +- ...ench_padded_single_forestry_padauk_10.json | 40 +- ...ench_padded_single_forestry_padauk_11.json | 40 +- ...ench_padded_single_forestry_padauk_12.json | 40 +- ...ench_padded_single_forestry_padauk_13.json | 40 +- ...ench_padded_single_forestry_padauk_14.json | 40 +- ...ench_padded_single_forestry_padauk_15.json | 40 +- ...bench_padded_single_forestry_padauk_2.json | 40 +- ...bench_padded_single_forestry_padauk_3.json | 40 +- ...bench_padded_single_forestry_padauk_4.json | 40 +- ...bench_padded_single_forestry_padauk_5.json | 40 +- ...bench_padded_single_forestry_padauk_6.json | 40 +- ...bench_padded_single_forestry_padauk_7.json | 40 +- ...bench_padded_single_forestry_padauk_8.json | 40 +- ...bench_padded_single_forestry_padauk_9.json | 40 +- ...e_bench_padded_single_forestry_palm_0.json | 40 +- ...e_bench_padded_single_forestry_palm_1.json | 40 +- ..._bench_padded_single_forestry_palm_10.json | 40 +- ..._bench_padded_single_forestry_palm_11.json | 40 +- ..._bench_padded_single_forestry_palm_12.json | 40 +- ..._bench_padded_single_forestry_palm_13.json | 40 +- ..._bench_padded_single_forestry_palm_14.json | 40 +- ..._bench_padded_single_forestry_palm_15.json | 40 +- ...e_bench_padded_single_forestry_palm_2.json | 40 +- ...e_bench_padded_single_forestry_palm_3.json | 40 +- ...e_bench_padded_single_forestry_palm_4.json | 40 +- ...e_bench_padded_single_forestry_palm_5.json | 40 +- ...e_bench_padded_single_forestry_palm_6.json | 40 +- ...e_bench_padded_single_forestry_palm_7.json | 40 +- ...e_bench_padded_single_forestry_palm_8.json | 40 +- ...e_bench_padded_single_forestry_palm_9.json | 40 +- ...bench_padded_single_forestry_papaya_0.json | 40 +- ...bench_padded_single_forestry_papaya_1.json | 40 +- ...ench_padded_single_forestry_papaya_10.json | 40 +- ...ench_padded_single_forestry_papaya_11.json | 40 +- ...ench_padded_single_forestry_papaya_12.json | 40 +- ...ench_padded_single_forestry_papaya_13.json | 40 +- ...ench_padded_single_forestry_papaya_14.json | 40 +- ...ench_padded_single_forestry_papaya_15.json | 40 +- ...bench_padded_single_forestry_papaya_2.json | 40 +- ...bench_padded_single_forestry_papaya_3.json | 40 +- ...bench_padded_single_forestry_papaya_4.json | 40 +- ...bench_padded_single_forestry_papaya_5.json | 40 +- ...bench_padded_single_forestry_papaya_6.json | 40 +- ...bench_padded_single_forestry_papaya_7.json | 40 +- ...bench_padded_single_forestry_papaya_8.json | 40 +- ...bench_padded_single_forestry_papaya_9.json | 40 +- ...e_bench_padded_single_forestry_pine_0.json | 40 +- ...e_bench_padded_single_forestry_pine_1.json | 40 +- ..._bench_padded_single_forestry_pine_10.json | 40 +- ..._bench_padded_single_forestry_pine_11.json | 40 +- ..._bench_padded_single_forestry_pine_12.json | 40 +- ..._bench_padded_single_forestry_pine_13.json | 40 +- ..._bench_padded_single_forestry_pine_14.json | 40 +- ..._bench_padded_single_forestry_pine_15.json | 40 +- ...e_bench_padded_single_forestry_pine_2.json | 40 +- ...e_bench_padded_single_forestry_pine_3.json | 40 +- ...e_bench_padded_single_forestry_pine_4.json | 40 +- ...e_bench_padded_single_forestry_pine_5.json | 40 +- ...e_bench_padded_single_forestry_pine_6.json | 40 +- ...e_bench_padded_single_forestry_pine_7.json | 40 +- ...e_bench_padded_single_forestry_pine_8.json | 40 +- ...e_bench_padded_single_forestry_pine_9.json | 40 +- ...e_bench_padded_single_forestry_plum_0.json | 40 +- ...e_bench_padded_single_forestry_plum_1.json | 40 +- ..._bench_padded_single_forestry_plum_10.json | 40 +- ..._bench_padded_single_forestry_plum_11.json | 40 +- ..._bench_padded_single_forestry_plum_12.json | 40 +- ..._bench_padded_single_forestry_plum_13.json | 40 +- ..._bench_padded_single_forestry_plum_14.json | 40 +- ..._bench_padded_single_forestry_plum_15.json | 40 +- ...e_bench_padded_single_forestry_plum_2.json | 40 +- ...e_bench_padded_single_forestry_plum_3.json | 40 +- ...e_bench_padded_single_forestry_plum_4.json | 40 +- ...e_bench_padded_single_forestry_plum_5.json | 40 +- ...e_bench_padded_single_forestry_plum_6.json | 40 +- ...e_bench_padded_single_forestry_plum_7.json | 40 +- ...e_bench_padded_single_forestry_plum_8.json | 40 +- ...e_bench_padded_single_forestry_plum_9.json | 40 +- ...bench_padded_single_forestry_poplar_0.json | 40 +- ...bench_padded_single_forestry_poplar_1.json | 40 +- ...ench_padded_single_forestry_poplar_10.json | 40 +- ...ench_padded_single_forestry_poplar_11.json | 40 +- ...ench_padded_single_forestry_poplar_12.json | 40 +- ...ench_padded_single_forestry_poplar_13.json | 40 +- ...ench_padded_single_forestry_poplar_14.json | 40 +- ...ench_padded_single_forestry_poplar_15.json | 40 +- ...bench_padded_single_forestry_poplar_2.json | 40 +- ...bench_padded_single_forestry_poplar_3.json | 40 +- ...bench_padded_single_forestry_poplar_4.json | 40 +- ...bench_padded_single_forestry_poplar_5.json | 40 +- ...bench_padded_single_forestry_poplar_6.json | 40 +- ...bench_padded_single_forestry_poplar_7.json | 40 +- ...bench_padded_single_forestry_poplar_8.json | 40 +- ...bench_padded_single_forestry_poplar_9.json | 40 +- ...ench_padded_single_forestry_sequoia_0.json | 40 +- ...ench_padded_single_forestry_sequoia_1.json | 40 +- ...nch_padded_single_forestry_sequoia_10.json | 40 +- ...nch_padded_single_forestry_sequoia_11.json | 40 +- ...nch_padded_single_forestry_sequoia_12.json | 40 +- ...nch_padded_single_forestry_sequoia_13.json | 40 +- ...nch_padded_single_forestry_sequoia_14.json | 40 +- ...nch_padded_single_forestry_sequoia_15.json | 40 +- ...ench_padded_single_forestry_sequoia_2.json | 40 +- ...ench_padded_single_forestry_sequoia_3.json | 40 +- ...ench_padded_single_forestry_sequoia_4.json | 40 +- ...ench_padded_single_forestry_sequoia_5.json | 40 +- ...ench_padded_single_forestry_sequoia_6.json | 40 +- ...ench_padded_single_forestry_sequoia_7.json | 40 +- ...ench_padded_single_forestry_sequoia_8.json | 40 +- ...ench_padded_single_forestry_sequoia_9.json | 40 +- ...e_bench_padded_single_forestry_teak_0.json | 40 +- ...e_bench_padded_single_forestry_teak_1.json | 40 +- ..._bench_padded_single_forestry_teak_10.json | 40 +- ..._bench_padded_single_forestry_teak_11.json | 40 +- ..._bench_padded_single_forestry_teak_12.json | 40 +- ..._bench_padded_single_forestry_teak_13.json | 40 +- ..._bench_padded_single_forestry_teak_14.json | 40 +- ..._bench_padded_single_forestry_teak_15.json | 40 +- ...e_bench_padded_single_forestry_teak_2.json | 40 +- ...e_bench_padded_single_forestry_teak_3.json | 40 +- ...e_bench_padded_single_forestry_teak_4.json | 40 +- ...e_bench_padded_single_forestry_teak_5.json | 40 +- ...e_bench_padded_single_forestry_teak_6.json | 40 +- ...e_bench_padded_single_forestry_teak_7.json | 40 +- ...e_bench_padded_single_forestry_teak_8.json | 40 +- ...e_bench_padded_single_forestry_teak_9.json | 40 +- ...bench_padded_single_forestry_walnut_0.json | 40 +- ...bench_padded_single_forestry_walnut_1.json | 40 +- ...ench_padded_single_forestry_walnut_10.json | 40 +- ...ench_padded_single_forestry_walnut_11.json | 40 +- ...ench_padded_single_forestry_walnut_12.json | 40 +- ...ench_padded_single_forestry_walnut_13.json | 40 +- ...ench_padded_single_forestry_walnut_14.json | 40 +- ...ench_padded_single_forestry_walnut_15.json | 40 +- ...bench_padded_single_forestry_walnut_2.json | 40 +- ...bench_padded_single_forestry_walnut_3.json | 40 +- ...bench_padded_single_forestry_walnut_4.json | 40 +- ...bench_padded_single_forestry_walnut_5.json | 40 +- ...bench_padded_single_forestry_walnut_6.json | 40 +- ...bench_padded_single_forestry_walnut_7.json | 40 +- ...bench_padded_single_forestry_walnut_8.json | 40 +- ...bench_padded_single_forestry_walnut_9.json | 40 +- ..._bench_padded_single_forestry_wenge_0.json | 40 +- ..._bench_padded_single_forestry_wenge_1.json | 40 +- ...bench_padded_single_forestry_wenge_10.json | 40 +- ...bench_padded_single_forestry_wenge_11.json | 40 +- ...bench_padded_single_forestry_wenge_12.json | 40 +- ...bench_padded_single_forestry_wenge_13.json | 40 +- ...bench_padded_single_forestry_wenge_14.json | 40 +- ...bench_padded_single_forestry_wenge_15.json | 40 +- ..._bench_padded_single_forestry_wenge_2.json | 40 +- ..._bench_padded_single_forestry_wenge_3.json | 40 +- ..._bench_padded_single_forestry_wenge_4.json | 40 +- ..._bench_padded_single_forestry_wenge_5.json | 40 +- ..._bench_padded_single_forestry_wenge_6.json | 40 +- ..._bench_padded_single_forestry_wenge_7.json | 40 +- ..._bench_padded_single_forestry_wenge_8.json | 40 +- ..._bench_padded_single_forestry_wenge_9.json | 40 +- ...bench_padded_single_forestry_willow_0.json | 40 +- ...bench_padded_single_forestry_willow_1.json | 40 +- ...ench_padded_single_forestry_willow_10.json | 40 +- ...ench_padded_single_forestry_willow_11.json | 40 +- ...ench_padded_single_forestry_willow_12.json | 40 +- ...ench_padded_single_forestry_willow_13.json | 40 +- ...ench_padded_single_forestry_willow_14.json | 40 +- ...ench_padded_single_forestry_willow_15.json | 40 +- ...bench_padded_single_forestry_willow_2.json | 40 +- ...bench_padded_single_forestry_willow_3.json | 40 +- ...bench_padded_single_forestry_willow_4.json | 40 +- ...bench_padded_single_forestry_willow_5.json | 40 +- ...bench_padded_single_forestry_willow_6.json | 40 +- ...bench_padded_single_forestry_willow_7.json | 40 +- ...bench_padded_single_forestry_willow_8.json | 40 +- ...bench_padded_single_forestry_willow_9.json | 40 +- ...ch_padded_single_forestry_zebrawood_0.json | 40 +- ...ch_padded_single_forestry_zebrawood_1.json | 40 +- ...h_padded_single_forestry_zebrawood_10.json | 40 +- ...h_padded_single_forestry_zebrawood_11.json | 40 +- ...h_padded_single_forestry_zebrawood_12.json | 40 +- ...h_padded_single_forestry_zebrawood_13.json | 40 +- ...h_padded_single_forestry_zebrawood_14.json | 40 +- ...h_padded_single_forestry_zebrawood_15.json | 40 +- ...ch_padded_single_forestry_zebrawood_2.json | 40 +- ...ch_padded_single_forestry_zebrawood_3.json | 40 +- ...ch_padded_single_forestry_zebrawood_4.json | 40 +- ...ch_padded_single_forestry_zebrawood_5.json | 40 +- ...ch_padded_single_forestry_zebrawood_6.json | 40 +- ...ch_padded_single_forestry_zebrawood_7.json | 40 +- ...ch_padded_single_forestry_zebrawood_8.json | 40 +- ...ch_padded_single_forestry_zebrawood_9.json | 40 +- ...e_immersiveengineering_treated_wood_0.json | 40 +- ...e_immersiveengineering_treated_wood_1.json | 40 +- ..._immersiveengineering_treated_wood_10.json | 40 +- ..._immersiveengineering_treated_wood_11.json | 40 +- ..._immersiveengineering_treated_wood_12.json | 40 +- ..._immersiveengineering_treated_wood_13.json | 40 +- ..._immersiveengineering_treated_wood_14.json | 40 +- ..._immersiveengineering_treated_wood_15.json | 40 +- ...e_immersiveengineering_treated_wood_2.json | 40 +- ...e_immersiveengineering_treated_wood_3.json | 40 +- ...e_immersiveengineering_treated_wood_4.json | 40 +- ...e_immersiveengineering_treated_wood_5.json | 40 +- ...e_immersiveengineering_treated_wood_6.json | 40 +- ...e_immersiveengineering_treated_wood_7.json | 40 +- ...e_immersiveengineering_treated_wood_8.json | 40 +- ...e_immersiveengineering_treated_wood_9.json | 40 +- ..._ironage_bench_padded_single_jungle_0.json | 28 +- ..._ironage_bench_padded_single_jungle_1.json | 28 +- ...ironage_bench_padded_single_jungle_10.json | 28 +- ...ironage_bench_padded_single_jungle_11.json | 28 +- ...ironage_bench_padded_single_jungle_12.json | 28 +- ...ironage_bench_padded_single_jungle_13.json | 28 +- ...ironage_bench_padded_single_jungle_14.json | 28 +- ...ironage_bench_padded_single_jungle_15.json | 28 +- ..._ironage_bench_padded_single_jungle_2.json | 28 +- ..._ironage_bench_padded_single_jungle_3.json | 28 +- ..._ironage_bench_padded_single_jungle_4.json | 28 +- ..._ironage_bench_padded_single_jungle_5.json | 28 +- ..._ironage_bench_padded_single_jungle_6.json | 28 +- ..._ironage_bench_padded_single_jungle_7.json | 28 +- ..._ironage_bench_padded_single_jungle_8.json | 28 +- ..._ironage_bench_padded_single_jungle_9.json | 28 +- ...bench_padded_single_natura_amaranth_0.json | 40 +- ...bench_padded_single_natura_amaranth_1.json | 40 +- ...ench_padded_single_natura_amaranth_10.json | 40 +- ...ench_padded_single_natura_amaranth_11.json | 40 +- ...ench_padded_single_natura_amaranth_12.json | 40 +- ...ench_padded_single_natura_amaranth_13.json | 40 +- ...ench_padded_single_natura_amaranth_14.json | 40 +- ...ench_padded_single_natura_amaranth_15.json | 40 +- ...bench_padded_single_natura_amaranth_2.json | 40 +- ...bench_padded_single_natura_amaranth_3.json | 40 +- ...bench_padded_single_natura_amaranth_4.json | 40 +- ...bench_padded_single_natura_amaranth_5.json | 40 +- ...bench_padded_single_natura_amaranth_6.json | 40 +- ...bench_padded_single_natura_amaranth_7.json | 40 +- ...bench_padded_single_natura_amaranth_8.json | 40 +- ...bench_padded_single_natura_amaranth_9.json | 40 +- ...ench_padded_single_natura_bloodwood_0.json | 40 +- ...ench_padded_single_natura_bloodwood_1.json | 40 +- ...nch_padded_single_natura_bloodwood_10.json | 40 +- ...nch_padded_single_natura_bloodwood_11.json | 40 +- ...nch_padded_single_natura_bloodwood_12.json | 40 +- ...nch_padded_single_natura_bloodwood_13.json | 40 +- ...nch_padded_single_natura_bloodwood_14.json | 40 +- ...nch_padded_single_natura_bloodwood_15.json | 40 +- ...ench_padded_single_natura_bloodwood_2.json | 40 +- ...ench_padded_single_natura_bloodwood_3.json | 40 +- ...ench_padded_single_natura_bloodwood_4.json | 40 +- ...ench_padded_single_natura_bloodwood_5.json | 40 +- ...ench_padded_single_natura_bloodwood_6.json | 40 +- ...ench_padded_single_natura_bloodwood_7.json | 40 +- ...ench_padded_single_natura_bloodwood_8.json | 40 +- ...ench_padded_single_natura_bloodwood_9.json | 40 +- ...bench_padded_single_natura_darkwood_0.json | 40 +- ...bench_padded_single_natura_darkwood_1.json | 40 +- ...ench_padded_single_natura_darkwood_10.json | 40 +- ...ench_padded_single_natura_darkwood_11.json | 40 +- ...ench_padded_single_natura_darkwood_12.json | 40 +- ...ench_padded_single_natura_darkwood_13.json | 40 +- ...ench_padded_single_natura_darkwood_14.json | 40 +- ...ench_padded_single_natura_darkwood_15.json | 40 +- ...bench_padded_single_natura_darkwood_2.json | 40 +- ...bench_padded_single_natura_darkwood_3.json | 40 +- ...bench_padded_single_natura_darkwood_4.json | 40 +- ...bench_padded_single_natura_darkwood_5.json | 40 +- ...bench_padded_single_natura_darkwood_6.json | 40 +- ...bench_padded_single_natura_darkwood_7.json | 40 +- ...bench_padded_single_natura_darkwood_8.json | 40 +- ...bench_padded_single_natura_darkwood_9.json | 40 +- ...nch_padded_single_natura_eucalyptus_0.json | 40 +- ...nch_padded_single_natura_eucalyptus_1.json | 40 +- ...ch_padded_single_natura_eucalyptus_10.json | 40 +- ...ch_padded_single_natura_eucalyptus_11.json | 40 +- ...ch_padded_single_natura_eucalyptus_12.json | 40 +- ...ch_padded_single_natura_eucalyptus_13.json | 40 +- ...ch_padded_single_natura_eucalyptus_14.json | 40 +- ...ch_padded_single_natura_eucalyptus_15.json | 40 +- ...nch_padded_single_natura_eucalyptus_2.json | 40 +- ...nch_padded_single_natura_eucalyptus_3.json | 40 +- ...nch_padded_single_natura_eucalyptus_4.json | 40 +- ...nch_padded_single_natura_eucalyptus_5.json | 40 +- ...nch_padded_single_natura_eucalyptus_6.json | 40 +- ...nch_padded_single_natura_eucalyptus_7.json | 40 +- ...nch_padded_single_natura_eucalyptus_8.json | 40 +- ...nch_padded_single_natura_eucalyptus_9.json | 40 +- ...bench_padded_single_natura_fusewood_0.json | 40 +- ...bench_padded_single_natura_fusewood_1.json | 40 +- ...ench_padded_single_natura_fusewood_10.json | 40 +- ...ench_padded_single_natura_fusewood_11.json | 40 +- ...ench_padded_single_natura_fusewood_12.json | 40 +- ...ench_padded_single_natura_fusewood_13.json | 40 +- ...ench_padded_single_natura_fusewood_14.json | 40 +- ...ench_padded_single_natura_fusewood_15.json | 40 +- ...bench_padded_single_natura_fusewood_2.json | 40 +- ...bench_padded_single_natura_fusewood_3.json | 40 +- ...bench_padded_single_natura_fusewood_4.json | 40 +- ...bench_padded_single_natura_fusewood_5.json | 40 +- ...bench_padded_single_natura_fusewood_6.json | 40 +- ...bench_padded_single_natura_fusewood_7.json | 40 +- ...bench_padded_single_natura_fusewood_8.json | 40 +- ...bench_padded_single_natura_fusewood_9.json | 40 +- ...ench_padded_single_natura_ghostwood_0.json | 40 +- ...ench_padded_single_natura_ghostwood_1.json | 40 +- ...nch_padded_single_natura_ghostwood_10.json | 40 +- ...nch_padded_single_natura_ghostwood_11.json | 40 +- ...nch_padded_single_natura_ghostwood_12.json | 40 +- ...nch_padded_single_natura_ghostwood_13.json | 40 +- ...nch_padded_single_natura_ghostwood_14.json | 40 +- ...nch_padded_single_natura_ghostwood_15.json | 40 +- ...ench_padded_single_natura_ghostwood_2.json | 40 +- ...ench_padded_single_natura_ghostwood_3.json | 40 +- ...ench_padded_single_natura_ghostwood_4.json | 40 +- ...ench_padded_single_natura_ghostwood_5.json | 40 +- ...ench_padded_single_natura_ghostwood_6.json | 40 +- ...ench_padded_single_natura_ghostwood_7.json | 40 +- ...ench_padded_single_natura_ghostwood_8.json | 40 +- ...ench_padded_single_natura_ghostwood_9.json | 40 +- ..._bench_padded_single_natura_hopseed_0.json | 40 +- ..._bench_padded_single_natura_hopseed_1.json | 40 +- ...bench_padded_single_natura_hopseed_10.json | 40 +- ...bench_padded_single_natura_hopseed_11.json | 40 +- ...bench_padded_single_natura_hopseed_12.json | 40 +- ...bench_padded_single_natura_hopseed_13.json | 40 +- ...bench_padded_single_natura_hopseed_14.json | 40 +- ...bench_padded_single_natura_hopseed_15.json | 40 +- ..._bench_padded_single_natura_hopseed_2.json | 40 +- ..._bench_padded_single_natura_hopseed_3.json | 40 +- ..._bench_padded_single_natura_hopseed_4.json | 40 +- ..._bench_padded_single_natura_hopseed_5.json | 40 +- ..._bench_padded_single_natura_hopseed_6.json | 40 +- ..._bench_padded_single_natura_hopseed_7.json | 40 +- ..._bench_padded_single_natura_hopseed_8.json | 40 +- ..._bench_padded_single_natura_hopseed_9.json | 40 +- ...ge_bench_padded_single_natura_maple_0.json | 40 +- ...ge_bench_padded_single_natura_maple_1.json | 40 +- ...e_bench_padded_single_natura_maple_10.json | 40 +- ...e_bench_padded_single_natura_maple_11.json | 40 +- ...e_bench_padded_single_natura_maple_12.json | 40 +- ...e_bench_padded_single_natura_maple_13.json | 40 +- ...e_bench_padded_single_natura_maple_14.json | 40 +- ...e_bench_padded_single_natura_maple_15.json | 40 +- ...ge_bench_padded_single_natura_maple_2.json | 40 +- ...ge_bench_padded_single_natura_maple_3.json | 40 +- ...ge_bench_padded_single_natura_maple_4.json | 40 +- ...ge_bench_padded_single_natura_maple_5.json | 40 +- ...ge_bench_padded_single_natura_maple_6.json | 40 +- ...ge_bench_padded_single_natura_maple_7.json | 40 +- ...ge_bench_padded_single_natura_maple_8.json | 40 +- ...ge_bench_padded_single_natura_maple_9.json | 40 +- ...e_bench_padded_single_natura_sakura_0.json | 40 +- ...e_bench_padded_single_natura_sakura_1.json | 40 +- ..._bench_padded_single_natura_sakura_10.json | 40 +- ..._bench_padded_single_natura_sakura_11.json | 40 +- ..._bench_padded_single_natura_sakura_12.json | 40 +- ..._bench_padded_single_natura_sakura_13.json | 40 +- ..._bench_padded_single_natura_sakura_14.json | 40 +- ..._bench_padded_single_natura_sakura_15.json | 40 +- ...e_bench_padded_single_natura_sakura_2.json | 40 +- ...e_bench_padded_single_natura_sakura_3.json | 40 +- ...e_bench_padded_single_natura_sakura_4.json | 40 +- ...e_bench_padded_single_natura_sakura_5.json | 40 +- ...e_bench_padded_single_natura_sakura_6.json | 40 +- ...e_bench_padded_single_natura_sakura_7.json | 40 +- ...e_bench_padded_single_natura_sakura_8.json | 40 +- ...e_bench_padded_single_natura_sakura_9.json | 40 +- ...nch_padded_single_natura_silverbell_0.json | 40 +- ...nch_padded_single_natura_silverbell_1.json | 40 +- ...ch_padded_single_natura_silverbell_10.json | 40 +- ...ch_padded_single_natura_silverbell_11.json | 40 +- ...ch_padded_single_natura_silverbell_12.json | 40 +- ...ch_padded_single_natura_silverbell_13.json | 40 +- ...ch_padded_single_natura_silverbell_14.json | 40 +- ...ch_padded_single_natura_silverbell_15.json | 40 +- ...nch_padded_single_natura_silverbell_2.json | 40 +- ...nch_padded_single_natura_silverbell_3.json | 40 +- ...nch_padded_single_natura_silverbell_4.json | 40 +- ...nch_padded_single_natura_silverbell_5.json | 40 +- ...nch_padded_single_natura_silverbell_6.json | 40 +- ...nch_padded_single_natura_silverbell_7.json | 40 +- ...nch_padded_single_natura_silverbell_8.json | 40 +- ...nch_padded_single_natura_silverbell_9.json | 40 +- ...ge_bench_padded_single_natura_tiger_0.json | 40 +- ...ge_bench_padded_single_natura_tiger_1.json | 40 +- ...e_bench_padded_single_natura_tiger_10.json | 40 +- ...e_bench_padded_single_natura_tiger_11.json | 40 +- ...e_bench_padded_single_natura_tiger_12.json | 40 +- ...e_bench_padded_single_natura_tiger_13.json | 40 +- ...e_bench_padded_single_natura_tiger_14.json | 40 +- ...e_bench_padded_single_natura_tiger_15.json | 40 +- ...ge_bench_padded_single_natura_tiger_2.json | 40 +- ...ge_bench_padded_single_natura_tiger_3.json | 40 +- ...ge_bench_padded_single_natura_tiger_4.json | 40 +- ...ge_bench_padded_single_natura_tiger_5.json | 40 +- ...ge_bench_padded_single_natura_tiger_6.json | 40 +- ...ge_bench_padded_single_natura_tiger_7.json | 40 +- ...ge_bench_padded_single_natura_tiger_8.json | 40 +- ...ge_bench_padded_single_natura_tiger_9.json | 40 +- ...e_bench_padded_single_natura_willow_0.json | 40 +- ...e_bench_padded_single_natura_willow_1.json | 40 +- ..._bench_padded_single_natura_willow_10.json | 40 +- ..._bench_padded_single_natura_willow_11.json | 40 +- ..._bench_padded_single_natura_willow_12.json | 40 +- ..._bench_padded_single_natura_willow_13.json | 40 +- ..._bench_padded_single_natura_willow_14.json | 40 +- ..._bench_padded_single_natura_willow_15.json | 40 +- ...e_bench_padded_single_natura_willow_2.json | 40 +- ...e_bench_padded_single_natura_willow_3.json | 40 +- ...e_bench_padded_single_natura_willow_4.json | 40 +- ...e_bench_padded_single_natura_willow_5.json | 40 +- ...e_bench_padded_single_natura_willow_6.json | 40 +- ...e_bench_padded_single_natura_willow_7.json | 40 +- ...e_bench_padded_single_natura_willow_8.json | 40 +- ...e_bench_padded_single_natura_willow_9.json | 40 +- ...ood_ironage_bench_padded_single_oak_0.json | 28 +- ...ood_ironage_bench_padded_single_oak_1.json | 28 +- ...od_ironage_bench_padded_single_oak_10.json | 28 +- ...od_ironage_bench_padded_single_oak_11.json | 28 +- ...od_ironage_bench_padded_single_oak_12.json | 28 +- ...od_ironage_bench_padded_single_oak_13.json | 28 +- ...od_ironage_bench_padded_single_oak_14.json | 28 +- ...od_ironage_bench_padded_single_oak_15.json | 28 +- ...ood_ironage_bench_padded_single_oak_2.json | 28 +- ...ood_ironage_bench_padded_single_oak_3.json | 28 +- ...ood_ironage_bench_padded_single_oak_4.json | 28 +- ...ood_ironage_bench_padded_single_oak_5.json | 28 +- ...ood_ironage_bench_padded_single_oak_6.json | 28 +- ...ood_ironage_bench_padded_single_oak_7.json | 28 +- ...ood_ironage_bench_padded_single_oak_8.json | 28 +- ...ood_ironage_bench_padded_single_oak_9.json | 28 +- ..._ironage_bench_padded_single_spruce_0.json | 28 +- ..._ironage_bench_padded_single_spruce_1.json | 28 +- ...ironage_bench_padded_single_spruce_10.json | 28 +- ...ironage_bench_padded_single_spruce_11.json | 28 +- ...ironage_bench_padded_single_spruce_12.json | 28 +- ...ironage_bench_padded_single_spruce_13.json | 28 +- ...ironage_bench_padded_single_spruce_14.json | 28 +- ...ironage_bench_padded_single_spruce_15.json | 28 +- ..._ironage_bench_padded_single_spruce_2.json | 28 +- ..._ironage_bench_padded_single_spruce_3.json | 28 +- ..._ironage_bench_padded_single_spruce_4.json | 28 +- ..._ironage_bench_padded_single_spruce_5.json | 28 +- ..._ironage_bench_padded_single_spruce_6.json | 28 +- ..._ironage_bench_padded_single_spruce_7.json | 28 +- ..._ironage_bench_padded_single_spruce_8.json | 28 +- ..._ironage_bench_padded_single_spruce_9.json | 28 +- ...hair_wood_ironage_bench_single_acacia.json | 40 +- ...air_wood_ironage_bench_single_big_oak.json | 40 +- ...age_bench_single_biomesoplenty_cherry.json | 52 +- ...nage_bench_single_biomesoplenty_ebony.json | 52 +- ...e_bench_single_biomesoplenty_ethereal.json | 52 +- ...bench_single_biomesoplenty_eucalyptus.json | 52 +- ...ronage_bench_single_biomesoplenty_fir.json | 52 +- ...e_bench_single_biomesoplenty_hellbark.json | 52 +- ..._bench_single_biomesoplenty_jacaranda.json | 52 +- ...nage_bench_single_biomesoplenty_magic.json | 52 +- ...e_bench_single_biomesoplenty_mahogany.json | 52 +- ...e_bench_single_biomesoplenty_mangrove.json | 52 +- ...onage_bench_single_biomesoplenty_palm.json | 52 +- ...onage_bench_single_biomesoplenty_pine.json | 52 +- ...ge_bench_single_biomesoplenty_redwood.json | 52 +- ...bench_single_biomesoplenty_sacred_oak.json | 52 +- ...age_bench_single_biomesoplenty_umbran.json | 52 +- ...age_bench_single_biomesoplenty_willow.json | 52 +- ...chair_wood_ironage_bench_single_birch.json | 40 +- ..._ironage_bench_single_forestry_acacia.json | 52 +- ...d_ironage_bench_single_forestry_balsa.json | 52 +- ..._ironage_bench_single_forestry_baobab.json | 52 +- ..._ironage_bench_single_forestry_cherry.json | 52 +- ...ronage_bench_single_forestry_chestnut.json | 52 +- ..._ironage_bench_single_forestry_citrus.json | 52 +- ...ronage_bench_single_forestry_cocobolo.json | 52 +- ...d_ironage_bench_single_forestry_ebony.json | 52 +- ...onage_bench_single_forestry_giganteum.json | 52 +- ...nage_bench_single_forestry_greenheart.json | 52 +- ...ood_ironage_bench_single_forestry_ipe.json | 52 +- ...d_ironage_bench_single_forestry_kapok.json | 52 +- ...d_ironage_bench_single_forestry_larch.json | 52 +- ...od_ironage_bench_single_forestry_lime.json | 52 +- ...d_ironage_bench_single_forestry_mahoe.json | 52 +- ...ronage_bench_single_forestry_mahogany.json | 52 +- ...d_ironage_bench_single_forestry_maple.json | 52 +- ..._ironage_bench_single_forestry_padauk.json | 52 +- ...od_ironage_bench_single_forestry_palm.json | 52 +- ..._ironage_bench_single_forestry_papaya.json | 52 +- ...od_ironage_bench_single_forestry_pine.json | 52 +- ...od_ironage_bench_single_forestry_plum.json | 52 +- ..._ironage_bench_single_forestry_poplar.json | 52 +- ...ironage_bench_single_forestry_sequoia.json | 52 +- ...od_ironage_bench_single_forestry_teak.json | 52 +- ..._ironage_bench_single_forestry_walnut.json | 52 +- ...d_ironage_bench_single_forestry_wenge.json | 52 +- ..._ironage_bench_single_forestry_willow.json | 52 +- ...onage_bench_single_forestry_zebrawood.json | 52 +- ...gle_immersiveengineering_treated_wood.json | 52 +- ...e_immersiveengineering_treated_wood_1.json | 52 +- ...e_immersiveengineering_treated_wood_2.json | 52 +- ...hair_wood_ironage_bench_single_jungle.json | 40 +- ..._ironage_bench_single_natura_amaranth.json | 52 +- ...ironage_bench_single_natura_bloodwood.json | 52 +- ..._ironage_bench_single_natura_darkwood.json | 52 +- ...ronage_bench_single_natura_eucalyptus.json | 52 +- ..._ironage_bench_single_natura_fusewood.json | 52 +- ...ironage_bench_single_natura_ghostwood.json | 52 +- ...d_ironage_bench_single_natura_hopseed.json | 52 +- ...ood_ironage_bench_single_natura_maple.json | 52 +- ...od_ironage_bench_single_natura_sakura.json | 52 +- ...ronage_bench_single_natura_silverbell.json | 52 +- ...ood_ironage_bench_single_natura_tiger.json | 52 +- ...od_ironage_bench_single_natura_willow.json | 52 +- .../chair_wood_ironage_bench_single_oak.json | 40 +- ...hair_wood_ironage_bench_single_spruce.json | 40 +- .../chair_wood_ironage_classic_acacia.json | 42 +- .../chair_wood_ironage_classic_big_oak.json | 42 +- ..._ironage_classic_biomesoplenty_cherry.json | 54 +- ...d_ironage_classic_biomesoplenty_ebony.json | 54 +- ...ronage_classic_biomesoplenty_ethereal.json | 54 +- ...nage_classic_biomesoplenty_eucalyptus.json | 54 +- ...ood_ironage_classic_biomesoplenty_fir.json | 54 +- ...ronage_classic_biomesoplenty_hellbark.json | 54 +- ...onage_classic_biomesoplenty_jacaranda.json | 54 +- ...d_ironage_classic_biomesoplenty_magic.json | 54 +- ...ronage_classic_biomesoplenty_mahogany.json | 54 +- ...ronage_classic_biomesoplenty_mangrove.json | 54 +- ...od_ironage_classic_biomesoplenty_palm.json | 54 +- ...od_ironage_classic_biomesoplenty_pine.json | 54 +- ...ironage_classic_biomesoplenty_redwood.json | 54 +- ...nage_classic_biomesoplenty_sacred_oak.json | 54 +- ..._ironage_classic_biomesoplenty_umbran.json | 54 +- ..._ironage_classic_biomesoplenty_willow.json | 54 +- .../chair_wood_ironage_classic_birch.json | 42 +- ..._wood_ironage_classic_forestry_acacia.json | 54 +- ...r_wood_ironage_classic_forestry_balsa.json | 54 +- ..._wood_ironage_classic_forestry_baobab.json | 54 +- ..._wood_ironage_classic_forestry_cherry.json | 54 +- ...ood_ironage_classic_forestry_chestnut.json | 54 +- ..._wood_ironage_classic_forestry_citrus.json | 54 +- ...ood_ironage_classic_forestry_cocobolo.json | 54 +- ...r_wood_ironage_classic_forestry_ebony.json | 54 +- ...od_ironage_classic_forestry_giganteum.json | 54 +- ...d_ironage_classic_forestry_greenheart.json | 54 +- ...air_wood_ironage_classic_forestry_ipe.json | 54 +- ...r_wood_ironage_classic_forestry_kapok.json | 54 +- ...r_wood_ironage_classic_forestry_larch.json | 54 +- ...ir_wood_ironage_classic_forestry_lime.json | 54 +- ...r_wood_ironage_classic_forestry_mahoe.json | 54 +- ...ood_ironage_classic_forestry_mahogany.json | 54 +- ...r_wood_ironage_classic_forestry_maple.json | 54 +- ..._wood_ironage_classic_forestry_padauk.json | 54 +- ...ir_wood_ironage_classic_forestry_palm.json | 54 +- ..._wood_ironage_classic_forestry_papaya.json | 54 +- ...ir_wood_ironage_classic_forestry_pine.json | 54 +- ...ir_wood_ironage_classic_forestry_plum.json | 54 +- ..._wood_ironage_classic_forestry_poplar.json | 54 +- ...wood_ironage_classic_forestry_sequoia.json | 54 +- ...ir_wood_ironage_classic_forestry_teak.json | 54 +- ..._wood_ironage_classic_forestry_walnut.json | 54 +- ...r_wood_ironage_classic_forestry_wenge.json | 54 +- ..._wood_ironage_classic_forestry_willow.json | 54 +- ...od_ironage_classic_forestry_zebrawood.json | 54 +- ...sic_immersiveengineering_treated_wood.json | 54 +- ...c_immersiveengineering_treated_wood_1.json | 54 +- ...c_immersiveengineering_treated_wood_2.json | 54 +- .../chair_wood_ironage_classic_jungle.json | 42 +- ..._wood_ironage_classic_natura_amaranth.json | 54 +- ...wood_ironage_classic_natura_bloodwood.json | 54 +- ..._wood_ironage_classic_natura_darkwood.json | 54 +- ...ood_ironage_classic_natura_eucalyptus.json | 54 +- ..._wood_ironage_classic_natura_fusewood.json | 54 +- ...wood_ironage_classic_natura_ghostwood.json | 54 +- ...r_wood_ironage_classic_natura_hopseed.json | 54 +- ...air_wood_ironage_classic_natura_maple.json | 54 +- ...ir_wood_ironage_classic_natura_sakura.json | 54 +- ...ood_ironage_classic_natura_silverbell.json | 54 +- ...air_wood_ironage_classic_natura_tiger.json | 54 +- ...ir_wood_ironage_classic_natura_willow.json | 54 +- .../chair_wood_ironage_classic_oak.json | 42 +- .../chair_wood_ironage_classic_spruce.json | 42 +- .../chair_wood_ironage_shield_acacia.json | 26 +- .../chair_wood_ironage_shield_big_oak.json | 26 +- ...d_ironage_shield_biomesoplenty_cherry.json | 38 +- ...od_ironage_shield_biomesoplenty_ebony.json | 38 +- ...ironage_shield_biomesoplenty_ethereal.json | 38 +- ...onage_shield_biomesoplenty_eucalyptus.json | 38 +- ...wood_ironage_shield_biomesoplenty_fir.json | 38 +- ...ironage_shield_biomesoplenty_hellbark.json | 38 +- ...ronage_shield_biomesoplenty_jacaranda.json | 38 +- ...od_ironage_shield_biomesoplenty_magic.json | 38 +- ...ironage_shield_biomesoplenty_mahogany.json | 38 +- ...ironage_shield_biomesoplenty_mangrove.json | 38 +- ...ood_ironage_shield_biomesoplenty_palm.json | 38 +- ...ood_ironage_shield_biomesoplenty_pine.json | 38 +- ..._ironage_shield_biomesoplenty_redwood.json | 38 +- ...onage_shield_biomesoplenty_sacred_oak.json | 38 +- ...d_ironage_shield_biomesoplenty_umbran.json | 38 +- ...d_ironage_shield_biomesoplenty_willow.json | 38 +- .../chair_wood_ironage_shield_birch.json | 26 +- ...r_wood_ironage_shield_forestry_acacia.json | 38 +- ...ir_wood_ironage_shield_forestry_balsa.json | 38 +- ...r_wood_ironage_shield_forestry_baobab.json | 38 +- ...r_wood_ironage_shield_forestry_cherry.json | 38 +- ...wood_ironage_shield_forestry_chestnut.json | 38 +- ...r_wood_ironage_shield_forestry_citrus.json | 38 +- ...wood_ironage_shield_forestry_cocobolo.json | 38 +- ...ir_wood_ironage_shield_forestry_ebony.json | 38 +- ...ood_ironage_shield_forestry_giganteum.json | 38 +- ...od_ironage_shield_forestry_greenheart.json | 38 +- ...hair_wood_ironage_shield_forestry_ipe.json | 38 +- ...ir_wood_ironage_shield_forestry_kapok.json | 38 +- ...ir_wood_ironage_shield_forestry_larch.json | 38 +- ...air_wood_ironage_shield_forestry_lime.json | 38 +- ...ir_wood_ironage_shield_forestry_mahoe.json | 38 +- ...wood_ironage_shield_forestry_mahogany.json | 38 +- ...ir_wood_ironage_shield_forestry_maple.json | 38 +- ...r_wood_ironage_shield_forestry_padauk.json | 38 +- ...air_wood_ironage_shield_forestry_palm.json | 38 +- ...r_wood_ironage_shield_forestry_papaya.json | 38 +- ...air_wood_ironage_shield_forestry_pine.json | 38 +- ...air_wood_ironage_shield_forestry_plum.json | 38 +- ...r_wood_ironage_shield_forestry_poplar.json | 38 +- ..._wood_ironage_shield_forestry_sequoia.json | 38 +- ...air_wood_ironage_shield_forestry_teak.json | 38 +- ...r_wood_ironage_shield_forestry_walnut.json | 38 +- ...ir_wood_ironage_shield_forestry_wenge.json | 38 +- ...r_wood_ironage_shield_forestry_willow.json | 38 +- ...ood_ironage_shield_forestry_zebrawood.json | 38 +- ...eld_immersiveengineering_treated_wood.json | 38 +- .../chair_wood_ironage_shield_jungle.json | 26 +- ...r_wood_ironage_shield_natura_amaranth.json | 38 +- ..._wood_ironage_shield_natura_bloodwood.json | 38 +- ...r_wood_ironage_shield_natura_darkwood.json | 38 +- ...wood_ironage_shield_natura_eucalyptus.json | 38 +- ...r_wood_ironage_shield_natura_fusewood.json | 38 +- ..._wood_ironage_shield_natura_ghostwood.json | 38 +- ...ir_wood_ironage_shield_natura_hopseed.json | 38 +- ...hair_wood_ironage_shield_natura_maple.json | 38 +- ...air_wood_ironage_shield_natura_sakura.json | 38 +- ...wood_ironage_shield_natura_silverbell.json | 38 +- ...hair_wood_ironage_shield_natura_tiger.json | 38 +- ...air_wood_ironage_shield_natura_willow.json | 38 +- .../chair_wood_ironage_shield_oak.json | 26 +- .../chair_wood_ironage_shield_spruce.json | 26 +- ...chair_wood_ironage_stool_short_acacia.json | 40 +- ...hair_wood_ironage_stool_short_big_oak.json | 40 +- ...nage_stool_short_biomesoplenty_cherry.json | 52 +- ...onage_stool_short_biomesoplenty_ebony.json | 52 +- ...ge_stool_short_biomesoplenty_ethereal.json | 52 +- ..._stool_short_biomesoplenty_eucalyptus.json | 52 +- ...ironage_stool_short_biomesoplenty_fir.json | 52 +- ...ge_stool_short_biomesoplenty_hellbark.json | 52 +- ...e_stool_short_biomesoplenty_jacaranda.json | 52 +- ...onage_stool_short_biomesoplenty_magic.json | 52 +- ...ge_stool_short_biomesoplenty_mahogany.json | 52 +- ...ge_stool_short_biomesoplenty_mangrove.json | 52 +- ...ronage_stool_short_biomesoplenty_palm.json | 52 +- ...ronage_stool_short_biomesoplenty_pine.json | 52 +- ...age_stool_short_biomesoplenty_redwood.json | 52 +- ..._stool_short_biomesoplenty_sacred_oak.json | 52 +- ...nage_stool_short_biomesoplenty_umbran.json | 52 +- ...nage_stool_short_biomesoplenty_willow.json | 52 +- .../chair_wood_ironage_stool_short_birch.json | 40 +- ...d_ironage_stool_short_forestry_acacia.json | 52 +- ...od_ironage_stool_short_forestry_balsa.json | 52 +- ...d_ironage_stool_short_forestry_baobab.json | 52 +- ...d_ironage_stool_short_forestry_cherry.json | 52 +- ...ironage_stool_short_forestry_chestnut.json | 52 +- ...d_ironage_stool_short_forestry_citrus.json | 52 +- ...ironage_stool_short_forestry_cocobolo.json | 52 +- ...od_ironage_stool_short_forestry_ebony.json | 52 +- ...ronage_stool_short_forestry_giganteum.json | 52 +- ...onage_stool_short_forestry_greenheart.json | 52 +- ...wood_ironage_stool_short_forestry_ipe.json | 52 +- ...od_ironage_stool_short_forestry_kapok.json | 52 +- ...od_ironage_stool_short_forestry_larch.json | 52 +- ...ood_ironage_stool_short_forestry_lime.json | 52 +- ...od_ironage_stool_short_forestry_mahoe.json | 52 +- ...ironage_stool_short_forestry_mahogany.json | 52 +- ...od_ironage_stool_short_forestry_maple.json | 52 +- ...d_ironage_stool_short_forestry_padauk.json | 52 +- ...ood_ironage_stool_short_forestry_palm.json | 52 +- ...d_ironage_stool_short_forestry_papaya.json | 52 +- ...ood_ironage_stool_short_forestry_pine.json | 52 +- ...ood_ironage_stool_short_forestry_plum.json | 52 +- ...d_ironage_stool_short_forestry_poplar.json | 52 +- ..._ironage_stool_short_forestry_sequoia.json | 52 +- ...ood_ironage_stool_short_forestry_teak.json | 52 +- ...d_ironage_stool_short_forestry_walnut.json | 52 +- ...od_ironage_stool_short_forestry_wenge.json | 52 +- ...d_ironage_stool_short_forestry_willow.json | 52 +- ...ronage_stool_short_forestry_zebrawood.json | 52 +- ...ort_immersiveengineering_treated_wood.json | 52 +- ...t_immersiveengineering_treated_wood_1.json | 52 +- ...t_immersiveengineering_treated_wood_2.json | 52 +- ...chair_wood_ironage_stool_short_jungle.json | 40 +- ...d_ironage_stool_short_natura_amaranth.json | 52 +- ..._ironage_stool_short_natura_bloodwood.json | 52 +- ...d_ironage_stool_short_natura_darkwood.json | 52 +- ...ironage_stool_short_natura_eucalyptus.json | 52 +- ...d_ironage_stool_short_natura_fusewood.json | 52 +- ..._ironage_stool_short_natura_ghostwood.json | 52 +- ...od_ironage_stool_short_natura_hopseed.json | 52 +- ...wood_ironage_stool_short_natura_maple.json | 52 +- ...ood_ironage_stool_short_natura_sakura.json | 52 +- ...ironage_stool_short_natura_silverbell.json | 52 +- ...wood_ironage_stool_short_natura_tiger.json | 52 +- ...ood_ironage_stool_short_natura_willow.json | 52 +- .../chair_wood_ironage_stool_short_oak.json | 40 +- ...chair_wood_ironage_stool_short_spruce.json | 40 +- .../chair_wood_ironage_stool_tall_acacia.json | 42 +- ...chair_wood_ironage_stool_tall_big_oak.json | 42 +- ...onage_stool_tall_biomesoplenty_cherry.json | 54 +- ...ronage_stool_tall_biomesoplenty_ebony.json | 54 +- ...age_stool_tall_biomesoplenty_ethereal.json | 54 +- ...e_stool_tall_biomesoplenty_eucalyptus.json | 54 +- ..._ironage_stool_tall_biomesoplenty_fir.json | 54 +- ...age_stool_tall_biomesoplenty_hellbark.json | 54 +- ...ge_stool_tall_biomesoplenty_jacaranda.json | 54 +- ...ronage_stool_tall_biomesoplenty_magic.json | 54 +- ...age_stool_tall_biomesoplenty_mahogany.json | 54 +- ...age_stool_tall_biomesoplenty_mangrove.json | 54 +- ...ironage_stool_tall_biomesoplenty_palm.json | 54 +- ...ironage_stool_tall_biomesoplenty_pine.json | 54 +- ...nage_stool_tall_biomesoplenty_redwood.json | 54 +- ...e_stool_tall_biomesoplenty_sacred_oak.json | 54 +- ...onage_stool_tall_biomesoplenty_umbran.json | 54 +- ...onage_stool_tall_biomesoplenty_willow.json | 54 +- .../chair_wood_ironage_stool_tall_birch.json | 42 +- ...od_ironage_stool_tall_forestry_acacia.json | 54 +- ...ood_ironage_stool_tall_forestry_balsa.json | 54 +- ...od_ironage_stool_tall_forestry_baobab.json | 54 +- ...od_ironage_stool_tall_forestry_cherry.json | 54 +- ..._ironage_stool_tall_forestry_chestnut.json | 54 +- ...od_ironage_stool_tall_forestry_citrus.json | 54 +- ..._ironage_stool_tall_forestry_cocobolo.json | 54 +- ...ood_ironage_stool_tall_forestry_ebony.json | 54 +- ...ironage_stool_tall_forestry_giganteum.json | 54 +- ...ronage_stool_tall_forestry_greenheart.json | 54 +- ..._wood_ironage_stool_tall_forestry_ipe.json | 54 +- ...ood_ironage_stool_tall_forestry_kapok.json | 54 +- ...ood_ironage_stool_tall_forestry_larch.json | 54 +- ...wood_ironage_stool_tall_forestry_lime.json | 54 +- ...ood_ironage_stool_tall_forestry_mahoe.json | 54 +- ..._ironage_stool_tall_forestry_mahogany.json | 54 +- ...ood_ironage_stool_tall_forestry_maple.json | 54 +- ...od_ironage_stool_tall_forestry_padauk.json | 54 +- ...wood_ironage_stool_tall_forestry_palm.json | 54 +- ...od_ironage_stool_tall_forestry_papaya.json | 54 +- ...wood_ironage_stool_tall_forestry_pine.json | 54 +- ...wood_ironage_stool_tall_forestry_plum.json | 54 +- ...od_ironage_stool_tall_forestry_poplar.json | 54 +- ...d_ironage_stool_tall_forestry_sequoia.json | 54 +- ...wood_ironage_stool_tall_forestry_teak.json | 54 +- ...od_ironage_stool_tall_forestry_walnut.json | 54 +- ...ood_ironage_stool_tall_forestry_wenge.json | 54 +- ...od_ironage_stool_tall_forestry_willow.json | 54 +- ...ironage_stool_tall_forestry_zebrawood.json | 54 +- ...all_immersiveengineering_treated_wood.json | 54 +- ...l_immersiveengineering_treated_wood_1.json | 54 +- ...l_immersiveengineering_treated_wood_2.json | 54 +- .../chair_wood_ironage_stool_tall_jungle.json | 42 +- ...od_ironage_stool_tall_natura_amaranth.json | 54 +- ...d_ironage_stool_tall_natura_bloodwood.json | 54 +- ...od_ironage_stool_tall_natura_darkwood.json | 54 +- ..._ironage_stool_tall_natura_eucalyptus.json | 54 +- ...od_ironage_stool_tall_natura_fusewood.json | 54 +- ...d_ironage_stool_tall_natura_ghostwood.json | 54 +- ...ood_ironage_stool_tall_natura_hopseed.json | 54 +- ..._wood_ironage_stool_tall_natura_maple.json | 54 +- ...wood_ironage_stool_tall_natura_sakura.json | 54 +- ..._ironage_stool_tall_natura_silverbell.json | 54 +- ..._wood_ironage_stool_tall_natura_tiger.json | 54 +- ...wood_ironage_stool_tall_natura_willow.json | 54 +- .../chair_wood_ironage_stool_tall_oak.json | 42 +- .../chair_wood_ironage_stool_tall_spruce.json | 42 +- ..._metal_ironage_block_floor_glow_clear.json | 15 + ..._metal_ironage_block_floor_lava_clear.json | 21 + ...t_metal_ironage_block_floor_red_clear.json | 15 + ...metal_ironage_sconce_floor_empty_iron.json | 18 + .../ironagefurniture/recipes/obsidian.json | 17 + src/main/resources/mcmod.info | 9 +- src/main/resources/pack.mcmeta | 6 + .../OptionalIntegrationRecipeProbe.java | 272 ++ .../lang/en_us.lang | 1 + .../resources/mcmod.info | 11 + .../resources/pack.mcmeta | 6 + 5405 files changed, 159309 insertions(+), 68977 deletions(-) delete mode 100644 .circleci/config.yml create mode 100644 .github/workflows/ci.yml create mode 100644 .github/workflows/codeql-analysis.yml create mode 100644 .github/workflows/release-on-tag.yml create mode 100644 .github/workflows/validate-gradle-build.yml delete mode 100644 .travis.yml create mode 100644 docs/VERSIONS.md create mode 100644 gradle/furniture-catalog.gradle create mode 100644 gradle/furniture-catalog.json create mode 100644 gradle/verification/optional-integration-mods.json delete mode 100644 src/main/java/com/mcmoddev/ironagefurniture/api/FurnitureFactory.java rename src/main/java/{com/mcmoddev => zone/moddev/mc}/ironagefurniture/BlockObjectHolder.java (90%) rename src/main/java/{com/mcmoddev => zone/moddev/mc}/ironagefurniture/IAFEventBusSubscriber.java (73%) rename src/main/java/{com/mcmoddev => zone/moddev/mc}/ironagefurniture/IronAgeFurnitureConfiguration.java (71%) rename src/main/java/{com/mcmoddev => zone/moddev/mc}/ironagefurniture/Ironagefurniture.java (65%) rename src/main/java/{com/mcmoddev => zone/moddev/mc}/ironagefurniture/api/Blocks/BackBench.java (98%) rename src/main/java/{com/mcmoddev => zone/moddev/mc}/ironagefurniture/api/Blocks/Bench.java (88%) rename src/main/java/{com/mcmoddev => zone/moddev/mc}/ironagefurniture/api/Blocks/BlockHBase.java (85%) rename src/main/java/{com/mcmoddev => zone/moddev/mc}/ironagefurniture/api/Blocks/Chair.java (91%) create mode 100644 src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightHolderSconceFloor.java create mode 100644 src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightHolderSconceWall.java create mode 100644 src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightSourceGlowdust.java create mode 100644 src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightSourceLava.java create mode 100644 src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightSourceRed.java create mode 100644 src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightSourceSconceGlowFloor.java create mode 100644 src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightSourceSconceGlowWall.java create mode 100644 src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightSourceSconceLavaFloor.java create mode 100644 src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightSourceSconceLavaWall.java create mode 100644 src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightSourceSconceRedFloor.java create mode 100644 src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightSourceSconceRedTorchFloor.java create mode 100644 src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightSourceSconceRedTorchFloorUnlit.java create mode 100644 src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightSourceSconceRedTorchWall.java create mode 100644 src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightSourceSconceRedTorchWallUnlit.java create mode 100644 src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightSourceSconceRedWall.java create mode 100644 src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightSourceSconceTorchFloor.java create mode 100644 src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightSourceSconceTorchFloorUnlit.java create mode 100644 src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightSourceSconceTorchWall.java create mode 100644 src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightSourceSconceTorchWallUnlit.java create mode 100644 src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/ObsideanLump.java rename src/main/java/{com/mcmoddev => zone/moddev/mc}/ironagefurniture/api/Blocks/Stool.java (92%) create mode 100644 src/main/java/zone/moddev/mc/ironagefurniture/api/CreativeModeBreakTracker.java rename src/main/java/{com/mcmoddev => zone/moddev/mc}/ironagefurniture/api/Enumerations/BenchType.java (88%) rename src/main/java/{com/mcmoddev => zone/moddev/mc}/ironagefurniture/api/Enumerations/Rotation.java (51%) create mode 100644 src/main/java/zone/moddev/mc/ironagefurniture/api/FurnitureFactory.java create mode 100644 src/main/java/zone/moddev/mc/ironagefurniture/api/Items/ItemBlockThrowableLavaLamp.java create mode 100644 src/main/java/zone/moddev/mc/ironagefurniture/api/entity/EntityThrownLavaLamp.java rename src/main/java/{com/mcmoddev => zone/moddev/mc}/ironagefurniture/api/entity/Seat.java (83%) rename src/main/java/{com/mcmoddev => zone/moddev/mc}/ironagefurniture/api/util/Coordinates.java (79%) rename src/main/java/{com/mcmoddev => zone/moddev/mc}/ironagefurniture/init/BlockInitialiser.java (89%) rename src/main/java/{com/mcmoddev => zone/moddev/mc}/ironagefurniture/init/ItemInitialiser.java (84%) rename src/main/java/{com/mcmoddev => zone/moddev/mc}/ironagefurniture/lib/interfaces/IMMDCreativeTab.java (79%) rename src/main/java/{com/mcmoddev => zone/moddev/mc}/ironagefurniture/lib/util/MMDCreativeTab.java (95%) rename src/main/java/{com/mcmoddev => zone/moddev/mc}/ironagefurniture/lib/util/Swivel.java (89%) create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/cfm_classic_acacia.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/cfm_classic_big_oak.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/cfm_classic_birch.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/cfm_classic_jungle.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/cfm_classic_oak.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/cfm_classic_spruce.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_acacia.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_acacia_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_acacia_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_acacia_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_acacia_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_acacia_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_acacia_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_acacia_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_acacia_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_acacia_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_acacia_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_acacia_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_acacia_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_acacia_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_acacia_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_acacia_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_acacia_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_big_oak.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_birch.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_birch_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_birch_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_birch_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_birch_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_birch_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_birch_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_birch_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_birch_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_birch_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_birch_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_birch_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_birch_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_birch_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_birch_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_birch_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_birch_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_jungle.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_jungle_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_jungle_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_jungle_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_jungle_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_jungle_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_jungle_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_jungle_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_jungle_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_jungle_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_jungle_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_jungle_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_jungle_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_jungle_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_jungle_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_jungle_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_jungle_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_oak.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_oak_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_oak_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_oak_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_oak_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_oak_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_oak_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_oak_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_oak_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_oak_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_oak_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_oak_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_oak_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_oak_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_oak_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_oak_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_oak_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_spruce.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_spruce_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_spruce_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_spruce_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_spruce_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_spruce_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_spruce_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_spruce_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_spruce_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_spruce_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_spruce_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_spruce_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_spruce_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_spruce_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_spruce_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_spruce_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_spruce_9.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood_2.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_immersiveengineering_treated_wood.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_acacia.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_acacia_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_acacia_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_acacia_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_acacia_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_acacia_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_acacia_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_acacia_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_acacia_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_acacia_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_acacia_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_acacia_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_acacia_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_acacia_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_acacia_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_acacia_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_acacia_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_big_oak.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_big_oak_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_big_oak_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_big_oak_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_big_oak_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_big_oak_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_big_oak_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_big_oak_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_big_oak_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_big_oak_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_big_oak_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_big_oak_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_big_oak_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_big_oak_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_big_oak_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_big_oak_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_big_oak_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_birch.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_birch_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_birch_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_birch_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_birch_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_birch_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_birch_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_birch_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_birch_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_birch_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_birch_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_birch_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_birch_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_birch_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_birch_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_birch_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_birch_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_larch.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_lime.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_maple.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_palm.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_pine.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_plum.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_teak.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_willow.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_jungle.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_jungle_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_jungle_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_jungle_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_jungle_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_jungle_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_jungle_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_jungle_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_jungle_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_jungle_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_jungle_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_jungle_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_jungle_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_jungle_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_jungle_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_jungle_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_jungle_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_maple.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_maple_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_maple_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_maple_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_maple_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_maple_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_maple_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_maple_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_maple_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_maple_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_maple_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_maple_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_maple_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_maple_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_maple_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_maple_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_maple_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_sakura.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_tiger.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_willow.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_willow_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_willow_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_willow_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_willow_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_willow_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_willow_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_willow_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_willow_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_willow_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_willow_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_willow_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_willow_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_willow_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_willow_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_willow_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_willow_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_oak.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_oak_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_oak_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_oak_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_oak_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_oak_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_oak_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_oak_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_oak_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_oak_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_oak_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_oak_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_oak_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_oak_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_oak_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_oak_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_oak_9.json delete mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_spruce.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_spruce_0.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_spruce_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_spruce_10.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_spruce_11.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_spruce_12.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_spruce_13.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_spruce_14.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_spruce_15.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_spruce_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_spruce_3.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_spruce_4.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_spruce_5.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_spruce_6.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_spruce_7.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_spruce_8.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_spruce_9.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_immersiveengineering_treated_wood_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_immersiveengineering_treated_wood_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_immersiveengineering_treated_wood_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_immersiveengineering_treated_wood_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_immersiveengineering_treated_wood_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_immersiveengineering_treated_wood_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_immersiveengineering_treated_wood_1.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_immersiveengineering_treated_wood_2.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/light_metal_ironage_block_floor_glow_clear.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/light_metal_ironage_block_floor_lava_clear.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/light_metal_ironage_block_floor_red_clear.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/light_metal_ironage_sconce_floor_empty_iron.json create mode 100644 src/main/resources/assets/ironagefurniture/advancements/recipes/obsidian.json create mode 100644 src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_block_floor_glow_clear.json create mode 100644 src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_block_floor_lava_clear.json create mode 100644 src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_block_floor_red_clear.json create mode 100644 src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_block_floor_red_clear_eight.json create mode 100644 src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_block_floor_red_clear_eleven.json create mode 100644 src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_block_floor_red_clear_fifteen.json create mode 100644 src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_block_floor_red_clear_five.json create mode 100644 src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_block_floor_red_clear_four.json create mode 100644 src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_block_floor_red_clear_fourteen.json create mode 100644 src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_block_floor_red_clear_nine.json create mode 100644 src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_block_floor_red_clear_one.json create mode 100644 src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_block_floor_red_clear_seven.json create mode 100644 src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_block_floor_red_clear_six.json create mode 100644 src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_block_floor_red_clear_ten.json create mode 100644 src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_block_floor_red_clear_thirteen.json create mode 100644 src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_block_floor_red_clear_three.json create mode 100644 src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_block_floor_red_clear_twelve.json create mode 100644 src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_block_floor_red_clear_two.json create mode 100644 src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_empty_iron.json create mode 100644 src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_glow_iron.json create mode 100644 src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_lava_iron.json create mode 100644 src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_red_iron.json create mode 100644 src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_red_iron_eight.json create mode 100644 src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_red_iron_eleven.json create mode 100644 src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_red_iron_fifteen.json create mode 100644 src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_red_iron_five.json create mode 100644 src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_red_iron_four.json create mode 100644 src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_red_iron_fourteen.json create mode 100644 src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_red_iron_nine.json create mode 100644 src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_red_iron_one.json create mode 100644 src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_red_iron_seven.json create mode 100644 src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_red_iron_six.json create mode 100644 src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_red_iron_ten.json create mode 100644 src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_red_iron_thirteen.json create mode 100644 src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_red_iron_three.json create mode 100644 src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_red_iron_twelve.json create mode 100644 src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_red_iron_two.json create mode 100644 src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_redtorch_iron.json create mode 100644 src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_redtorch_iron_unlit.json create mode 100644 src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_torch_iron.json create mode 100644 src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_torch_iron_unlit.json create mode 100644 src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_empty_iron.json create mode 100644 src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_glow_iron.json create mode 100644 src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_lava_iron.json create mode 100644 src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_red_iron.json create mode 100644 src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_red_iron_eight.json create mode 100644 src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_red_iron_eleven.json create mode 100644 src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_red_iron_fifteen.json create mode 100644 src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_red_iron_five.json create mode 100644 src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_red_iron_four.json create mode 100644 src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_red_iron_fourteen.json create mode 100644 src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_red_iron_nine.json create mode 100644 src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_red_iron_one.json create mode 100644 src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_red_iron_seven.json create mode 100644 src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_red_iron_six.json create mode 100644 src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_red_iron_ten.json create mode 100644 src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_red_iron_thirteen.json create mode 100644 src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_red_iron_three.json create mode 100644 src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_red_iron_twelve.json create mode 100644 src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_red_iron_two.json create mode 100644 src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_redtorch_iron.json create mode 100644 src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_redtorch_iron_unlit.json create mode 100644 src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_torch_iron.json create mode 100644 src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_torch_iron_unlit.json create mode 100644 src/main/resources/assets/ironagefurniture/blockstates/obsidian_chunk.json create mode 100644 src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_block_floor_glow_clear.json create mode 100644 src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_block_floor_lava_clear.json create mode 100644 src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_block_floor_red_clear.json create mode 100644 src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_block_floor_red_clear_lit.json create mode 100644 src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_empty_iron.json create mode 100644 src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_glow_iron.json create mode 100644 src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_lava_iron.json create mode 100644 src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_red_iron.json create mode 100644 src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_red_iron_eight.json create mode 100644 src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_red_iron_eleven.json create mode 100644 src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_red_iron_fifteen.json create mode 100644 src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_red_iron_five.json create mode 100644 src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_red_iron_four.json create mode 100644 src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_red_iron_fourteen.json create mode 100644 src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_red_iron_nine.json create mode 100644 src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_red_iron_one.json create mode 100644 src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_red_iron_seven.json create mode 100644 src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_red_iron_six.json create mode 100644 src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_red_iron_ten.json create mode 100644 src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_red_iron_thirteen.json create mode 100644 src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_red_iron_three.json create mode 100644 src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_red_iron_twelve.json create mode 100644 src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_red_iron_two.json create mode 100644 src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_redtorch_iron.json create mode 100644 src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_redtorch_iron_unlit.json create mode 100644 src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_torch_iron.json create mode 100644 src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_empty_iron.json create mode 100644 src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_glow_iron.json create mode 100644 src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_lava_iron.json create mode 100644 src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_red_iron.json create mode 100644 src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_red_iron_eight.json create mode 100644 src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_red_iron_eleven.json create mode 100644 src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_red_iron_fifteen.json create mode 100644 src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_red_iron_five.json create mode 100644 src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_red_iron_four.json create mode 100644 src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_red_iron_fourteen.json create mode 100644 src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_red_iron_nine.json create mode 100644 src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_red_iron_one.json create mode 100644 src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_red_iron_seven.json create mode 100644 src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_red_iron_six.json create mode 100644 src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_red_iron_ten.json create mode 100644 src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_red_iron_thirteen.json create mode 100644 src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_red_iron_three.json create mode 100644 src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_red_iron_twelve.json create mode 100644 src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_red_iron_two.json create mode 100644 src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_redtorch_iron.json create mode 100644 src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_redtorch_iron_unlit.json create mode 100644 src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_torch_iron.json create mode 100644 src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_torch_iron_unlit.json create mode 100644 src/main/resources/assets/ironagefurniture/models/block/obsidian_chunk.json create mode 100644 src/main/resources/assets/ironagefurniture/models/block/template_light_metal_ironage_block_floor_vial.json create mode 100644 src/main/resources/assets/ironagefurniture/models/block/template_light_metal_ironage_sconce_floor_redtorch.json create mode 100644 src/main/resources/assets/ironagefurniture/models/block/template_light_metal_ironage_sconce_floor_torch.json create mode 100644 src/main/resources/assets/ironagefurniture/models/block/template_light_metal_ironage_sconce_floor_vial.json create mode 100644 src/main/resources/assets/ironagefurniture/models/block/template_light_metal_ironage_sconce_wall_redtorch.json create mode 100644 src/main/resources/assets/ironagefurniture/models/block/template_light_metal_ironage_sconce_wall_torch.json create mode 100644 src/main/resources/assets/ironagefurniture/models/block/template_light_metal_ironage_sconce_wall_vial.json create mode 100644 src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_block_floor_glow_clear.json create mode 100644 src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_block_floor_lava_clear.json create mode 100644 src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_block_floor_red_clear.json create mode 100644 src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_empty_iron.json create mode 100644 src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_glow_iron.json create mode 100644 src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_lava_iron.json create mode 100644 src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_red_iron.json create mode 100644 src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_red_iron_eight.json create mode 100644 src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_red_iron_eleven.json create mode 100644 src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_red_iron_fifteen.json create mode 100644 src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_red_iron_five.json create mode 100644 src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_red_iron_four.json create mode 100644 src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_red_iron_fourteen.json create mode 100644 src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_red_iron_nine.json create mode 100644 src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_red_iron_one.json create mode 100644 src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_red_iron_seven.json create mode 100644 src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_red_iron_six.json create mode 100644 src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_red_iron_ten.json create mode 100644 src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_red_iron_thirteen.json create mode 100644 src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_red_iron_three.json create mode 100644 src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_red_iron_twelve.json create mode 100644 src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_red_iron_two.json create mode 100644 src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_redtorch_iron.json create mode 100644 src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_redtorch_iron_unlit.json create mode 100644 src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_torch_iron.json create mode 100644 src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_torch_iron_unlit.json create mode 100644 src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_empty_iron.json create mode 100644 src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_glow_iron.json create mode 100644 src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_lava_iron.json create mode 100644 src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_red_iron.json create mode 100644 src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_red_iron_eight.json create mode 100644 src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_red_iron_eleven.json create mode 100644 src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_red_iron_fifteen.json create mode 100644 src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_red_iron_five.json create mode 100644 src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_red_iron_four.json create mode 100644 src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_red_iron_fourteen.json create mode 100644 src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_red_iron_nine.json create mode 100644 src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_red_iron_one.json create mode 100644 src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_red_iron_seven.json create mode 100644 src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_red_iron_six.json create mode 100644 src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_red_iron_ten.json create mode 100644 src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_red_iron_thirteen.json create mode 100644 src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_red_iron_three.json create mode 100644 src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_red_iron_twelve.json create mode 100644 src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_red_iron_two.json create mode 100644 src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_redtorch_iron.json create mode 100644 src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_redtorch_iron_unlit.json create mode 100644 src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_torch_iron.json create mode 100644 src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_torch_iron_unlit.json create mode 100644 src/main/resources/assets/ironagefurniture/models/item/obsidian_chunk.json create mode 100644 src/main/resources/assets/ironagefurniture/recipes/light_metal_ironage_block_floor_glow_clear.json create mode 100644 src/main/resources/assets/ironagefurniture/recipes/light_metal_ironage_block_floor_lava_clear.json create mode 100644 src/main/resources/assets/ironagefurniture/recipes/light_metal_ironage_block_floor_red_clear.json create mode 100644 src/main/resources/assets/ironagefurniture/recipes/light_metal_ironage_sconce_floor_empty_iron.json create mode 100644 src/main/resources/assets/ironagefurniture/recipes/obsidian.json create mode 100644 src/main/resources/pack.mcmeta create mode 100644 src/optionalIntegrationTest/java/zone/moddev/mc/ironagefurniture/fixture/OptionalIntegrationRecipeProbe.java create mode 100644 src/optionalIntegrationTest/resources/assets/ironagefurnitureintegrationprobe/lang/en_us.lang create mode 100644 src/optionalIntegrationTest/resources/mcmod.info create mode 100644 src/optionalIntegrationTest/resources/pack.mcmeta diff --git a/.circleci/config.yml b/.circleci/config.yml deleted file mode 100644 index 237217aaa5..0000000000 --- a/.circleci/config.yml +++ /dev/null @@ -1,58 +0,0 @@ -# Java Gradle CircleCI 2.0 Configuration file. -version: 2 -jobs: - build: - docker: - - image: circleci/openjdk:8-jdk - - working_directory: ~/repo - - environment: - JVM_OPTS: -Xmx3200m - TERM: dumb - - steps: - - checkout - - # Download and cache dependencies - - restore_cache: - keys: - - v1-dependencies-{{ checksum "build.gradle" }} - # fallback to using the latest cache if no exact match is found - - v1-dependencies- - - - run: - name: Grant access to ./gradlew. - command: | - chmod +x gradlew - - - run: - name: Show the Gradle version in use with other details. - command: | - ./gradlew --version - - - run: - name: Set up the workspace for ci build - command: | - ./gradlew setupCiWorkspace - - - run: - name: Clean the workspace ready for a fresh build. - command: | - ./gradlew clean - - - run: - name: Attempt to build the mod. - command: | - ./gradlew build - - - store_artifacts: - path: ./build/libs - - - save_cache: - paths: - - ~/.gradle - key: v1-dependencies-{{ checksum "build.gradle" }} - - # run tests! - - run: ./gradlew test diff --git a/.gitattributes b/.gitattributes index 84a0494e0c..8770bef11d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -18,6 +18,10 @@ gradlew text eol=lf *.yaml text *.toml text +# Preserve every checksum-sealed Mavenizer fixture byte-for-byte across clones. +# The upstream patch also contains intentional trailing spaces. +ci-fixtures/tools/* -text -whitespace + # Documents *.pdf binary diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000000..e0382140c8 --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,143 @@ +name: IronAgeFurniture 1.12.2 CI + +on: + push: + branches: + - master-1.12 + - 'feature/**' + pull_request: + branches: + - master-1.12 + +permissions: + contents: read + +concurrency: + group: iron-age-furniture-1.12-${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + +jobs: + cold-forge-bootstrap: + name: Cold Forge bootstrap + runs-on: ubuntu-latest + timeout-minutes: 60 + + steps: + - name: Check out source + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 + + - name: Install pinned Java 8 compiler toolchain + uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5 + with: + distribution: temurin + java-version: '8.0.502+7' + + - name: Install pinned Java 17 Gradle runtime + uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5 + with: + distribution: temurin + java-version: '17.0.1+12' + + - name: Bootstrap Forge from an empty cache + shell: bash + env: + GRADLE_USER_HOME: ${{ runner.temp }}/iron-age-furniture-cold-gradle + run: | + set -euo pipefail + test ! -e .gradle + test ! -e "$GRADLE_USER_HOME" + mkdir -p "$GRADLE_USER_HOME" + chmod +x ./gradlew + ./gradlew verifyMavenizerCompatibilityFixture help \ + --no-daemon --no-build-cache --stacktrace --max-workers=2 \ + -Dorg.gradle.java.installations.paths="$JAVA_HOME,$JAVA_HOME_8_X64" \ + -Dorg.gradle.java.installations.auto-detect=false \ + -Dorg.gradle.java.installations.auto-download=false \ + | tee "$RUNNER_TEMP/cold-forge-bootstrap.log" + find "$GRADLE_USER_HOME" .gradle/mavenizer \ + -type f \( -name '*.jar' -o -name '*.json' -o -name '*.pom' -o -name '*.module' \) -print0 \ + | sort -z | xargs -0 -r sha256sum > "$RUNNER_TEMP/mavenizer-before.sha256" + test -s "$RUNNER_TEMP/mavenizer-before.sha256" + + - name: Verify same-cache preparation is idempotent + shell: bash + env: + GRADLE_USER_HOME: ${{ runner.temp }}/iron-age-furniture-cold-gradle + run: | + set -euo pipefail + ./gradlew verifyMavenizerCompatibilityFixture help \ + --no-daemon --no-build-cache --stacktrace --max-workers=2 \ + -Dorg.gradle.java.installations.paths="$JAVA_HOME,$JAVA_HOME_8_X64" \ + -Dorg.gradle.java.installations.auto-detect=false \ + -Dorg.gradle.java.installations.auto-download=false + find "$GRADLE_USER_HOME" .gradle/mavenizer \ + -type f \( -name '*.jar' -o -name '*.json' -o -name '*.pom' -o -name '*.module' \) -print0 \ + | sort -z | xargs -0 -r sha256sum > "$RUNNER_TEMP/mavenizer-after.sha256" + diff -u "$RUNNER_TEMP/mavenizer-before.sha256" "$RUNNER_TEMP/mavenizer-after.sha256" + + build: + name: Build, test, and audit + runs-on: ubuntu-latest + timeout-minutes: 60 + + steps: + - name: Check out source + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 + + - name: Install pinned Java 8 compiler toolchain + uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5 + with: + distribution: temurin + java-version: '8.0.502+7' + + - name: Install pinned Java 17 Gradle runtime + uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5 + with: + distribution: temurin + java-version: '17.0.1+12' + + - name: Set up Gradle + uses: gradle/actions/setup-gradle@9c971963bec38e04b3d30dcc455b5382be2fdbfb # v6 + + - name: Build, test, document, and audit + run: | + chmod +x ./gradlew + ./gradlew clean check build javadoc verifyReleaseArtifacts verifyReleaseChecksums \ + --no-daemon --stacktrace \ + -Dorg.gradle.java.installations.paths="$JAVA_HOME,$JAVA_HOME_8_X64" \ + -Dorg.gradle.java.installations.auto-detect=false \ + -Dorg.gradle.java.installations.auto-download=false + + - name: Generate and audit Eclipse production launches + run: >- + ./gradlew genEclipseRuns eclipse isolateEclipseProductionRuns verifyEclipseProductionClasspath + --no-daemon --stacktrace + -Dorg.gradle.java.installations.paths="$JAVA_HOME,$JAVA_HOME_8_X64" + -Dorg.gradle.java.installations.auto-detect=false + -Dorg.gradle.java.installations.auto-download=false + + - name: Upload audited release candidate + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 + with: + name: iron-age-furniture-1.12.2-${{ github.sha }} + if-no-files-found: error + retention-days: 30 + path: | + build/libs/iron-age-furniture-0.3.0.112021.jar + build/libs/iron-age-furniture-0.3.0.112021-sources.jar + build/libs/iron-age-furniture-0.3.0.112021-javadoc.jar + build/release/SHA256SUMS + CHANGELOG.md + + - name: Upload diagnostics on failure + if: failure() + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 + with: + name: iron-age-furniture-1.12.2-diagnostics-${{ github.sha }} + if-no-files-found: ignore + retention-days: 14 + path: | + build/test-results/** + build/reports/** + build/problems/** + run/logs/** diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml new file mode 100644 index 0000000000..c0240c57a7 --- /dev/null +++ b/.github/workflows/codeql-analysis.yml @@ -0,0 +1,70 @@ +name: CodeQL + +on: + push: + branches: + - master-1.12 + - 'feature/**' + pull_request: + branches: + - master-1.12 + schedule: + - cron: '43 7 * * 4' + +permissions: + actions: read + contents: read + security-events: write + +jobs: + analyze: + name: Analyze Java + runs-on: ubuntu-latest + timeout-minutes: 45 + + steps: + - name: Check out source + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 + + - name: Install pinned Java 8 compiler toolchain + uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5 + with: + distribution: temurin + java-version: '8.0.502+7' + + - name: Install pinned Java 17 Gradle runtime + uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5 + with: + distribution: temurin + java-version: '17.0.1+12' + + - name: Set up Gradle + uses: gradle/actions/setup-gradle@9c971963bec38e04b3d30dcc455b5382be2fdbfb # v6 + + - name: Initialize CodeQL + uses: github/codeql-action/init@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4 + with: + languages: java-kotlin + + - name: Compile production code + run: | + chmod +x ./gradlew + gradle_args=( + clean classes --rerun-tasks --no-build-cache --no-daemon --stacktrace + "-Dorg.gradle.java.installations.paths=$JAVA_HOME,$JAVA_HOME_8_X64" + -Dorg.gradle.java.installations.auto-detect=false + -Dorg.gradle.java.installations.auto-download=false + ) + for attempt in 1 2 3; do + if ./gradlew "${gradle_args[@]}"; then + exit 0 + fi + if [ "$attempt" -eq 3 ]; then + echo "CodeQL compilation failed after $attempt attempts." >&2 + exit 1 + fi + echo "::warning::CodeQL compilation attempt $attempt failed; retrying with the preserved Forge cache." + done + + - name: Analyze + uses: github/codeql-action/analyze@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4 diff --git a/.github/workflows/release-on-tag.yml b/.github/workflows/release-on-tag.yml new file mode 100644 index 0000000000..f5b6d68df0 --- /dev/null +++ b/.github/workflows/release-on-tag.yml @@ -0,0 +1,81 @@ +name: Validate IronAgeFurniture release tag + +on: + push: + tags: + - '*.*.*.*' + +permissions: + actions: read + contents: read + +concurrency: + group: iron-age-furniture-release-tag-${{ github.ref_name }} + cancel-in-progress: false + +jobs: + validate-release-tag: + name: Validate tag for manual release confirmation + if: github.repository == 'MinecraftModDevelopmentMods/IronAgeFurniture' + runs-on: ubuntu-latest + timeout-minutes: 10 + + steps: + - name: Check out tagged source + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 + with: + fetch-depth: 0 + + - name: Validate release tag, target metadata, and prior CI + env: + GH_TOKEN: ${{ github.token }} + run: | + set -euo pipefail + value() { sed -n "s/^$1=//p" gradle.properties; } + release_version="$(value mod_version)" + minecraft_version="$(value minecraft_version)" + loader_name="$(value loader_name)" + loader_code="$(value loader_code)" + + IFS=. read -r mc_major mc_minor mc_patch extra <<<"$minecraft_version" + if [[ -n "${extra:-}" || -z "${mc_major:-}" || -z "${mc_minor:-}" ]]; then + echo "Invalid minecraft_version=$minecraft_version" >&2 + exit 1 + fi + mc_patch="${mc_patch:-0}" + case "$loader_name:$loader_code" in + forge:1|neoforge:2) ;; + *) echo "Invalid loader metadata $loader_name/$loader_code" >&2; exit 1 ;; + esac + printf -v minor_padded '%02d' "$((10#$mc_minor))" + printf -v patch_padded '%02d' "$((10#$mc_patch))" + target_suffix="${mc_major}${minor_padded}${patch_padded}${loader_code}" + if [[ ! "$release_version" =~ ^[0-9]+\.[0-9]+\.[0-9]+\.${target_suffix}$ ]]; then + echo "mod_version $release_version does not match $minecraft_version $loader_name target $target_suffix" >&2 + exit 1 + fi + if [[ "$GITHUB_REF_NAME" != "$release_version" ]]; then + echo "Release tag must equal mod_version $release_version; found $GITHUB_REF_NAME" >&2 + exit 1 + fi + successful_ci="$(gh api \ + "repos/$GITHUB_REPOSITORY/commits/$GITHUB_SHA/check-runs?per_page=100" \ + --jq '[.check_runs[] | select(.name == "Build, test, and audit" and .conclusion == "success")] | length')" + if [[ "$successful_ci" -lt 1 ]]; then + echo "The tagged commit has no successful Build, test, and audit check" >&2 + exit 1 + fi + + - name: Record the manual publication interface + env: + RELEASE_WORKFLOW_URL: https://github.com/${{ github.repository }}/actions/workflows/publish-release.yml + run: | + { + echo "## Release tag validated" + echo + echo "Tag \`$GITHUB_REF_NAME\` matches the selected target and has a successful Build, test, and audit check." + echo + echo "No artifact is published by this tag-validation workflow." + echo + echo "Use [Publish IronAgeFurniture release]($RELEASE_WORKFLOW_URL) on the default branch to start or recover guarded publication." + } >> "$GITHUB_STEP_SUMMARY" diff --git a/.github/workflows/validate-gradle-build.yml b/.github/workflows/validate-gradle-build.yml new file mode 100644 index 0000000000..cc6223df58 --- /dev/null +++ b/.github/workflows/validate-gradle-build.yml @@ -0,0 +1,23 @@ +name: Validate Gradle Wrapper + +on: + push: + branches: + - master-1.12 + - 'feature/**' + pull_request: + branches: + - master-1.12 + +permissions: + contents: read + +jobs: + validation: + name: Validation + runs-on: ubuntu-latest + steps: + - name: Check out source + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 + - name: Validate wrapper integrity + uses: gradle/actions/wrapper-validation@9c971963bec38e04b3d30dcc455b5382be2fdbfb # v6 diff --git a/.gitignore b/.gitignore index 6e261a9e9e..9f4fa8570e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,35 +1,73 @@ -# eclipse -bin +# Eclipse and Buildship +bin/ *.launch -.settings -.settings/* -.metadata +.settings/ +.metadata*/ +.eclipse/ .classpath .project +eclipse/ -# idea -out +# IntelliJ IDEA +out/ *.ipr *.iws *.iml -.idea +.idea/ -# gradle -build -.gradle +# Gradle and dependency worktrees +build/ +.gradle/ +.gradle-home/ +.ci-dependencies/ +classes/ -# other -eclipse -run -classes -*.hprof +# Machine-specific agent context +AGENTS.md +AGENT.md +agent-notes/ +.agent/ +.agents/ +.codex/ +.claude/ +.gemini/ +CLAUDE.md +GEMINI.md +agent-*.md +codex-*.md + +# Generated Minecraft, test, and evidence output +run/ +run-data/ +run-*/ +benchmark/ +benchmark-*/ +regression/ +regression-*/ +evidence/ +evidence-*/ +*-evidence/ +test-output/ +test-results/ +reports/ +logs/ +crash-reports/ +mcmodsrepo/ +# Local runtime and diagnostic files +local.properties +*.log +*.jfr +*.hprof +hs_err_pid*.log +replay_pid*.log /README.txt /forge-*-changelog.txt - secret.json +*.keystore +*.jks +*.p12 libs/* !/libs/README.txt - .DS_Store -.okhttpcache/* \ No newline at end of file +.okhttpcache/ diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 342b0304e9..0000000000 --- a/.travis.yml +++ /dev/null @@ -1,14 +0,0 @@ -dist: trusty -language: java -sudo: false -cache: - directories: - - $HOME/.gradle -notifications: - email: false -jdk: - - oraclejdk8 -before_install: - - chmod a+x gradlew -install: ./gradlew setupCIWorkspace -S -script: ./gradlew clean build -S diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29bb2..17363e56be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,43 @@ +# IronAgeFurniture 0.3.0.112021 + +Phase 3 lighting release for Minecraft 1.12.2 and Forge 14.23.5.2859. + +## Player-visible changes + +- Add the complete Phase 3 lighting set: empty, torch, unlit-torch, + redstone-torch, glow, lava, and redstone lamps and sconces, obsidian chunks, + and hidden redstone-light states. Soul-torch sconces remain exclusive to + Minecraft 1.16 and newer, where soul torches exist. +- Restore lava-lamp throwing. Thrown and falling lamps shatter with a glass + sound, ignite dry landing positions, damage struck entities, and become an + obsidian chunk on contact with water. +- Let placed lava lamps melt ordinary ice directly beneath them. Packed ice + and blue ice are intentionally unaffected. +- Correct falling and underwater lamp placement, survival and Creative drops, + and redstone-light transitions. +- Give wooden chairs and benches normal wood flammability. +- Correct every recipe advancement to use its own ingredient and matching + recipe-unlocked criterion. Common oak planks no longer unlock unrelated + lighting or optional-mod recipes. +- Load Biomes O' Plenty, Natura, Forestry, and Immersive Engineering + recipes and advancements only when their mod is installed. Missing optional + mods no longer produce ignored-advancement or missing-recipe log spam. +- Preserve the established 1.12.2 optional wood catalogs while preventing + absent integrations from registering furniture or loading their data. +## Compatibility and tooling + +- Move the supported Java API namespace to + `zone.moddev.mc.ironagefurniture`; the Maven coordinate is + `zone.moddev.mc:iron-age-furniture:0.3.0.112021`. +- Preserve the `ironagefurniture` mod ID and all surviving registry, resource, + configuration, entity, NBT, and saved-world identities. +- Modernize the build to ForgeGradle 7.0.34, Gradle 9.6.1, a pinned Temurin + Java 8 compiler, and Java 17 for Gradle while allowing Eclipse to use a newer + Temurin Java 8 patch. +- Add a deterministic furniture catalog, conditional-data validation, exact + optional-mod SHA-256 manifests, and positive packaged-server probes. +- Produce deterministic main, sources, and Javadoc jars with SHA-256 checksums + and reproducible Eclipse/Buildship metadata. + +Publication remains gated by MMD's protected release workflow after manual +acceptance and hosted CI. diff --git a/README.md b/README.md index 96c4ad60b6..52de1d5041 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,68 @@ -[![](https://img.shields.io/badge/Discord-MMD-green.svg?style=flat&logo=Discord)](https://discord.mcmoddev.com) +[![Discord](https://img.shields.io/badge/Discord-MMD-green.svg?style=flat&logo=Discord)](https://discord.moddev.zone) +[![CurseForge](https://img.shields.io/badge/CurseForge-Iron%20Age%20Furniture-orange.svg)](https://www.curseforge.com/minecraft/mc-mods/iron-age-furniture) +[![Build, test, and audit](https://github.com/MinecraftModDevelopmentMods/IronAgeFurniture/actions/workflows/ci.yml/badge.svg?branch=master-1.12)](https://github.com/MinecraftModDevelopmentMods/IronAgeFurniture/actions/workflows/ci.yml?query=branch%3Amaster-1.12) # IronAgeFurniture -A mod for adding Iron Age Furniture to Minecraft + +IronAgeFurniture adds chairs, stools, benches, lamps, sconces, and other ye +olde-style furniture to Minecraft. Seating is functional, furniture supports +the appropriate vanilla and optional-mod materials, and lighting includes +falling and throwable lava lamps. + +This branch provides IronAgeFurniture `0.3.0.112021` for Minecraft 1.12.2 and +Forge 14.23.5.2859. It requires Java 8 and can be installed on both clients and +dedicated servers. + +## Optional integrations + +IronAgeFurniture adds matching furniture and recipes when these mods are +installed: + +- Biomes O' Plenty +- Natura +- Forestry +- Immersive Engineering + +They are optional. Their recipes and recipe advancements are conditionally +loaded, so a normal installation does not need any of them. + +## Compatibility + +The persistent mod ID, registry names, resource paths, configuration names, +entities, and saved-world identity remain under `ironagefurniture`. Existing +1.12.2 worlds therefore retain the same runtime identities. + +The supported Java source namespace is now +`zone.moddev.mc.ironagefurniture`. Add-ons compiled against the former +`com.mcmoddev.ironagefurniture` packages must update their imports. The Maven +coordinate is +`zone.moddev.mc:iron-age-furniture:0.3.0.112021`. + +See [CHANGELOG.md](CHANGELOG.md) for the release notes and +[docs/VERSIONS.md](docs/VERSIONS.md) for the versioning scheme. Bugs can be +reported through the +[MMD issue tracker](https://github.com/MinecraftModDevelopmentMods/IronAgeFurniture/issues). + +## Building + +Use the checked-in Gradle wrapper with a Java 17 runtime and a Temurin Java 8 +compiler toolchain. CI pins the compiler to 8.0.502+7; Eclipse may use a newer +Temurin Java 8 patch release for the project JRE while Buildship runs Gradle on +Java 17. ForgeGradle prepares the Forge 1.12.2 dependency from the checked-in +wrapper configuration without downloading a separate build tool. + +```text +gradlew.bat clean check build javadoc verifyReleaseArtifacts verifyReleaseChecksums +``` + +Generate reproducible Eclipse/Buildship metadata with: + +```text +gradlew.bat prepareEclipse verifyEclipseProductionClasspath +``` + +Release publication is initiated manually from the protected default-branch +dispatcher after the exact target commit has passed hosted CI. Building +locally does not tag or publish a release. + +IronAgeFurniture is licensed under LGPL-2.1. diff --git a/build.gradle b/build.gradle index 547e64f63e..2e40d0ac50 100644 --- a/build.gradle +++ b/build.gradle @@ -1,877 +1,1665 @@ -buildscript { - repositories { - mavenLocal() - jcenter() - mavenCentral() - maven { - name = 'forge' - url = 'https://files.minecraftforge.net/maven' - } - maven { - name = 'gradle' - url 'https://plugins.gradle.org/m2/' - } - maven { - name = 'sonatype' - url = 'https://oss.sonatype.org/content/groups/public' - } - } - dependencies { - classpath group: 'net.minecraftforge.gradle', name: 'ForgeGradle', version: project.fg_version - //classpath group: 'com.jaredsburrows', name: 'gradle-checker-framework-plugin', version: '0.2.2' - } -} +import groovy.json.JsonSlurper +import groovy.xml.XmlSlurper +import java.nio.charset.StandardCharsets +import java.security.MessageDigest +import java.util.Arrays +import java.util.jar.Manifest +import java.util.zip.ZipFile +import org.apache.tools.ant.filters.FixCrLfFilter +import org.gradle.api.publish.maven.tasks.PublishToMavenRepository +import org.gradle.jvm.toolchain.JvmVendorSpec plugins { - id 'com.github.spotbugs' version '1.6.9' // 4.0 or later - id 'com.matthewprenger.cursegradle' version '1.4.0' - id 'org.sonarqube' version '2.8' - id 'se.bjurr.gitchangelog.git-changelog-gradle-plugin' version '1.60' -//id 'org.junit.platform.gradle.plugin' version '1.2.0' + id 'java' + id 'eclipse' + id 'idea' id 'maven-publish' - id 'jacoco' - id 'checkstyle' // 2.7 or later -} - -apply plugin: 'net.minecraftforge.gradle.forge' // FG2.x -//apply plugin: 'forge' // FG1.x -//apply plugin: 'com.jaredsburrows.checkerframework' -apply plugin: 'eclipse' -apply plugin: 'idea' -apply plugin: 'maven-publish' -apply plugin: 'pmd' - -project.afterEvaluate { - //final def junitPlatformTestTask = project.tasks.getByName('junitPlatformTest') - - // configure jacoco to analyze the junitPlatformTest task - jacoco { - // this tool version is compatible with - toolVersion = '0.8.3' - // Not needed with new way - //if (GradleVersion.current() < GradleVersion.version('4.6')) { - //applyTo junitPlatformTestTask - //}} - } - - // create junit platform jacoco task - project.task(type: JacocoReport, 'junitPlatformJacocoReport', - { - if (GradleVersion.current() >= GradleVersion.version('5.0')) { - getSourceDirectories().from(files('./src/main')) - getClassDirectories().from(files("${project.buildDir}/classes/main")) - } else { - sourceDirectories = files('./src/main') - classDirectories = files("${project.buildDir}/classes/main") - } - // Not needed with new way - //if (GradleVersion.current() < GradleVersion.version('4.6')) { - // executionData junitPlatformTestTask - //} - }) -} - -// Only works with JUnit Platform Launcher 1.2.0 and earlier -/* -if (GradleVersion.current() < GradleVersion.version('4.6')) { - junitPlatform { - // platformVersion '1.2.0' - // logManager 'org.apache.logging.log4j.jul.LogManager' - reportsDir file("${project.buildDir}/test-results/junit-platform") - // enableStandardTestTask true - // selectors (optional) - // filters (optional) - } -} -*/ - -if (GradleVersion.current() >= GradleVersion.version('4.0')) { - spotbugs { - ignoreFailures = true - toolVersion = '3.1.6' - effort = 'max' - reportLevel = 'low' - //includeFilter = file("$rootProject.projectDir/config/spotbugs-filter.xml") - } - - tasks.withType(com.github.spotbugs.SpotBugsTask) { - reports { - xml.enabled = false - html.enabled = true - } - } -} - -if (GradleVersion.current() >= GradleVersion.version('2.7')) { - checkstyle { - ignoreFailures = true - toolVersion = '8.20' // 5.7 is default - showViolations = false - } -} - -pmd { - consoleOutput = false - ignoreFailures = true - sourceSets = [sourceSets.main] - reportsDir = file("$project.buildDir/reports/pmd") - rulePriority = 5 - ruleSets = [ - 'java-android', - 'java-basic', - 'java-braces', - 'java-clone', - 'java-codesize', - 'java-comments', - 'java-controversial', - 'java-coupling', - 'java-design', - 'java-empty', - 'java-finalizers', - 'java-imports', - 'java-j2ee', - 'java-javabeans', - 'java-junit', - 'java-logging-jakarta-commons', - 'java-logging-java', -// 'java-metrics', // Upsets 5.8.1 - 'java-migrating', - 'java-migrating_to_junit4', - 'java-naming', - 'java-optimizations', -// 'java-quickstart', // 6.x - 'java-strictexception', - 'java-strings', - 'java-sunsecure', - 'java-typeresolution', - 'java-unnecessary', - 'java-unusedcode' - ] - toolVersion = '5.8.1'; // 6.19.0 - if (GradleVersion.current() >= GradleVersion.version('5.6')) { -// incrementalAnalysis = true // Requires PMD 6.0.0 or newer - } + id 'net.minecraftforge.renamer' version '1.1.5' + id 'net.minecraftforge.gradle' version '7.0.34' } -tasks.withType(JavaCompile) { - options.encoding = 'UTF-8' - options.compilerArgs = [ - '-Xlint:deprecation', // deprecation, rawtypes, cast, unchecked, all - //'-Xdiags:verbose', - //'-Werror' - ] - compileJava.options.compilerArgs += '-proc:none' -} +apply from: 'gradle/furniture-catalog.gradle' -tasks.withType(Test) { - compileTestJava.options.compilerArgs += '-proc:none' -} - -javadoc { - failOnError = false -} - -import org.gradle.util.GradleVersion -test { - if (GradleVersion.current() >= GradleVersion.version('4.6')) { - useJUnitPlatform() - /* - useJUnitPlatform { - includeTags 'fast', 'smoke & feature-a' - //excludeTags 'slow', 'ci' - includeEngines 'junit-jupiter' - //excludeEngines 'junit-vintage' +def sha256Of = { File inputFile -> + MessageDigest digest = MessageDigest.getInstance('SHA-256') + inputFile.withInputStream { input -> + byte[] buffer = new byte[8192] + for (int read = input.read(buffer); read >= 0; read = input.read(buffer)) { + if (read > 0) digest.update(buffer, 0, read) } - */ } + digest.digest().encodeHex().toString().toUpperCase() } -//project.ext.short_version = '1.0.0' -//ext.short_version = getModVersion('VERSION', 3 + || !minecraftVersionParts.every { it ==~ /\d+/ }) { + throw new GradleException("minecraft_version must use major.minor or major.minor.patch numeric form: ${project.minecraft_version}") +} +def minecraftPatch = minecraftVersionParts.size() == 3 ? minecraftVersionParts[2] : '0' +def expectedTargetVersion = "${minecraftVersionParts[0]}" + + "${minecraftVersionParts[1].padLeft(2, '0')}" + + "${minecraftPatch.padLeft(2, '0')}" + project.loader_code +if (versionParts[3] != expectedTargetVersion) { + throw new GradleException("mod_version target ${versionParts[3]} does not match " + + "Minecraft ${project.minecraft_version} ${project.loader_name} target ${expectedTargetVersion}") } -sourceCompatibility = JavaVersion.VERSION_1_8 -targetCompatibility = JavaVersion.VERSION_1_8 +ext.functional_version = versionParts[0..2].join('.') +ext.display_version = project.mod_version +ext.release_tag = project.mod_version -eclipse.project { - buildCommand 'org.eclipse.buildship.core.gradleprojectbuilder' - natures 'org.eclipse.buildship.core.gradleprojectnature' +if (GradleVersion.current() != GradleVersion.version('9.6.1')) { + throw new GradleException("This build requires Gradle 9.6.1, found ${GradleVersion.current()}") } - -idea.module { - downloadJavadoc = true - //inheritOutputDirs = true +// Buildship normally launches Gradle with the JVM that runs Eclipse. Gradle 9.6.1 +// supports newer JVMs, while compilation remains pinned to Temurin Java 8. +if (!JavaVersion.current().isCompatibleWith(JavaVersion.VERSION_17)) { + throw new GradleException("Gradle requires Java 17 or newer, found ${System.getProperty('java.version')}") } -class Secrets { - Map m_data = null +def java8Compiler = javaToolchains.compilerFor { + languageVersion = JavaLanguageVersion.of(8) + vendor = JvmVendorSpec.ADOPTIUM +} +def java8Launcher = javaToolchains.launcherFor { + languageVersion = JavaLanguageVersion.of(8) + vendor = JvmVendorSpec.ADOPTIUM +} - final String getProperty(final String key) { - return (m_data && (m_data[key] != null)) ? m_data[key] : '' +java { + toolchain { + languageVersion = JavaLanguageVersion.of(8) + vendor = JvmVendorSpec.ADOPTIUM } + withSourcesJar() + withJavadocJar() } -final def secretFile -if (System.getenv('SECRET_FILE')) { - secretFile = file System.getenv().SECRET_FILE -} else { - secretFile = file 'secret.json' +tasks.withType(JavaCompile).configureEach { + javaCompiler = java8Compiler + sourceCompatibility = JavaVersion.VERSION_1_8 + targetCompatibility = JavaVersion.VERSION_1_8 + options.encoding = 'UTF-8' + options.compilerArgs.addAll(['-Xlint:deprecation', '-Xmaxerrs', '1000']) } -import groovy.json.JsonSlurper -project.ext.secret = new Secrets() -if (secretFile.exists()) { - secretFile.withReader { - project.secret.m_data = new JsonSlurper().parse it - } -} else { - project.secret.m_data = new JsonSlurper().parseText( - '{ "username" : "' + (System.getenv('userMaven') ?: '') + '",' - + '"password" : "' + (System.getenv('authMaven') ?: '') + '",' - + '"url" : "' + (System.getenv('urlMaven') ?: '') + '",' - + '"curseforgeAPIKey" : "' + (System.getenv('curse_auth') ?: '00000000-0000-0000-0000-000000000000') + '",' - + '"sonarHost" : "' + (System.getenv('SONAR_HOST_URL') ?: 'https://sonarcloud.io') + '",' - + '"sonarOrganization" : "' + (System.getenv('SONAR_ORGANIZATION') ?: '') + '",' - + '"sonarToken" : "' + (System.getenv('SONAR_AUTH_TOKEN') ?: 0) + '"}' - ) +tasks.named('compileTestJava', JavaCompile) { + options.compilerArgs.add('-proc:none') } -minecraft { - version = project.forge_mc_version + '-' + project.forge_version - mappings = project.mcp_mappings_version - - if (project.hasProperty('runDir')) { - runDir = project.runDir - } else if (file('../run').exists()) { - runDir = '../run' - } else { - runDir = 'run' - } - - replace '@MOD_VERSION@', project.short_version +tasks.withType(Javadoc).configureEach { + failOnError = false + options.encoding = 'UTF-8' + options.addStringOption('Xdoclint:none', '-quiet') + options.addBooleanOption('notimestamp', true) +} - if (project.hasProperty('signSHA1') && getBooleanProperty('do_sign_jar')) { - replace '@FINGERPRINT@', project.findProperty('signSHA1') - } else { - replace '@FINGERPRINT@', '' - } +tasks.withType(AbstractArchiveTask).configureEach { + preserveFileTimestamps = false + reproducibleFileOrder = true +} - if (project.hasProperty('core_plugin')) { - clientJvmArgs += "-Dfml.coreMods.load=${project.core_plugin}" - serverJvmArgs += "-Dfml.coreMods.load=${project.core_plugin}" - } +def archiveTextSuffixes = [ + '.cfg', '.css', '.html', '.info', '.java', '.js', '.json', '.lang', + '.mcmeta', '.md', '.properties', '.txt', '.xml', '.toml' +] +def archiveTextPatterns = archiveTextSuffixes.collect { "**/*${it}".toString() } +archiveTextPatterns.addAll(['**/element-list', '**/package-list']) +def optionalIntegrationExpectedCounts = [ + biomesoplenty : [recipes: 624, advancements: 624], + natura : [recipes: 468, advancements: 468], + forestry : [recipes: 1131, advancements: 1131], + immersiveengineering: [recipes: 48, advancements: 48] +] +def optionalIntegrationProfile = providers.gradleProperty('integrationProfile').getOrElse('all') +def normalizeArchiveLineEndings = { details -> + details.filter(FixCrLfFilter, + eol: FixCrLfFilter.CrLf.newInstance('lf'), + eof: FixCrLfFilter.AddAsisRemove.newInstance('asis')) +} - if (project.hasProperty('mc_username')) { - clientRunArgs += ['--username', project.mc_username] - if (project.hasProperty('mc_password')) { - clientRunArgs += ['--password', project.mc_password] +tasks.register('verifyBuildEnvironment') { + group = 'verification' + description = 'Verifies the supported Gradle runtime and Temurin Java 8 compiler toolchain.' + doLast { + def metadata = java8Compiler.get().metadata + String vendor = metadata.vendor.toString().toLowerCase(Locale.ROOT) + if (metadata.languageVersion.asInt() != 8 + || !(vendor.contains('eclipse temurin') || vendor.contains('eclipse adoptium'))) { + throw new GradleException("Java compiler toolchain must be Eclipse Temurin Java 8; " + + "found ${metadata.vendor} ${metadata.javaRuntimeVersion} at ${metadata.installationPath}") } } - if (project.hasProperty('mc_uuid')) { - clientRunArgs += ['--uuid', project.mc_uuid] - } +} - if (getBooleanProperty('mc_server_nogui')) { - serverRunArgs += 'nogui' - } +tasks.withType(JavaCompile).configureEach { + dependsOn tasks.named('verifyBuildEnvironment') +} - if (getBooleanProperty('forge_do_not_backup')) { - serverJvmArgs += '-Dfml.doNotBackup=true' - clientJvmArgs += '-Dfml.doNotBackup=true' +def eclipseWorkspaceProjectName = 'IronAgeFurniture' +eclipse { + project { + name = eclipseWorkspaceProjectName + buildCommand 'org.eclipse.buildship.core.gradleprojectbuilder' + natures 'org.eclipse.buildship.core.gradleprojectnature' } - - if (getBooleanProperty('forge_query_result_confirm')) { - serverJvmArgs += '-Dfml.queryResult=confirm' + classpath { + downloadSources = true + downloadJavadoc = true } + synchronizationTasks 'isolateEclipseProductionRuns' +} - if (getBooleanProperty('log4j_skip_jansi')) { - serverJvmArgs += '-Dlog4j.skipJansi=true' - clientJvmArgs += '-Dlog4j.skipJansi=true' +idea { + module { + downloadSources = true + downloadJavadoc = true } +} - if (project.hasProperty('mc_resolution')) { - final def res = [ - '480p': [640, 480], - '576p': [640, 576], - '720p': [1280, 720], - '1080p': [1920, 1080], - 'custom': [project.findProperty('mc_custom_resolution_width'), project.findProperty('mc_custom_resolution_height')]] - final def choice = res?.get(project.mc_resolution) - if (choice != null) { - clientRunArgs += ['--width', choice[0]] - clientRunArgs += ['--height', choice[1]] +def developmentModOutput = layout.buildDirectory.dir('development-mod/main') + +minecraft { + mappings channel: project.mcp_mappings_channel, version: project.mcp_mappings_version + String configuredRunDirectory = providers.gradleProperty('runDirectory').getOrElse('run') + + runs { + configureEach { + workingDir.convention layout.projectDirectory.dir(configuredRunDirectory) + systemProperty 'forge.logging.console.level', 'debug' + environment 'MC_VERSION', project.minecraft_version + environment 'MOD_CLASSES', developmentModOutput.get().asFile.absolutePath + mods { + ironagefurniture { source sourceSets.main } + } + } + register('client') + register('server') { + args '--nogui' } } +} - if (project.hasProperty('client_jvm_args')) { - clientJvmArgs += project.client_jvm_args - } - if (project.hasProperty('server_jvm_args')) { - serverJvmArgs += project.server_jvm_args - } +def prepareDevelopmentMod = tasks.register('prepareDevelopmentMod', Sync) { + group = 'ide' + description = 'Merges production classes and resources for legacy FML development discovery.' + dependsOn tasks.named('classes') + from(sourceSets.main.output) + into developmentModOutput +} - if (project.hasProperty('client_game_args')) { - clientRunArgs += project.client_game_args +tasks.matching { it.name == 'runClient' || it.name == 'runServer' }.configureEach { + dependsOn tasks.named('prepareDevelopmentMod') + doFirst { + Set splitProductionOutputs = sourceSets.main.output.files.collect { + it.canonicalFile + } as Set + File mergedOutput = developmentModOutput.get().asFile + setClasspath(project.files( + mergedOutput, + classpath.files.findAll { !splitProductionOutputs.contains(it.canonicalFile) })) + environment 'MC_VERSION', project.minecraft_version + environment 'MOD_CLASSES', mergedOutput.absolutePath } - if (project.hasProperty('server_game_args')) { - serverRunArgs += project.server_game_args - } - - makeObfSourceJar = getBooleanProperty('create_source_jar') - - useDepAts = getBooleanProperty('dep_has_ats') } repositories { - mavenLocal() - jcenter() + minecraft.mavenizer(it) + maven fg.forgeMaven + maven fg.minecraftLibsMaven mavenCentral() - - maven { - name 'MMD' - url 'https://maven.mcmoddev.com/' - } } dependencies { - testCompile('org.junit.platform:junit-platform-launcher:1.5.+') - testCompile('org.junit.jupiter:junit-jupiter-api:5.5.+') // testImplementation - testRuntime('org.junit.jupiter:junit-jupiter-engine:5.5.+') //testRuntimeOnly - if (GradleVersion.current() >= GradleVersion.version('2.13')) { - testCompileOnly 'junit:junit:4.12' - } - testRuntime 'org.junit.vintage:junit-vintage-engine:5.5.+' //testRuntimeOnly - testCompile('org.mockito:mockito-core:2.+') - testCompile('org.mockito:mockito-junit-jupiter:2.+') { - exclude group: 'org.junit.jupiter', module: 'junit-jupiter-engine' - } - if (GradleVersion.current() >= GradleVersion.version('4.6')) { - annotationProcessor group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.11.0' - } + implementation minecraft.dependency( + "net.minecraftforge:forge:${project.minecraft_version}-${project.forge_version}") + compileOnly 'org.lwjgl.lwjgl:lwjgl_util:2.9.4-nightly-20150209' } -import groovy.json.JsonSlurper -import groovy.json.JsonOutput +renamer.mappings.from minecraft.dependency.toSrgFile -processResources { - inputs.property 'version', project.short_version - inputs.property 'mcversion', project.minecraft.version +tasks.withType(Test).configureEach { + workingDir = project.projectDir +} - from (sourceSets.main.resources.srcDirs) { - include 'mcmod.info' - expand 'version': project.short_version, 'mcversion': project.minecraft.version - } +def optionalIntegrationManifestFile = layout.projectDirectory.file( + 'gradle/verification/optional-integration-mods.json') +def optionalIntegrationRunDirectory = layout.projectDirectory.dir('run-optional-integrations') +def optionalIntegrationArtifactsDirectory = optionalIntegrationRunDirectory.dir('artifacts') +def optionalIntegrationForgeInstaller = optionalIntegrationRunDirectory.file( + "forge-${minecraft_version}-${forge_version}-installer.jar") +def optionalIntegrationForgeInstallerSha256 = + 'DBBA1CD1BF34A4B82148BAC50A6150F63FFCB2D5DC7D88A0508C27FDCFF15B76' +def optionalIntegrationServerDirectory = providers.gradleProperty('optionalIntegrationServerDir') + .map { project.file(it) } + .orElse(optionalIntegrationRunDirectory.asFile) +def optionalIntegrationModsDirectory = optionalIntegrationServerDirectory + .map { new File(it, 'mods') } +def optionalIntegrationFixtureClasses = layout.buildDirectory.dir( + 'optional-integration-fixture/classes') +def optionalIntegrationFixtureGeneratedResources = layout.buildDirectory.dir( + 'optional-integration-fixture/generated-resources') + +tasks.register('verifyOptionalIntegrationMods') { + group = 'verification' + description = 'Verifies the pinned third-party jars for the positive optional-integration test.' + inputs.file optionalIntegrationManifestFile + doLast { + Map manifest = new JsonSlurper().parse(optionalIntegrationManifestFile.asFile) as Map + if (manifest.minecraft != project.minecraft_version.toString() + || !(manifest.mods instanceof List) || manifest.mods.isEmpty()) { + throw new GradleException('Optional-integration mod manifest is incomplete or targets the wrong game') + } + File modsDirectory = optionalIntegrationArtifactsDirectory.asFile + Map integrationJars = [:] + manifest.mods.each { mod -> + File candidate = new File(modsDirectory, mod.file.toString()) + if (!candidate.isFile()) { + throw new GradleException("Missing optional-integration test mod ${candidate.name} in " + + modsDirectory) + } + String actual = sha256Of(candidate) + if (!actual.equalsIgnoreCase(mod.sha256.toString())) { + throw new GradleException("Checksum mismatch for optional-integration test mod " + + "${candidate.name}: expected ${mod.sha256}, found ${actual}") + } + new ZipFile(candidate).withCloseable { ZipFile zip -> + def metadataEntry = zip.getEntry('mcmod.info') + if (metadataEntry == null) { + throw new GradleException("${candidate.name} has no mcmod.info") + } + String metadata = zip.getInputStream(metadataEntry) + .withCloseable { it.getText('UTF-8') } + def declaredMods = new JsonSlurper().parseText(metadata) + if (!(declaredMods instanceof List) + || !declaredMods.any { it instanceof Map && it.modid == mod.modId }) { + throw new GradleException("${candidate.name} does not declare mod ID ${mod.modId}") + } + } + if (mod.role == 'integration') integrationJars[mod.modId.toString()] = candidate + } - from (sourceSets.main.resources.srcDirs) { - exclude 'mcmod.info' + Map> externalTextures = integrationJars.keySet().collectEntries { + [(it): new TreeSet()] + } + fileTree('src/main/resources/assets/ironagefurniture/models') { include '**/*.json' } + .files.each { model -> + String text = model.getText('UTF-8') + integrationJars.keySet().each { modId -> + def matcher = text =~ /["']${java.util.regex.Pattern.quote(modId)}:([^"']+)["']/ + matcher.each { match -> + String path = match[1].toString() + if (path.startsWith('blocks/') || path.startsWith('items/')) { + externalTextures[modId].add("assets/${modId}/textures/${path}.png") + } + } + } + } + externalTextures.each { modId, paths -> + new ZipFile(integrationJars[modId]).withCloseable { ZipFile zip -> + Collection missing = paths.findAll { zip.getEntry(it) == null } + if (!missing.isEmpty()) { + throw new GradleException("${integrationJars[modId].name} is missing referenced " + + "textures: ${missing}") + } + } + } } +} - rename '(.+_at.cfg)', 'META-INF/$1' - +tasks.register('generateOptionalIntegrationFixtureData') { + group = 'verification' + description = 'Generates the exact conditional recipe and advancement IDs for the runtime probe.' + File recipeRoot = file('src/main/resources/assets/ironagefurniture/recipes') + File advancementRoot = file('src/main/resources/assets/ironagefurniture/advancements/recipes') + inputs.files fileTree(recipeRoot) { include '**/*.json' } + inputs.files fileTree(advancementRoot) { include '**/*.json' } + outputs.dir optionalIntegrationFixtureGeneratedResources doLast { + Map recipeCounts = optionalIntegrationExpectedCounts.collectEntries { + modId, counts -> [(modId): 0] + } + Map advancementCounts = optionalIntegrationExpectedCounts.collectEntries { + modId, counts -> [(modId): 0] + } + List recipes = [] + fileTree(recipeRoot) { include '**/*.json' }.files.each { recipeFile -> + Map recipe = new JsonSlurper().parse(recipeFile) as Map + List matching = recipe.conditions instanceof List + ? recipe.conditions.findAll { condition -> + condition instanceof Map && condition.type == 'forge:mod_loaded' + && optionalIntegrationExpectedCounts.containsKey(condition.modid) + } as List : [] + if (matching.size() == 1) { + String modId = matching[0].modid + String path = recipeRoot.toPath().relativize(recipeFile.toPath()).toString() + .replace('\\', '/').replaceFirst(/\.json$/, '') + recipes.add("${modId}=ironagefurniture:${path}") + recipeCounts[modId]++ + } + } + List advancements = [] + fileTree(advancementRoot) { include '**/*.json' }.files.each { advancementFile -> + Map advancement = new JsonSlurper().parse(advancementFile) as Map + List matching = advancement.conditions instanceof List + ? advancement.conditions.findAll { condition -> + condition instanceof Map && condition.type == 'forge:mod_loaded' + && optionalIntegrationExpectedCounts.containsKey(condition.modid) + } as List : [] + if (matching.size() == 1) { + String modId = matching[0].modid + String path = advancementRoot.toPath().relativize(advancementFile.toPath()).toString() + .replace('\\', '/').replaceFirst(/\.json$/, '') + advancements.add("${modId}=ironagefurniture:recipes/${path}") + advancementCounts[modId]++ + } + } + optionalIntegrationExpectedCounts.each { modId, expected -> + if (recipeCounts[modId] != expected.recipes + || advancementCounts[modId] != expected.advancements) { + throw new GradleException("Unexpected ${modId} fixture inventory: " + + "${recipeCounts[modId]} recipes and ${advancementCounts[modId]} advancements") + } + } + File output = optionalIntegrationFixtureGeneratedResources.get().asFile + output.mkdirs() + new File(output, 'expected-conditional-recipes.txt') + .setText(recipes.sort().join('\n') + '\n', 'UTF-8') + new File(output, 'expected-conditional-advancements.txt') + .setText(advancements.sort().join('\n') + '\n', 'UTF-8') + } +} + +tasks.register('compileOptionalIntegrationFixture', JavaCompile) { + group = 'verification' + description = 'Compiles the test-only Forge probe for positive optional-integration validation.' + dependsOn tasks.named('classes') + source fileTree('src/optionalIntegrationTest/java') + classpath = files(sourceSets.main.output, sourceSets.main.compileClasspath) + destinationDirectory = optionalIntegrationFixtureClasses + javaCompiler = java8Compiler + options.encoding = 'UTF-8' + sourceCompatibility = JavaVersion.VERSION_1_8 + targetCompatibility = JavaVersion.VERSION_1_8 + options.compilerArgs.add('-proc:none') +} - def jsonMinifyStart = System.currentTimeMillis() - def jsonMinified = 0 - def jsonBytesSaved = 0 +def optionalIntegrationFixtureDeobfJar = tasks.register( + 'optionalIntegrationFixtureDeobfJar', Jar) { + group = 'verification' + description = 'Builds the development-named optional-integration runtime probe.' + dependsOn tasks.named('compileOptionalIntegrationFixture') + dependsOn tasks.named('generateOptionalIntegrationFixtureData') + archiveFileName = 'ironagefurniture-optional-integration-probe-deobf.jar' + destinationDirectory = layout.buildDirectory.dir('optional-integration-fixture') + from optionalIntegrationFixtureClasses + from 'src/optionalIntegrationTest/resources' + from optionalIntegrationFixtureGeneratedResources + filesMatching(archiveTextPatterns, normalizeArchiveLineEndings) +} - fileTree(dir: outputs.files.asPath, include: '**/*.json').each { +def optionalIntegrationFixtureJarFile = layout.buildDirectory.file( + 'optional-integration-fixture/ironagefurniture-optional-integration-probe.jar') +def reobfOptionalIntegrationFixtureJar = renamer.classes(optionalIntegrationFixtureDeobfJar) { + map.from minecraft.dependency.toSrgFile + output = optionalIntegrationFixtureJarFile +} - File file = it - jsonMinified++ - def oldLength = file.length() - file.text = JsonOutput.toJson(new JsonSlurper().parse(file)) - jsonBytesSaved += oldLength - file.length() - } +tasks.register('optionalIntegrationFixtureJar') { + group = 'verification' + description = 'Builds the non-published packaged-server optional-integration probe.' + dependsOn reobfOptionalIntegrationFixtureJar + outputs.file optionalIntegrationFixtureJarFile +} - println('Minified ' + jsonMinified + ' json files. Saved ' + jsonBytesSaved + ' bytes. Took ' + (System.currentTimeMillis() - jsonMinifyStart) + 'ms.') +tasks.register('stageOptionalIntegrationFixture', Sync) { + group = 'verification' + description = 'Stages the verified runtime probe beside the locally supplied integration mods.' + dependsOn tasks.named('verifyOptionalIntegrationMods') + dependsOn tasks.named('optionalIntegrationFixtureJar') + dependsOn tasks.named('assemble') + from(optionalIntegrationArtifactsDirectory) { + include { details -> + Map manifest = new JsonSlurper().parse(optionalIntegrationManifestFile.asFile) as Map + Map entry = manifest.mods.find { candidate -> candidate.file == details.file.name } + if (entry == null) return false + optionalIntegrationProfile == 'all' + || (entry.role == 'integration' && entry.modId == optionalIntegrationProfile) + || (entry.requiredBy instanceof List + && entry.requiredBy.contains(optionalIntegrationProfile)) + } } + from optionalIntegrationFixtureJarFile + from layout.buildDirectory.file( + "libs/${base.archivesName.get()}-${project.version}.jar") + into optionalIntegrationModsDirectory } -jar { - //from sourceSets.api.output - //from sourceSets.main.output +def optionalIntegrationForgeServerJar = optionalIntegrationServerDirectory.map { + new File(it, "forge-${minecraft_version}-${forge_version}.jar") +} - manifest { - mainAttributes( - 'Maven-Artifact': "${project.group}:${project.archivesBaseName}:${project.version}", - 'Timestamp': System.currentTimeMillis(), - 'Specification-Title': 'examplemod', - 'Specification-Vendor': 'mcmoddev', - 'Specification-Version': '1', - 'Implementation-Title': project.archivesBaseName, - 'Implementation-Version': project.version, - 'Implementation-Vendor' :'mcmoddev', - 'Implementation-Timestamp': new Date().format("yyyy-MM-dd'T'HH:mm:ssZ"), - 'Built-On-Java': "${System.getProperty('java.vm.version')} (${System.getProperty('java.vm.vendor')})", - 'Built-On': "${project.forge_mc_version}-${project.forge_version}" - ) - if (project.hasProperty('core_plugin')) { - attributes 'FMLCorePluginContainsFMLMod': 'true' - attributes 'FMLCorePlugin': project.core_plugin +tasks.register('verifyOptionalIntegrationForgeInstaller') { + group = 'verification' + description = 'Verifies the locally supplied official Forge server installer.' + inputs.file optionalIntegrationForgeInstaller + doLast { + File installer = optionalIntegrationForgeInstaller.asFile + if (!installer.isFile()) { + throw new GradleException("Download the official Forge ${minecraft_version}-${forge_version} " + + "installer to ${installer}") } - if (project.hasProperty('mod_at_file')) { - attributes 'FMLAT': project.mod_at_file + String actual = sha256Of(installer) + if (actual != optionalIntegrationForgeInstallerSha256) { + throw new GradleException("Checksum mismatch for ${installer.name}: expected " + + "${optionalIntegrationForgeInstallerSha256}, found ${actual}") } - if (project.hasProperty('mod_contained_deps')) { - attributes 'ContainedDeps': project.mod_contained_deps + } +} + +tasks.register('installOptionalIntegrationServer', Exec) { + group = 'verification' + description = 'Installs the pinned Forge 1.12.2 dedicated server for the packaged integration probe.' + dependsOn tasks.named('verifyOptionalIntegrationForgeInstaller') + inputs.file optionalIntegrationForgeInstaller + outputs.file optionalIntegrationForgeServerJar + doFirst { + File serverDirectory = optionalIntegrationServerDirectory.get() + if (!serverDirectory.isDirectory() && !serverDirectory.mkdirs()) { + throw new GradleException("Could not create optional-integration server directory ${serverDirectory}") } + workingDir serverDirectory + executable java8Launcher.get().executablePath.asFile + args '-jar', optionalIntegrationForgeInstaller.asFile.absolutePath, + '--installServer', serverDirectory.absolutePath } } -task apiJar(type: Jar) { - onlyIf { - getBooleanProperty('create_api_jar') +tasks.register('prepareOptionalIntegrationServer') { + group = 'verification' + description = 'Creates deterministic local server settings for the optional integration probe.' + dependsOn tasks.named('installOptionalIntegrationServer') + doLast { + File serverDirectory = optionalIntegrationServerDirectory.get() + new File(serverDirectory, 'eula.txt').setText('eula=true\n', 'UTF-8') + new File(serverDirectory, 'server.properties').setText([ + 'allow-flight=true', + 'level-name=world', + 'max-tick-time=120000', + 'online-mode=false', + 'server-ip=127.0.0.1', + 'server-port=0', + '' + ].join('\n'), 'UTF-8') } +} - description = 'Creates a JAR containing the API Classes.' - classifier = 'api' - from apiClasses - // from sourceSets.api.output - manifest { - mainAttributes( - 'Maven-Artifact': "${project.group}:${project.archivesBaseName}:${project.version}:api", - 'Timestamp': System.currentTimeMillis(), - 'Specification-Title': 'examplemod', - 'Specification-Vendor': 'mcmoddev', - 'Specification-Version': '1', - 'Implementation-Title': project.name + '-api', - 'Implementation-Version': project.version, - 'Implementation-Vendor' :'mcmoddev', - 'Implementation-Timestamp': new Date().format("yyyy-MM-dd'T'HH:mm:ssZ"), - 'Built-On-Java': "${System.getProperty('java.vm.version')} (${System.getProperty('java.vm.vendor')})", - 'Built-On': "${project.forge_mc_version}-${project.forge_version}" - ) - } -} - -task deobfJar(type: Jar) { - onlyIf { - getBooleanProperty('create_deobf_jar') - } - - description = 'Creates a JAR containing the non-obfuscated compiled code.' - classifier = 'deobf' - from sourceSets.main.output - manifest { - mainAttributes( - 'Maven-Artifact': "${project.group}:${project.archivesBaseName}:${project.version}:deobf", - 'Timestamp': System.currentTimeMillis(), - 'Specification-Title': 'examplemod', - 'Specification-Vendor': 'mcmoddev', - 'Specification-Version': '1', - 'Implementation-Title': project.name + '-deobf', - 'Implementation-Version': project.version, - 'Implementation-Vendor' :'mcmoddev', - 'Implementation-Timestamp': new Date().format("yyyy-MM-dd'T'HH:mm:ssZ"), - 'Built-On-Java': "${System.getProperty('java.vm.version')} (${System.getProperty('java.vm.vendor')})", - 'Built-On': "${project.forge_mc_version}-${project.forge_version}" - ) - if (project.hasProperty('mod_at_file')) { - attributes 'FMLAT': project.mod_at_file +tasks.register('runOptionalIntegrationServer', Exec) { + group = 'verification' + description = 'Runs the packaged Forge server and proves all optional recipes are loaded.' + dependsOn tasks.named('stageOptionalIntegrationFixture') + dependsOn tasks.named('prepareOptionalIntegrationServer') + doFirst { + File serverDirectory = optionalIntegrationServerDirectory.get() + if (optionalIntegrationProfile != 'all' + && !optionalIntegrationExpectedCounts.containsKey(optionalIntegrationProfile)) { + throw new GradleException("Unknown integrationProfile ${optionalIntegrationProfile}") } - if (project.hasProperty('core_plugin')) { - attributes 'FMLCorePlugin': project.core_plugin + File marker = new File(serverDirectory, 'optional-integration-pass.properties') + if (marker.exists() && !marker.delete()) { + throw new GradleException("Could not remove stale optional-integration marker ${marker}") + } + new File(serverDirectory, 'server.properties').setText([ + 'allow-flight=true', "level-name=optional-${optionalIntegrationProfile}-world", + 'max-tick-time=120000', 'online-mode=false', + 'server-ip=127.0.0.1', 'server-port=0', '' + ].join('\n'), 'UTF-8') + File forgeServerJar = optionalIntegrationForgeServerJar.get() + if (!forgeServerJar.isFile()) { + throw new GradleException("Forge ${minecraft_version}-${forge_version} server is missing: " + + forgeServerJar) + } + workingDir serverDirectory + executable java8Launcher.get().executablePath.asFile + args '-Diaf.probe.profile=integrations', + "-Diaf.probe.mods=${optionalIntegrationProfile}", '-Dfml.queryResult=confirm', + '-jar', forgeServerJar.name, 'nogui' + } + doLast { + File marker = new File(optionalIntegrationServerDirectory.get(), + 'optional-integration-pass.properties') + if (!marker.isFile()) { + throw new GradleException('Optional-integration server exited without a passing probe marker') + } + Properties result = new Properties() + marker.withInputStream { result.load(it) } + Collection> expectedCounts = optionalIntegrationProfile == 'all' + ? optionalIntegrationExpectedCounts.values() + : [optionalIntegrationExpectedCounts[optionalIntegrationProfile]] + int expectedConditionalRecipes = expectedCounts.sum { it.recipes } as int + int expectedConditionalAdvancements = expectedCounts.sum { it.advancements } as int + if (result.getProperty('status') != 'PASS' + || result.getProperty('conditional_recipes_loaded') != expectedConditionalRecipes.toString() + || result.getProperty('conditional_advancements_loaded') != expectedConditionalAdvancements.toString()) { + throw new GradleException("Unexpected optional-integration result ${result}") } } } -task javadocJar(type: Jar, dependsOn: javadoc) { - onlyIf { - getBooleanProperty('create_javadoc_jar') +tasks.named('processResources', ProcessResources) { + filteringCharset = 'UTF-8' + def replaceProperties = [ + version : project.version, + mcversion : project.minecraft_version, + minecraft_version : project.minecraft_version, + forge_version : project.forge_version, + forge_version_range : project.forge_version_range, + loader_version_range : project.loader_version_range, + mod_id : project.mod_id, + mod_name : project.mod_name, + mod_license : project.mod_license, + mod_authors : project.mod_authors, + mod_description : project.mod_description + ] + inputs.properties replaceProperties + + filesMatching(['mcmod.info', 'pack.mcmeta']) { + expand replaceProperties } + filesMatching(archiveTextPatterns, normalizeArchiveLineEndings) - description = 'Creates a JAR containing the JavaDocs.' - classifier = 'javadoc' - from javadoc.getDestinationDir() - manifest.mainAttributes( - 'Maven-Artifact': "${project.group}:${project.archivesBaseName}:${project.version}:javadoc", - 'Timestamp': System.currentTimeMillis(), - 'Implementation-Title': project.name + '-javadoc', - 'Implementation-Version': project.version, - 'Built-On-Java': "${System.getProperty('java.vm.version')} + (${System.getProperty('java.vm.vendor')})", - 'Built-On': "${project.forge_mc_version}-${project.forge_version}" - ) + from('README.md') { + into 'META-INF/ironagefurniture/docs' + } + from('CHANGELOG.md') { + into 'META-INF/ironagefurniture/docs' + } + from('docs/VERSIONS.md') { + into 'META-INF/ironagefurniture/docs' + } } -task signJar(type: SignJar, dependsOn: reobfJar) { - onlyIf { - getBooleanProperty('do_sign_jar') && - project.hasProperty('keyStore') - } +def commonManifest = { + attributes([ + 'Specification-Title' : project.mod_name, + 'Specification-Vendor' : project.mod_authors, + 'Specification-Version' : versionParts[0], + 'Implementation-Title' : base.archivesName.get(), + 'Implementation-Version' : project.version, + 'Implementation-Vendor' : project.mod_authors, + 'Maven-Artifact' : "${project.group}:${base.archivesName.get()}:${project.version}", + 'Built-On-Java' : project.java_version, + 'Built-On' : "${project.minecraft_version}-${project.forge_version}" + ]) +} - description = 'Sign the Main JAR' - inputFile = jar.archivePath - outputFile = jar.archivePath +tasks.named('jar', Jar) { + archiveClassifier = 'deobf' + destinationDirectory = layout.buildDirectory.dir('libs-dev') + manifest(commonManifest) +} - keyStore = project.findProperty('keyStore') - alias = project.findProperty('keyStoreAlias') - storePass = project.findProperty('keyStorePass') - keyPass = project.findProperty('keyStoreKeyPass') +def releaseJar = renamer.classes(tasks.named('jar', Jar)) { + map.from minecraft.dependency.toSrgFile + archiveClassifier = null + output = layout.buildDirectory.file( + "libs/${base.archivesName.get()}-${project.version}.jar") } -task signApiJar(type: SignJar) { - onlyIf { - getBooleanProperty('create_api_jar') && - getBooleanProperty('do_sign_jar') && - project.hasProperty('keyStore') +tasks.named('sourcesJar', Jar) { + filteringCharset = 'UTF-8' + includeEmptyDirs = false + archiveClassifier = 'sources' + filesMatching(archiveTextPatterns, normalizeArchiveLineEndings) + manifest { + attributes([ + 'Maven-Artifact' : "${project.group}:${base.archivesName.get()}:${project.version}:sources", + 'Implementation-Title' : "${project.mod_name}-sources", + 'Implementation-Version': project.version + ]) } +} - description = 'Sign the API JAR' - keyStore = project.findProperty('keyStore') - alias = project.findProperty('keyStoreAlias') - storePass = project.findProperty('keyStorePass') - keyPass = project.findProperty('keyStoreKeyPass') +tasks.named('javadocJar', Jar) { + filteringCharset = 'UTF-8' + archiveClassifier = 'javadoc' + filesMatching(archiveTextPatterns, normalizeArchiveLineEndings) + manifest { + attributes([ + 'Maven-Artifact' : "${project.group}:${base.archivesName.get()}:${project.version}:javadoc", + 'Implementation-Title' : "${project.mod_name}-javadoc", + 'Implementation-Version': project.version + ]) + } +} - inputFile = apiJar.archivePath - outputFile = apiJar.archivePath +['apiElements', 'runtimeElements'].each { configurationName -> + configurations.named(configurationName) { artifacts.clear() } + artifacts { add(configurationName, releaseJar) } } -task signDeobfJar(type: SignJar) { - onlyIf { - getBooleanProperty('create_deobf_jar') && - getBooleanProperty('do_sign_jar') && - project.hasProperty('keyStore') - } +tasks.named('assemble') { + dependsOn releaseJar + dependsOn tasks.named('sourcesJar') + dependsOn tasks.named('javadocJar') +} - description = 'Sign the deobf JAR' - keyStore = project.findProperty('keyStore') - alias = project.findProperty('keyStoreAlias') - storePass = project.findProperty('keyStorePass') - keyPass = project.findProperty('keyStoreKeyPass') +def expectedReleaseFiles = providers.provider { + String prefix = "${base.archivesName.get()}-${project.version}" + ["${prefix}.jar", "${prefix}-sources.jar", "${prefix}-javadoc.jar"] +} +def preparedReleaseDir = providers.gradleProperty('preparedReleaseDir') +def expectedMavenGroup = 'zone.moddev.mc' +def expectedMavenArtifact = 'iron-age-furniture' +def expectedMavenCoordinate = "${expectedMavenGroup}:${expectedMavenArtifact}:${project.version}" - inputFile = deobfJar.archivePath - outputFile = deobfJar.archivePath +publishing { + publications { + mavenJava(MavenPublication) { + groupId = project.group.toString() + artifactId = base.archivesName.get() + version = project.version.toString() + if (preparedReleaseDir.isPresent()) { + File prepared = file(preparedReleaseDir.get()) + artifact(new File(prepared, expectedReleaseFiles.get()[0])) + artifact(new File(prepared, expectedReleaseFiles.get()[1])) { classifier = 'sources' } + artifact(new File(prepared, expectedReleaseFiles.get()[2])) { classifier = 'javadoc' } + } else { + artifact(releaseJar) + artifact(tasks.named('sourcesJar')) + artifact(tasks.named('javadocJar')) + } + pom { + name = project.mod_name + description = project.mod_description + url = 'https://github.com/MinecraftModDevelopmentMods/IronAgeFurniture' + licenses { + license { + name = 'GNU Lesser General Public License, Version 2.1' + url = 'https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt' + } + } + scm { + connection = 'scm:git:https://github.com/MinecraftModDevelopmentMods/IronAgeFurniture.git' + developerConnection = 'scm:git:ssh://git@github.com/MinecraftModDevelopmentMods/IronAgeFurniture.git' + url = 'https://github.com/MinecraftModDevelopmentMods/IronAgeFurniture' + } + } + } + } + repositories { + maven { + name = 'release' + url = uri(providers.environmentVariable('MAVEN_UPLOAD_URL') + .orElse('https://invalid.invalid/missing-maven-upload-url').get()) + credentials { + username = providers.environmentVariable('MAVEN_UPLOAD_USERNAME').orNull ?: '' + password = providers.environmentVariable('MAVEN_UPLOAD_PASSWORD').orNull ?: '' + } + } + } } -task signSourceJar(type: SignJar) { - onlyIf { - getBooleanProperty('create_source_jar') && - getBooleanProperty('do_sign_jar') && - project.hasProperty('keyStore') +tasks.register('verifyMavenCoordinates') { + group = 'verification' + description = 'Verifies the generated POM and manifest publication namespace.' + dependsOn tasks.named('generatePomFileForMavenJavaPublication') + doLast { + File pomFile = layout.buildDirectory.file('publications/mavenJava/pom-default.xml').get().asFile + def pom = new XmlSlurper(false, false).parse(pomFile) + def actual = [pom.groupId.text(), pom.artifactId.text(), pom.version.text()] + def expected = [expectedMavenGroup, expectedMavenArtifact, project.version.toString()] + if (project.group.toString() != expectedMavenGroup || actual != expected) { + throw new GradleException("Expected Maven coordinate ${expected.join(':')}, found ${actual.join(':')}") + } } +} - description = 'Sign the Sources JAR' - keyStore = project.findProperty('keyStore') - alias = project.findProperty('keyStoreAlias') - storePass = project.findProperty('keyStorePass') - keyPass = project.findProperty('keyStoreKeyPass') +tasks.register('verifyMavenizerCompatibilityFixture') { + group = 'verification' + description = 'Verifies that Forge 1.12.2 uses ForgeGradle Mavenizer without a vendored override.' + doLast { + if (file('ci-fixtures/tools').exists()) { + throw new GradleException('Forge 1.12.2 must not carry a target-specific Mavenizer override') + } + } +} - inputFile = sourceJar.archivePath - outputFile = sourceJar.archivePath +tasks.register('verifyReleaseConfiguration') { + group = 'verification' + description = 'Verifies the exact IronAgeFurniture 1.12.2 release identity.' + dependsOn tasks.named('verifyMavenizerCompatibilityFixture') + doLast { + Map expected = [ + mod_version : '0.3.0.112021', + mod_group : 'zone.moddev.mc', + mod_archive_name : 'iron-age-furniture', + mod_id : 'ironagefurniture', + minecraft_version : '1.12.2', + loader_name : 'forge', + loader_code : '1', + forge_version : '14.23.5.2859', + forge_version_range : '[14.23.5.2859,15)', + loader_version_range : '[14,)', + mcp_mappings_channel : 'stable', + mcp_mappings_version : '39-1.12', + java_version : '8', + java_toolchain_version : '8.0.502+7', + gradle_java_version : '17', + curseforge_project_id : '341834', + mod_license : 'LGPL-2.1' + ] + expected.each { key, value -> + if (!project.hasProperty(key) || project.property(key).toString() != value) { + throw new GradleException("Unexpected ${key}: ${project.findProperty(key)}") + } + } + } } -task signJavadocJar(type: SignJar) { - onlyIf { - getBooleanProperty('create_javadoc_jar') && - getBooleanProperty('do_sign_jar') && - project.hasProperty('keyStore') +tasks.register('verifyRepositoryHygiene') { + group = 'verification' + description = 'Rejects tracked generated output, IDE state, secrets, legacy CI, and machine paths.' + doLast { + byte[] trackedBytes = providers.exec { + commandLine 'git', 'ls-files', '-z' + }.standardOutput.asBytes.get() + List tracked = new String(trackedBytes, StandardCharsets.UTF_8) + .split('\u0000').findAll { !it.isEmpty() } + Set forbiddenDirectories = [ + '.agent', '.agents', '.ci-dependencies', '.claude', '.codex', '.eclipse', + '.gradle', '.gradle-home', '.idea', '.metadata', '.settings', 'agent-notes', + 'bin', 'build', 'classes', 'crash-reports', 'eclipse', 'evidence', 'logs', + 'mcmodsrepo', 'out', 'reports', 'run', 'run-data', 'test-output', 'test-results' + ] as Set + Set forbiddenFiles = [ + '.classpath', '.project', '.travis.yml', 'agent.md', 'agents.md', + 'local.properties', 'secret.json' + ] as Set + List forbidden = tracked.findAll { path -> + if (!file(path).exists()) return false + List segments = path.tokenize('/') + String fileName = segments.last().toLowerCase(Locale.ROOT) + List parents = segments.size() > 1 ? segments[0..-2] : [] + parents.any { forbiddenDirectories.contains(it.toLowerCase(Locale.ROOT)) } + || forbiddenFiles.contains(fileName) + || fileName ==~ /(?:agent|codex)-.*\.md/ + || ['.launch', '.keystore', '.jks', '.p12', '.jfr', '.hprof', '.log'] + .any { fileName.endsWith(it) } + } + if (!forbidden.isEmpty()) { + throw new GradleException("Tracked generated, IDE, legacy CI, or secret files: ${forbidden}") + } + tracked.findAll { path -> + String fileName = new File(path).name + file(path).isFile() && (archiveTextSuffixes.any { fileName.endsWith(it) } + || ['.gitattributes', '.gitignore', 'gradlew'].contains(fileName)) + }.each { path -> + String contents = file(path).getText('UTF-8') + if (contents ==~ /(?s).*(?:[A-Za-z]:[\\\/]Users[\\\/]|\/home\/[^\/]+\/).*/) { + throw new GradleException("Tracked text file contains an absolute machine path: ${path}") + } + } } +} - keyStore = project.findProperty('keyStore') - alias = project.findProperty('keyStoreAlias') - storePass = project.findProperty('keyStorePass') - keyPass = project.findProperty('keyStoreKeyPass') +tasks.register('verifyResourceJsonModernSchema') { + group = 'verification' + description = 'Parses resources and validates recipe advancements, locale parity, and optional conditions.' + doLast { + List jsonFiles = fileTree('src/main/resources') { + include '**/*.json' + include 'pack.mcmeta' + }.files.sort { it.path } + if (jsonFiles.size() != 5691) { + throw new GradleException("Expected 5691 runtime JSON documents, found ${jsonFiles.size()}") + } + jsonFiles.each { candidate -> + try { + new JsonSlurper().parseText(candidate.getText('UTF-8').replaceFirst(/^\uFEFF/, '')) + } catch (Exception ex) { + throw new GradleException("Invalid resource JSON: ${candidate}", ex) + } + } + List localeNames = ['en_en.json', 'en_gb.json', 'en_us.json'] + List locales = localeNames.collect { name -> + new JsonSlurper().parse(file("src/main/resources/assets/ironagefurniture/lang/${name}")) as Map + } + if (!locales.every { it.size() == 2598 } + || !locales.tail().every { it.keySet() == locales.first().keySet() }) { + throw new GradleException('English locale files must retain 2598 identical translation keys') + } - inputFile = javadocJar.archivePath - outputFile = javadocJar.archivePath -} + Map> optionalIntegrations = optionalIntegrationExpectedCounts + def hasModLoadedCondition = { Object conditions, String modId -> + conditions instanceof List && conditions.any { condition -> + condition instanceof Map && condition.type == 'forge:mod_loaded' + && condition.modid == modId + } + } + File recipeRoot = file('src/main/resources/data/ironagefurniture/recipes') + File advancementRoot = file('src/main/resources/data/ironagefurniture/advancements') + Map recipeDocuments = fileTree(recipeRoot) { include '**/*.json' }.files.collectEntries { + [(it): new JsonSlurper().parse(it) as Map] + } + Map advancementDocuments = fileTree(advancementRoot) { include '**/*.json' }.files.collectEntries { + [(it): new JsonSlurper().parse(it) as Map] + } + def advancementPayloads = { Map document -> + if (document.advancements instanceof List) { + return document.advancements.collect { branch -> + branch instanceof Map ? branch.advancement : null + }.findAll { it instanceof Map } as List + } + [document] + } + advancementDocuments.each { advancementFile, document -> + advancementPayloads(document).each { Map advancement -> + List rewards = advancement.rewards instanceof Map + && advancement.rewards.recipes instanceof List + ? advancement.rewards.recipes as List : [] + if (rewards.isEmpty()) { + return + } + if (!(advancement.criteria instanceof Map)) { + throw new GradleException("Recipe advancement has no criteria: ${advancementFile}") + } + Map criteria = advancement.criteria as Map + criteria.each { criterionName, criterion -> + if (criterion instanceof Map && criterion.trigger == 'minecraft:inventory_changed') { + Object predicates = criterion.conditions instanceof Map + ? criterion.conditions.items : null + if (!(predicates instanceof List) || predicates.isEmpty()) { + throw new GradleException("Recipe advancement has no item predicates at " + + "${advancementFile}:${criterionName}") + } + predicates.each { predicate -> + if (!(predicate instanceof Map) || predicate.containsKey('item') || predicate.isEmpty()) { + throw new GradleException("Invalid item predicate at " + + "${advancementFile}:${criterionName}; use items or tag, not item") + } + } + } + } + Map recipeCriteria = criteria.findAll { criterionName, criterion -> + criterion instanceof Map && criterion.trigger == 'minecraft:recipe_unlocked' + } + List requirements = advancement.requirements instanceof List + ? advancement.requirements.flatten().findAll { it instanceof String } as List : [] + rewards.each { recipeId -> + String recipePath = recipeId.startsWith('ironagefurniture:') + ? recipeId.substring('ironagefurniture:'.length()) : null + if (recipePath == null || !new File(recipeRoot, "${recipePath}.json").isFile()) { + throw new GradleException("Recipe advancement rewards missing recipe ${recipeId}: " + + advancementFile) + } + List matchingCriteria = recipeCriteria.findAll { criterionName, criterion -> + criterion.conditions instanceof Map && criterion.conditions.recipe == recipeId + }.keySet() as List + if (matchingCriteria.isEmpty() || !matchingCriteria.any { requirements.contains(it) }) { + throw new GradleException("Recipe advancement must require a matching recipe_unlocked " + + "criterion for ${recipeId}: ${advancementFile}") + } + } + } + } + if (recipeDocuments.any { recipeFile, recipe -> recipe.type == 'forge:conditional' }) { + throw new GradleException('Optional recipes must use top-level conditions, not forge:conditional, ' + + 'because an unmet wrapper condition is logged once per recipe at info level') + } + optionalIntegrations.each { modId, expectedCounts -> + Set recipes = recipeDocuments.findAll { recipeFile, recipe -> + hasModLoadedCondition(recipe.conditions, modId) + }.keySet() + if (recipes.size() != expectedCounts.recipes) { + throw new GradleException("Expected ${expectedCounts.recipes} ${modId} recipes, " + + "found ${recipes.size()}") + } + recipes.each { recipeFile -> + Map recipe = recipeDocuments[recipeFile] + if (!(recipe.type instanceof String) || recipe.type == 'forge:conditional' + || !(recipe.conditions instanceof List) || recipe.conditions.size() != 1 + || !hasModLoadedCondition(recipe.conditions, modId)) { + throw new GradleException( + "Optional recipe lacks one top-level forge:mod_loaded condition for ${modId}: " + + recipeFile) + } + } -if (getBooleanProperty('do_sign_jar')) { - build.dependsOn signJar - if (getBooleanProperty('create_api_jar')) { - build.dependsOn signApiJar - } - if (getBooleanProperty('create_deobf_jar')) { - build.dependsOn signDeobfJar - } - if (getBooleanProperty('create_source_jar')) { - build.dependsOn signSourceJar - } - if (getBooleanProperty('create_javadoc_jar')) { - build.dependsOn signJavadocJar + Set advancements = advancementDocuments.findAll { advancementFile, advancement -> + advancement.advancements instanceof List && advancement.advancements.size() == 1 + && hasModLoadedCondition(advancement.advancements[0].conditions, modId) + }.keySet() + if (advancements.size() != expectedCounts.advancements) { + throw new GradleException("Expected ${expectedCounts.advancements} ${modId} advancements, " + + "found ${advancements.size()}") + } + advancements.each { advancementFile -> + Map wrapper = advancementDocuments[advancementFile] + if (wrapper.keySet() != ['advancements'] as Set + || !(wrapper.advancements instanceof List) + || wrapper.advancements.size() != 1 + || !hasModLoadedCondition(wrapper.advancements[0].conditions, modId) + || !(wrapper.advancements[0].advancement instanceof Map)) { + throw new GradleException( + "Optional advancement lacks a forge:mod_loaded condition for ${modId}: " + + advancementFile) + } + } + } + int conditionalRecipeCount = optionalIntegrations.values().sum { it.recipes } as int + int conditionalAdvancementCount = optionalIntegrations.values().sum { it.advancements } as int + logger.lifecycle('Validated {} resource JSON documents, {} locale keys, {} conditional recipes, ' + + 'and {} conditional advancements.', jsonFiles.size(), locales.first().size(), + conditionalRecipeCount, conditionalAdvancementCount) } } -tasks.publish.dependsOn build -tasks.curseforge.dependsOn publish +tasks.register('stageCoreAbsenceFixture', Sync) { + group = 'verification' + description = 'Stages only IronAgeFurniture and its absence probe for a packaged core server smoke.' + dependsOn tasks.named('optionalIntegrationFixtureJar') + dependsOn tasks.named('assemble') + from optionalIntegrationFixtureJarFile + from layout.buildDirectory.file( + "libs/${base.archivesName.get()}-${project.version}.jar") + into optionalIntegrationModsDirectory +} -artifacts { - if (getBooleanProperty('create_api_jar')) { - archives apiJar - } - if (getBooleanProperty('create_deobf_jar')) { - archives deobfJar - } - if (getBooleanProperty('create_source_jar')) { - archives sourceJar +tasks.register('runCorePackagedServer', Exec) { + group = 'verification' + description = 'Runs the packaged Forge server without optional mods and proves conditioned data is absent.' + dependsOn tasks.named('stageCoreAbsenceFixture') + dependsOn tasks.named('prepareOptionalIntegrationServer') + doFirst { + File serverDirectory = optionalIntegrationServerDirectory.get() + File marker = new File(serverDirectory, 'optional-integration-pass.properties') + if (marker.exists() && !marker.delete()) { + throw new GradleException("Could not remove stale core-smoke marker ${marker}") + } + new File(serverDirectory, 'server.properties').setText([ + 'allow-flight=true', 'level-name=core-absence-world', + 'max-tick-time=120000', 'online-mode=false', + 'server-ip=127.0.0.1', 'server-port=0', '' + ].join('\n'), 'UTF-8') + File forgeServerJar = optionalIntegrationForgeServerJar.get() + workingDir serverDirectory + executable java8Launcher.get().executablePath.asFile + args '-Diaf.probe.profile=absent', '-Dfml.queryResult=confirm', + '-jar', forgeServerJar.name, 'nogui' } - if (getBooleanProperty('create_javadoc_jar')) { - archives javadocJar + doLast { + File marker = new File(optionalIntegrationServerDirectory.get(), + 'optional-integration-pass.properties') + if (!marker.isFile()) { + throw new GradleException('Core packaged server exited without a passing probe marker') + } + Properties result = new Properties() + marker.withInputStream { result.load(it) } + if (result.getProperty('status') != 'PASS' + || result.getProperty('profile') != 'absent' + || result.getProperty('conditional_recipes_loaded') != '0' + || result.getProperty('conditional_advancements_loaded') != '0') { + throw new GradleException("Unexpected core packaged-server result ${result}") + } } } -publishing { - publications { - mavenJava(MavenPublication) { - groupId project.group - artifactId project.archivesBaseName - version project.version - from components.java - if (getBooleanProperty('create_source_jar')) { - artifact sourceJar { - classifier 'sources' - } +tasks.register('verifyResourceJson') { + group = 'verification' + description = 'Validates legacy 1.12 JSON, locale parity, exact recipe unlocks, and optional conditions.' + dependsOn tasks.named('verifyFurnitureCatalog') + doLast { + List jsonFiles = fileTree('src/main/resources') { + include '**/*.json' + include 'pack.mcmeta' + }.files.sort { it.path } + jsonFiles.each { candidate -> + try { + new JsonSlurper().parseText(candidate.getText('UTF-8').replaceFirst(/^\uFEFF/, '')) + } catch (Exception ex) { + throw new GradleException("Invalid resource JSON: ${candidate}", ex) } - if (getBooleanProperty('create_api_jar')) { - artifact apiJar { - classifier 'api' - } + } + + def localeKeys = { File locale -> + locale.readLines('UTF-8').findAll { line -> + String trimmed = line.trim() + !trimmed.isEmpty() && !trimmed.startsWith('#') + }.collect { line -> line.substring(0, line.indexOf('=')) } + } + List locales = ['en_EN.lang', 'en_GB.lang', 'en_US.lang'].collect { + file("src/main/resources/assets/ironagefurniture/lang/${it}") + } + List englishKeys = localeKeys(locales.first()) + locales.tail().each { locale -> + if (localeKeys(locale) != englishKeys) { + throw new GradleException("${locale.name} does not match en_EN.lang ordered keys") } - if (getBooleanProperty('create_deobf_jar')) { - artifact deobfJar { - classifier 'deobf' - } + } + + File recipeRoot = file('src/main/resources/assets/ironagefurniture/recipes') + File advancementRoot = file('src/main/resources/assets/ironagefurniture/advancements/recipes') + List recipes = fileTree(recipeRoot) { include '*.json' }.files.sort { it.name } + List advancements = fileTree(advancementRoot) { include '*.json' }.files.sort { it.name } + if (recipes.collect { it.name } != advancements.collect { it.name }) { + throw new GradleException('Recipe and advancement inventories differ') + } + Map recipeByName = recipes.collectEntries { + [(it.name): new JsonSlurper().parse(it) as Map] + } + advancements.each { advancementFile -> + Map advancement = new JsonSlurper().parse(advancementFile) as Map + String id = advancementFile.name.replaceFirst(/\.json$/, '') + Map criteria = advancement.criteria as Map + Map ingredient = criteria?.has_ingredient as Map + Map unlocked = criteria?.has_the_recipe as Map + if (!(ingredient?.conditions?.items instanceof List) + || ingredient.conditions.items.size() != 1 + || !(ingredient.conditions.items[0].item instanceof String) + || unlocked?.conditions?.recipe != "ironagefurniture:${id}" + || advancement.rewards?.recipes != ["ironagefurniture:${id}"] + || advancement.requirements != [['has_ingredient', 'has_the_recipe']]) { + throw new GradleException("Invalid exact recipe advancement ${advancementFile}") } - if (getBooleanProperty('create_javadoc_jar')) { - artifact javadocJar { - classifier 'javadoc' - } + Map recipe = recipeByName[advancementFile.name] + String optionalMod = advancement.conditions instanceof List + ? advancement.conditions.find { it.type == 'forge:mod_loaded' }?.modid : null + String recipeOptionalMod = recipe.conditions instanceof List + ? recipe.conditions.find { it.type == 'forge:mod_loaded' }?.modid : null + if (optionalMod != recipeOptionalMod) { + throw new GradleException("Recipe/advancement condition mismatch for ${id}") } - /* - pom { - name = 'Example' - description = 'An Example' - url = 'https://github.com/Examples/Example' - packaging = 'jar' - //inceptionYear = '' - licenses { - license { - name = 'GNU Lesser General Public License, Version 2.1' - url = 'https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt' - } - } - scm { - connection = 'scm:git:git://github.com/Examples/Example.git' - developerConnection = 'scm:git:git@github.com:Examples/Example.git' - url = 'https://github.com/Examples/Example' - } - issueManagement { - system = 'github' - url = 'https://github.com/Examples/Example.git/issues' - } - ciManagement { - system = 'jenkins' - url = 'https://ci.mcmoddev.com/' - } - organization { - name = 'Minecraft Mod Development' - url = 'https://mcmoddev.com/' - } - } - */ } + logger.lifecycle('Validated {} JSON documents, {} locale keys, and {} exact recipe advancements.', + jsonFiles.size(), englishKeys.size(), advancements.size()) } - repositories { - maven { - if ((secret.username != '') && (secret.password != '')) { - credentials { - username secret.username - password secret.password - } +} + +tasks.register('verifyNamespace') { + group = 'verification' + description = 'Requires the maintained Java namespace while preserving the runtime mod namespace.' + doLast { + String legacyPackage = 'com.mcmoddev.ironagefurniture' + String maintainedPackage = 'zone.moddev.mc.ironagefurniture' + String maintainedPath = "src/main/java/${maintainedPackage.replace('.', '/')}/" + List sources = fileTree('src/main/java') { include '**/*.java' }.files.sort { it.path } + if (sources.size() < 42) { + throw new GradleException("Expected at least 42 production Java sources, found ${sources.size()}") + } + sources.each { sourceFile -> + String relativePath = project.relativePath(sourceFile).replace('\\', '/') + String contents = sourceFile.getText('UTF-8').replaceFirst(/^\uFEFF/, '') + if (!relativePath.startsWith(maintainedPath) || contents.contains(legacyPackage)) { + throw new GradleException("Legacy or misplaced IronAgeFurniture source: ${relativePath}") } - if (secret.url != '') { - url secret.url - } else { - url "file:///${project.buildDir}/repo" + def packageMatch = contents =~ /(?m)^package\s+([^;]+);/ + if (!packageMatch.find()) { + throw new GradleException("Java source has no package declaration: ${relativePath}") + } + String expectedPackage = relativePath.substring('src/main/java/'.length(), + relativePath.lastIndexOf('/')).replace('/', '.') + if (packageMatch.group(1) != expectedPackage) { + throw new GradleException("Package/path mismatch in ${relativePath}: ${packageMatch.group(1)}") + } + } + ['assets/ironagefurniture'].each { path -> + if (!file("src/main/resources/${path}").isDirectory()) { + throw new GradleException("Persistent resource namespace is missing: ${path}") } } } } -curseforge { - if (project.hasProperty('curseforge_project_id')) { - apiKey = secret.curseforgeAPIKey - project { - id = project.curseforge_project_id - if (project.hasProperty('curseforge_changelog_filename')) { - changelog = file(project.curseforge_changelog_filename) - } else { - changelog = '' - } - if (project.hasProperty('curseforge_changelog_type')) { - changelogType = project.curseforge_changelog_type +tasks.register('verifyVersionMetadata') { + group = 'verification' + description = 'Checks authoritative version and generated Forge metadata.' + dependsOn tasks.named('processResources') + doLast { + String source = file( + 'src/main/java/zone/moddev/mc/ironagefurniture/Ironagefurniture.java').getText('UTF-8') + if (!source.contains("VERSION = \"${project.version}\"")) { + throw new GradleException('Java VERSION constant is not synchronized') + } + ['README.md', 'CHANGELOG.md', 'docs/VERSIONS.md'].each { path -> + if (!file(path).getText('UTF-8').contains(project.version.toString())) { + throw new GradleException("Version is missing from ${path}") } - if ((project.hasProperty('curseforge_release_type')) && ((project.curseforge_release_type == 'alpha') || (project.curseforge_release_type == 'beta') || (project.curseforge_release_type == 'release'))) { - releaseType = project.curseforge_release_type - } else { - releaseType = 'alpha' + } + File generated = layout.buildDirectory.file('resources/main/mcmod.info').get().asFile + String metadata = generated.getText('UTF-8') + [ + '"modid": "ironagefurniture"', + "\"version\": \"${project.version}\"", + '"license": "LGPL-2.1"', + "\"mcversion\": \"${project.minecraft_version}\"" + ].each { required -> + if (!metadata.contains(required)) { + throw new GradleException("Generated mcmod.info is missing ${required}") } - if (project.hasProperty('curseforge_versions')) { - final def versions = "${project.curseforge_versions}".split(', ') - versions.each { - addGameVersion "${it}" - } + } + if (metadata.contains('${')) { + throw new GradleException('Generated mcmod.info contains unresolved properties') + } + } +} + +tasks.register('verifyDedicatedServerBoundaries') { + group = 'verification' + description = 'Keeps common 1.12 code free of unguarded client-only references.' + doLast { + String entrypoint = file( + 'src/main/java/zone/moddev/mc/ironagefurniture/Ironagefurniture.java').getText('UTF-8') + if (!entrypoint.contains('event.getSide().isClient()') + || !entrypoint.contains('ItemInitialiser.RegisterItemRenders()')) { + throw new GradleException('Client item rendering is not guarded by the FML client side') + } + fileTree('src/main/java') { + include '**/*.java' + exclude '**/init/ItemInitialiser.java' + }.each { source -> + String text = source.getText('UTF-8') + if (text.contains('net.minecraft.client.') || text.contains('net.minecraftforge.client.')) { + throw new GradleException("Common production source has client-only import: ${source}") } - mainArtifact(jar) { - if (getBooleanProperty('curseforge_use_custom_display_name')) { - displayName = "${project.name} ${project.display_version}" - } - if (project.hasProperty('curseforge_requirements') || project.hasProperty('curseforge_optionals') || project.hasProperty('curseforge_embeddeds') || project.hasProperty('curseforge_tools') || project.hasProperty('curseforge_incompatibles') || project.hasProperty('curseforge_includes')) { - relations { - if (project.hasProperty('curseforge_requirements')) { - final def requirements = "${project.curseforge_requirements}".split(', ') - requirements.each { - requiredDependency "${it}" - } - } - if (project.hasProperty('curseforge_optionals')) { - final def optionals = "${project.curseforge_optionals}".split(', ') - optionals.each { - optionalDependency "${it}" - } - } - if (project.hasProperty('curseforge_embeddeds')) { - final def embeddeds = "${project.curseforge_embeddeds}".split(', ') - embeddeds.each { - embeddedLibrary "${it}" - } - } - if (project.hasProperty('curseforge_tools')) { - final def tools = "${project.curseforge_tools}".split(', ') - tools.each { - tool "${it}" - } - } - if (project.hasProperty('curseforge_incompatibles')) { - final def incompatibles = "${project.curseforge_incompatibles}".split(', ') - incompatibles.each { - incompatible "${it}" - } - } - if (project.hasProperty('curseforge_includes')) { - final def includes = "${project.curseforge_includes}".split(', ') - includes.each { - include "${it}" - } - } + } + } +} + +tasks.register('verifyWorkflowPins') { + group = 'verification' + description = 'Requires third-party GitHub Actions to be pinned to full commit SHAs.' + doLast { + File workflows = file('.github/workflows') + if (!workflows.isDirectory()) { + throw new GradleException('Missing GitHub Actions workflows') + } + fileTree(workflows) { include '*.yml'; include '*.yaml' }.each { workflow -> + workflow.readLines('UTF-8').eachWithIndex { line, index -> + def match = line =~ /^\s*uses:\s*([^#\s]+).*/ + if (match.matches()) { + String action = match.group(1) + if (!action.startsWith('./') && !(action ==~ /[^@]+@[0-9a-f]{40}/)) { + throw new GradleException("Unpinned action ${action} at ${workflow}:${index + 1}") } } } - if (getBooleanProperty('create_api_jar')) { - addArtifact(apiJar) { - if (getBooleanProperty('curseforge_use_custom_display_name')) { - displayName = "${project.name} ${project.display_version} API" + } + } +} + +tasks.register('verifyReleaseArtifacts') { + group = 'verification' + description = 'Audits exactly three deterministic Java 8 release jars.' + dependsOn tasks.named('assemble') + dependsOn tasks.named('verifyReleaseConfiguration') + dependsOn tasks.named('verifyRepositoryHygiene') + dependsOn tasks.named('verifyResourceJson') + dependsOn tasks.named('verifyNamespace') + dependsOn tasks.named('verifyVersionMetadata') + doLast { + File libs = layout.buildDirectory.dir('libs').get().asFile + List jars = (libs.listFiles() ?: [] as File[]) + .findAll { it.name.endsWith('.jar') }.sort { it.name } + List expected = expectedReleaseFiles.get().sort() + if (jars.collect { it.name } != expected || jars.any { it.length() == 0L }) { + throw new GradleException("Expected exactly three non-empty release jars ${expected}, " + + "found ${jars.collect { it.name }}") + } + List forbiddenEntries = [ + 'com/mcmoddev/ironagefurniture/', 'src/test/', 'src/optionalIntegrationTest/', + 'zone/moddev/mc/ironagefurniture/fixture/', + 'ironagefurniture-optional-integration-probe', 'agent-notes/', '.github/', + '.classpath', '.project', 'ci-fixtures/', 'minecraft-mavenizer', 'build/', 'run/' + ] + jars.each { candidate -> + new ZipFile(candidate).withCloseable { ZipFile zip -> + List names = zip.entries().collect { it.name } + forbiddenEntries.each { forbidden -> + if (names.any { it.contains(forbidden) }) { + throw new GradleException("${candidate.name} contains forbidden entry ${forbidden}") } } - } - if (getBooleanProperty('create_source_jar')) { - addArtifact(sourceJar) { - if (getBooleanProperty('curseforge_use_custom_display_name')) { - displayName = "${project.name} ${project.display_version} Sources" + zip.entries().findAll { entry -> + !entry.isDirectory() && (archiveTextSuffixes.any { entry.name.endsWith(it) } + || entry.name.endsWith('/element-list') + || entry.name.endsWith('/package-list')) + }.each { entry -> + if (zip.getInputStream(entry).withCloseable { it.bytes.any { value -> value == 13 } }) { + throw new GradleException("${candidate.name}!/${entry.name} does not use LF endings") } } } - if (getBooleanProperty('create_deobf_jar')) { - addArtifact(deobfJar) { - if (getBooleanProperty('curseforge_use_custom_display_name')) { - displayName = "${project.name} ${project.display_version} Development" - } + } + File mainJar = new File(libs, expectedReleaseFiles.get()[0]) + new ZipFile(mainJar).withCloseable { ZipFile zip -> + [ + 'mcmod.info', + 'assets/ironagefurniture/lang/en_US.lang', + 'zone/moddev/mc/ironagefurniture/Ironagefurniture.class' + ].each { required -> + if (zip.getEntry(required) == null) { + throw new GradleException("Release jar is missing ${required}") } } - if (getBooleanProperty('create_javadoc_jar')) { - addArtifact(javadocJar) { - if (getBooleanProperty('curseforge_use_custom_display_name')) { - displayName = "${project.name} ${project.display_version} Javadoc" - } + String metadata = zip.getInputStream(zip.getEntry('mcmod.info')) + .withCloseable { it.getText('UTF-8') } + if (!metadata.contains('"modid": "ironagefurniture"') + || !metadata.contains("\"version\": \"${project.version}\"") + || metadata.contains('${')) { + throw new GradleException('Packaged mcmod.info is not synchronized') + } + Manifest manifest = new Manifest(zip.getInputStream(zip.getEntry('META-INF/MANIFEST.MF'))) + if (manifest.mainAttributes.getValue('Implementation-Version') != project.version.toString() + || manifest.mainAttributes.getValue('Maven-Artifact') != expectedMavenCoordinate + || manifest.mainAttributes.getValue('Implementation-Timestamp') != null + || manifest.mainAttributes.getValue('Timestamp') != null) { + throw new GradleException('Release manifest identity is incorrect or volatile') + } + zip.entries().findAll { it.name.endsWith('.class') }.each { entry -> + byte[] header = zip.getInputStream(entry).withCloseable { it.readNBytes(8) } + int major = ((header[6] & 0xff) << 8) | (header[7] & 0xff) + if (major != 52) { + throw new GradleException("${entry.name} uses class major ${major}, expected 52") } } + if (zip.entries().any { it.name.endsWith('.java') + || it.name.startsWith('assets/iron-age-furniture/') + || it.name.startsWith('data/iron-age-furniture/') }) { + throw new GradleException('Runtime jar contains source or a renamed persistent namespace') + } + } + new ZipFile(new File(libs, expectedReleaseFiles.get()[1])).withCloseable { zip -> + if (zip.getEntry('zone/moddev/mc/ironagefurniture/Ironagefurniture.java') == null) { + throw new GradleException('Sources jar is missing Ironagefurniture.java') + } + } + new ZipFile(new File(libs, expectedReleaseFiles.get()[2])).withCloseable { zip -> + if (zip.getEntry('index.html') == null) { + throw new GradleException('Javadoc jar is missing index.html') + } } } } -sonarqube { - properties { - if (project.hasProperty('sonar_host_url')) { - property 'sonar.host.url', project.sonar_host_url - } else if (secret.sonarHost != '') { - property 'sonar.host.url', secret.sonarHost +tasks.register('writeReleaseChecksums') { + group = 'verification' + description = 'Writes SHA-256 checksums for the audited release jars.' + dependsOn tasks.named('verifyReleaseArtifacts') + outputs.file(layout.buildDirectory.file('release/SHA256SUMS')) + doLast { + File output = layout.buildDirectory.file('release/SHA256SUMS').get().asFile + output.parentFile.mkdirs() + File libs = layout.buildDirectory.dir('libs').get().asFile + output.setText(expectedReleaseFiles.get().sort().collect { name -> + "${sha256Of(new File(libs, name))} ${name}" + }.join('\n') + '\n', 'UTF-8') + } +} + +tasks.register('verifyReleaseChecksums') { + group = 'verification' + description = 'Recomputes and verifies the release SHA-256 checksum manifest.' + dependsOn tasks.named('writeReleaseChecksums') + doLast { + File libs = layout.buildDirectory.dir('libs').get().asFile + File manifest = layout.buildDirectory.file('release/SHA256SUMS').get().asFile + Map declared = manifest.readLines('UTF-8').findAll { !it.trim().isEmpty() } + .collectEntries { line -> + def parts = line.split(/\s+/, 2) + [(parts[1]): parts[0].toUpperCase()] + } + if (declared.keySet().sort() != expectedReleaseFiles.get().sort()) { + throw new GradleException('Checksum manifest does not list exactly the release artifacts') } - property 'sonar.login', secret.sonarToken - if (project.hasProperty('sonar_organisation')) { - property 'sonar.organization', project.sonar_organisation - } else if (secret.sonarOrganisation != '') { - property 'sonar.organization', secret.sonarOrganization + declared.each { name, expected -> + String actual = sha256Of(new File(libs, name)) + if (actual != expected) throw new GradleException("Checksum mismatch for ${name}") } - //property 'sonar.projectName', project.archivesBaseName - //property 'sonar.projectKey', "${project.group}:${project.archivesBaseName}" - //property 'sonar.branch.name', 'master-1.12.2' - //property 'sonar.branch.target', '' - property 'sonar.junit.reportPaths', "${project.buildDir}/test-results/junit-platform/*.xml" - property 'sonar.jacoco.reportPaths', "${project.buildDir}/jacoco/junitPlatformTest.exec" } } -String getModFile() { - String path = '' - final FileTree tree = fileTree(dir: 'src/main/java') - tree.include '**/*.java' - tree.visit { final element -> - if (element.file.isFile()) { - element.file.eachLine { final String s -> - final String sTrim = s.trim() - if (sTrim.startsWith('@Mod(')) { - path = "src/main/java/${element.relativePath}" +tasks.register('prepareReleaseBundle', Sync) { + group = 'verification' + description = 'Copies the audited jars, checksum manifest, and release notes into one immutable bundle.' + dependsOn tasks.named('verifyReleaseChecksums') + into layout.buildDirectory.dir('prepared-release') + from(layout.buildDirectory.dir('libs')) { + include expectedReleaseFiles.get() + } + from(layout.buildDirectory.file('release/SHA256SUMS')) + from('CHANGELOG.md') +} + +tasks.register('verifyPreparedReleaseArtifacts') { + group = 'verification' + description = 'Audits a previously built immutable release bundle before publication.' + doLast { + if (!preparedReleaseDir.isPresent()) { + throw new GradleException('preparedReleaseDir is required') + } + File prepared = file(preparedReleaseDir.get()) + List expectedBundle = (expectedReleaseFiles.get() + + ['SHA256SUMS', 'CHANGELOG.md']).sort() + List actualBundle = (prepared.listFiles() ?: [] as File[]) + .findAll { it.isFile() }.collect { it.name }.sort() + if (actualBundle != expectedBundle) { + throw new GradleException("Expected prepared bundle ${expectedBundle}, found ${actualBundle}") + } + Map declared = new File(prepared, 'SHA256SUMS').readLines('UTF-8') + .findAll { !it.trim().isEmpty() }.collectEntries { line -> + def parts = line.split(/\s+/, 2) + [(parts[1]): parts[0].toUpperCase()] } + if (declared.keySet().sort() != expectedReleaseFiles.get().sort()) { + throw new GradleException('Prepared checksums do not list exactly the release jars') + } + declared.each { name, expected -> + if (sha256Of(new File(prepared, name)) != expected) { + throw new GradleException("Prepared checksum mismatch for ${name}") } } } - return path } -String getModVersion(final String type) { - return getModVersion(type, modFile) +tasks.register('validateMavenReleaseCredentials') { + group = 'publishing' + description = 'Prevents Maven publication without an explicit remote repository and credentials.' + doLast { + ['MAVEN_UPLOAD_URL', 'MAVEN_UPLOAD_USERNAME', 'MAVEN_UPLOAD_PASSWORD'].each { name -> + if (!System.getenv(name)) throw new GradleException("${name} is required") + } + if (System.getenv('MAVEN_UPLOAD_URL').startsWith('file:')) { + throw new GradleException('Maven release publication must use a remote repository') + } + } +} + +tasks.withType(PublishToMavenRepository).configureEach { + dependsOn tasks.named('validateMavenReleaseCredentials') + dependsOn(preparedReleaseDir.isPresent() + ? tasks.named('verifyPreparedReleaseArtifacts') + : tasks.named('verifyReleaseArtifacts')) +} + +tasks.register('syncForge28EclipseLaunches') { + group = 'ide' + description = 'Synchronizes processed resources and hardens Forge 28 Eclipse launches.' + dependsOn tasks.named('genEclipseRuns') + dependsOn tasks.named('processResources') + dependsOn tasks.named('verifyBuildEnvironment') + doLast { + String mainClass = 'net.minecraftforge.userdev.LaunchTesting' + String mainOutput = new File(projectDir, 'bin/main').absolutePath + String modClasses = "${project.mod_id}%%${mainOutput}${File.pathSeparator}" + + "${project.mod_id}%%${mainOutput}" + String eclipseGradleJavaHome = System.getenv('JAVA_HOME') ?: System.getProperty('java.home') + def escapePreference = { value -> value.replace('\\', '\\\\').replace(':', '\\:') } + File buildshipPreferences = file('.settings/org.eclipse.buildship.core.prefs') + buildshipPreferences.parentFile.mkdirs() + buildshipPreferences.setText([ + 'arguments=', + 'auto.sync=false', + 'build.scans.enabled=false', + 'connection.gradle.distribution=GRADLE_DISTRIBUTION(WRAPPER)', + "connection.gradle.user.home=${escapePreference(gradle.gradleUserHomeDir.absolutePath)}", + 'connection.project.dir=', + 'eclipse.preferences.version=1', + "gradle.user.home=${escapePreference(gradle.gradleUserHomeDir.absolutePath)}", + "java.home=${escapePreference(eclipseGradleJavaHome)}", + 'jvm.arguments=', + 'offline.mode=false', + 'override.workspace.settings=true', + 'show.console.view=false', + 'show.executions.view=false', + '' + ].join('\r\n'), 'UTF-8') + + File processedResources = layout.buildDirectory.dir('resources/main').get().asFile + copy { + from processedResources + into mainOutput + } + + ['Client', 'Server', 'Data'].each { runName -> + File launch = [file("run${runName}.launch"), file(".eclipse/run${runName}.launch")] + .find { it.isFile() } + if (launch == null) { + throw new GradleException("Missing generated Eclipse launch run${runName}.launch") + } + String text = launch.getText('UTF-8') + if (text.contains('')) { + text = text.replace( + '', + '\r\n' + + " \r\n" + + '') + } + text = text.replace('', + "") + text = text.replaceFirst( + //, + java.util.regex.Matcher.quoteReplacement( + "")) + text = text.replaceFirst(//, + java.util.regex.Matcher.quoteReplacement( + "")) + + def programArguments = text =~ /()/ + if (programArguments.count != 1) { + throw new GradleException("ForgeGradle generated malformed program arguments in ${launch.name}") + } + String arguments = programArguments[0][2] + ['cache', 'metadata', 'to-srg', 'to-obf'].each { flag -> + String prefix = "--${flag} " + int valueStart = arguments.indexOf(prefix) + int valueEnd = valueStart < 0 ? -1 : arguments.indexOf(' --', valueStart + prefix.length()) + if (valueStart < 0 || valueEnd < 0) { + throw new GradleException("ForgeGradle omitted --${flag} from ${launch.name}") + } + valueStart += prefix.length() + String value = arguments.substring(valueStart, valueEnd) + if (!value.startsWith('"') || !value.endsWith('"')) { + arguments = "${arguments.substring(0, valueStart)}"${value}"${arguments.substring(valueEnd)}" + } + } + text = text.replace(programArguments[0][0], + programArguments[0][1] + arguments + programArguments[0][3]) + + if (!text.contains('ATTR_EXCLUDE_TEST_CODE')) { + text = text.replace('', + ' \r\n' + + '') + } + launch.setText(text, 'UTF-8') + } + } } -import java.util.regex.Matcher -String getModVersion(final String type, final String modFile) { - if ((modFile != null) && (modFile != '')) { - final File file = file(modFile) - final def prefix = ~/^(?:\s*)(?:(?public|protected|private) )?(?:(?static) )?(?:(?final) )?String $type = "(?:(?\d*)\.)?(?:(?\d*)\.)?(?:(?[^."]*)\.?)(?[^"]*)";$/ - for (final String s in file.readLines()) { - final Matcher matcher = (s.trim() =~ prefix) - if (matcher.matches()) { - return "${matcher.group('major') ?: '0'}.${matcher.group('minor') ?: '0'}.${matcher.group('patch')}" +tasks.register('syncForge12EclipseLaunches') { + group = 'ide' + description = 'Synchronizes processed resources and hardens Forge 1.12 Eclipse launches.' + dependsOn tasks.named('genEclipseRuns') + dependsOn tasks.named('processResources') + dependsOn tasks.named('verifyBuildEnvironment') + doLast { + File preferencesFile = file('.settings/org.eclipse.buildship.core.prefs') + Properties preferences = new Properties() + if (preferencesFile.isFile()) { + preferencesFile.withInputStream { preferences.load(it) } + } + [ + 'eclipse.preferences.version' : '1', + 'connection.gradle.distribution': 'GRADLE_DISTRIBUTION(WRAPPER)', + 'connection.gradle.user.home' : gradle.gradleUserHomeDir.canonicalPath, + 'connection.project.dir' : '', + 'gradle.user.home' : gradle.gradleUserHomeDir.canonicalPath, + 'override.workspace.settings' : 'true' + ].each { key, value -> preferences.setProperty(key, value) } + preferencesFile.parentFile.mkdirs() + preferencesFile.withOutputStream { + preferences.store(it, 'Generated by syncForge12EclipseLaunches.') + } + + File mainOutput = file('bin/main') + copy { + from layout.buildDirectory.dir('resources/main') + into mainOutput + } + + ['runClient.launch', 'runServer.launch'].each { name -> + File launch = [file(name), file(".eclipse/${name}")].find { it.isFile() } + if (launch == null) { + throw new GradleException("ForgeGradle did not generate ${name}") + } + String contents = launch.getText('UTF-8') + def programArguments = contents =~ /()/ + if (programArguments.count != 1) { + throw new GradleException("ForgeGradle generated malformed program arguments in ${name}") + } + String arguments = programArguments[0][2] + ['cache', 'metadata', 'to-srg', 'to-obf'].each { flag -> + String prefix = "--${flag} " + int valueStart = arguments.indexOf(prefix) + if (valueStart < 0) throw new GradleException("ForgeGradle omitted --${flag} from ${name}") + valueStart += prefix.length() + int valueEnd = arguments.indexOf(' --', valueStart) + if (valueEnd < 0) throw new GradleException("ForgeGradle generated an unterminated --${flag} path") + String value = arguments.substring(valueStart, valueEnd) + if (!value.startsWith('"') || !value.endsWith('"')) { + arguments = "${arguments.substring(0, valueStart)}"${value}"${arguments.substring(valueEnd)}" + } } + contents = contents.replace(programArguments[0][0], + programArguments[0][1] + arguments + programArguments[0][3]) + if (!contents.contains('org.eclipse.jdt.launching.ATTR_EXCLUDE_TEST_CODE')) { + contents = contents.replace('', + ' ' + + System.lineSeparator() + '') + } + contents = contents.replaceFirst( + //, + java.util.regex.Matcher.quoteReplacement( + "")) + String eclipseModClasses = mainOutput.absolutePath + if (contents.contains('key="MOD_CLASSES"')) { + contents = contents.replaceAll(//, + java.util.regex.Matcher.quoteReplacement( + "")) + } else { + contents = contents.replace(' ', + " " + + System.lineSeparator() + ' ') + } + launch.setText(contents, 'UTF-8') } } - return '0.0.0' } -boolean getBooleanProperty(final String property) { - if (project.hasProperty(property)) { - return ((String) project.findProperty(property)).toBoolean() - } else { - return false +tasks.register('verifyEclipseProductionClasspath') { + group = 'verification' + description = 'Verifies Buildship and production-only Forge 1.12 launch metadata.' + dependsOn tasks.named('eclipse') + dependsOn tasks.named('syncForge12EclipseLaunches') + doLast { + File classpath = file('.classpath') + File eclipseProject = file('.project') + if (!classpath.isFile() || !eclipseProject.isFile() + || !eclipseProject.getText('UTF-8').contains("${eclipseWorkspaceProjectName}")) { + throw new GradleException('Eclipse project metadata is missing or misnamed') + } + def classpathXml = new XmlSlurper(false, false).parse(classpath) + classpathXml.classpathentry.each { entry -> + String path = entry.@path.text() + boolean testSource = path.replace('\\', '/').startsWith('src/test/') + boolean testLibrary = path ==~ /(?i).*\/(junit|hamcrest|mockito|byte-buddy)[^\/]*\/.*\.jar/ + if (testSource) { + String scope = entry.attributes.attribute.find { + it.@name.text() == 'gradle_scope' + }?.@value?.text() + if (entry.@output.text() != 'bin/test' || scope != 'test') { + throw new GradleException("Eclipse test source is not isolated: ${path}") + } + } + if (testLibrary) { + String scope = entry.attributes.attribute.find { + it.@name.text() == 'gradle_used_by_scope' + }?.@value?.text() + if (scope != 'test') { + throw new GradleException("Eclipse production classpath exposes test dependency: ${path}") + } + } + } + File buildshipPreferences = file('.settings/org.eclipse.buildship.core.prefs') + if (!buildshipPreferences.isFile() + || !buildshipPreferences.getText('UTF-8').contains('override.workspace.settings=true')) { + throw new GradleException('Eclipse Buildship wrapper preferences are missing') + } + ['Client', 'Server'].each { runName -> + File launch = [file("run${runName}.launch"), file(".eclipse/run${runName}.launch")] + .find { it.isFile() } + String text = launch.getText('UTF-8') + String mainOutput = new File(projectDir, 'bin/main').absolutePath + String expectedModClasses = mainOutput + if (!text.contains('ATTR_EXCLUDE_TEST_CODE') + || text ==~ /(?s).*(?:junit|mockito|src[\\\/]test).*/ + || !text.contains(expectedModClasses) + || !text.contains("key=\"org.eclipse.jdt.launching.PROJECT_ATTR\" value=\"${eclipseWorkspaceProjectName}\"")) { + throw new GradleException("Eclipse launch is not production-only: ${launch.name}") + } + ['cache', 'metadata', 'to-srg', 'to-obf'].each { flag -> + if (!text.contains("--${flag} "")) { + throw new GradleException("Eclipse launch does not quote --${flag}: ${launch.name}") + } + } + } + File processedMetadata = layout.buildDirectory.file('resources/main/mcmod.info').get().asFile + File eclipseMetadata = file('bin/main/mcmod.info') + if (!eclipseMetadata.isFile() + || !Arrays.equals(eclipseMetadata.bytes, processedMetadata.bytes)) { + throw new GradleException('Eclipse output contains stale or unexpanded mcmod.info metadata') + } } } -task gitChangelog(type: se.bjurr.gitchangelog.plugin.gradle.GitChangelogTask) { - file = new File('CHANGELOG.md') - gitHubIssuePattern = "nonada123" - templateContent = file('changelog.mustache').getText('UTF-8') +tasks.matching { it.name == 'genEclipseRuns' }.configureEach { + finalizedBy tasks.named('syncForge12EclipseLaunches') +} + +tasks.register('isolateEclipseProductionRuns') { + group = 'ide' + dependsOn tasks.named('genEclipseRuns') + dependsOn tasks.named('syncForge12EclipseLaunches') +} + +tasks.matching { it.name == 'eclipse' }.configureEach { + finalizedBy tasks.named('syncForge12EclipseLaunches') +} + +tasks.register('prepareEclipse') { + group = 'ide' + description = 'Creates the Buildship project model and ForgeGradle 7 launch profiles.' + dependsOn tasks.named('eclipse') + dependsOn tasks.named('isolateEclipseProductionRuns') } -Object findProperty(final String propertyName) { - return hasProperty(propertyName) ? property(propertyName) : null; +tasks.named('check') { + dependsOn tasks.named('verifyBuildEnvironment') + dependsOn tasks.named('verifyReleaseConfiguration') + dependsOn tasks.named('verifyMavenCoordinates') + dependsOn tasks.named('verifyRepositoryHygiene') + dependsOn tasks.named('verifyResourceJson') + dependsOn tasks.named('verifyNamespace') + dependsOn tasks.named('verifyVersionMetadata') + dependsOn tasks.named('verifyWorkflowPins') + dependsOn tasks.named('verifyDedicatedServerBoundaries') } diff --git a/docs/VERSIONS.md b/docs/VERSIONS.md new file mode 100644 index 0000000000..11c46cad30 --- /dev/null +++ b/docs/VERSIONS.md @@ -0,0 +1,12 @@ +# Versioning + +IronAgeFurniture uses `product-version.target-suffix` as four numeric parts. + +For this branch, `0.3.0.112021` means product release `0.3.0`, Minecraft +`1.12.2`, and loader code `1` for Forge. The runtime mod ID remains +`ironagefurniture`; the Maven coordinate is +`zone.moddev.mc:iron-age-furniture:0.3.0.112021`. + +Release tags must match the complete four-part version exactly. The generic +default-branch dispatcher maps suffix `112021` to `master-1.12` and refuses a +tag whose target suffix, branch metadata, or built artifacts disagree. diff --git a/gradle.properties b/gradle.properties index 81e2c75ee4..486ba293fd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,99 +1,35 @@ -org.gradle.daemon = false - -group = com.mcmoddev -archivesBaseName = iron-age-furniture -name = Iron-Age-Furniture -description = Furniture from the iron age of men. - -#Minumum Minecraft Version Mod will be built with -mc_version=1.12.2 - -#ForgeGradle version to use (Required) -fg_version = 2.3-SNAPSHOT -#version of Minecraft Forge is built against (Required) -forge_mc_version = 1.12.2 -#Forge version to use (Required) -forge_version = 14.23.5.2847 -#Mappings version to use (Required) -mcp_mappings_version = stable_39 - -#Cursforge Project ID (Required) -#curseforge_project_id = 341834 - -#Type of Release, can be one of 'alpha', 'beta' or 'release' (Defaults to 'alpha' if not set) -curseforge_release_type = release -#When using a ChangeLog file specifies filename -curseforge_changelog_filename = CHANGELOG.md -#Changelog type, can be one of 'text', 'html' or 'markdown' (Defaults to 'text' if not set) -curseforge_changelog_type = markdown -#Version(s) of Minecraft this mod will work on (comma separated list) -curseforge_versions = 1.12.2 -#Whether to use a custom display name on artifacts -curseforge_use_custom_display_name = true -#List of required dependencies (comma separated list) -#curseforge_requirements = -#List of optional dependencies (comma separated list) -curseforge_optionals = biomes-o-plenty, natura, forestry, immersive-engineering -#List of embedded dependencies (comma separated list) -#curseforge_embeddeds = -#List of compatible tools (comma separated list) -#curseforge_tools = -#List of incompatible dependencies (comma separated list) -#curseforge_incompatibles = -#List of included dependencies (comma separated list) -#curseforge_includes = - -#String reference to Core Plugin this mod contains, if any -#core_plugin = -#Whether or not to use Access Transformers from depended mods -dep_has_ats = false -#File name of this mod's Access Transformers (If any) -#mod_at_file = _at.cfg - -#Whether the artifacts should be signed -do_sign_jar = true - -#Create a source jar? -create_source_jar = true -#Create an API jar? -create_api_jar = true -#Create a deobf jar? -create_deobf_jar = false -#Create a javadoc jar? -create_javadoc_jar = true - -#The following four options are optional and do not affect your build in any way -#They are only for convenience when using the 'runClient' and 'runServer' tasks -#Whether to Disable server gui -#mc_server_nogui = true -#Whether to Skip the screen to confirm that you want to load a world with missing registry entries -#forge_do_not_backup = true -#Whether to skip having to confirm on server -#forge_query_result_confirm = true -#Whether to Skip jansi warnings in the log -#log4j_skip_jansi = true - -# Optional convenience setter for game resolution one of '480p', '576p', '720p', '1080p' or 'custom' -#mc_resolution = 1080p -#the following two will only be used when mc_resolution = custom -#mc_custom_resolution_width = 1920 -#mc_custom_resolution_height = 1080 -#mc_fullscreen = true - -#Additional arguments to pass to minecraft.clientJvmArgs -#client_jvm_args = -#Additional arguments to pass to minecraft.serverJvmArgs -#client_game_args = -#Additional arguments to pass to minecraft.clientRunArgs -#server_jvm_args = -#Additional arguments to pass to minecraft.serverRunArgs -#server_game_args = - -##The following three options should *NEVER* be set in this file, it's a security risk, Be safe, keep your account information private. -##These properties here are for reference only and explanation of what they do -##Your Minecraft account username (Consistent player name for singleplayer worlds) -##mc_username = -##Your Minecraft account password (Allows online play while present with associated username) -##mc_password = -##Your Minecraft account uuid (Allows using your skin while testing, This can be with or without hyphens) -##mc_uuid = +# Reproducible Gradle and ForgeGradle configuration. +org.gradle.jvmargs=-Xmx4G +org.gradle.daemon=false +org.gradle.configuration-cache=false +org.gradle.caching=true +org.gradle.parallel=false +net.minecraftforge.gradle.merge-source-sets=false + +# Project and release identity. +mod_version=0.3.0.112021 +mod_group=zone.moddev.mc +mod_archive_name=iron-age-furniture +mod_id=ironagefurniture +mod_name=IronAgeFurniture +mod_description=Ye Olde Style Furniture for Minecraft. +mod_authors=SkyBlade1978, FoxNekitsune +mod_license=LGPL-2.1 + +# Generic release-dispatcher metadata. +minecraft_version=1.12.2 +loader_name=forge +loader_code=1 +java_version=8 +java_toolchain_version=8.0.502+7 +java_setup_version=8.0.502+7 +gradle_java_version=17 +curseforge_project_id=341834 +curseforge_optionals=biomes-o-plenty,natura,forestry,immersive-engineering + +# Forge 1.12.2 build coordinates. +forge_version=14.23.5.2859 +forge_version_range=[14.23.5.2859,15) +loader_version_range=[14,) +mcp_mappings_channel=stable +mcp_mappings_version=39-1.12 diff --git a/gradle/furniture-catalog.gradle b/gradle/furniture-catalog.gradle new file mode 100644 index 0000000000..c021c0b0ce --- /dev/null +++ b/gradle/furniture-catalog.gradle @@ -0,0 +1,167 @@ +import groovy.json.JsonOutput +import groovy.json.JsonSlurper + +def catalogFile = layout.projectDirectory.file('gradle/furniture-catalog.json') +def recipeDirectory = layout.projectDirectory.dir('src/main/resources/assets/ironagefurniture/recipes') +def advancementDirectory = layout.projectDirectory.dir( + 'src/main/resources/assets/ironagefurniture/advancements/recipes') + +def integrationForName = { String name -> + if (name.contains('_biomesoplenty_')) return 'biomesoplenty' + if (name.contains('_natura_')) return 'natura' + if (name.contains('_forestry_')) return 'forestry' + if (name.contains('_immersiveengineering_')) return 'immersiveengineering' + if (name.startsWith('cfm_')) return 'cfm' + return null +} + +def orderedCondition = { String modId -> + [type: 'forge:mod_loaded', modid: modId] as LinkedHashMap +} + +def normalizedRecipe = { File file -> + Map parsed = new JsonSlurper().parse(file) as Map + String modId = integrationForName(file.name) + Map reordered = new LinkedHashMap() + parsed.each { key, value -> + if (key != 'conditions') reordered[key] = value + } + if (modId != null) reordered.conditions = [orderedCondition(modId)] + return reordered +} + +def collectItemPredicates +collectItemPredicates = { Object value, List predicates -> + if (value instanceof Map) { + Map map = value as Map + if (map.item instanceof String) { + Map predicate = new LinkedHashMap() + predicate.item = map.item + if (map.containsKey('data')) predicate.data = map.data + predicates.add(predicate) + } + map.each { key, nested -> + if (key != 'result') collectItemPredicates(nested, predicates) + } + } else if (value instanceof List) { + (value as List).each { collectItemPredicates(it, predicates) } + } +} + +def ingredientPredicate = { Map recipe, File source -> + List predicates = [] + if (recipe.ingredients != null) collectItemPredicates(recipe.ingredients, predicates) + if (recipe.key != null) collectItemPredicates(recipe.key, predicates) + if (predicates.isEmpty()) { + throw new GradleException("Recipe has no exact item ingredient for its advancement: ${source}") + } + Map preferred = predicates.find { it.item.toString().startsWith('ironagefurniture:') } + return new LinkedHashMap(preferred ?: predicates.first()) +} + +def normalizedAdvancement = { File recipeFile -> + Map recipe = normalizedRecipe(recipeFile) + String recipeId = recipeFile.name.substring(0, recipeFile.name.length() - '.json'.length()) + String modId = integrationForName(recipeFile.name) + Map advancement = new LinkedHashMap() + advancement.parent = 'minecraft:recipes/root' + advancement.rewards = [recipes: ["ironagefurniture:${recipeId}"]] + advancement.criteria = [ + has_ingredient: [ + trigger: 'minecraft:inventory_changed', + conditions: [items: [ingredientPredicate(recipe, recipeFile)]] + ], + has_the_recipe: [ + trigger: 'minecraft:recipe_unlocked', + conditions: [recipe: "ironagefurniture:${recipeId}"] + ] + ] + advancement.requirements = [['has_ingredient', 'has_the_recipe']] + if (modId != null) advancement.conditions = [orderedCondition(modId)] + return advancement +} + +def formattedJson = { Object value -> JsonOutput.prettyPrint(JsonOutput.toJson(value)) + '\n' } + +tasks.register('updateFurnitureCatalog') { + group = 'generation' + description = 'Deterministically rewrites catalog-governed 1.12 recipes and advancements.' + inputs.file catalogFile + inputs.files fileTree(recipeDirectory) { include '*.json' } + doLast { + List recipes = fileTree(recipeDirectory) { include '*.json' }.files.sort { it.name } + recipes.each { file -> + file.setText(formattedJson(normalizedRecipe(file)), 'UTF-8') + } + + File advancementRoot = advancementDirectory.asFile + project.delete(fileTree(advancementRoot) { include '*.json' }) + advancementRoot.mkdirs() + recipes.each { recipe -> + File advancement = new File(advancementRoot, recipe.name) + advancement.setText(formattedJson(normalizedAdvancement(recipe)), 'UTF-8') + } + } +} + +tasks.register('verifyFurnitureCatalog') { + group = 'verification' + description = 'Verifies catalog coverage, exact unlock criteria, optional conditions, and deterministic data.' + inputs.file catalogFile + inputs.files fileTree(recipeDirectory) { include '*.json' } + inputs.files fileTree(advancementDirectory) { include '*.json' } + doLast { + Map catalog = new JsonSlurper().parse(catalogFile.asFile) as Map + if (catalog.minecraft != project.minecraft_version.toString() || catalog.loader != project.loader_name) { + throw new GradleException('Furniture catalog targets the wrong Minecraft version or loader') + } + + List recipes = fileTree(recipeDirectory) { include '*.json' }.files.sort { it.name } + List advancements = fileTree(advancementDirectory) { include '*.json' }.files.sort { it.name } + if (recipes.collect { it.name } != advancements.collect { it.name }) { + throw new GradleException('Every recipe must have one same-named advancement') + } + + recipes.each { file -> + String expected = formattedJson(normalizedRecipe(file)) + if (file.getText('UTF-8').replace('\r\n', '\n') != expected) { + throw new GradleException("Recipe is not catalog-normalized: ${project.relativePath(file)}") + } + String modId = integrationForName(file.name) + Map parsed = new JsonSlurper().parse(file) as Map + if (modId != null && parsed.conditions != [orderedCondition(modId)]) { + throw new GradleException("Optional recipe has incorrect conditions: ${project.relativePath(file)}") + } + } + + advancements.each { file -> + File recipe = new File(recipeDirectory.asFile, file.name) + String expected = formattedJson(normalizedAdvancement(recipe)) + if (file.getText('UTF-8').replace('\r\n', '\n') != expected) { + throw new GradleException("Advancement is not catalog-normalized: ${project.relativePath(file)}") + } + } + + ['biomesoplenty', 'natura', 'forestry', 'immersiveengineering'].each { modId -> + int recipeCount = recipes.count { integrationForName(it.name) == modId } + int advancementCount = advancements.count { integrationForName(it.name) == modId } + if (recipeCount == 0 || advancementCount != recipeCount) { + throw new GradleException("Unexpected ${modId} catalog coverage: " + + "${recipeCount} recipes, ${advancementCount} advancements") + } + } + + File blockStates = file('src/main/resources/assets/ironagefurniture/blockstates') + File itemModels = file('src/main/resources/assets/ironagefurniture/models/item') + catalog.lighting.each { String id -> + if (!new File(blockStates, "${id}.json").isFile() + || !new File(itemModels, "${id}.json").isFile()) { + throw new GradleException("Lighting catalog entry is missing assets: ${id}") + } + } + } +} + +tasks.named('check') { + dependsOn tasks.named('verifyFurnitureCatalog') +} diff --git a/gradle/furniture-catalog.json b/gradle/furniture-catalog.json new file mode 100644 index 0000000000..b86dd77480 --- /dev/null +++ b/gradle/furniture-catalog.json @@ -0,0 +1,59 @@ +{ + "schema": 1, + "minecraft": "1.12.2", + "loader": "forge", + "colours": [ + "black", "blue", "brown", "cyan", "gray", "green", "light_blue", "light_gray", + "lime", "magenta", "orange", "pink", "purple", "red", "white", "yellow" + ], + "woods": { + "vanilla": ["oak", "acacia", "dark_oak", "birch", "jungle", "spruce"], + "biomesoplenty": [ + "biomesoplenty_cherry", "biomesoplenty_ebony", "biomesoplenty_ethereal", + "biomesoplenty_eucalyptus", "biomesoplenty_fir", "biomesoplenty_hellbark", + "biomesoplenty_jacaranda", "biomesoplenty_magic", "biomesoplenty_mahogany", + "biomesoplenty_mangrove", "biomesoplenty_palm", "biomesoplenty_pine", + "biomesoplenty_redwood", "biomesoplenty_sacred_oak", "biomesoplenty_umbran", + "biomesoplenty_willow" + ], + "natura": [ + "natura_amaranth", "natura_bloodwood", "natura_darkwood", "natura_eucalyptus", + "natura_fusewood", "natura_ghostwood", "natura_hopseed", "natura_maple", + "natura_sakura", "natura_silverbell", "natura_tiger", "natura_willow" + ], + "forestry": [ + "forestry_acacia", "forestry_balsa", "forestry_baobab", "forestry_cherry", + "forestry_chestnut", "forestry_citrus", "forestry_cocobolo", "forestry_ebony", + "forestry_giganteum", "forestry_greenheart", "forestry_ipe", "forestry_kapok", + "forestry_larch", "forestry_lime", "forestry_mahoe", "forestry_mahogany", + "forestry_maple", "forestry_padauk", "forestry_palm", "forestry_papaya", + "forestry_pine", "forestry_plum", "forestry_poplar", "forestry_sequoia", + "forestry_teak", "forestry_walnut", "forestry_wenge", "forestry_willow", + "forestry_zebrawood" + ], + "immersiveengineering": ["immersiveengineering_treated_wood"] + }, + "fireproofWoods": [], + "lighting": [ + "light_metal_ironage_sconce_floor_empty_iron", + "light_metal_ironage_sconce_wall_empty_iron", + "light_metal_ironage_sconce_floor_torch_iron", + "light_metal_ironage_sconce_floor_torch_iron_unlit", + "light_metal_ironage_sconce_wall_torch_iron", + "light_metal_ironage_sconce_wall_torch_iron_unlit", + "light_metal_ironage_sconce_floor_redtorch_iron", + "light_metal_ironage_sconce_floor_redtorch_iron_unlit", + "light_metal_ironage_sconce_wall_redtorch_iron", + "light_metal_ironage_sconce_wall_redtorch_iron_unlit", + "light_metal_ironage_block_floor_glow_clear", + "light_metal_ironage_sconce_floor_glow_iron", + "light_metal_ironage_sconce_wall_glow_iron", + "light_metal_ironage_block_floor_lava_clear", + "light_metal_ironage_sconce_floor_lava_iron", + "light_metal_ironage_sconce_wall_lava_iron", + "light_metal_ironage_block_floor_red_clear", + "light_metal_ironage_sconce_floor_red_iron", + "light_metal_ironage_sconce_wall_red_iron", + "obsidian_chunk" + ] +} diff --git a/gradle/verification/optional-integration-mods.json b/gradle/verification/optional-integration-mods.json new file mode 100644 index 0000000000..075d12ce83 --- /dev/null +++ b/gradle/verification/optional-integration-mods.json @@ -0,0 +1,46 @@ +{ + "minecraft": "1.12.2", + "mods": [ + { + "modId": "biomesoplenty", + "role": "integration", + "version": "7.0.1.2445", + "file": "BiomesOPlenty-1.12.2-7.0.1.2445-universal.jar", + "sha256": "1c53d3ee39f557162591f618c58b79dc6861d24522ef785794ee4a815f8a3908", + "source": "https://www.curseforge.com/minecraft/mc-mods/biomes-o-plenty/files/3558882" + }, + { + "modId": "natura", + "role": "integration", + "version": "4.3.2.69", + "file": "natura-1.12.2-4.3.2.69.jar", + "sha256": "7663b57daf6ca0b36fbc8dd8ed06dc64447648237579b0c08910e15434ce36b2", + "source": "https://www.curseforge.com/minecraft/mc-mods/natura/files/2711439" + }, + { + "modId": "mantle", + "role": "dependency", + "requiredBy": ["natura"], + "version": "1.3.3.55", + "file": "Mantle-1.12-1.3.3.55.jar", + "sha256": "0975ad3ef3b8b35fe43461feabe44d406b5521b0a2f3d1965c8d2f6a59ad2e65", + "source": "https://www.curseforge.com/minecraft/mc-mods/mantle/files/2713386" + }, + { + "modId": "forestry", + "role": "integration", + "version": "5.8.2.427", + "file": "forestry_1.12.2-5.8.2.427.jar", + "sha256": "4ef79e7b554776522d88e405e4e76f9b2997ee46edf9a06b00bafd57988feed7", + "source": "https://www.curseforge.com/minecraft/mc-mods/forestry/files/7398359" + }, + { + "modId": "immersiveengineering", + "role": "integration", + "version": "0.12-98", + "file": "ImmersiveEngineering-0.12-98.jar", + "sha256": "1dceb974d037dae7161f9a8e9f78cb33dfaad9e3adf02d14d52a3024eb961e58", + "source": "https://www.curseforge.com/minecraft/mc-mods/immersive-engineering/files/2974106" + } + ] +} diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index a95009c3b9..2c68b418fa 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.9-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip +distributionSha256Sum=9c0f7faeeb306cb14e4279a3e084ca6b596894089a0638e68a07c945a32c9e14 zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/gradlew b/gradlew index b0d092c74d..cccdd3d517 100644 --- a/gradlew +++ b/gradlew @@ -1,21 +1,5 @@ #!/usr/bin/env sh -# -# Copyright 2015 the original author or authors. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# https://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# - ############################################################################## ## ## Gradle start up script for UN*X @@ -125,8 +109,8 @@ if $darwin; then GRADLE_OPTS="$GRADLE_OPTS \"-Xdock:name=$APP_NAME\" \"-Xdock:icon=$APP_HOME/media/gradle.icns\"" fi -# For Cygwin or MSYS, switch paths to Windows format before running java -if [ "$cygwin" = "true" -o "$msys" = "true" ] ; then +# For Cygwin, switch paths to Windows format before running java +if $cygwin ; then APP_HOME=`cygpath --path --mixed "$APP_HOME"` CLASSPATH=`cygpath --path --mixed "$CLASSPATH"` JAVACMD=`cygpath --unix "$JAVACMD"` diff --git a/gradlew.bat b/gradlew.bat index c42c57956b..f9553162f1 100644 --- a/gradlew.bat +++ b/gradlew.bat @@ -1,19 +1,3 @@ -@rem -@rem Copyright 2015 the original author or authors. -@rem -@rem Licensed under the Apache License, Version 2.0 (the "License"); -@rem you may not use this file except in compliance with the License. -@rem You may obtain a copy of the License at -@rem -@rem https://www.apache.org/licenses/LICENSE-2.0 -@rem -@rem Unless required by applicable law or agreed to in writing, software -@rem distributed under the License is distributed on an "AS IS" BASIS, -@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -@rem See the License for the specific language governing permissions and -@rem limitations under the License. -@rem - @if "%DEBUG%" == "" @echo off @rem ########################################################################## @rem diff --git a/settings.gradle b/settings.gradle index f74c120a55..dee88414df 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,33 +1,15 @@ -// Workaround to make the JUnit Platform Gradle Plugin available using the `plugins` DSL -// See https://github.com/junit-team/junit5/issues/768 -if (!(GradleVersion.current() <= GradleVersion.version('2.14.1'))) { pluginManagement { - repositories { - gradlePluginPortal() - maven { url = ArtifactRepositoryContainer.MAVEN_CENTRAL_URL } - } - resolutionStrategy { - eachPlugin { - if (requested.id.id == 'org.junit.platform.gradle.plugin') { - useModule("org.junit.platform:junit-platform-gradle-plugin:${requested.version}") -// } else if (requested.id.id == 'org.junit.platform.gradle.plugin') { -// useModule("org.junit.platform:junit-platform-gradle-plugin:${requested.version}") - } + repositories { + gradlePluginPortal() + maven { + name = 'MinecraftForge' + url = 'https://maven.minecraftforge.net/' + } } - } -} } -rootProject.name = archivesBaseName -import org.gradle.util.GradleVersion -if ((GradleVersion.current() >= GradleVersion.version('4.8')) && (GradleVersion.current() <= GradleVersion.version('4.10.3'))) { - enableFeaturePreview('STABLE_PUBLISHING') // 4.10.3 +plugins { + id 'org.gradle.toolchains.foojay-resolver-convention' version '1.0.0' } -// TODO: Things which likely don't work with FG yet, but I've not checked. -/* -if ((GradleVersion.current() >= GradleVersion.version('4.6')) && (GradleVersion.current() <= GradleVersion.version('4.10.3'))) { - enableFeaturePreview('IMPROVED_POM_SUPPORT') // Previously -Dorg.gradle.advancedpomsupport=true - enableFeaturePreview('GRADLE_METADATA') // Previously -Dorg.gradle.gradlemetadata=true -} -*/ +rootProject.name = 'IronAgeFurniture' diff --git a/src/main/java/com/mcmoddev/ironagefurniture/api/FurnitureFactory.java b/src/main/java/com/mcmoddev/ironagefurniture/api/FurnitureFactory.java deleted file mode 100644 index 60a5acab8d..0000000000 --- a/src/main/java/com/mcmoddev/ironagefurniture/api/FurnitureFactory.java +++ /dev/null @@ -1,90 +0,0 @@ -package com.mcmoddev.ironagefurniture.api; - -import com.mcmoddev.ironagefurniture.Ironagefurniture; -import com.mcmoddev.ironagefurniture.api.Blocks.BackBench; -import com.mcmoddev.ironagefurniture.api.Blocks.Bench; -import com.mcmoddev.ironagefurniture.api.Blocks.Chair; -import com.mcmoddev.ironagefurniture.api.Blocks.Stool; -import net.minecraft.block.Block; -import net.minecraft.block.material.Material; -import net.minecraft.item.Item; -import net.minecraft.item.ItemBlock; - -public class FurnitureFactory { - public static Block CreateWoodShieldChair(String name, float resistance, float hardness) { - return registerBlock(new Chair(Material.WOOD, name, resistance, hardness), name); - } - - public static Block CreateWoodShieldChair(String name) { - return CreateWoodShieldChair(name, 10, 1); - } - - public static Block CreateWoodShortStool(String name, float resistance, float hardness) { - return registerBlock(new Stool(Material.WOOD, name, resistance, false, 0.25, hardness), name); - } - - public static Block CreateWoodShortStool(String name) { - return CreateWoodShortStool(name, 10, 1); - } - - public static Block CreateWoodChair(String name, float resistance, float hardness) { - return registerBlock(new Chair(Material.WOOD, name, resistance, hardness), name); - } - - public static Block CreateWoodChair(String name) { - return CreateWoodChair(name, 10, 1); - } - - public static Block CreateWoodTallStool(String name, float resistance, float hardness) { - return registerBlock(new Stool(Material.WOOD, name, resistance, true, 0.6, hardness), name); - } - - public static Block CreateWoodTallStool(String name) { - return registerBlock(new Stool(Material.WOOD, name, 10, true, 0.6, 1), name); - } - - public static Block CreateWoodBench(String name, float resistance, float hardness) { - return registerBlock(new Bench(Material.WOOD, name, resistance, false, 0.25, hardness), name); - } - - public static Block CreateWoodBackBench(String name, float resistance, float hardness) { - return registerBlock(new BackBench(Material.WOOD, name, resistance, false, 0.25, hardness), name); - } - - public static Block CreateWoodBench(String name) { - return CreateWoodBench(name, 10, 1); - } - - public static Block CreateWoodBackBench(String name) { - return CreateWoodBackBench(name, 10, 1); - } - private static Block registerBlock(Block block, String name, int maxStackSize) { - block.setTranslationKey(Ironagefurniture.MODID + "." + name); - block.setRegistryName(name); - block.setCreativeTab(Ironagefurniture.ironagefurnitureTab); - ItemBlock itemBlock = new ItemBlock(block); - - itemBlock.setMaxStackSize(maxStackSize); - - RegisterItem(itemBlock, name, maxStackSize); - Ironagefurniture.BlockRegistry.put(name, block); - - return block; - } - - private static Block registerBlock(Block block, String name) { - return registerBlock(block, name, 16); - } - - public static Item RegisterItem(Item item, String name, int maxStackSize) { - String itemName = Ironagefurniture.MODID + "." + name; - - item.setTranslationKey(itemName); - item.setRegistryName(name); - item.setMaxStackSize(maxStackSize); - - Ironagefurniture.ItemRegistry.put(name, item); - - return item; - } -} diff --git a/src/main/java/com/mcmoddev/ironagefurniture/BlockObjectHolder.java b/src/main/java/zone/moddev/mc/ironagefurniture/BlockObjectHolder.java similarity index 90% rename from src/main/java/com/mcmoddev/ironagefurniture/BlockObjectHolder.java rename to src/main/java/zone/moddev/mc/ironagefurniture/BlockObjectHolder.java index e754f64cad..a51988121d 100644 --- a/src/main/java/com/mcmoddev/ironagefurniture/BlockObjectHolder.java +++ b/src/main/java/zone/moddev/mc/ironagefurniture/BlockObjectHolder.java @@ -1,4 +1,4 @@ -package com.mcmoddev.ironagefurniture; +package zone.moddev.mc.ironagefurniture; import net.minecraft.block.Block; @@ -634,4 +634,70 @@ public class BlockObjectHolder { public static Block chair_wood_ironage_bench_back_padded_single_forestry_wenge; public static Block chair_wood_ironage_bench_back_padded_single_forestry_willow; public static Block chair_wood_ironage_bench_back_padded_single_forestry_zebrawood; + + public static Block light_metal_ironage_sconce_floor_empty_iron; + public static Block light_metal_ironage_sconce_wall_empty_iron; + public static Block light_metal_ironage_sconce_floor_torch_iron; + public static Block light_metal_ironage_sconce_floor_torch_iron_unlit; + public static Block light_metal_ironage_sconce_wall_torch_iron; + public static Block light_metal_ironage_sconce_wall_torch_iron_unlit; + public static Block light_metal_ironage_sconce_floor_redtorch_iron; + public static Block light_metal_ironage_sconce_floor_redtorch_iron_unlit; + public static Block light_metal_ironage_sconce_wall_redtorch_iron; + public static Block light_metal_ironage_sconce_wall_redtorch_iron_unlit; + public static Block light_metal_ironage_block_floor_glow_clear; + public static Block light_metal_ironage_sconce_floor_glow_iron; + public static Block light_metal_ironage_sconce_wall_glow_iron; + public static Block light_metal_ironage_block_floor_lava_clear; + public static Block light_metal_ironage_sconce_floor_lava_iron; + public static Block light_metal_ironage_sconce_wall_lava_iron; + public static Block light_metal_ironage_block_floor_red_clear; + public static Block light_metal_ironage_block_floor_red_clear_one; + public static Block light_metal_ironage_block_floor_red_clear_two; + public static Block light_metal_ironage_block_floor_red_clear_three; + public static Block light_metal_ironage_block_floor_red_clear_four; + public static Block light_metal_ironage_block_floor_red_clear_five; + public static Block light_metal_ironage_block_floor_red_clear_six; + public static Block light_metal_ironage_block_floor_red_clear_seven; + public static Block light_metal_ironage_block_floor_red_clear_eight; + public static Block light_metal_ironage_block_floor_red_clear_nine; + public static Block light_metal_ironage_block_floor_red_clear_ten; + public static Block light_metal_ironage_block_floor_red_clear_eleven; + public static Block light_metal_ironage_block_floor_red_clear_twelve; + public static Block light_metal_ironage_block_floor_red_clear_thirteen; + public static Block light_metal_ironage_block_floor_red_clear_fourteen; + public static Block light_metal_ironage_block_floor_red_clear_fifteen; + public static Block light_metal_ironage_sconce_floor_red_iron; + public static Block light_metal_ironage_sconce_floor_red_iron_one; + public static Block light_metal_ironage_sconce_floor_red_iron_two; + public static Block light_metal_ironage_sconce_floor_red_iron_three; + public static Block light_metal_ironage_sconce_floor_red_iron_four; + public static Block light_metal_ironage_sconce_floor_red_iron_five; + public static Block light_metal_ironage_sconce_floor_red_iron_six; + public static Block light_metal_ironage_sconce_floor_red_iron_seven; + public static Block light_metal_ironage_sconce_floor_red_iron_eight; + public static Block light_metal_ironage_sconce_floor_red_iron_nine; + public static Block light_metal_ironage_sconce_floor_red_iron_ten; + public static Block light_metal_ironage_sconce_floor_red_iron_eleven; + public static Block light_metal_ironage_sconce_floor_red_iron_twelve; + public static Block light_metal_ironage_sconce_floor_red_iron_thirteen; + public static Block light_metal_ironage_sconce_floor_red_iron_fourteen; + public static Block light_metal_ironage_sconce_floor_red_iron_fifteen; + public static Block light_metal_ironage_sconce_wall_red_iron; + public static Block light_metal_ironage_sconce_wall_red_iron_one; + public static Block light_metal_ironage_sconce_wall_red_iron_two; + public static Block light_metal_ironage_sconce_wall_red_iron_three; + public static Block light_metal_ironage_sconce_wall_red_iron_four; + public static Block light_metal_ironage_sconce_wall_red_iron_five; + public static Block light_metal_ironage_sconce_wall_red_iron_six; + public static Block light_metal_ironage_sconce_wall_red_iron_seven; + public static Block light_metal_ironage_sconce_wall_red_iron_eight; + public static Block light_metal_ironage_sconce_wall_red_iron_nine; + public static Block light_metal_ironage_sconce_wall_red_iron_ten; + public static Block light_metal_ironage_sconce_wall_red_iron_eleven; + public static Block light_metal_ironage_sconce_wall_red_iron_twelve; + public static Block light_metal_ironage_sconce_wall_red_iron_thirteen; + public static Block light_metal_ironage_sconce_wall_red_iron_fourteen; + public static Block light_metal_ironage_sconce_wall_red_iron_fifteen; + public static Block obsidian_chunk; } diff --git a/src/main/java/com/mcmoddev/ironagefurniture/IAFEventBusSubscriber.java b/src/main/java/zone/moddev/mc/ironagefurniture/IAFEventBusSubscriber.java similarity index 73% rename from src/main/java/com/mcmoddev/ironagefurniture/IAFEventBusSubscriber.java rename to src/main/java/zone/moddev/mc/ironagefurniture/IAFEventBusSubscriber.java index 0cccfcce96..f2979ce4f4 100644 --- a/src/main/java/com/mcmoddev/ironagefurniture/IAFEventBusSubscriber.java +++ b/src/main/java/zone/moddev/mc/ironagefurniture/IAFEventBusSubscriber.java @@ -1,6 +1,4 @@ -package com.mcmoddev.ironagefurniture; - -import java.util.Map; +package zone.moddev.mc.ironagefurniture; import net.minecraft.block.Block; import net.minecraft.item.Item; @@ -24,13 +22,7 @@ public static void registerItems(RegistryEvent.Register event) { event.getRegistry().registerAll( Ironagefurniture.ItemRegistry.values().toArray(new Item[Ironagefurniture.ItemRegistry.size()])); - for (Map.Entry map : Ironagefurniture.BlockRegistry.entrySet()) { - if (!map.getKey().contains("ITEMLESS")) - OreDictionary.registerOre(map.getKey(), map.getValue()); - } - - - for (Map.Entry map : Ironagefurniture.ItemRegistry.entrySet()) + for (java.util.Map.Entry map : Ironagefurniture.ItemRegistry.entrySet()) OreDictionary.registerOre(map.getKey(), map.getValue()); } -} \ No newline at end of file +} diff --git a/src/main/java/com/mcmoddev/ironagefurniture/IronAgeFurnitureConfiguration.java b/src/main/java/zone/moddev/mc/ironagefurniture/IronAgeFurnitureConfiguration.java similarity index 71% rename from src/main/java/com/mcmoddev/ironagefurniture/IronAgeFurnitureConfiguration.java rename to src/main/java/zone/moddev/mc/ironagefurniture/IronAgeFurnitureConfiguration.java index cbb20d8714..edaec1e39d 100644 --- a/src/main/java/com/mcmoddev/ironagefurniture/IronAgeFurnitureConfiguration.java +++ b/src/main/java/zone/moddev/mc/ironagefurniture/IronAgeFurnitureConfiguration.java @@ -1,4 +1,4 @@ -package com.mcmoddev.ironagefurniture; +package zone.moddev.mc.ironagefurniture; import net.minecraftforge.common.config.Configuration; import net.minecraftforge.fml.common.event.FMLPreInitializationEvent; @@ -9,6 +9,11 @@ public class IronAgeFurnitureConfiguration { public static boolean GENERATE_SHORT_STOOLS = true; public static boolean GENERATE_TALL_STOOLS = true; public static boolean GENERATE_WOOD_BENCHES = true; + public static boolean GENERATE_LIGHTS = true; + public static boolean GENERATE_SCONCES = true; + public static boolean GENERATE_GLOW_LAMPS = true; + public static boolean GENERATE_LAVA_LAMPS = true; + public static boolean GENERATE_REDSTONE_LAMPS = true; public static boolean CFM_CONVERSION_RECIPES = true; public static boolean INTEGRATION_BIOMESOPLENTY = true; public static boolean INTEGRATION_NATURA = true; @@ -30,6 +35,11 @@ public static void init(FMLPreInitializationEvent event) { GENERATE_SHORT_STOOLS = config.getBoolean("GENERATE_SHORT_STOOLS", "options", GENERATE_SHORT_STOOLS, "If true, then short stools will be generated"); GENERATE_TALL_STOOLS = config.getBoolean("GENERATE_TALL_STOOLS", "options", GENERATE_TALL_STOOLS, "If true, then tall stools will be generated"); GENERATE_WOOD_BENCHES = config.getBoolean("GENERATE_WOOD_BENCHES", "options", GENERATE_WOOD_BENCHES, "If true, then wooden benches will be generated"); + GENERATE_LIGHTS = config.getBoolean("GENERATE_LIGHTS", "options", GENERATE_LIGHTS, "If true, then lighting blocks and items will be generated"); + GENERATE_SCONCES = config.getBoolean("GENERATE_SCONCES", "options", GENERATE_SCONCES, "If true, then iron sconces will be generated"); + GENERATE_GLOW_LAMPS = config.getBoolean("GENERATE_GLOW_LAMPS", "options", GENERATE_GLOW_LAMPS, "If true, then glow lamps will be generated"); + GENERATE_LAVA_LAMPS = config.getBoolean("GENERATE_LAVA_LAMPS", "options", GENERATE_LAVA_LAMPS, "If true, then lava lamps will be generated"); + GENERATE_REDSTONE_LAMPS = config.getBoolean("GENERATE_REDSTONE_LAMPS", "options", GENERATE_REDSTONE_LAMPS, "If true, then redstone lamps will be generated"); CFM_CONVERSION_RECIPES = config.getBoolean("CFM_CONVERSION_RECIPES", "options", CFM_CONVERSION_RECIPES, "If true, recipes for converting chairs from Crayfish Furniture Mod will be added"); config.save(); diff --git a/src/main/java/com/mcmoddev/ironagefurniture/Ironagefurniture.java b/src/main/java/zone/moddev/mc/ironagefurniture/Ironagefurniture.java similarity index 65% rename from src/main/java/com/mcmoddev/ironagefurniture/Ironagefurniture.java rename to src/main/java/zone/moddev/mc/ironagefurniture/Ironagefurniture.java index 6d737c7b8b..0509a403f6 100644 --- a/src/main/java/com/mcmoddev/ironagefurniture/Ironagefurniture.java +++ b/src/main/java/zone/moddev/mc/ironagefurniture/Ironagefurniture.java @@ -1,12 +1,14 @@ -package com.mcmoddev.ironagefurniture; +package zone.moddev.mc.ironagefurniture; import java.util.HashMap; import java.util.Map; -import com.mcmoddev.ironagefurniture.api.entity.Seat; -import com.mcmoddev.ironagefurniture.init.BlockInitialiser; -import com.mcmoddev.ironagefurniture.init.ItemInitialiser; -import com.mcmoddev.ironagefurniture.lib.util.MMDCreativeTab; +import zone.moddev.mc.ironagefurniture.api.entity.Seat; +import zone.moddev.mc.ironagefurniture.api.CreativeModeBreakTracker; +import zone.moddev.mc.ironagefurniture.api.entity.EntityThrownLavaLamp; +import zone.moddev.mc.ironagefurniture.init.BlockInitialiser; +import zone.moddev.mc.ironagefurniture.init.ItemInitialiser; +import zone.moddev.mc.ironagefurniture.lib.util.MMDCreativeTab; import net.minecraft.block.Block; import net.minecraft.init.Blocks; @@ -17,12 +19,13 @@ import net.minecraftforge.fml.common.event.FMLInitializationEvent; import net.minecraftforge.fml.common.event.FMLPreInitializationEvent; import net.minecraftforge.fml.common.registry.EntityRegistry; +import net.minecraftforge.common.MinecraftForge; @Mod(modid = Ironagefurniture.MODID, version = Ironagefurniture.VERSION) public class Ironagefurniture { public static final String MODID = "ironagefurniture"; - public static final String VERSION = "0.2.0.5"; + public static final String VERSION = "0.3.0.112021"; public static final Map BlockRegistry = new HashMap(); public static final Map ItemRegistry = new HashMap(); @@ -40,6 +43,8 @@ public void init(FMLInitializationEvent event) } EntityRegistry.registerModEntity(new ResourceLocation(MODID + ":seat"), Seat.class , MODID + ":seat", 0, this, 80, 1, false); + EntityRegistry.registerModEntity(new ResourceLocation(MODID + ":thrown_lava_lamp"), + EntityThrownLavaLamp.class, MODID + ":thrown_lava_lamp", 1, this, 64, 10, true); ironagefurnitureTab.setIconItem(Blocks.BOOKSHELF); } @@ -47,6 +52,7 @@ public void init(FMLInitializationEvent event) @EventHandler public void preInit(FMLPreInitializationEvent event) { IronAgeFurnitureConfiguration.init(event); + MinecraftForge.EVENT_BUS.register(new CreativeModeBreakTracker()); BlockInitialiser.init(); } diff --git a/src/main/java/com/mcmoddev/ironagefurniture/api/Blocks/BackBench.java b/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/BackBench.java similarity index 98% rename from src/main/java/com/mcmoddev/ironagefurniture/api/Blocks/BackBench.java rename to src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/BackBench.java index cf4bff36c0..4a48774855 100644 --- a/src/main/java/com/mcmoddev/ironagefurniture/api/Blocks/BackBench.java +++ b/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/BackBench.java @@ -1,11 +1,11 @@ -package com.mcmoddev.ironagefurniture.api.Blocks; +package zone.moddev.mc.ironagefurniture.api.Blocks; import java.util.List; -import com.mcmoddev.ironagefurniture.api.Enumerations.BenchType; -import com.mcmoddev.ironagefurniture.api.Enumerations.Rotation; -import com.mcmoddev.ironagefurniture.api.entity.Seat; -import com.mcmoddev.ironagefurniture.lib.util.Swivel; +import zone.moddev.mc.ironagefurniture.api.Enumerations.BenchType; +import zone.moddev.mc.ironagefurniture.api.Enumerations.Rotation; +import zone.moddev.mc.ironagefurniture.api.entity.Seat; +import zone.moddev.mc.ironagefurniture.lib.util.Swivel; import net.minecraft.block.Block; import net.minecraft.block.material.Material; diff --git a/src/main/java/com/mcmoddev/ironagefurniture/api/Blocks/Bench.java b/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/Bench.java similarity index 88% rename from src/main/java/com/mcmoddev/ironagefurniture/api/Blocks/Bench.java rename to src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/Bench.java index de8a503ade..21af385bfb 100644 --- a/src/main/java/com/mcmoddev/ironagefurniture/api/Blocks/Bench.java +++ b/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/Bench.java @@ -1,9 +1,9 @@ -package com.mcmoddev.ironagefurniture.api.Blocks; +package zone.moddev.mc.ironagefurniture.api.Blocks; import java.util.List; -import com.mcmoddev.ironagefurniture.api.Enumerations.BenchType; -import com.mcmoddev.ironagefurniture.api.entity.Seat; +import zone.moddev.mc.ironagefurniture.api.Enumerations.BenchType; +import zone.moddev.mc.ironagefurniture.api.entity.Seat; import net.minecraft.block.material.Material; import net.minecraft.block.properties.PropertyEnum; import net.minecraft.block.state.IBlockState; diff --git a/src/main/java/com/mcmoddev/ironagefurniture/api/Blocks/BlockHBase.java b/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/BlockHBase.java similarity index 85% rename from src/main/java/com/mcmoddev/ironagefurniture/api/Blocks/BlockHBase.java rename to src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/BlockHBase.java index bc5bf8bd27..e9580b43f5 100644 --- a/src/main/java/com/mcmoddev/ironagefurniture/api/Blocks/BlockHBase.java +++ b/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/BlockHBase.java @@ -1,36 +1,36 @@ -package com.mcmoddev.ironagefurniture.api.Blocks; - -import com.mcmoddev.ironagefurniture.api.Enumerations.Rotation; - -import net.minecraft.block.BlockHorizontal; -import net.minecraft.block.material.Material; -import net.minecraft.util.math.AxisAlignedBB; - -/** - * This class forms the base for horizontal blocks in ironagefurniture. - * - * @author SkyBlade1978 - * - */ -public class BlockHBase extends BlockHorizontal { - - public BlockHBase(Material materialIn) { - super(materialIn); - // TODO Auto-generated constructor stub - } - - public static AxisAlignedBB RotateBB(Rotation rotation, AxisAlignedBB bbIn) - { - switch (rotation) - { - case Ninty: - return new AxisAlignedBB(bbIn.minZ, bbIn.minY, 1.0F - bbIn.maxX, bbIn.maxY, bbIn.maxY, 1.0F - bbIn.minX); - case OneEighty: - return new AxisAlignedBB(1.0F - bbIn.maxY, bbIn.minY, bbIn.minX, 1.0F - bbIn.minZ, bbIn.maxY, bbIn.maxX); - case TwoSeventy: - return new AxisAlignedBB(1.0F - bbIn.maxX, bbIn.minY, 1.0F - bbIn.maxY, 1.0F - bbIn.minX, bbIn.maxY, 1.0F - bbIn.minZ); - default: - return bbIn; - } - } -} +package zone.moddev.mc.ironagefurniture.api.Blocks; + +import zone.moddev.mc.ironagefurniture.api.Enumerations.Rotation; + +import net.minecraft.block.BlockHorizontal; +import net.minecraft.block.material.Material; +import net.minecraft.util.math.AxisAlignedBB; + +/** + * This class forms the base for horizontal blocks in ironagefurniture. + * + * @author SkyBlade1978 + * + */ +public class BlockHBase extends BlockHorizontal { + + public BlockHBase(Material materialIn) { + super(materialIn); + // TODO Auto-generated constructor stub + } + + public static AxisAlignedBB RotateBB(Rotation rotation, AxisAlignedBB bbIn) + { + switch (rotation) + { + case Ninty: + return new AxisAlignedBB(bbIn.minZ, bbIn.minY, 1.0F - bbIn.maxX, bbIn.maxY, bbIn.maxY, 1.0F - bbIn.minX); + case OneEighty: + return new AxisAlignedBB(1.0F - bbIn.maxY, bbIn.minY, bbIn.minX, 1.0F - bbIn.minZ, bbIn.maxY, bbIn.maxX); + case TwoSeventy: + return new AxisAlignedBB(1.0F - bbIn.maxX, bbIn.minY, 1.0F - bbIn.maxY, 1.0F - bbIn.minX, bbIn.maxY, 1.0F - bbIn.minZ); + default: + return bbIn; + } + } +} \ No newline at end of file diff --git a/src/main/java/com/mcmoddev/ironagefurniture/api/Blocks/Chair.java b/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/Chair.java similarity index 91% rename from src/main/java/com/mcmoddev/ironagefurniture/api/Blocks/Chair.java rename to src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/Chair.java index 152832c6fb..2fbc474f66 100644 --- a/src/main/java/com/mcmoddev/ironagefurniture/api/Blocks/Chair.java +++ b/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/Chair.java @@ -1,9 +1,9 @@ -package com.mcmoddev.ironagefurniture.api.Blocks; +package zone.moddev.mc.ironagefurniture.api.Blocks; import java.util.List; -import com.mcmoddev.ironagefurniture.api.Enumerations.Rotation; -import com.mcmoddev.ironagefurniture.api.entity.Seat; +import zone.moddev.mc.ironagefurniture.api.Enumerations.Rotation; +import zone.moddev.mc.ironagefurniture.api.entity.Seat; import net.minecraft.block.SoundType; import net.minecraft.block.material.Material; @@ -21,6 +21,8 @@ import net.minecraft.world.World; public class Chair extends BlockHBase { + private static final int FIRE_SPREAD_SPEED = 5; + private static final int FLAMMABILITY = 20; private static final AxisAlignedBB BB = new AxisAlignedBB(0.1, 0.0, 0.1, 0.9, 1.6, 0.9); private static final AxisAlignedBB BASEBB = new AxisAlignedBB(0.1, 0.0, 0.1, 0.9, 0.5, 0.9); private static final AxisAlignedBB BACKEAST = new AxisAlignedBB(0.825, 0.6, 0.1, 0.9, 1.2, 0.9); @@ -28,6 +30,16 @@ public class Chair extends BlockHBase { private static final AxisAlignedBB BACKSOUTH = RotateBB(Rotation.OneEighty, BACKEAST); private static final AxisAlignedBB BACKWEST = RotateBB(Rotation.TwoSeventy, BACKEAST); private final double yOffset; + + @Override + public int getFlammability(IBlockAccess world, BlockPos pos, EnumFacing face) { + return FLAMMABILITY; + } + + @Override + public int getFireSpreadSpeed(IBlockAccess world, BlockPos pos, EnumFacing face) { + return FIRE_SPREAD_SPEED; + } @Override public boolean onBlockActivated(World worldIn, BlockPos pos, IBlockState state, EntityPlayer playerIn, diff --git a/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightHolderSconceFloor.java b/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightHolderSconceFloor.java new file mode 100644 index 0000000000..491f0b95e0 --- /dev/null +++ b/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightHolderSconceFloor.java @@ -0,0 +1,255 @@ +package zone.moddev.mc.ironagefurniture.api.Blocks; + +import java.util.List; + +import com.google.common.collect.Lists; +import zone.moddev.mc.ironagefurniture.BlockObjectHolder; +import zone.moddev.mc.ironagefurniture.Ironagefurniture; +import zone.moddev.mc.ironagefurniture.api.Enumerations.Rotation; +import net.minecraft.block.Block; +import net.minecraft.block.SoundType; +import net.minecraft.block.material.Material; +import net.minecraft.block.properties.IProperty; +import net.minecraft.block.state.BlockStateContainer; +import net.minecraft.block.state.IBlockState; +import net.minecraft.entity.Entity; +import net.minecraft.entity.EntityLivingBase; +import net.minecraft.entity.player.EntityPlayer; +import net.minecraft.init.Blocks; +import net.minecraft.item.Item; +import net.minecraft.item.ItemStack; +import net.minecraft.util.EnumFacing; +import net.minecraft.util.EnumHand; +import net.minecraft.util.math.AxisAlignedBB; +import net.minecraft.util.math.BlockPos; +import net.minecraft.world.IBlockAccess; +import net.minecraft.world.World; + +public class LightHolderSconceFloor extends BlockHBase { + // ---- the combined overall bounds of the sconce ---- + private static final AxisAlignedBB BB = new AxisAlignedBB( + 5.5/16.0, 0.0, 5.5/16.0, + 10.5/16.0, 9/16.0, 10.5/16.0 + ); + + // ---- the top holder piece, facing EAST by default ---- + private static final AxisAlignedBB HOLDER_EAST = new AxisAlignedBB( + 5.5/16.0, 8/16.0, 5.5/16.0, + 10.5/16.0, 9/16.0, 10.5/16.0 + ); + + // ---- the vertical stand piece, facing EAST by default ---- + private static final AxisAlignedBB STAND_EAST = new AxisAlignedBB( + 7.5/16.0, 0.0, 5.5/16.0, + 8.5/16.0, 8/16.0, 8.5/16.0 + ); + + // rotate them for the other facings: + private static final AxisAlignedBB HOLDER_NORTH = RotateBB(Rotation.Ninty, HOLDER_EAST); + private static final AxisAlignedBB HOLDER_SOUTH = RotateBB(Rotation.OneEighty, HOLDER_EAST); + private static final AxisAlignedBB HOLDER_WEST = RotateBB(Rotation.TwoSeventy, HOLDER_EAST); + + private static final AxisAlignedBB STAND_NORTH = RotateBB(Rotation.Ninty, STAND_EAST); + private static final AxisAlignedBB STAND_SOUTH = RotateBB(Rotation.OneEighty, STAND_EAST); + private static final AxisAlignedBB STAND_WEST = RotateBB(Rotation.TwoSeventy, STAND_EAST); + + public LightHolderSconceFloor(Material materialIn, String name, float resistance, float hardness) { + super(materialIn); + InitSconce(materialIn, name, resistance, hardness); + } + + private void InitSconce(Material materialIn, String name, float resistance, float hardness) { + this.setSoundType(SoundType.METAL); + this.setHarvestLevel("pickaxe", 1); + this.blockResistance = resistance; + this.blockHardness = hardness; + this.setCreativeTab(Ironagefurniture.ironagefurnitureTab); + this.setDefaultState(this.blockState.getBaseState().withProperty(FACING, EnumFacing.NORTH)); + } + + @Override + public IBlockState getStateFromMeta(int meta) + { + return this.getDefaultState().withProperty(FACING, EnumFacing.byHorizontalIndex(meta)); + } + + @Override + public int getMetaFromState(IBlockState state) + { + return ((EnumFacing) state.getValue(FACING)).getHorizontalIndex(); + } + + @Override + protected BlockStateContainer createBlockState() + { + return new BlockStateContainer(this, new IProperty[] { FACING }); + } + + private boolean canPlaceOn(World worldIn, BlockPos pos) + { + IBlockState state = worldIn.getBlockState(pos); + if (state.isSideSolid(worldIn, pos, EnumFacing.UP)) + { + return true; + } + else + { + return state.getBlock().canPlaceTorchOnTop(state, worldIn, pos); + } + } + + public boolean canPlaceBlockAt(World worldIn, BlockPos pos) + { + for (EnumFacing enumfacing : FACING.getAllowedValues()) + { + if (this.canPlaceAt(worldIn, pos, enumfacing)) + { + return true; + } + } + + if (this.canPlaceAt(worldIn, pos, EnumFacing.UP)) + { + return true; + } + + return false; + } + + private boolean canPlaceAt(World worldIn, BlockPos pos, EnumFacing facing) + { + BlockPos supportPos = pos.offset(facing.getOpposite()); + return facing.getAxis().isHorizontal() + ? worldIn.isSideSolid(supportPos, facing, true) + : facing == EnumFacing.UP && this.canPlaceOn(worldIn, supportPos); + } + + @Override + public IBlockState getStateForPlacement(World world, BlockPos pos, EnumFacing side, + float hitX, float hitY, float hitZ, int meta, + EntityLivingBase placer, EnumHand hand) { + + + if (side.getAxis().isHorizontal() && canPlaceAt(world, pos, side)) { + Block wall = GetWallVariant(); + EnumFacing attachFace = side; + return wall.getDefaultState().withProperty(FACING, attachFace); + } + + if (this.canPlaceOn(world, pos.down())) { + EnumFacing playerFacing = placer.getHorizontalFacing(); + return this.getDefaultState().withProperty(FACING, playerFacing); + } + + return null; + } + + + @Override + public void neighborChanged(IBlockState state, World worldIn, BlockPos pos, Block blockIn, BlockPos fromPos) { + if (!this.canPlaceOn(worldIn, pos.down())) { + if (!worldIn.isRemote) { + this.dropBlockAsItem(worldIn, pos, state, 0); + } + worldIn.setBlockToAir(pos); + } + super.neighborChanged(state, worldIn, pos, blockIn, fromPos); + } + + @Override + public AxisAlignedBB getBoundingBox(IBlockState state, IBlockAccess source, BlockPos pos) + { + return BB; + } + + @Override + public void addCollisionBoxToList(IBlockState state, World worldIn, BlockPos pos, AxisAlignedBB entityBox, + List collidingBoxes, Entity entityIn, boolean isActualState) { + + switch (state.getValue(FACING)) { + case NORTH: + super.addCollisionBoxToList(pos, entityBox, collidingBoxes, STAND_NORTH); + super.addCollisionBoxToList(pos, entityBox, collidingBoxes, HOLDER_NORTH); + break; + case SOUTH: + super.addCollisionBoxToList(pos, entityBox, collidingBoxes, STAND_SOUTH); + super.addCollisionBoxToList(pos, entityBox, collidingBoxes, HOLDER_SOUTH); + break; + case WEST: + super.addCollisionBoxToList(pos, entityBox, collidingBoxes, STAND_WEST); + super.addCollisionBoxToList(pos, entityBox, collidingBoxes, HOLDER_WEST); + break; + default: // EAST + super.addCollisionBoxToList(pos, entityBox, collidingBoxes, STAND_EAST); + super.addCollisionBoxToList(pos, entityBox, collidingBoxes, HOLDER_EAST); + break; + } + } + + @Override + public boolean isFullCube(IBlockState bs) { + return false; + } + + @Override + public boolean isOpaqueCube(IBlockState bs) { + return false; + } + + @Override + public boolean onBlockActivated(World worldIn, BlockPos pos, IBlockState state, EntityPlayer playerIn, + EnumHand hand, EnumFacing side, float hitX, float hitY, float hitZ) { + ItemStack heldItem = playerIn.getHeldItem(hand); + + if (heldItem.isEmpty()) { + return super.onBlockActivated(worldIn, pos, state, playerIn, hand, side, hitX, hitY, hitZ); + } + + Block newBlock = null; + + // Torch + if (heldItem.getItem() == Item.getItemFromBlock(Blocks.TORCH)) { + newBlock = GetTorchVariant(); + } + // Glow lamp + else if (heldItem.getItem() == Item.getItemFromBlock(BlockObjectHolder.light_metal_ironage_block_floor_glow_clear)) { + newBlock = GetGlowVariant(); + } + // Lava lamp + else if (heldItem.getItem() == Item.getItemFromBlock(BlockObjectHolder.light_metal_ironage_block_floor_lava_clear)) { + newBlock = GetLavaVariant(); + } + // Redstone torch + else if (heldItem.getItem() == Item.getItemFromBlock(Blocks.REDSTONE_TORCH)) { + newBlock = GetRedTorchVariant(); + } + else if (heldItem.getItem() == Item.getItemFromBlock(BlockObjectHolder.light_metal_ironage_block_floor_red_clear)) { + newBlock = GetRedVariant(); // Redstone lamp + } + + if (newBlock != null) { + worldIn.setBlockState(pos, newBlock.getDefaultState().withProperty(FACING, state.getValue(FACING)), 3 /* UPDATE_ALL */); + + if (!playerIn.capabilities.isCreativeMode) { + heldItem.shrink(1); + } + + return true; + } + + return super.onBlockActivated(worldIn, pos, state, playerIn, hand, side, hitX, hitY, hitZ); + } + + @Override + public List getDrops(IBlockAccess world, BlockPos pos, IBlockState state, int fortune) { + return Lists.newArrayList(new ItemStack(this)); + } + + protected Block GetWallVariant() { return BlockObjectHolder.light_metal_ironage_sconce_wall_empty_iron; } + protected Block GetGlowVariant() { return BlockObjectHolder.light_metal_ironage_sconce_floor_glow_iron; } + protected Block GetTorchVariant() { return BlockObjectHolder.light_metal_ironage_sconce_floor_torch_iron; } + protected Block GetLavaVariant() { return BlockObjectHolder.light_metal_ironage_sconce_floor_lava_iron; } + protected Block GetRedTorchVariant() { return BlockObjectHolder.light_metal_ironage_sconce_floor_redtorch_iron; } + protected Block GetRedVariant() { return BlockObjectHolder.light_metal_ironage_sconce_floor_red_iron; } + protected Block GetUnlitTorchVariant() { return BlockObjectHolder.light_metal_ironage_sconce_floor_torch_iron_unlit; } +} \ No newline at end of file diff --git a/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightHolderSconceWall.java b/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightHolderSconceWall.java new file mode 100644 index 0000000000..876ef4e811 --- /dev/null +++ b/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightHolderSconceWall.java @@ -0,0 +1,185 @@ +package zone.moddev.mc.ironagefurniture.api.Blocks; + +import java.util.List; + +import com.google.common.collect.Lists; +import zone.moddev.mc.ironagefurniture.BlockObjectHolder; +import net.minecraft.block.Block; +import net.minecraft.block.material.Material; +import net.minecraft.block.state.IBlockState; +import net.minecraft.entity.Entity; +import net.minecraft.item.ItemStack; +import net.minecraft.util.EnumFacing; +import net.minecraft.util.math.AxisAlignedBB; +import net.minecraft.util.math.BlockPos; +import net.minecraft.util.math.RayTraceResult; +import net.minecraft.util.math.Vec3d; +import net.minecraft.world.IBlockAccess; +import net.minecraft.world.World; + +import javax.annotation.Nullable; + +public class LightHolderSconceWall extends LightHolderSconceFloor { + // Small physical holder bounds, matching the intended wall sconce footprint. + private static final AxisAlignedBB SHAPE_EAST = new AxisAlignedBB( + 1.5 / 16.0, 9.0 / 16.0, 5.5 / 16.0, + 6.5 / 16.0, 10.0 / 16.0, 10.5 / 16.0 + ); + + // Slightly larger click target so right-clicks still land on the sconce reliably. + private static final AxisAlignedBB PICK_EAST = new AxisAlignedBB( + 0.0 / 16.0, 2.0 / 16.0, 5.5 / 16.0, + 6.5 / 16.0, 11.0 / 16.0, 10.5 / 16.0 + ); + + private static final AxisAlignedBB SHAPE_NORTH = rotateCounterClockwise(SHAPE_EAST); + private static final AxisAlignedBB SHAPE_SOUTH = rotateClockwise(SHAPE_EAST); + private static final AxisAlignedBB SHAPE_WEST = rotateHalfTurn(SHAPE_EAST); + + private static final AxisAlignedBB PICK_NORTH = rotateCounterClockwise(PICK_EAST); + private static final AxisAlignedBB PICK_SOUTH = rotateClockwise(PICK_EAST); + private static final AxisAlignedBB PICK_WEST = rotateHalfTurn(PICK_EAST); + + public LightHolderSconceWall(Material materialIn, String name, float resistance, float hardness) { + super(materialIn, name, resistance, hardness); + this.setDefaultState(this.blockState.getBaseState().withProperty(FACING, EnumFacing.NORTH)); + } + + private static AxisAlignedBB rotateClockwise(AxisAlignedBB bb) { + return new AxisAlignedBB( + 1.0D - bb.maxZ, + bb.minY, + bb.minX, + 1.0D - bb.minZ, + bb.maxY, + bb.maxX + ); + } + + private static AxisAlignedBB rotateHalfTurn(AxisAlignedBB bb) { + return new AxisAlignedBB( + 1.0D - bb.maxX, + bb.minY, + 1.0D - bb.maxZ, + 1.0D - bb.minX, + bb.maxY, + 1.0D - bb.minZ + ); + } + + private static AxisAlignedBB rotateCounterClockwise(AxisAlignedBB bb) { + return new AxisAlignedBB( + bb.minZ, + bb.minY, + 1.0D - bb.maxX, + bb.maxZ, + bb.maxY, + 1.0D - bb.minX + ); + } + + @Override + public boolean isFullCube(IBlockState bs) { + return false; + } + + @Override + public boolean isOpaqueCube(IBlockState bs) { + return false; + } + + @Override + public List getDrops(IBlockAccess world, BlockPos pos, IBlockState state, int fortune) { + return Lists.newArrayList(new ItemStack(BlockObjectHolder.light_metal_ironage_sconce_floor_empty_iron)); + } + + @Override + public void neighborChanged(IBlockState state, World world, BlockPos pos, Block blockIn, BlockPos fromPos) { + EnumFacing facing = state.getValue(FACING); + BlockPos behind = pos.offset(facing.getOpposite()); + if (!world.getBlockState(behind).isSideSolid(world, behind, facing)) { + if (!world.isRemote) { + this.dropBlockAsItem(world, pos, state, 0); + } + world.setBlockToAir(pos); + } + } + + private AxisAlignedBB getShape(IBlockState state) { + switch (state.getValue(FACING)) { + case NORTH: + return SHAPE_NORTH; + case SOUTH: + return SHAPE_SOUTH; + case WEST: + return SHAPE_WEST; + default: + return SHAPE_EAST; + } + } + + private AxisAlignedBB getPickShape(IBlockState state) { + switch (state.getValue(FACING)) { + case NORTH: + return PICK_NORTH; + case SOUTH: + return PICK_SOUTH; + case WEST: + return PICK_WEST; + default: + return PICK_EAST; + } + } + + @Override + public AxisAlignedBB getBoundingBox(IBlockState state, IBlockAccess source, BlockPos pos) { + return getShape(state); + } + + @Override + public void addCollisionBoxToList(IBlockState state, World worldIn, BlockPos pos, + AxisAlignedBB entityBox, List collidingBoxes, Entity entityIn, boolean isActualState) { + super.addCollisionBoxToList(pos, entityBox, collidingBoxes, getShape(state)); + } + + @Override + public AxisAlignedBB getSelectedBoundingBox(IBlockState state, World worldIn, BlockPos pos) { + return getShape(state).offset(pos); + } + + @Nullable + @Override + public RayTraceResult collisionRayTrace(IBlockState state, World worldIn, BlockPos pos, Vec3d start, Vec3d end) { + return this.rayTrace(pos, start, end, getPickShape(state)); + } + + @Override + protected Block GetGlowVariant() { + return BlockObjectHolder.light_metal_ironage_sconce_wall_glow_iron; + } + + @Override + protected Block GetTorchVariant() { + return BlockObjectHolder.light_metal_ironage_sconce_wall_torch_iron; + } + + @Override + protected Block GetLavaVariant() { + return BlockObjectHolder.light_metal_ironage_sconce_wall_lava_iron; + } + + @Override + protected Block GetUnlitTorchVariant() { + return BlockObjectHolder.light_metal_ironage_sconce_wall_torch_iron_unlit; + } + + @Override + protected Block GetRedTorchVariant() { + return BlockObjectHolder.light_metal_ironage_sconce_wall_redtorch_iron; + } + + @Override + protected Block GetRedVariant() { + return BlockObjectHolder.light_metal_ironage_sconce_wall_red_iron; + } +} diff --git a/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightSourceGlowdust.java b/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightSourceGlowdust.java new file mode 100644 index 0000000000..65921fef42 --- /dev/null +++ b/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightSourceGlowdust.java @@ -0,0 +1,103 @@ +package zone.moddev.mc.ironagefurniture.api.Blocks; + +import java.util.List; + +import com.google.common.collect.Lists; +import zone.moddev.mc.ironagefurniture.BlockObjectHolder; +import zone.moddev.mc.ironagefurniture.Ironagefurniture; + +import net.minecraft.block.BlockFalling; +import net.minecraft.block.SoundType; +import net.minecraft.block.material.Material; +import net.minecraft.block.properties.IProperty; +import net.minecraft.block.state.BlockStateContainer; +import net.minecraft.block.state.IBlockState; +import net.minecraft.entity.Entity; +import net.minecraft.entity.EntityLivingBase; +import net.minecraft.item.ItemStack; +import net.minecraft.util.BlockRenderLayer; +import net.minecraft.util.EnumFacing; +import net.minecraft.util.EnumHand; +import net.minecraft.util.math.AxisAlignedBB; +import net.minecraft.util.math.BlockPos; +import net.minecraft.world.IBlockAccess; +import net.minecraft.world.World; +import net.minecraftforge.fml.relauncher.Side; +import net.minecraftforge.fml.relauncher.SideOnly; + +public class LightSourceGlowdust extends BlockFalling { + private static final AxisAlignedBB AABB = new AxisAlignedBB( + 6.0D / 16.0D, 0.0D, 6.0D / 16.0D, + 10.0D / 16.0D, 5.0D / 16.0D, 10.0D / 16.0D + ); + + public LightSourceGlowdust(Material materialIn, String name, float resistance, float hardness) { + super(materialIn); + this.setSoundType(SoundType.GLASS); + this.blockResistance = resistance; + this.blockHardness = hardness; + this.setCreativeTab(Ironagefurniture.ironagefurnitureTab); + this.setDefaultState(this.blockState.getBaseState().withProperty(BlockHBase.FACING, EnumFacing.NORTH)); + this.setLightLevel(1.0F); + } + + @Override + public IBlockState getStateFromMeta(int meta) { + return this.getDefaultState().withProperty(BlockHBase.FACING, EnumFacing.byHorizontalIndex(meta)); + } + + @Override + public int getMetaFromState(IBlockState state) { + return ((EnumFacing) state.getValue(BlockHBase.FACING)).getHorizontalIndex(); + } + + @Override + protected BlockStateContainer createBlockState() { + return new BlockStateContainer(this, new IProperty[] { BlockHBase.FACING }); + } + + @Override + public IBlockState getStateForPlacement(World world, BlockPos pos, EnumFacing side, + float hitX, float hitY, float hitZ, int meta, + EntityLivingBase placer, EnumHand hand) { + return this.getDefaultState().withProperty(BlockHBase.FACING, placer.getHorizontalFacing()); + } + + @Override + public AxisAlignedBB getBoundingBox(IBlockState state, IBlockAccess source, BlockPos pos) { + return AABB; + } + + @Override + public void addCollisionBoxToList(IBlockState state, World worldIn, BlockPos pos, + AxisAlignedBB entityBox, List collidingBoxes, Entity entityIn, + boolean isActualState) { + super.addCollisionBoxToList(pos, entityBox, collidingBoxes, AABB); + } + + @Override + public boolean isFullCube(IBlockState state) { + return false; + } + + @Override + public boolean isOpaqueCube(IBlockState state) { + return false; + } + + @Override + public float getAmbientOcclusionLightValue(IBlockState state) { + return 1.0F; + } + + @Override + @SideOnly(Side.CLIENT) + public BlockRenderLayer getRenderLayer() { + return BlockRenderLayer.CUTOUT; + } + + @Override + public List getDrops(IBlockAccess world, BlockPos pos, IBlockState state, int fortune) { + return Lists.newArrayList(new ItemStack(BlockObjectHolder.light_metal_ironage_block_floor_glow_clear, 1)); + } +} diff --git a/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightSourceLava.java b/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightSourceLava.java new file mode 100644 index 0000000000..8f4c69ac48 --- /dev/null +++ b/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightSourceLava.java @@ -0,0 +1,216 @@ +package zone.moddev.mc.ironagefurniture.api.Blocks; + +import java.util.List; +import java.util.HashSet; +import java.util.Map; +import java.util.Random; +import java.util.Set; +import java.util.WeakHashMap; + +import com.google.common.collect.Lists; +import zone.moddev.mc.ironagefurniture.BlockObjectHolder; +import zone.moddev.mc.ironagefurniture.api.CreativeModeBreakTracker; + +import net.minecraft.block.Block; +import net.minecraft.block.BlockFalling; +import net.minecraft.block.material.Material; +import net.minecraft.block.state.IBlockState; +import net.minecraft.enchantment.EnchantmentHelper; +import net.minecraft.entity.EntityLivingBase; +import net.minecraft.entity.item.EntityFallingBlock; +import net.minecraft.entity.player.EntityPlayer; +import net.minecraft.init.Blocks; +import net.minecraft.init.Enchantments; +import net.minecraft.init.SoundEvents; +import net.minecraft.item.ItemStack; +import net.minecraft.tileentity.TileEntity; +import net.minecraft.util.EnumFacing; +import net.minecraft.util.EnumHand; +import net.minecraft.util.EnumParticleTypes; +import net.minecraft.util.SoundCategory; +import net.minecraft.util.math.BlockPos; +import net.minecraft.world.IBlockAccess; +import net.minecraft.world.World; + +public class LightSourceLava extends LightSourceGlowdust { + private static final Map> WATER_LANDINGS = new WeakHashMap>(); + + public LightSourceLava(Material materialIn, String name, float resistance, float hardness) { + super(materialIn, name, resistance, hardness); + } + + @Override + protected void onStartFalling(EntityFallingBlock fallingEntity) { + fallingEntity.shouldDropItem = false; + + if (!fallingEntity.world.isRemote) { + BlockPos waterLanding = findWaterLanding(fallingEntity.world, new BlockPos(fallingEntity)); + if (waterLanding != null) { + rememberWaterLanding(fallingEntity.world, waterLanding); + } + } + } + + @Override + public void onEndFalling(World worldIn, BlockPos pos, IBlockState fallingState, IBlockState hitState) { + if (!worldIn.isRemote) { + if (CreativeModeBreakTracker.shouldSuppressFallingLavaBreak(worldIn, pos)) { + consumeWaterLanding(worldIn, pos); + return; + } + + if (consumeWaterLanding(worldIn, pos)) { + breakIntoObsidianChunk(worldIn, pos, null, EnumFacing.NORTH); + } else { + breakIntoFire(worldIn, pos, null); + } + } + } + + @Override + public void updateTick(World worldIn, BlockPos pos, IBlockState state, Random rand) { + BlockPos below = pos.down(); + if (worldIn.getBlockState(below).getBlock() == Blocks.ICE) { + worldIn.setBlockState(below, Blocks.WATER.getDefaultState(), 3); + worldIn.notifyNeighborsOfStateChange(below, Blocks.WATER, false); + } + super.updateTick(worldIn, pos, state, rand); + } + + @Override + public IBlockState getStateForPlacement(World world, BlockPos pos, EnumFacing side, + float hitX, float hitY, float hitZ, int meta, + EntityLivingBase placer, EnumHand hand) { + if (world.getBlockState(pos).getMaterial() == Material.WATER) { + if (!world.isRemote) { + playWaterBreakSounds(world, pos, null); + } + + return BlockObjectHolder.obsidian_chunk.getDefaultState() + .withProperty(BlockHBase.FACING, placer.getHorizontalFacing()); + } + + return super.getStateForPlacement(world, pos, side, hitX, hitY, hitZ, meta, placer, hand); + } + + @Override + public void randomDisplayTick(IBlockState stateIn, World worldIn, BlockPos pos, Random rand) { + BlockPos blockpos = pos.up(); + + if (worldIn.isAirBlock(blockpos) && !worldIn.getBlockState(blockpos).isFullBlock()) { + if (rand.nextInt(25) == 0) { + double x = (double)pos.getX() + 0.5D; + double y = (double)pos.getY() + 0.25D; + double z = (double)pos.getZ() + 0.5D; + + worldIn.spawnParticle(EnumParticleTypes.LAVA, x, y, z, 0.0D, 0.0D, 0.0D, new int[0]); + worldIn.playSound(x, y, z, SoundEvents.BLOCK_LAVA_POP, SoundCategory.BLOCKS, + 0.2F + rand.nextFloat() * 0.2F, 0.9F + rand.nextFloat() * 0.15F, false); + } + + if (rand.nextInt(200) == 0) { + worldIn.playSound((double)pos.getX(), (double)pos.getY(), (double)pos.getZ(), + SoundEvents.BLOCK_LAVA_AMBIENT, SoundCategory.BLOCKS, + 0.2F + rand.nextFloat() * 0.2F, 0.9F + rand.nextFloat() * 0.15F, false); + } + } + + super.randomDisplayTick(stateIn, worldIn, pos, rand); + } + + @Override + public boolean canSilkHarvest(World world, BlockPos pos, IBlockState state, EntityPlayer player) { + return true; + } + + @Override + public boolean removedByPlayer(IBlockState state, World world, BlockPos pos, EntityPlayer player, boolean willHarvest) { + if (player != null && player.capabilities.isCreativeMode) { + world.setBlockToAir(pos); + return true; + } + + boolean silkTouch = player != null && hasSilkTouch(player.getHeldItemMainhand()); + + if (!silkTouch) { + if (!world.isRemote) { + breakIntoFire(world, pos, player); + } else { + world.setBlockToAir(pos); + } + + return true; + } + + return super.removedByPlayer(state, world, pos, player, willHarvest); + } + + @Override + public void harvestBlock(World worldIn, EntityPlayer player, BlockPos pos, IBlockState state, + TileEntity te, ItemStack stack) { + super.harvestBlock(worldIn, player, pos, state, te, stack); + } + + @Override + public List getDrops(IBlockAccess world, BlockPos pos, IBlockState state, int fortune) { + return Lists.newArrayList(); + } + + private boolean hasSilkTouch(ItemStack stack) { + return stack != null && EnchantmentHelper.getEnchantmentLevel(Enchantments.SILK_TOUCH, stack) > 0; + } + + protected void breakIntoFire(World worldIn, BlockPos pos, EntityPlayer player) { + worldIn.playSound(player, pos, SoundEvents.BLOCK_GLASS_BREAK, SoundCategory.BLOCKS, 1.0F, 1.0F); + worldIn.setBlockState(pos, Blocks.FIRE.getDefaultState(), 3); + } + + protected void breakIntoObsidianChunk(World worldIn, BlockPos pos, EntityPlayer player, EnumFacing facing) { + playWaterBreakSounds(worldIn, pos, player); + worldIn.setBlockState(pos, BlockObjectHolder.obsidian_chunk.getDefaultState() + .withProperty(BlockHBase.FACING, facing), 3); + } + + private void playWaterBreakSounds(World worldIn, BlockPos pos, EntityPlayer player) { + worldIn.playSound(player, pos, SoundEvents.BLOCK_GLASS_BREAK, SoundCategory.BLOCKS, 1.0F, 1.0F); + worldIn.playSound(player, pos, SoundEvents.BLOCK_LAVA_EXTINGUISH, SoundCategory.BLOCKS, + 0.5F, 2.6F + (worldIn.rand.nextFloat() - worldIn.rand.nextFloat()) * 0.8F); + } + + private BlockPos findWaterLanding(World world, BlockPos start) { + BlockPos cursor = start.down(); + BlockPos lastFallThrough = start; + boolean touchedWater = false; + + while (cursor.getY() > 0 + && (world.isAirBlock(cursor) || BlockFalling.canFallThrough(world.getBlockState(cursor)))) { + if (world.getBlockState(cursor).getMaterial() == Material.WATER) { + touchedWater = true; + } + + lastFallThrough = cursor; + cursor = cursor.down(); + } + + return touchedWater ? lastFallThrough : null; + } + + private static void rememberWaterLanding(World world, BlockPos pos) { + Set landings = WATER_LANDINGS.get(world); + if (landings == null) { + landings = new HashSet(); + WATER_LANDINGS.put(world, landings); + } + + landings.add(pos.toImmutable()); + } + + private static boolean consumeWaterLanding(World world, BlockPos pos) { + Set landings = WATER_LANDINGS.get(world); + return landings != null && landings.remove(pos); + } + + protected Block LavaLampBlock() { + return BlockObjectHolder.light_metal_ironage_block_floor_lava_clear; + } +} diff --git a/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightSourceRed.java b/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightSourceRed.java new file mode 100644 index 0000000000..4be051bbfd --- /dev/null +++ b/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightSourceRed.java @@ -0,0 +1,221 @@ +package zone.moddev.mc.ironagefurniture.api.Blocks; + +import java.util.List; +import java.util.Map; +import java.util.Random; +import java.util.WeakHashMap; + +import com.google.common.collect.Lists; +import zone.moddev.mc.ironagefurniture.BlockObjectHolder; + +import net.minecraft.block.Block; +import net.minecraft.block.material.Material; +import net.minecraft.block.state.IBlockState; +import net.minecraft.item.ItemStack; +import net.minecraft.util.EnumFacing; +import net.minecraft.util.EnumParticleTypes; +import net.minecraft.util.math.BlockPos; +import net.minecraft.world.IBlockAccess; +import net.minecraft.world.World; + +public class LightSourceRed extends LightSourceGlowdust { + protected static final Map> RECENT_TOGGLES = new WeakHashMap>(); + protected static final int RECENT_TOGGLE_TIMER = 60; + protected static final int MAX_RECENT_TOGGLES = 8; + protected static final int RESTART_DELAY = 160; + + private final int lightLevel; + + public LightSourceRed(Material materialIn, String name, float resistance, float hardness, int lightLevel) { + super(materialIn, name, resistance, hardness); + this.lightLevel = lightLevel; + this.setLightLevel(lightLevel / 15.0F); + } + + protected int GetLightLevel() { + return this.lightLevel; + } + + @Override + public List getDrops(IBlockAccess world, BlockPos pos, IBlockState state, int fortune) { + return Lists.newArrayList(new ItemStack(BlockObjectHolder.light_metal_ironage_block_floor_red_clear, 1)); + } + + @Override + public void onBlockAdded(World worldIn, BlockPos pos, IBlockState state) { + super.onBlockAdded(worldIn, pos, state); + notifyNeighbors(worldIn, pos); + scheduleUpdateIfNeeded(worldIn, pos, state); + } + + @Override + public void breakBlock(World worldIn, BlockPos pos, IBlockState state) { + notifyNeighbors(worldIn, pos); + super.breakBlock(worldIn, pos, state); + } + + @Override + public void neighborChanged(IBlockState state, World worldIn, BlockPos pos, Block blockIn, BlockPos fromPos) { + super.neighborChanged(state, worldIn, pos, blockIn, fromPos); + + if (worldIn.getBlockState(pos).getBlock() != this) { + return; + } + + scheduleUpdateIfNeeded(worldIn, pos, state); + } + + @Override + public void updateTick(World worldIn, BlockPos pos, IBlockState state, Random rand) { + int signal = getNeighborSignal(worldIn, pos, state); + pruneRecentToggles(worldIn); + + if (signal != GetLightLevel()) { + Block newBlock = getBlockBySignalLevel(signal); + worldIn.setBlockState(pos, + newBlock.getDefaultState().withProperty(BlockHBase.FACING, state.getValue(BlockHBase.FACING)), + 3); + + worldIn.scheduleUpdate(pos, worldIn.getBlockState(pos).getBlock(), tickRate(worldIn)); + + if (isToggledTooFrequently(worldIn, pos, true)) { + worldIn.playEvent(1502, pos, 0); + worldIn.scheduleUpdate(pos, worldIn.getBlockState(pos).getBlock(), RESTART_DELAY); + } + } + + super.updateTick(worldIn, pos, state, rand); + } + + @Override + public int tickRate(World worldIn) { + return 2; + } + + protected void scheduleUpdateIfNeeded(World worldIn, BlockPos pos, IBlockState state) { + if ((getNeighborSignal(worldIn, pos, state) > 0 || GetLightLevel() > 0) && !worldIn.isUpdateScheduled(pos, this)) { + worldIn.scheduleUpdate(pos, this, tickRate(worldIn)); + } + } + + protected int getNeighborSignal(World worldIn, BlockPos pos, IBlockState state) { + int maxSignal = 0; + + for (EnumFacing direction : EnumFacing.values()) { + if (direction == EnumFacing.UP) { + continue; + } + + maxSignal = Math.max(maxSignal, worldIn.getRedstonePower(pos.offset(direction), direction)); + } + + return maxSignal; + } + + protected Block getBlockBySignalLevel(int signal) { + switch (signal) { + case 1: + return BlockObjectHolder.light_metal_ironage_block_floor_red_clear_one; + case 2: + return BlockObjectHolder.light_metal_ironage_block_floor_red_clear_two; + case 3: + return BlockObjectHolder.light_metal_ironage_block_floor_red_clear_three; + case 4: + return BlockObjectHolder.light_metal_ironage_block_floor_red_clear_four; + case 5: + return BlockObjectHolder.light_metal_ironage_block_floor_red_clear_five; + case 6: + return BlockObjectHolder.light_metal_ironage_block_floor_red_clear_six; + case 7: + return BlockObjectHolder.light_metal_ironage_block_floor_red_clear_seven; + case 8: + return BlockObjectHolder.light_metal_ironage_block_floor_red_clear_eight; + case 9: + return BlockObjectHolder.light_metal_ironage_block_floor_red_clear_nine; + case 10: + return BlockObjectHolder.light_metal_ironage_block_floor_red_clear_ten; + case 11: + return BlockObjectHolder.light_metal_ironage_block_floor_red_clear_eleven; + case 12: + return BlockObjectHolder.light_metal_ironage_block_floor_red_clear_twelve; + case 13: + return BlockObjectHolder.light_metal_ironage_block_floor_red_clear_thirteen; + case 14: + return BlockObjectHolder.light_metal_ironage_block_floor_red_clear_fourteen; + case 15: + return BlockObjectHolder.light_metal_ironage_block_floor_red_clear_fifteen; + default: + return BlockObjectHolder.light_metal_ironage_block_floor_red_clear; + } + } + + protected void pruneRecentToggles(World worldIn) { + List list = RECENT_TOGGLES.get(worldIn); + + while (list != null && !list.isEmpty() && worldIn.getTotalWorldTime() - list.get(0).when > RECENT_TOGGLE_TIMER) { + list.remove(0); + } + } + + protected boolean isToggledTooFrequently(World worldIn, BlockPos pos, boolean addNewToggle) { + List list = RECENT_TOGGLES.get(worldIn); + + if (list == null) { + list = Lists.newArrayList(); + RECENT_TOGGLES.put(worldIn, list); + } + + if (addNewToggle) { + list.add(new Toggle(pos, worldIn.getTotalWorldTime())); + } + + int toggleCount = 0; + + for (Toggle toggle : list) { + if (!toggle.pos.equals(pos)) { + continue; + } + + toggleCount++; + + if (toggleCount >= MAX_RECENT_TOGGLES) { + return true; + } + } + + return false; + } + + protected void notifyNeighbors(World worldIn, BlockPos pos) { + for (EnumFacing direction : EnumFacing.values()) { + worldIn.notifyNeighborsOfStateChange(pos.offset(direction), this, false); + } + } + + @Override + public boolean canConnectRedstone(IBlockState state, IBlockAccess world, BlockPos pos, EnumFacing side) { + return true; + } + + @Override + public void randomDisplayTick(IBlockState state, World world, BlockPos pos, Random rand) { + if (GetLightLevel() <= 0) { + return; + } + + double x = pos.getX() + 0.5D + (rand.nextDouble() - 0.5D) * 0.2D; + double y = pos.getY() + 0.25D + (rand.nextDouble() - 0.5D) * 0.2D; + double z = pos.getZ() + 0.5D + (rand.nextDouble() - 0.5D) * 0.2D; + world.spawnParticle(EnumParticleTypes.REDSTONE, x, y, z, 0.0D, 0.0D, 0.0D); + } + + protected static class Toggle { + final BlockPos pos; + final long when; + + Toggle(BlockPos pos, long when) { + this.pos = pos; + this.when = when; + } + } +} diff --git a/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightSourceSconceGlowFloor.java b/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightSourceSconceGlowFloor.java new file mode 100644 index 0000000000..9512c65ffb --- /dev/null +++ b/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightSourceSconceGlowFloor.java @@ -0,0 +1,97 @@ +package zone.moddev.mc.ironagefurniture.api.Blocks; + +import java.util.List; +import java.util.Random; + +import zone.moddev.mc.ironagefurniture.BlockObjectHolder; + +import net.minecraft.block.Block; +import net.minecraft.block.material.Material; +import net.minecraft.block.state.IBlockState; +import net.minecraft.entity.Entity; +import net.minecraft.entity.player.EntityPlayer; +import net.minecraft.init.Blocks; +import net.minecraft.init.Items; +import net.minecraft.item.Item; +import net.minecraft.item.ItemStack; +import net.minecraft.util.EnumFacing; +import net.minecraft.util.EnumHand; +import net.minecraft.util.math.AxisAlignedBB; +import net.minecraft.util.math.BlockPos; +import net.minecraft.world.IBlockAccess; +import net.minecraft.world.World; + +public class LightSourceSconceGlowFloor extends LightSourceSconceTorchFloor { + private static final AxisAlignedBB AABB = new AxisAlignedBB( + 6.0D / 16.0D, 0.0D, 6.0D / 16.0D, + 10.0D / 16.0D, 10.0D / 16.0D, 10.0D / 16.0D + ); + + public LightSourceSconceGlowFloor(Material materialIn, String name, float resistance, float hardness) { + super(materialIn, name, resistance, hardness); + this.setLightLevel(14.0F / 15.0F); + } + + @Override + public AxisAlignedBB getBoundingBox(IBlockState state, IBlockAccess source, BlockPos pos) { + return AABB; + } + + @Override + public void addCollisionBoxToList(IBlockState state, World worldIn, BlockPos pos, + AxisAlignedBB entityBox, List collidingBoxes, Entity entityIn, + boolean isActualState) { + super.addCollisionBoxToList(pos, entityBox, collidingBoxes, AABB); + } + + @Override + public void randomDisplayTick(IBlockState state, World world, BlockPos pos, Random rand) { + // Glow lamps emit steady light but have no flame or smoke particles. + } + + @Override + public boolean onBlockActivated(World worldIn, BlockPos pos, IBlockState state, + EntityPlayer playerIn, EnumHand hand, + EnumFacing side, float hitX, float hitY, float hitZ) { + ItemStack heldItem = playerIn.getHeldItem(hand); + if (tryTakeLightOut(worldIn, pos, state, playerIn, hand, heldItem)) { + return true; + } + + if (!heldItem.isEmpty() && isBlockedInteractionItem(heldItem)) { + return true; + } + + return false; + } + + protected boolean isBlockedInteractionItem(ItemStack heldItem) { + return heldItem.getItem() == Items.WATER_BUCKET + || isBlockedFilledSconceItem(heldItem); + } + + @Override + protected Block LightDrop() { + return BlockObjectHolder.light_metal_ironage_block_floor_glow_clear; + } + + @Override + protected boolean CanEx() { + return false; + } + + @Override + protected boolean HasFlame() { + return false; + } + + @Override + protected Block GetWallVariant() { + return BlockObjectHolder.light_metal_ironage_sconce_wall_glow_iron; + } + + @Override + protected Block GetGlowVariant() { + return BlockObjectHolder.light_metal_ironage_sconce_floor_glow_iron; + } +} diff --git a/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightSourceSconceGlowWall.java b/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightSourceSconceGlowWall.java new file mode 100644 index 0000000000..4bb6914959 --- /dev/null +++ b/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightSourceSconceGlowWall.java @@ -0,0 +1,167 @@ +package zone.moddev.mc.ironagefurniture.api.Blocks; + +import java.util.List; +import java.util.Random; + +import zone.moddev.mc.ironagefurniture.BlockObjectHolder; + +import net.minecraft.block.Block; +import net.minecraft.block.material.Material; +import net.minecraft.block.state.IBlockState; +import net.minecraft.entity.Entity; +import net.minecraft.entity.player.EntityPlayer; +import net.minecraft.init.Blocks; +import net.minecraft.init.Items; +import net.minecraft.item.Item; +import net.minecraft.item.ItemStack; +import net.minecraft.util.EnumFacing; +import net.minecraft.util.EnumHand; +import net.minecraft.util.math.AxisAlignedBB; +import net.minecraft.util.math.BlockPos; +import net.minecraft.util.math.RayTraceResult; +import net.minecraft.util.math.Vec3d; +import net.minecraft.world.IBlockAccess; +import net.minecraft.world.World; + +import javax.annotation.Nullable; + +public class LightSourceSconceGlowWall extends LightSourceSconceTorchWall { + private static final AxisAlignedBB AABB_EAST = new AxisAlignedBB( + 0.0D / 16.0D, 5.0D / 16.0D, 5.5D / 16.0D, + 6.5D / 16.0D, 11.0D / 16.0D, 10.5D / 16.0D + ); + + private static final AxisAlignedBB AABB_NORTH = rotateCounterClockwise(AABB_EAST); + private static final AxisAlignedBB AABB_SOUTH = rotateClockwise(AABB_EAST); + private static final AxisAlignedBB AABB_WEST = rotateHalfTurn(AABB_EAST); + + public LightSourceSconceGlowWall(Material materialIn, String name, float resistance, float hardness) { + super(materialIn, name, resistance, hardness); + this.setLightLevel(14.0F / 15.0F); + } + + private static AxisAlignedBB rotateClockwise(AxisAlignedBB bb) { + return new AxisAlignedBB( + 1.0D - bb.maxZ, + bb.minY, + bb.minX, + 1.0D - bb.minZ, + bb.maxY, + bb.maxX + ); + } + + private static AxisAlignedBB rotateHalfTurn(AxisAlignedBB bb) { + return new AxisAlignedBB( + 1.0D - bb.maxX, + bb.minY, + 1.0D - bb.maxZ, + 1.0D - bb.minX, + bb.maxY, + 1.0D - bb.minZ + ); + } + + private static AxisAlignedBB rotateCounterClockwise(AxisAlignedBB bb) { + return new AxisAlignedBB( + bb.minZ, + bb.minY, + 1.0D - bb.maxX, + bb.maxZ, + bb.maxY, + 1.0D - bb.minX + ); + } + + private AxisAlignedBB getShape(IBlockState state) { + switch (state.getValue(FACING)) { + case NORTH: + return AABB_NORTH; + case SOUTH: + return AABB_SOUTH; + case WEST: + return AABB_WEST; + default: + return AABB_EAST; + } + } + + @Override + public AxisAlignedBB getBoundingBox(IBlockState state, IBlockAccess source, BlockPos pos) { + return getShape(state); + } + + @Override + public void addCollisionBoxToList(IBlockState state, World worldIn, BlockPos pos, + AxisAlignedBB entityBox, List collidingBoxes, Entity entityIn, + boolean isActualState) { + super.addCollisionBoxToList(pos, entityBox, collidingBoxes, getShape(state)); + } + + @Override + public AxisAlignedBB getSelectedBoundingBox(IBlockState state, World worldIn, BlockPos pos) { + return getShape(state).offset(pos); + } + + @Nullable + @Override + public RayTraceResult collisionRayTrace(IBlockState state, World worldIn, BlockPos pos, Vec3d start, Vec3d end) { + return this.rayTrace(pos, start, end, getShape(state)); + } + + @Override + public void randomDisplayTick(IBlockState state, World world, BlockPos pos, Random rand) { + // Glow lamps emit steady light but have no flame or smoke particles. + } + + @Override + public boolean onBlockActivated(World worldIn, BlockPos pos, IBlockState state, + EntityPlayer playerIn, EnumHand hand, + EnumFacing side, float hitX, float hitY, float hitZ) { + ItemStack heldItem = playerIn.getHeldItem(hand); + if (tryTakeLightOut(worldIn, pos, state, playerIn, hand, heldItem)) { + return true; + } + + if (!heldItem.isEmpty() && isBlockedInteractionItem(heldItem)) { + return true; + } + + return false; + } + + private boolean isBlockedInteractionItem(ItemStack heldItem) { + return heldItem.getItem() == Items.WATER_BUCKET + || isBlockedFilledSconceItem(heldItem); + } + + @Override + protected Block LightDrop() { + return BlockObjectHolder.light_metal_ironage_block_floor_glow_clear; + } + + @Override + protected Block DropVariant() { + return BlockObjectHolder.light_metal_ironage_sconce_wall_empty_iron; + } + + @Override + protected boolean CanEx() { + return false; + } + + @Override + protected boolean HasFlame() { + return false; + } + + @Override + protected Block GetWallVariant() { + return BlockObjectHolder.light_metal_ironage_sconce_wall_glow_iron; + } + + @Override + protected Block GetGlowVariant() { + return BlockObjectHolder.light_metal_ironage_sconce_wall_glow_iron; + } +} diff --git a/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightSourceSconceLavaFloor.java b/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightSourceSconceLavaFloor.java new file mode 100644 index 0000000000..c945e7d518 --- /dev/null +++ b/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightSourceSconceLavaFloor.java @@ -0,0 +1,166 @@ +package zone.moddev.mc.ironagefurniture.api.Blocks; + +import java.util.List; +import java.util.Random; + +import com.google.common.collect.Lists; +import zone.moddev.mc.ironagefurniture.BlockObjectHolder; + +import net.minecraft.block.Block; +import net.minecraft.block.BlockFalling; +import net.minecraft.block.material.Material; +import net.minecraft.block.state.IBlockState; +import net.minecraft.enchantment.EnchantmentHelper; +import net.minecraft.entity.player.EntityPlayer; +import net.minecraft.init.Blocks; +import net.minecraft.init.Enchantments; +import net.minecraft.init.SoundEvents; +import net.minecraft.item.ItemStack; +import net.minecraft.tileentity.TileEntity; +import net.minecraft.util.EnumFacing; +import net.minecraft.util.EnumParticleTypes; +import net.minecraft.util.SoundCategory; +import net.minecraft.util.math.BlockPos; +import net.minecraft.world.IBlockAccess; +import net.minecraft.world.World; + +public class LightSourceSconceLavaFloor extends LightSourceSconceGlowFloor { + public LightSourceSconceLavaFloor(Material materialIn, String name, float resistance, float hardness) { + super(materialIn, name, resistance, hardness); + } + + @Override + public void neighborChanged(IBlockState state, World worldIn, BlockPos pos, Block blockIn, BlockPos fromPos) { + if (!canPlaceOnTop(worldIn, pos.down())) { + if (!worldIn.isRemote) { + spawnAsEntity(worldIn, pos, new ItemStack(BlockObjectHolder.light_metal_ironage_sconce_floor_empty_iron, 1)); + IBlockState lavaState = LightDrop().getDefaultState().withProperty(FACING, state.getValue(FACING)); + worldIn.setBlockState(pos, lavaState, 3); + worldIn.scheduleUpdate(pos, LightDrop(), LightDrop().tickRate(worldIn)); + } + + return; + } + + super.neighborChanged(state, worldIn, pos, blockIn, fromPos); + } + + @Override + public List getDrops(IBlockAccess world, BlockPos pos, IBlockState state, int fortune) { + return Lists.newArrayList(new ItemStack(BlockObjectHolder.light_metal_ironage_sconce_floor_empty_iron, 1)); + } + + @Override + public boolean removedByPlayer(IBlockState state, World world, BlockPos pos, EntityPlayer player, boolean willHarvest) { + if (player != null && player.capabilities.isCreativeMode) { + return super.removedByPlayer(state, world, pos, player, willHarvest); + } + + boolean silkTouch = player != null && hasSilkTouch(player.getHeldItemMainhand()); + + if (!silkTouch) { + if (!world.isRemote) { + breakIntoFire(world, pos, player); + } else { + world.setBlockToAir(pos); + } + + return true; + } + + return super.removedByPlayer(state, world, pos, player, willHarvest); + } + + @Override + public void harvestBlock(World worldIn, EntityPlayer player, BlockPos pos, IBlockState state, + TileEntity te, ItemStack stack) { + boolean silkTouch = hasSilkTouch(stack); + + if (silkTouch && !player.capabilities.isCreativeMode && !worldIn.isRemote) { + spawnAsEntity(worldIn, pos, new ItemStack(LightDrop(), 1)); + } + + super.harvestBlock(worldIn, player, pos, state, te, stack); + } + + @Override + public void randomDisplayTick(IBlockState state, World world, BlockPos pos, Random rand) { + BlockPos blockpos = pos.up(); + + if (world.isAirBlock(blockpos) && !world.getBlockState(blockpos).isFullBlock()) { + if (rand.nextInt(25) == 0) { + double x = (double)pos.getX() + 0.5D; + double y = (double)pos.getY() + 0.72D; + double z = (double)pos.getZ() + 0.5D; + + world.spawnParticle(EnumParticleTypes.LAVA, x, y, z, 0.0D, 0.0D, 0.0D, new int[0]); + world.playSound(x, y, z, SoundEvents.BLOCK_LAVA_POP, SoundCategory.BLOCKS, + 0.2F + rand.nextFloat() * 0.2F, 0.9F + rand.nextFloat() * 0.15F, false); + } + + if (rand.nextInt(200) == 0) { + world.playSound((double)pos.getX(), (double)pos.getY(), (double)pos.getZ(), + SoundEvents.BLOCK_LAVA_AMBIENT, SoundCategory.BLOCKS, + 0.2F + rand.nextFloat() * 0.2F, 0.9F + rand.nextFloat() * 0.15F, false); + } + } + } + + private boolean canPlaceOnTop(World worldIn, BlockPos pos) { + IBlockState state = worldIn.getBlockState(pos); + return state.isSideSolid(worldIn, pos, EnumFacing.UP) + || state.getBlock().canPlaceTorchOnTop(state, worldIn, pos); + } + + private boolean hasSilkTouch(ItemStack stack) { + return stack != null && EnchantmentHelper.getEnchantmentLevel(Enchantments.SILK_TOUCH, stack) > 0; + } + + protected void breakIntoFire(World worldIn, BlockPos pos, EntityPlayer player) { + worldIn.playSound(player, pos, SoundEvents.BLOCK_GLASS_BREAK, SoundCategory.BLOCKS, 1.0F, 1.0F); + BlockPos firePos = findFirePosition(worldIn, pos); + + if (firePos.equals(pos)) { + worldIn.setBlockState(pos, Blocks.FIRE.getDefaultState(), 3); + } else { + worldIn.setBlockToAir(pos); + worldIn.setBlockState(firePos, Blocks.FIRE.getDefaultState(), 3); + } + } + + private BlockPos findFirePosition(World worldIn, BlockPos pos) { + if (Blocks.FIRE.canPlaceBlockAt(worldIn, pos)) { + return pos; + } + + BlockPos cursor = pos.down(); + BlockPos lastFallThrough = pos; + + while (cursor.getY() > 0 + && (worldIn.isAirBlock(cursor) || BlockFalling.canFallThrough(worldIn.getBlockState(cursor)))) { + lastFallThrough = cursor; + cursor = cursor.down(); + } + + if (!lastFallThrough.equals(pos) && Blocks.FIRE.canPlaceBlockAt(worldIn, lastFallThrough)) { + return lastFallThrough; + } + + return pos; + } + + @Override + protected Block LightDrop() { + return BlockObjectHolder.light_metal_ironage_block_floor_lava_clear; + } + + @Override + protected Block GetWallVariant() { + return BlockObjectHolder.light_metal_ironage_sconce_wall_lava_iron; + } + + @Override + protected Block GetLavaVariant() { + return BlockObjectHolder.light_metal_ironage_sconce_floor_lava_iron; + } +} diff --git a/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightSourceSconceLavaWall.java b/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightSourceSconceLavaWall.java new file mode 100644 index 0000000000..9d2e0671fe --- /dev/null +++ b/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightSourceSconceLavaWall.java @@ -0,0 +1,165 @@ +package zone.moddev.mc.ironagefurniture.api.Blocks; + +import java.util.List; +import java.util.Random; + +import com.google.common.collect.Lists; +import zone.moddev.mc.ironagefurniture.BlockObjectHolder; + +import net.minecraft.block.Block; +import net.minecraft.block.BlockFalling; +import net.minecraft.block.material.Material; +import net.minecraft.block.state.IBlockState; +import net.minecraft.enchantment.EnchantmentHelper; +import net.minecraft.entity.player.EntityPlayer; +import net.minecraft.init.Blocks; +import net.minecraft.init.Enchantments; +import net.minecraft.init.SoundEvents; +import net.minecraft.item.ItemStack; +import net.minecraft.tileentity.TileEntity; +import net.minecraft.util.EnumFacing; +import net.minecraft.util.EnumParticleTypes; +import net.minecraft.util.SoundCategory; +import net.minecraft.util.math.BlockPos; +import net.minecraft.world.IBlockAccess; +import net.minecraft.world.World; + +public class LightSourceSconceLavaWall extends LightSourceSconceGlowWall { + public LightSourceSconceLavaWall(Material materialIn, String name, float resistance, float hardness) { + super(materialIn, name, resistance, hardness); + } + + @Override + public void neighborChanged(IBlockState state, World worldIn, BlockPos pos, Block blockIn, BlockPos fromPos) { + EnumFacing facing = state.getValue(FACING); + BlockPos behind = pos.offset(facing.getOpposite()); + + if (!worldIn.getBlockState(behind).isSideSolid(worldIn, behind, facing)) { + if (!worldIn.isRemote) { + spawnAsEntity(worldIn, pos, new ItemStack(BlockObjectHolder.light_metal_ironage_sconce_floor_empty_iron, 1)); + IBlockState lavaState = LightDrop().getDefaultState().withProperty(FACING, facing); + worldIn.setBlockState(pos, lavaState, 3); + worldIn.scheduleUpdate(pos, LightDrop(), LightDrop().tickRate(worldIn)); + } + + return; + } + + super.neighborChanged(state, worldIn, pos, blockIn, fromPos); + } + + @Override + public List getDrops(IBlockAccess world, BlockPos pos, IBlockState state, int fortune) { + return Lists.newArrayList(new ItemStack(BlockObjectHolder.light_metal_ironage_sconce_floor_empty_iron, 1)); + } + + @Override + public boolean removedByPlayer(IBlockState state, World world, BlockPos pos, EntityPlayer player, boolean willHarvest) { + if (player != null && player.capabilities.isCreativeMode) { + return super.removedByPlayer(state, world, pos, player, willHarvest); + } + + boolean silkTouch = player != null && hasSilkTouch(player.getHeldItemMainhand()); + + if (!silkTouch) { + if (!world.isRemote) { + breakIntoFire(world, pos, player); + } else { + world.setBlockToAir(pos); + } + + return true; + } + + return super.removedByPlayer(state, world, pos, player, willHarvest); + } + + @Override + public void harvestBlock(World worldIn, EntityPlayer player, BlockPos pos, IBlockState state, + TileEntity te, ItemStack stack) { + boolean silkTouch = hasSilkTouch(stack); + + if (silkTouch && !player.capabilities.isCreativeMode && !worldIn.isRemote) { + spawnAsEntity(worldIn, pos, new ItemStack(LightDrop(), 1)); + } + + super.harvestBlock(worldIn, player, pos, state, te, stack); + } + + @Override + public void randomDisplayTick(IBlockState state, World world, BlockPos pos, Random rand) { + BlockPos blockpos = pos.up(); + + if (world.isAirBlock(blockpos) && !world.getBlockState(blockpos).isFullBlock()) { + if (rand.nextInt(25) == 0) { + EnumFacing facing = state.getValue(FACING); + EnumFacing opposite = facing.getOpposite(); + double x = (double)pos.getX() + 0.5D + 0.27D * opposite.getXOffset(); + double y = (double)pos.getY() + 0.72D; + double z = (double)pos.getZ() + 0.5D + 0.27D * opposite.getZOffset(); + + world.spawnParticle(EnumParticleTypes.LAVA, x, y, z, 0.0D, 0.0D, 0.0D, new int[0]); + world.playSound(x, y, z, SoundEvents.BLOCK_LAVA_POP, SoundCategory.BLOCKS, + 0.2F + rand.nextFloat() * 0.2F, 0.9F + rand.nextFloat() * 0.15F, false); + } + + if (rand.nextInt(200) == 0) { + world.playSound((double)pos.getX(), (double)pos.getY(), (double)pos.getZ(), + SoundEvents.BLOCK_LAVA_AMBIENT, SoundCategory.BLOCKS, + 0.2F + rand.nextFloat() * 0.2F, 0.9F + rand.nextFloat() * 0.15F, false); + } + } + } + + private boolean hasSilkTouch(ItemStack stack) { + return stack != null && EnchantmentHelper.getEnchantmentLevel(Enchantments.SILK_TOUCH, stack) > 0; + } + + protected void breakIntoFire(World worldIn, BlockPos pos, EntityPlayer player) { + worldIn.playSound(player, pos, SoundEvents.BLOCK_GLASS_BREAK, SoundCategory.BLOCKS, 1.0F, 1.0F); + BlockPos firePos = findFirePosition(worldIn, pos); + + if (firePos.equals(pos)) { + worldIn.setBlockState(pos, Blocks.FIRE.getDefaultState(), 3); + } else { + worldIn.setBlockToAir(pos); + worldIn.setBlockState(firePos, Blocks.FIRE.getDefaultState(), 3); + } + } + + private BlockPos findFirePosition(World worldIn, BlockPos pos) { + if (Blocks.FIRE.canPlaceBlockAt(worldIn, pos)) { + return pos; + } + + BlockPos cursor = pos.down(); + BlockPos lastFallThrough = pos; + + while (cursor.getY() > 0 + && (worldIn.isAirBlock(cursor) || BlockFalling.canFallThrough(worldIn.getBlockState(cursor)))) { + lastFallThrough = cursor; + cursor = cursor.down(); + } + + if (!lastFallThrough.equals(pos) && Blocks.FIRE.canPlaceBlockAt(worldIn, lastFallThrough)) { + return lastFallThrough; + } + + return pos; + } + + @Override + protected Block LightDrop() { + return BlockObjectHolder.light_metal_ironage_block_floor_lava_clear; + } + + @Override + protected Block GetWallVariant() { + return BlockObjectHolder.light_metal_ironage_sconce_wall_lava_iron; + } + + @Override + protected Block GetLavaVariant() { + return BlockObjectHolder.light_metal_ironage_sconce_wall_lava_iron; + } +} diff --git a/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightSourceSconceRedFloor.java b/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightSourceSconceRedFloor.java new file mode 100644 index 0000000000..ba97463e55 --- /dev/null +++ b/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightSourceSconceRedFloor.java @@ -0,0 +1,218 @@ +package zone.moddev.mc.ironagefurniture.api.Blocks; + +import java.util.List; +import java.util.Map; +import java.util.Random; +import java.util.WeakHashMap; + +import com.google.common.collect.Lists; +import zone.moddev.mc.ironagefurniture.BlockObjectHolder; + +import net.minecraft.block.Block; +import net.minecraft.block.material.Material; +import net.minecraft.block.state.IBlockState; +import net.minecraft.util.EnumFacing; +import net.minecraft.util.EnumParticleTypes; +import net.minecraft.util.math.BlockPos; +import net.minecraft.world.IBlockAccess; +import net.minecraft.world.World; + +public class LightSourceSconceRedFloor extends LightSourceSconceGlowFloor { + protected static final Map> RECENT_TOGGLES = new WeakHashMap>(); + protected static final int RECENT_TOGGLE_TIMER = 60; + protected static final int MAX_RECENT_TOGGLES = 8; + protected static final int RESTART_DELAY = 160; + + private final int lightLevel; + + public LightSourceSconceRedFloor(Material materialIn, String name, float resistance, float hardness, int lightLevel) { + super(materialIn, name, resistance, hardness); + this.lightLevel = lightLevel; + this.setLightLevel(lightLevel / 15.0F); + } + + protected int GetLightLevel() { + return this.lightLevel; + } + + @Override + protected Block LightDrop() { + return BlockObjectHolder.light_metal_ironage_block_floor_red_clear; + } + + @Override + public void onBlockAdded(World worldIn, BlockPos pos, IBlockState state) { + super.onBlockAdded(worldIn, pos, state); + notifyNeighbors(worldIn, pos); + scheduleUpdateIfNeeded(worldIn, pos, state); + } + + @Override + public void breakBlock(World worldIn, BlockPos pos, IBlockState state) { + notifyNeighbors(worldIn, pos); + super.breakBlock(worldIn, pos, state); + } + + @Override + public void neighborChanged(IBlockState state, World worldIn, BlockPos pos, Block blockIn, BlockPos fromPos) { + super.neighborChanged(state, worldIn, pos, blockIn, fromPos); + + if (worldIn.getBlockState(pos).getBlock() != this) { + return; + } + + scheduleUpdateIfNeeded(worldIn, pos, state); + } + + @Override + public void updateTick(World worldIn, BlockPos pos, IBlockState state, Random rand) { + int signal = getNeighborSignal(worldIn, pos, state); + pruneRecentToggles(worldIn); + + if (signal != GetLightLevel()) { + Block newBlock = getBlockBySignalLevel(signal); + worldIn.setBlockState(pos, + newBlock.getDefaultState().withProperty(FACING, state.getValue(FACING)), + 3); + + worldIn.scheduleUpdate(pos, worldIn.getBlockState(pos).getBlock(), tickRate(worldIn)); + + if (isToggledTooFrequently(worldIn, pos, true)) { + worldIn.playEvent(1502, pos, 0); + worldIn.scheduleUpdate(pos, worldIn.getBlockState(pos).getBlock(), RESTART_DELAY); + } + } + } + + @Override + public int tickRate(World worldIn) { + return 2; + } + + protected void scheduleUpdateIfNeeded(World worldIn, BlockPos pos, IBlockState state) { + if ((getNeighborSignal(worldIn, pos, state) > 0 || GetLightLevel() > 0) && !worldIn.isUpdateScheduled(pos, this)) { + worldIn.scheduleUpdate(pos, this, tickRate(worldIn)); + } + } + + protected int getNeighborSignal(World worldIn, BlockPos pos, IBlockState state) { + return worldIn.getRedstonePower(pos.down(), EnumFacing.DOWN); + } + + protected Block getBlockBySignalLevel(int signal) { + switch (signal) { + case 1: + return BlockObjectHolder.light_metal_ironage_sconce_floor_red_iron_one; + case 2: + return BlockObjectHolder.light_metal_ironage_sconce_floor_red_iron_two; + case 3: + return BlockObjectHolder.light_metal_ironage_sconce_floor_red_iron_three; + case 4: + return BlockObjectHolder.light_metal_ironage_sconce_floor_red_iron_four; + case 5: + return BlockObjectHolder.light_metal_ironage_sconce_floor_red_iron_five; + case 6: + return BlockObjectHolder.light_metal_ironage_sconce_floor_red_iron_six; + case 7: + return BlockObjectHolder.light_metal_ironage_sconce_floor_red_iron_seven; + case 8: + return BlockObjectHolder.light_metal_ironage_sconce_floor_red_iron_eight; + case 9: + return BlockObjectHolder.light_metal_ironage_sconce_floor_red_iron_nine; + case 10: + return BlockObjectHolder.light_metal_ironage_sconce_floor_red_iron_ten; + case 11: + return BlockObjectHolder.light_metal_ironage_sconce_floor_red_iron_eleven; + case 12: + return BlockObjectHolder.light_metal_ironage_sconce_floor_red_iron_twelve; + case 13: + return BlockObjectHolder.light_metal_ironage_sconce_floor_red_iron_thirteen; + case 14: + return BlockObjectHolder.light_metal_ironage_sconce_floor_red_iron_fourteen; + case 15: + return BlockObjectHolder.light_metal_ironage_sconce_floor_red_iron_fifteen; + default: + return BlockObjectHolder.light_metal_ironage_sconce_floor_red_iron; + } + } + + protected void pruneRecentToggles(World worldIn) { + List list = RECENT_TOGGLES.get(worldIn); + + while (list != null && !list.isEmpty() && worldIn.getTotalWorldTime() - list.get(0).when > RECENT_TOGGLE_TIMER) { + list.remove(0); + } + } + + protected boolean isToggledTooFrequently(World worldIn, BlockPos pos, boolean addNewToggle) { + List list = RECENT_TOGGLES.get(worldIn); + + if (list == null) { + list = Lists.newArrayList(); + RECENT_TOGGLES.put(worldIn, list); + } + + if (addNewToggle) { + list.add(new Toggle(pos, worldIn.getTotalWorldTime())); + } + + int toggleCount = 0; + + for (Toggle toggle : list) { + if (!toggle.pos.equals(pos)) { + continue; + } + + toggleCount++; + + if (toggleCount >= MAX_RECENT_TOGGLES) { + return true; + } + } + + return false; + } + + protected void notifyNeighbors(World worldIn, BlockPos pos) { + for (EnumFacing direction : EnumFacing.values()) { + worldIn.notifyNeighborsOfStateChange(pos.offset(direction), this, false); + } + } + + @Override + public boolean canConnectRedstone(IBlockState state, IBlockAccess world, BlockPos pos, EnumFacing side) { + return true; + } + + @Override + public void randomDisplayTick(IBlockState state, World world, BlockPos pos, Random rand) { + if (GetLightLevel() <= 0) { + return; + } + + double x = pos.getX() + 0.5D + (rand.nextDouble() - 0.5D) * 0.2D; + double y = pos.getY() + 0.25D + (rand.nextDouble() - 0.5D) * 0.2D; + double z = pos.getZ() + 0.5D + (rand.nextDouble() - 0.5D) * 0.2D; + world.spawnParticle(EnumParticleTypes.REDSTONE, x, y, z, 0.0D, 0.0D, 0.0D); + } + + @Override + protected Block GetWallVariant() { + return BlockObjectHolder.light_metal_ironage_sconce_wall_red_iron; + } + + @Override + protected Block GetRedVariant() { + return BlockObjectHolder.light_metal_ironage_sconce_floor_red_iron; + } + + protected static class Toggle { + final BlockPos pos; + final long when; + + Toggle(BlockPos pos, long when) { + this.pos = pos; + this.when = when; + } + } +} diff --git a/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightSourceSconceRedTorchFloor.java b/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightSourceSconceRedTorchFloor.java new file mode 100644 index 0000000000..eece270f42 --- /dev/null +++ b/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightSourceSconceRedTorchFloor.java @@ -0,0 +1,255 @@ +package zone.moddev.mc.ironagefurniture.api.Blocks; + +import java.util.List; +import java.util.Map; +import java.util.Random; +import java.util.WeakHashMap; + +import com.google.common.collect.Lists; +import zone.moddev.mc.ironagefurniture.BlockObjectHolder; + +import net.minecraft.block.Block; +import net.minecraft.block.material.Material; +import net.minecraft.block.state.IBlockState; +import net.minecraft.entity.player.EntityPlayer; +import net.minecraft.init.Blocks; +import net.minecraft.init.Items; +import net.minecraft.item.Item; +import net.minecraft.item.ItemStack; +import net.minecraft.util.EnumFacing; +import net.minecraft.util.EnumHand; +import net.minecraft.util.EnumParticleTypes; +import net.minecraft.util.SoundCategory; +import net.minecraft.util.math.BlockPos; +import net.minecraft.world.IBlockAccess; +import net.minecraft.world.World; +import net.minecraft.init.SoundEvents; + +public class LightSourceSconceRedTorchFloor extends LightSourceSconceTorchFloor { + protected static final Map> RECENT_TOGGLES = new WeakHashMap>(); + protected static final int RECENT_TOGGLE_TIMER = 60; + protected static final int MAX_RECENT_TOGGLES = 8; + protected static final int RESTART_DELAY = 160; + + public LightSourceSconceRedTorchFloor(Material materialIn, String name, float resistance, float hardness) { + super(materialIn, name, resistance, hardness); + this.setLightLevel(8.0F / 15.0F); + } + + @Override + public List getDrops(IBlockAccess world, BlockPos pos, IBlockState state, int fortune) { + List drops = Lists.newArrayList(); + drops.add(new ItemStack(BlockObjectHolder.light_metal_ironage_sconce_floor_empty_iron, 1)); + drops.add(new ItemStack(Blocks.REDSTONE_TORCH, 1)); + return drops; + } + + @Override + public void randomDisplayTick(IBlockState state, World world, BlockPos pos, Random rand) { + if (!IsLit()) { + return; + } + + double x = pos.getX() + 0.5D + (rand.nextDouble() - 0.5D) * 0.2D; + double y = pos.getY() + 0.7D + (rand.nextDouble() - 0.5D) * 0.2D; + double z = pos.getZ() + 0.5D + (rand.nextDouble() - 0.5D) * 0.2D; + world.spawnParticle(EnumParticleTypes.REDSTONE, x, y, z, 0.0D, 0.0D, 0.0D); + } + + @Override + public boolean onBlockActivated(World worldIn, BlockPos pos, IBlockState state, + EntityPlayer playerIn, EnumHand hand, + EnumFacing side, float hitX, float hitY, float hitZ) { + ItemStack heldItem = playerIn.getHeldItem(hand); + if (tryTakeLightOut(worldIn, pos, state, playerIn, hand, heldItem)) { + return true; + } + + if (heldItem.getItem() == Items.WATER_BUCKET) { + if (!worldIn.isRemote) { + worldIn.setBlockState(pos, + GetUnlitTorchVariant().getDefaultState().withProperty(FACING, state.getValue(FACING)), + 3); + } + + return true; + } + + if (isBlockedFilledSconceItem(heldItem)) { + return true; + } + + return super.onBlockActivated(worldIn, pos, state, playerIn, hand, side, hitX, hitY, hitZ); + } + + @Override + public void onBlockAdded(World worldIn, BlockPos pos, IBlockState state) { + super.onBlockAdded(worldIn, pos, state); + if (IsLit()) { + notifyNeighbors(worldIn, pos); + } + } + + @Override + public void breakBlock(World worldIn, BlockPos pos, IBlockState state) { + if (IsLit()) { + notifyNeighbors(worldIn, pos); + } + super.breakBlock(worldIn, pos, state); + } + + @Override + public void neighborChanged(IBlockState state, World worldIn, BlockPos pos, Block blockIn, BlockPos fromPos) { + super.neighborChanged(state, worldIn, pos, blockIn, fromPos); + + if (worldIn.getBlockState(pos).getBlock() != this) { + return; + } + + if (IsLit() == hasNeighborSignal(worldIn, pos, state) && !worldIn.isUpdateScheduled(pos, this)) { + worldIn.scheduleUpdate(pos, this, tickRate(worldIn)); + } + } + + @Override + public void updateTick(World worldIn, BlockPos pos, IBlockState state, Random rand) { + boolean hasSignal = hasNeighborSignal(worldIn, pos, state); + pruneRecentToggles(worldIn); + + if (IsLit()) { + if (hasSignal) { + worldIn.setBlockState(pos, + GetUnlitTorchVariant().getDefaultState().withProperty(FACING, state.getValue(FACING)), + 3); + + if (isToggledTooFrequently(worldIn, pos, true)) { + worldIn.playSound(null, pos, SoundEvents.BLOCK_REDSTONE_TORCH_BURNOUT, SoundCategory.BLOCKS, + 0.5F, 2.6F + (worldIn.rand.nextFloat() - worldIn.rand.nextFloat()) * 0.8F); + + for (int i = 0; i < 5; ++i) { + double x = pos.getX() + rand.nextDouble() * 0.6D + 0.2D; + double y = pos.getY() + rand.nextDouble() * 0.6D + 0.2D; + double z = pos.getZ() + rand.nextDouble() * 0.6D + 0.2D; + worldIn.spawnParticle(EnumParticleTypes.SMOKE_NORMAL, x, y, z, 0.0D, 0.0D, 0.0D); + } + + worldIn.scheduleUpdate(pos, worldIn.getBlockState(pos).getBlock(), RESTART_DELAY); + } + } + } else if (!hasSignal && !isToggledTooFrequently(worldIn, pos, false)) { + worldIn.setBlockState(pos, + GetLitVariant().getDefaultState().withProperty(FACING, state.getValue(FACING)), + 3); + } + } + + @Override + public boolean canProvidePower(IBlockState state) { + return true; + } + + @Override + public int getWeakPower(IBlockState state, IBlockAccess blockAccess, BlockPos pos, EnumFacing side) { + return IsLit() && side != EnumFacing.UP ? 15 : 0; + } + + @Override + public int getStrongPower(IBlockState state, IBlockAccess blockAccess, BlockPos pos, EnumFacing side) { + return side == EnumFacing.DOWN ? this.getWeakPower(state, blockAccess, pos, side) : 0; + } + + @Override + public int tickRate(World worldIn) { + return 2; + } + + protected boolean hasNeighborSignal(World worldIn, BlockPos pos, IBlockState state) { + return worldIn.isSidePowered(pos.down(), EnumFacing.DOWN); + } + + protected void pruneRecentToggles(World worldIn) { + List list = RECENT_TOGGLES.get(worldIn); + + while (list != null && !list.isEmpty() && worldIn.getTotalWorldTime() - list.get(0).when > RECENT_TOGGLE_TIMER) { + list.remove(0); + } + } + + protected boolean isToggledTooFrequently(World worldIn, BlockPos pos, boolean addNewToggle) { + List list = RECENT_TOGGLES.get(worldIn); + + if (list == null) { + list = Lists.newArrayList(); + RECENT_TOGGLES.put(worldIn, list); + } + + if (addNewToggle) { + list.add(new Toggle(pos, worldIn.getTotalWorldTime())); + } + + int toggleCount = 0; + + for (Toggle toggle : list) { + if (!toggle.pos.equals(pos)) { + continue; + } + + toggleCount++; + + if (toggleCount >= MAX_RECENT_TOGGLES) { + return true; + } + } + + return false; + } + + protected void notifyNeighbors(World worldIn, BlockPos pos) { + for (EnumFacing direction : EnumFacing.values()) { + worldIn.notifyNeighborsOfStateChange(pos.offset(direction), this, false); + } + } + + protected Block GetLitVariant() { + return BlockObjectHolder.light_metal_ironage_sconce_floor_redtorch_iron; + } + + @Override + protected Block LightDrop() { + return Blocks.REDSTONE_TORCH; + } + + @Override + protected boolean CanEx() { + return false; + } + + protected boolean IsLit() { + return true; + } + + @Override + protected Block GetWallVariant() { + return BlockObjectHolder.light_metal_ironage_sconce_wall_redtorch_iron; + } + + @Override + protected Block GetRedTorchVariant() { + return BlockObjectHolder.light_metal_ironage_sconce_floor_redtorch_iron; + } + + @Override + protected Block GetUnlitTorchVariant() { + return BlockObjectHolder.light_metal_ironage_sconce_floor_redtorch_iron_unlit; + } + + protected static class Toggle { + final BlockPos pos; + final long when; + + Toggle(BlockPos pos, long when) { + this.pos = pos; + this.when = when; + } + } +} diff --git a/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightSourceSconceRedTorchFloorUnlit.java b/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightSourceSconceRedTorchFloorUnlit.java new file mode 100644 index 0000000000..77a9542bac --- /dev/null +++ b/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightSourceSconceRedTorchFloorUnlit.java @@ -0,0 +1,60 @@ +package zone.moddev.mc.ironagefurniture.api.Blocks; + +import java.util.Random; + +import zone.moddev.mc.ironagefurniture.BlockObjectHolder; + +import net.minecraft.block.Block; +import net.minecraft.block.material.Material; +import net.minecraft.block.state.IBlockState; +import net.minecraft.entity.player.EntityPlayer; +import net.minecraft.init.Blocks; +import net.minecraft.init.Items; +import net.minecraft.item.Item; +import net.minecraft.item.ItemStack; +import net.minecraft.util.EnumFacing; +import net.minecraft.util.EnumHand; +import net.minecraft.util.math.BlockPos; +import net.minecraft.world.World; + +public class LightSourceSconceRedTorchFloorUnlit extends LightSourceSconceRedTorchFloor { + public LightSourceSconceRedTorchFloorUnlit(Material materialIn, String name, float resistance, float hardness) { + super(materialIn, name, resistance, hardness); + this.setLightLevel(0.0F); + } + + @Override + public void randomDisplayTick(IBlockState state, World world, BlockPos pos, Random rand) { + } + + @Override + public boolean onBlockActivated(World worldIn, BlockPos pos, IBlockState state, + EntityPlayer playerIn, EnumHand hand, + EnumFacing side, float hitX, float hitY, float hitZ) { + return super.onBlockActivated(worldIn, pos, state, playerIn, hand, side, hitX, hitY, hitZ); + } + + protected Block GetLitVariant() { + return BlockObjectHolder.light_metal_ironage_sconce_floor_redtorch_iron; + } + + @Override + protected boolean IsLit() { + return false; + } + + @Override + protected Block GetWallVariant() { + return BlockObjectHolder.light_metal_ironage_sconce_wall_redtorch_iron_unlit; + } + + @Override + protected Block GetRedTorchVariant() { + return BlockObjectHolder.light_metal_ironage_sconce_floor_redtorch_iron_unlit; + } + + @Override + protected Block GetUnlitTorchVariant() { + return BlockObjectHolder.light_metal_ironage_sconce_floor_redtorch_iron_unlit; + } +} diff --git a/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightSourceSconceRedTorchWall.java b/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightSourceSconceRedTorchWall.java new file mode 100644 index 0000000000..7bd7c61073 --- /dev/null +++ b/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightSourceSconceRedTorchWall.java @@ -0,0 +1,295 @@ +package zone.moddev.mc.ironagefurniture.api.Blocks; + +import java.util.List; +import java.util.Map; +import java.util.Random; +import java.util.WeakHashMap; + +import com.google.common.collect.Lists; +import zone.moddev.mc.ironagefurniture.BlockObjectHolder; + +import net.minecraft.block.Block; +import net.minecraft.block.material.Material; +import net.minecraft.block.state.IBlockState; +import net.minecraft.entity.player.EntityPlayer; +import net.minecraft.init.Blocks; +import net.minecraft.init.Items; +import net.minecraft.item.Item; +import net.minecraft.item.ItemStack; +import net.minecraft.util.EnumFacing; +import net.minecraft.util.EnumHand; +import net.minecraft.util.EnumParticleTypes; +import net.minecraft.util.math.BlockPos; +import net.minecraft.world.IBlockAccess; +import net.minecraft.world.World; + +public class LightSourceSconceRedTorchWall extends LightSourceSconceTorchWall { + protected static final Map> RECENT_TOGGLES = new WeakHashMap>(); + protected static final int RECENT_TOGGLE_TIMER = 60; + protected static final int MAX_RECENT_TOGGLES = 8; + protected static final int RESTART_DELAY = 160; + + public LightSourceSconceRedTorchWall(Material materialIn, String name, float resistance, float hardness) { + super(materialIn, name, resistance, hardness); + this.setLightLevel(8.0F / 15.0F); + } + + @Override + public List getDrops(IBlockAccess world, BlockPos pos, IBlockState state, int fortune) { + List drops = Lists.newArrayList(); + drops.add(new ItemStack(BlockObjectHolder.light_metal_ironage_sconce_floor_empty_iron, 1)); + drops.add(new ItemStack(Blocks.REDSTONE_TORCH, 1)); + return drops; + } + + @Override + public void randomDisplayTick(IBlockState state, World world, BlockPos pos, Random rand) { + if (!IsLit()) { + return; + } + + EnumFacing facing = state.getValue(FACING); + double baseX; + double baseZ; + + switch (facing) { + case WEST: + baseX = 0.4D; + baseZ = 0.5D; + break; + case NORTH: + baseX = 0.5D; + baseZ = 0.4D; + break; + case SOUTH: + baseX = 0.5D; + baseZ = 0.6D; + break; + default: + baseX = 0.6D; + baseZ = 0.5D; + break; + } + + EnumFacing opposite = facing.getOpposite(); + double x = pos.getX() + baseX + (0.27D * opposite.getXOffset()); + double y = pos.getY() + 1.02D; + double z = pos.getZ() + baseZ + (0.27D * opposite.getZOffset()); + + world.spawnParticle(EnumParticleTypes.REDSTONE, x, y, z, 0.0D, 0.0D, 0.0D); + } + + @Override + public boolean onBlockActivated(World worldIn, BlockPos pos, IBlockState state, + EntityPlayer playerIn, EnumHand hand, + EnumFacing side, float hitX, float hitY, float hitZ) { + ItemStack heldItem = playerIn.getHeldItem(hand); + if (tryTakeLightOut(worldIn, pos, state, playerIn, hand, heldItem)) { + return true; + } + + if (heldItem.getItem() == Items.WATER_BUCKET) { + if (!worldIn.isRemote) { + worldIn.setBlockState(pos, + GetUnlitTorchVariant().getDefaultState().withProperty(FACING, state.getValue(FACING)), + 3); + } + + return true; + } + + if (isBlockedFilledSconceItem(heldItem)) { + return true; + } + + return super.onBlockActivated(worldIn, pos, state, playerIn, hand, side, hitX, hitY, hitZ); + } + + @Override + public void onBlockAdded(World worldIn, BlockPos pos, IBlockState state) { + super.onBlockAdded(worldIn, pos, state); + if (IsLit()) { + notifyNeighbors(worldIn, pos); + } + } + + @Override + public void breakBlock(World worldIn, BlockPos pos, IBlockState state) { + if (IsLit()) { + notifyNeighbors(worldIn, pos); + } + super.breakBlock(worldIn, pos, state); + } + + @Override + public void neighborChanged(IBlockState state, World worldIn, BlockPos pos, Block blockIn, BlockPos fromPos) { + super.neighborChanged(state, worldIn, pos, blockIn, fromPos); + + if (worldIn.getBlockState(pos).getBlock() != this) { + return; + } + + if (IsLit() == hasNeighborSignal(worldIn, pos, state) && !worldIn.isUpdateScheduled(pos, this)) { + worldIn.scheduleUpdate(pos, this, tickRate(worldIn)); + } + } + + @Override + public void updateTick(World worldIn, BlockPos pos, IBlockState state, Random rand) { + boolean hasSignal = hasNeighborSignal(worldIn, pos, state); + pruneRecentToggles(worldIn); + + if (IsLit()) { + if (hasSignal) { + worldIn.setBlockState(pos, + GetUnlitTorchVariant().getDefaultState().withProperty(FACING, state.getValue(FACING)), + 3); + + if (isToggledTooFrequently(worldIn, pos, true)) { + worldIn.playEvent(1502, pos, 0); + worldIn.scheduleUpdate(pos, worldIn.getBlockState(pos).getBlock(), RESTART_DELAY); + } + } + } else if (!hasSignal && !isToggledTooFrequently(worldIn, pos, false)) { + worldIn.setBlockState(pos, + GetLitVariant().getDefaultState().withProperty(FACING, state.getValue(FACING)), + 3); + } + } + + @Override + public boolean canProvidePower(IBlockState state) { + return true; + } + + @Override + public int getWeakPower(IBlockState state, IBlockAccess blockAccess, BlockPos pos, EnumFacing side) { + return IsLit() && state.getValue(FACING) != side ? 15 : 0; + } + + @Override + public int getStrongPower(IBlockState state, IBlockAccess blockAccess, BlockPos pos, EnumFacing side) { + return side == EnumFacing.DOWN ? this.getWeakPower(state, blockAccess, pos, side) : 0; + } + + @Override + public int tickRate(World worldIn) { + return 2; + } + + protected boolean hasNeighborSignal(World worldIn, BlockPos pos, IBlockState state) { + EnumFacing direction = state.getValue(FACING).getOpposite(); + return worldIn.isSidePowered(pos.offset(direction), direction); + } + + protected void pruneRecentToggles(World worldIn) { + List list = RECENT_TOGGLES.get(worldIn); + + while (list != null && !list.isEmpty() && worldIn.getTotalWorldTime() - list.get(0).when > RECENT_TOGGLE_TIMER) { + list.remove(0); + } + } + + protected boolean isToggledTooFrequently(World worldIn, BlockPos pos, boolean addNewToggle) { + List list = RECENT_TOGGLES.get(worldIn); + + if (list == null) { + list = Lists.newArrayList(); + RECENT_TOGGLES.put(worldIn, list); + } + + if (addNewToggle) { + list.add(new Toggle(pos, worldIn.getTotalWorldTime())); + } + + int toggleCount = 0; + + for (Toggle toggle : list) { + if (!toggle.pos.equals(pos)) { + continue; + } + + toggleCount++; + + if (toggleCount >= MAX_RECENT_TOGGLES) { + return true; + } + } + + return false; + } + + protected void notifyNeighbors(World worldIn, BlockPos pos) { + for (EnumFacing direction : EnumFacing.values()) { + worldIn.notifyNeighborsOfStateChange(pos.offset(direction), this, false); + } + } + + @Override + protected Block LightDrop() { + return Blocks.REDSTONE_TORCH; + } + + @Override + protected boolean CanEx() { + return false; + } + + protected boolean IsLit() { + return true; + } + + protected Block GetLitVariant() { + return BlockObjectHolder.light_metal_ironage_sconce_wall_redtorch_iron; + } + + @Override + protected Block DropVariant() { + return BlockObjectHolder.light_metal_ironage_sconce_wall_empty_iron; + } + + @Override + protected Block GetWallVariant() { + return BlockObjectHolder.light_metal_ironage_sconce_wall_redtorch_iron; + } + + @Override + protected Block GetTorchVariant() { + return BlockObjectHolder.light_metal_ironage_sconce_wall_torch_iron; + } + + @Override + protected Block GetGlowVariant() { + return BlockObjectHolder.light_metal_ironage_sconce_wall_glow_iron; + } + + @Override + protected Block GetLavaVariant() { + return BlockObjectHolder.light_metal_ironage_sconce_wall_lava_iron; + } + + @Override + protected Block GetRedTorchVariant() { + return BlockObjectHolder.light_metal_ironage_sconce_wall_redtorch_iron; + } + + @Override + protected Block GetRedVariant() { + return BlockObjectHolder.light_metal_ironage_sconce_wall_red_iron; + } + + @Override + protected Block GetUnlitTorchVariant() { + return BlockObjectHolder.light_metal_ironage_sconce_wall_redtorch_iron_unlit; + } + + protected static class Toggle { + final BlockPos pos; + final long when; + + Toggle(BlockPos pos, long when) { + this.pos = pos; + this.when = when; + } + } +} diff --git a/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightSourceSconceRedTorchWallUnlit.java b/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightSourceSconceRedTorchWallUnlit.java new file mode 100644 index 0000000000..d086128477 --- /dev/null +++ b/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightSourceSconceRedTorchWallUnlit.java @@ -0,0 +1,60 @@ +package zone.moddev.mc.ironagefurniture.api.Blocks; + +import java.util.Random; + +import zone.moddev.mc.ironagefurniture.BlockObjectHolder; + +import net.minecraft.block.Block; +import net.minecraft.block.material.Material; +import net.minecraft.block.state.IBlockState; +import net.minecraft.entity.player.EntityPlayer; +import net.minecraft.init.Blocks; +import net.minecraft.init.Items; +import net.minecraft.item.Item; +import net.minecraft.item.ItemStack; +import net.minecraft.util.EnumFacing; +import net.minecraft.util.EnumHand; +import net.minecraft.util.math.BlockPos; +import net.minecraft.world.World; + +public class LightSourceSconceRedTorchWallUnlit extends LightSourceSconceRedTorchWall { + public LightSourceSconceRedTorchWallUnlit(Material materialIn, String name, float resistance, float hardness) { + super(materialIn, name, resistance, hardness); + this.setLightLevel(0.0F); + } + + @Override + public void randomDisplayTick(IBlockState state, World world, BlockPos pos, Random rand) { + } + + @Override + public boolean onBlockActivated(World worldIn, BlockPos pos, IBlockState state, + EntityPlayer playerIn, EnumHand hand, + EnumFacing side, float hitX, float hitY, float hitZ) { + return super.onBlockActivated(worldIn, pos, state, playerIn, hand, side, hitX, hitY, hitZ); + } + + protected Block GetLitVariant() { + return BlockObjectHolder.light_metal_ironage_sconce_wall_redtorch_iron; + } + + @Override + protected boolean IsLit() { + return false; + } + + @Override + protected Block GetWallVariant() { + return BlockObjectHolder.light_metal_ironage_sconce_wall_redtorch_iron_unlit; + } + + @Override + protected Block GetRedTorchVariant() { + return BlockObjectHolder.light_metal_ironage_sconce_wall_redtorch_iron_unlit; + } + + @Override + protected Block GetUnlitTorchVariant() { + return BlockObjectHolder.light_metal_ironage_sconce_wall_redtorch_iron_unlit; + } +} diff --git a/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightSourceSconceRedWall.java b/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightSourceSconceRedWall.java new file mode 100644 index 0000000000..59a77cafab --- /dev/null +++ b/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightSourceSconceRedWall.java @@ -0,0 +1,244 @@ +package zone.moddev.mc.ironagefurniture.api.Blocks; + +import java.util.List; +import java.util.Map; +import java.util.Random; +import java.util.WeakHashMap; + +import com.google.common.collect.Lists; +import zone.moddev.mc.ironagefurniture.BlockObjectHolder; + +import net.minecraft.block.Block; +import net.minecraft.block.material.Material; +import net.minecraft.block.state.IBlockState; +import net.minecraft.util.EnumFacing; +import net.minecraft.util.EnumParticleTypes; +import net.minecraft.util.math.BlockPos; +import net.minecraft.world.IBlockAccess; +import net.minecraft.world.World; + +public class LightSourceSconceRedWall extends LightSourceSconceGlowWall { + protected static final Map> RECENT_TOGGLES = new WeakHashMap>(); + protected static final int RECENT_TOGGLE_TIMER = 60; + protected static final int MAX_RECENT_TOGGLES = 8; + protected static final int RESTART_DELAY = 160; + + private final int lightLevel; + + public LightSourceSconceRedWall(Material materialIn, String name, float resistance, float hardness, int lightLevel) { + super(materialIn, name, resistance, hardness); + this.lightLevel = lightLevel; + this.setLightLevel(lightLevel / 15.0F); + } + + protected int GetLightLevel() { + return this.lightLevel; + } + + @Override + protected Block LightDrop() { + return BlockObjectHolder.light_metal_ironage_block_floor_red_clear; + } + + @Override + public void onBlockAdded(World worldIn, BlockPos pos, IBlockState state) { + super.onBlockAdded(worldIn, pos, state); + notifyNeighbors(worldIn, pos); + scheduleUpdateIfNeeded(worldIn, pos, state); + } + + @Override + public void breakBlock(World worldIn, BlockPos pos, IBlockState state) { + notifyNeighbors(worldIn, pos); + super.breakBlock(worldIn, pos, state); + } + + @Override + public void neighborChanged(IBlockState state, World worldIn, BlockPos pos, Block blockIn, BlockPos fromPos) { + super.neighborChanged(state, worldIn, pos, blockIn, fromPos); + + if (worldIn.getBlockState(pos).getBlock() != this) { + return; + } + + scheduleUpdateIfNeeded(worldIn, pos, state); + } + + @Override + public void updateTick(World worldIn, BlockPos pos, IBlockState state, Random rand) { + int signal = getNeighborSignal(worldIn, pos, state); + pruneRecentToggles(worldIn); + + if (signal != GetLightLevel()) { + Block newBlock = getBlockBySignalLevel(signal); + worldIn.setBlockState(pos, + newBlock.getDefaultState().withProperty(FACING, state.getValue(FACING)), + 3); + + worldIn.scheduleUpdate(pos, worldIn.getBlockState(pos).getBlock(), tickRate(worldIn)); + + if (isToggledTooFrequently(worldIn, pos, true)) { + worldIn.playEvent(1502, pos, 0); + worldIn.scheduleUpdate(pos, worldIn.getBlockState(pos).getBlock(), RESTART_DELAY); + } + } + } + + @Override + public int tickRate(World worldIn) { + return 2; + } + + protected void scheduleUpdateIfNeeded(World worldIn, BlockPos pos, IBlockState state) { + if ((getNeighborSignal(worldIn, pos, state) > 0 || GetLightLevel() > 0) && !worldIn.isUpdateScheduled(pos, this)) { + worldIn.scheduleUpdate(pos, this, tickRate(worldIn)); + } + } + + protected int getNeighborSignal(World worldIn, BlockPos pos, IBlockState state) { + EnumFacing direction = state.getValue(FACING).getOpposite(); + return worldIn.getRedstonePower(pos.offset(direction), direction); + } + + protected Block getBlockBySignalLevel(int signal) { + switch (signal) { + case 1: + return BlockObjectHolder.light_metal_ironage_sconce_wall_red_iron_one; + case 2: + return BlockObjectHolder.light_metal_ironage_sconce_wall_red_iron_two; + case 3: + return BlockObjectHolder.light_metal_ironage_sconce_wall_red_iron_three; + case 4: + return BlockObjectHolder.light_metal_ironage_sconce_wall_red_iron_four; + case 5: + return BlockObjectHolder.light_metal_ironage_sconce_wall_red_iron_five; + case 6: + return BlockObjectHolder.light_metal_ironage_sconce_wall_red_iron_six; + case 7: + return BlockObjectHolder.light_metal_ironage_sconce_wall_red_iron_seven; + case 8: + return BlockObjectHolder.light_metal_ironage_sconce_wall_red_iron_eight; + case 9: + return BlockObjectHolder.light_metal_ironage_sconce_wall_red_iron_nine; + case 10: + return BlockObjectHolder.light_metal_ironage_sconce_wall_red_iron_ten; + case 11: + return BlockObjectHolder.light_metal_ironage_sconce_wall_red_iron_eleven; + case 12: + return BlockObjectHolder.light_metal_ironage_sconce_wall_red_iron_twelve; + case 13: + return BlockObjectHolder.light_metal_ironage_sconce_wall_red_iron_thirteen; + case 14: + return BlockObjectHolder.light_metal_ironage_sconce_wall_red_iron_fourteen; + case 15: + return BlockObjectHolder.light_metal_ironage_sconce_wall_red_iron_fifteen; + default: + return BlockObjectHolder.light_metal_ironage_sconce_wall_red_iron; + } + } + + protected void pruneRecentToggles(World worldIn) { + List list = RECENT_TOGGLES.get(worldIn); + + while (list != null && !list.isEmpty() && worldIn.getTotalWorldTime() - list.get(0).when > RECENT_TOGGLE_TIMER) { + list.remove(0); + } + } + + protected boolean isToggledTooFrequently(World worldIn, BlockPos pos, boolean addNewToggle) { + List list = RECENT_TOGGLES.get(worldIn); + + if (list == null) { + list = Lists.newArrayList(); + RECENT_TOGGLES.put(worldIn, list); + } + + if (addNewToggle) { + list.add(new Toggle(pos, worldIn.getTotalWorldTime())); + } + + int toggleCount = 0; + + for (Toggle toggle : list) { + if (!toggle.pos.equals(pos)) { + continue; + } + + toggleCount++; + + if (toggleCount >= MAX_RECENT_TOGGLES) { + return true; + } + } + + return false; + } + + protected void notifyNeighbors(World worldIn, BlockPos pos) { + for (EnumFacing direction : EnumFacing.values()) { + worldIn.notifyNeighborsOfStateChange(pos.offset(direction), this, false); + } + } + + @Override + public boolean canConnectRedstone(IBlockState state, IBlockAccess world, BlockPos pos, EnumFacing side) { + return true; + } + + @Override + public void randomDisplayTick(IBlockState state, World world, BlockPos pos, Random rand) { + if (GetLightLevel() <= 0) { + return; + } + + EnumFacing facing = state.getValue(FACING); + double baseX; + double baseZ; + + switch (facing) { + case WEST: + baseX = 0.4D; + baseZ = 0.5D; + break; + case NORTH: + baseX = 0.5D; + baseZ = 0.4D; + break; + case SOUTH: + baseX = 0.5D; + baseZ = 0.6D; + break; + default: + baseX = 0.6D; + baseZ = 0.5D; + break; + } + + EnumFacing opposite = facing.getOpposite(); + double x = pos.getX() + baseX + (0.27D * opposite.getXOffset()); + double y = pos.getY() + 1.02D; + double z = pos.getZ() + baseZ + (0.27D * opposite.getZOffset()); + + world.spawnParticle(EnumParticleTypes.REDSTONE, x, y, z, 0.0D, 0.0D, 0.0D); + } + + @Override + protected Block GetWallVariant() { + return BlockObjectHolder.light_metal_ironage_sconce_wall_red_iron; + } + + @Override + protected Block GetRedVariant() { + return BlockObjectHolder.light_metal_ironage_sconce_wall_red_iron; + } + + protected static class Toggle { + final BlockPos pos; + final long when; + + Toggle(BlockPos pos, long when) { + this.pos = pos; + this.when = when; + } + } +} diff --git a/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightSourceSconceTorchFloor.java b/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightSourceSconceTorchFloor.java new file mode 100644 index 0000000000..351744c044 --- /dev/null +++ b/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightSourceSconceTorchFloor.java @@ -0,0 +1,248 @@ +package zone.moddev.mc.ironagefurniture.api.Blocks; + +import java.util.List; +import java.util.Random; + +import com.google.common.collect.Lists; +import zone.moddev.mc.ironagefurniture.BlockObjectHolder; +import net.minecraft.block.Block; +import net.minecraft.block.material.Material; +import net.minecraft.block.state.IBlockState; +import net.minecraft.entity.Entity; +import net.minecraft.entity.player.EntityPlayer; +import net.minecraft.init.Blocks; +import net.minecraft.init.Items; +import net.minecraft.item.Item; +import net.minecraft.item.ItemStack; +import net.minecraft.util.BlockRenderLayer; +import net.minecraft.util.EnumFacing; +import net.minecraft.util.EnumHand; +import net.minecraft.util.EnumParticleTypes; +import net.minecraft.util.math.AxisAlignedBB; +import net.minecraft.util.math.BlockPos; +import net.minecraft.world.IBlockAccess; +import net.minecraft.world.World; +import net.minecraftforge.fml.relauncher.Side; +import net.minecraftforge.fml.relauncher.SideOnly; + + +public class LightSourceSconceTorchFloor extends LightHolderSconceFloor { + + private static final AxisAlignedBB AABB = new AxisAlignedBB( + 6.0 / 16.0, 0.0, 6.0 / 16.0, + 10.0 / 16.0, 13.0 / 16.0, 10.0 / 16.0 + ); + + private boolean shouldBeOff(World worldIn, BlockPos pos, IBlockState state) { + EnumFacing facing = state.getValue(FACING); + BlockPos backPos = pos.offset(facing.getOpposite()); + return worldIn.isSidePowered(backPos, facing.getOpposite()); + } + + @Override + public AxisAlignedBB getBoundingBox(IBlockState state, IBlockAccess source, BlockPos pos) { + return AABB; + } + + @Override + public void addCollisionBoxToList(IBlockState state, World worldIn, BlockPos pos, + AxisAlignedBB entityBox, List collidingBoxes, Entity entityIn, + boolean isActualState) { + super.addCollisionBoxToList(pos, entityBox, collidingBoxes, AABB); + } + + @Override + public boolean isFullCube(IBlockState bs) { return false; } + + @Override + public boolean isOpaqueCube(IBlockState bs) { return false; } + + @Override + @SideOnly(Side.CLIENT) + public BlockRenderLayer getRenderLayer() { + return BlockRenderLayer.CUTOUT; + } + + + public LightSourceSconceTorchFloor(Material materialIn, String name, float resistance, float hardness) { + super(materialIn, name, resistance, hardness); + this.setDefaultState(this.blockState.getBaseState().withProperty(FACING, EnumFacing.NORTH)); + this.setLightLevel(14.0F / 15.0F); + } + + + @Override + public List getDrops(IBlockAccess world, BlockPos pos, IBlockState state, int fortune) { + List drops = Lists.newArrayList(); + drops.add(new ItemStack(BlockObjectHolder.light_metal_ironage_sconce_floor_empty_iron, 1)); + drops.add(new ItemStack(LightDrop(), 1)); + return drops; + } + + @Override + public void randomDisplayTick(IBlockState state, World world, BlockPos pos, Random rand) { + boolean hasFlame = true; // TODO: HasFlame() logic + + if (hasFlame) { + double x = pos.getX() + 0.5D; + double y = pos.getY() + 0.9D; + double z = pos.getZ() + 0.5D; + world.spawnParticle(EnumParticleTypes.SMOKE_NORMAL, x, y, z, 0.0D, 0.0D, 0.0D); + world.spawnParticle(EnumParticleTypes.FLAME, x, y, z, 0.0D, 0.0D, 0.0D); + } + } + + + @Override + public boolean onBlockActivated(World worldIn, BlockPos pos, IBlockState state, + EntityPlayer playerIn, EnumHand hand, + EnumFacing side, float hitX, float hitY, float hitZ) { + ItemStack heldItem = playerIn.getHeldItem(hand); + + if (tryTakeLightOut(worldIn, pos, state, playerIn, hand, heldItem)) { + return true; + } + + + if (heldItem.getItem() == Items.WATER_BUCKET) { + if (!worldIn.isRemote) { + Block unlit = GetUnlitTorchVariant(); + worldIn.setBlockState(pos, unlit.getDefaultState() .withProperty(FACING, state.getValue(FACING)), 3 /*UPDATE_ALL*/); + } + + return true; + } + + + if (isBlockedFilledSconceItem(heldItem)) { + return true; + } + + return super.onBlockActivated(worldIn, pos, state, playerIn, hand, side, hitX, hitY, hitZ); + } + + protected boolean tryTakeLightOut(World worldIn, BlockPos pos, IBlockState state, + EntityPlayer playerIn, EnumHand hand, ItemStack heldItem) { + Item lightItem = Item.getItemFromBlock(LightDrop()); + + if (heldItem.isEmpty()) { + if (!worldIn.isRemote) { + worldIn.setBlockState(pos, + DropVariant().getDefaultState().withProperty(FACING, state.getValue(FACING)), + 3); + + if (!playerIn.capabilities.isCreativeMode) { + playerIn.setHeldItem(hand, new ItemStack(LightDrop(), 1)); + } + } + + return true; + } + + if (heldItem.getItem() != lightItem) { + return false; + } + + if (!worldIn.isRemote) { + worldIn.setBlockState(pos, + DropVariant().getDefaultState().withProperty(FACING, state.getValue(FACING)), + 3); + + if (!playerIn.capabilities.isCreativeMode) { + if (heldItem.getCount() < heldItem.getMaxStackSize()) { + heldItem.grow(1); + } else { + playerIn.inventory.addItemStackToInventory(new ItemStack(LightDrop(), 1)); + } + } + } + + return true; + } + + protected boolean isSconceLightSourceItem(ItemStack heldItem) { + if (heldItem.isEmpty()) { + return false; + } + + Item item = heldItem.getItem(); + return item == Item.getItemFromBlock(Blocks.TORCH) + || item == Item.getItemFromBlock(Blocks.REDSTONE_TORCH) + || isItemFromBlock(item, BlockObjectHolder.light_metal_ironage_block_floor_glow_clear) + || isItemFromBlock(item, BlockObjectHolder.light_metal_ironage_block_floor_lava_clear) + || isItemFromBlock(item, BlockObjectHolder.light_metal_ironage_block_floor_red_clear); + } + + protected boolean isBlockedFilledSconceItem(ItemStack heldItem) { + return isSconceLightSourceItem(heldItem) + || isEmptySconceItem(heldItem); + } + + protected boolean isEmptySconceItem(ItemStack heldItem) { + if (heldItem.isEmpty()) { + return false; + } + + Item item = heldItem.getItem(); + return isItemFromBlock(item, BlockObjectHolder.light_metal_ironage_sconce_floor_empty_iron) + || isItemFromBlock(item, BlockObjectHolder.light_metal_ironage_sconce_wall_empty_iron); + } + + protected boolean isItemFromBlock(Item item, Block block) { + return block != null && item == Item.getItemFromBlock(block); + } + + protected Block UnlitVariant() { + return BlockObjectHolder.light_metal_ironage_sconce_floor_torch_iron_unlit; + } + + protected Block DropVariant() { + return BlockObjectHolder.light_metal_ironage_sconce_floor_empty_iron; + } + + protected Block LightDrop() { + return Blocks.TORCH; + } + + protected boolean CanEx() { + return true; + } + + protected boolean HasFlame() { + return true; + } + + protected boolean InvertDirection() { + return false; + } + + @Override + protected Block GetWallVariant() { + return BlockObjectHolder.light_metal_ironage_sconce_wall_torch_iron; + } + @Override + protected Block GetGlowVariant() { + return BlockObjectHolder.light_metal_ironage_sconce_floor_glow_iron; + } + @Override + protected Block GetTorchVariant() { + return BlockObjectHolder.light_metal_ironage_sconce_floor_torch_iron; + } + + @Override + protected Block GetLavaVariant() { + return BlockObjectHolder.light_metal_ironage_sconce_floor_lava_iron; + } + @Override + protected Block GetRedTorchVariant() { + return BlockObjectHolder.light_metal_ironage_sconce_floor_redtorch_iron; + } + @Override + protected Block GetRedVariant() { + return BlockObjectHolder.light_metal_ironage_sconce_floor_red_iron; + } + @Override + protected Block GetUnlitTorchVariant() { + return BlockObjectHolder.light_metal_ironage_sconce_floor_torch_iron_unlit; + } +} \ No newline at end of file diff --git a/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightSourceSconceTorchFloorUnlit.java b/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightSourceSconceTorchFloorUnlit.java new file mode 100644 index 0000000000..d48808e308 --- /dev/null +++ b/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightSourceSconceTorchFloorUnlit.java @@ -0,0 +1,102 @@ +package zone.moddev.mc.ironagefurniture.api.Blocks; + +import zone.moddev.mc.ironagefurniture.BlockObjectHolder; + +import net.minecraft.block.Block; +import net.minecraft.block.material.Material; +import net.minecraft.block.state.IBlockState; +import net.minecraft.entity.player.EntityPlayer; +import net.minecraft.init.Blocks; +import net.minecraft.init.Items; +import net.minecraft.item.Item; +import net.minecraft.item.ItemStack; +import net.minecraft.util.EnumFacing; +import net.minecraft.util.EnumHand; +import net.minecraft.util.math.BlockPos; +import net.minecraft.world.World; + +public class LightSourceSconceTorchFloorUnlit extends LightSourceSconceTorchFloor { + + public LightSourceSconceTorchFloorUnlit(Material materialIn, String name, float resistance, float hardness) { + super(materialIn, name, resistance, hardness); + this.setLightLevel(0.0F); + } + + @Override + public void randomDisplayTick(IBlockState state, World world, BlockPos pos, java.util.Random rand) { + } + + @Override + public boolean onBlockActivated(World worldIn, BlockPos pos, IBlockState state, + EntityPlayer playerIn, EnumHand hand, + EnumFacing side, float hitX, float hitY, float hitZ) { + ItemStack heldItem = playerIn.getHeldItem(hand); + if (!heldItem.isEmpty()) { + if (heldItem.getItem() == Items.FLINT_AND_STEEL) { + if (!worldIn.isRemote) { + worldIn.setBlockState(pos, + GetLitVariant().getDefaultState().withProperty(FACING, state.getValue(FACING)), 3); + + if (!playerIn.capabilities.isCreativeMode) { + heldItem.damageItem(1, playerIn); + } + } + + return true; + } + + if (heldItem.getItem() == Item.getItemFromBlock(Blocks.TORCH)) { + if (!worldIn.isRemote) { + worldIn.setBlockState(pos, + GetLitVariant().getDefaultState().withProperty(FACING, state.getValue(FACING)), 3); + } + + return true; + } + } + + return super.onBlockActivated(worldIn, pos, state, playerIn, hand, side, hitX, hitY, hitZ); + } + + @Override + public void neighborChanged(IBlockState state, World worldIn, BlockPos pos, Block blockIn, BlockPos fromPos) { + super.neighborChanged(state, worldIn, pos, blockIn, fromPos); + + if (worldIn.getBlockState(pos).getBlock() != this) { + return; + } + + if (shouldRelightFromSignal(worldIn, pos) && !worldIn.isUpdateScheduled(pos, this)) { + worldIn.scheduleUpdate(pos, this, tickRate(worldIn)); + } + } + + @Override + public void updateTick(World worldIn, BlockPos pos, IBlockState state, java.util.Random rand) { + if (!shouldRelightFromSignal(worldIn, pos)) { + return; + } + + worldIn.setBlockState(pos, + GetLitVariant().getDefaultState().withProperty(FACING, state.getValue(FACING)), + 3); + } + + @Override + public int tickRate(World worldIn) { + return 2; + } + + protected boolean shouldRelightFromSignal(World worldIn, BlockPos pos) { + return worldIn.isBlockPowered(pos); + } + + protected Block GetLitVariant() { + return BlockObjectHolder.light_metal_ironage_sconce_floor_torch_iron; + } + + @Override + protected Block GetWallVariant() { + return BlockObjectHolder.light_metal_ironage_sconce_wall_torch_iron_unlit; + } +} diff --git a/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightSourceSconceTorchWall.java b/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightSourceSconceTorchWall.java new file mode 100644 index 0000000000..46fbc56847 --- /dev/null +++ b/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightSourceSconceTorchWall.java @@ -0,0 +1,191 @@ +package zone.moddev.mc.ironagefurniture.api.Blocks; + +import java.util.List; + +import zone.moddev.mc.ironagefurniture.BlockObjectHolder; +import net.minecraft.block.Block; +import net.minecraft.block.material.Material; +import net.minecraft.block.state.IBlockState; +import net.minecraft.entity.Entity; +import net.minecraft.util.EnumParticleTypes; +import net.minecraft.util.EnumFacing; +import net.minecraft.util.math.AxisAlignedBB; +import net.minecraft.util.math.BlockPos; +import net.minecraft.util.math.RayTraceResult; +import net.minecraft.util.math.Vec3d; +import net.minecraft.world.IBlockAccess; +import net.minecraft.world.World; + +import javax.annotation.Nullable; + +public class LightSourceSconceTorchWall extends LightSourceSconceTorchFloor { + private static final AxisAlignedBB AABB_EAST = new AxisAlignedBB( + 0.0 / 16.0, 2.0 / 16.0, 5.5 / 16.0, + 6.5 / 16.0, 13.0 / 16.0, 10.5 / 16.0 + ); + + private static final AxisAlignedBB AABB_NORTH = rotateCounterClockwise(AABB_EAST); + private static final AxisAlignedBB AABB_SOUTH = rotateClockwise(AABB_EAST); + private static final AxisAlignedBB AABB_WEST = rotateHalfTurn(AABB_EAST); + + public LightSourceSconceTorchWall(Material materialIn, String name, float resistance, float hardness) { + super(materialIn, name, resistance, hardness); + } + + private static AxisAlignedBB rotateClockwise(AxisAlignedBB bb) { + return new AxisAlignedBB( + 1.0D - bb.maxZ, + bb.minY, + bb.minX, + 1.0D - bb.minZ, + bb.maxY, + bb.maxX + ); + } + + private static AxisAlignedBB rotateHalfTurn(AxisAlignedBB bb) { + return new AxisAlignedBB( + 1.0D - bb.maxX, + bb.minY, + 1.0D - bb.maxZ, + 1.0D - bb.minX, + bb.maxY, + 1.0D - bb.minZ + ); + } + + private static AxisAlignedBB rotateCounterClockwise(AxisAlignedBB bb) { + return new AxisAlignedBB( + bb.minZ, + bb.minY, + 1.0D - bb.maxX, + bb.maxZ, + bb.maxY, + 1.0D - bb.minX + ); + } + + private AxisAlignedBB getShape(IBlockState state) { + switch (state.getValue(FACING)) { + case NORTH: + return AABB_NORTH; + case SOUTH: + return AABB_SOUTH; + case WEST: + return AABB_WEST; + default: + return AABB_EAST; + } + } + + @Override + public AxisAlignedBB getBoundingBox(IBlockState state, IBlockAccess source, BlockPos pos) { + return getShape(state); + } + + @Override + public void addCollisionBoxToList(IBlockState state, World worldIn, BlockPos pos, + AxisAlignedBB entityBox, List collidingBoxes, Entity entityIn, + boolean isActualState) { + super.addCollisionBoxToList(pos, entityBox, collidingBoxes, getShape(state)); + } + + @Override + public AxisAlignedBB getSelectedBoundingBox(IBlockState state, World worldIn, BlockPos pos) { + return getShape(state).offset(pos); + } + + @Nullable + @Override + public RayTraceResult collisionRayTrace(IBlockState state, World worldIn, BlockPos pos, Vec3d start, Vec3d end) { + return this.rayTrace(pos, start, end, getShape(state)); + } + + @Override + public void neighborChanged(IBlockState state, World worldIn, BlockPos pos, Block blockIn, BlockPos fromPos) { + EnumFacing facing = state.getValue(FACING); + BlockPos behind = pos.offset(facing.getOpposite()); + if (!worldIn.getBlockState(behind).isSideSolid(worldIn, behind, facing)) { + if (!worldIn.isRemote) { + this.dropBlockAsItem(worldIn, pos, state, 0); + } + worldIn.setBlockToAir(pos); + } + } + + @Override + public void randomDisplayTick(IBlockState state, World world, BlockPos pos, java.util.Random rand) { + if (HasFlame()) { + EnumFacing facing = state.getValue(FACING); + double baseX; + double baseZ; + + switch (facing) { + case WEST: + baseX = 0.4D; + baseZ = 0.5D; + break; + case NORTH: + baseX = 0.5D; + baseZ = 0.4D; + break; + case SOUTH: + baseX = 0.5D; + baseZ = 0.6D; + break; + default: + baseX = 0.6D; + baseZ = 0.5D; + break; + } + + EnumFacing opposite = facing.getOpposite(); + double x = pos.getX() + baseX + (0.27D * opposite.getXOffset()); + double y = pos.getY() + 1.02D; + double z = pos.getZ() + baseZ + (0.27D * opposite.getZOffset()); + + world.spawnParticle(EnumParticleTypes.SMOKE_NORMAL, x, y, z, 0.0D, 0.0D, 0.0D); + world.spawnParticle(EnumParticleTypes.FLAME, x, y, z, 0.0D, 0.0D, 0.0D); + } + } + + @Override + protected Block DropVariant() { + return BlockObjectHolder.light_metal_ironage_sconce_wall_empty_iron; + } + + @Override + protected Block GetWallVariant() { + return BlockObjectHolder.light_metal_ironage_sconce_wall_torch_iron; + } + + @Override + protected Block GetGlowVariant() { + return BlockObjectHolder.light_metal_ironage_sconce_wall_glow_iron; + } + + @Override + protected Block GetTorchVariant() { + return BlockObjectHolder.light_metal_ironage_sconce_wall_torch_iron; + } + + @Override + protected Block GetLavaVariant() { + return BlockObjectHolder.light_metal_ironage_sconce_wall_lava_iron; + } + + @Override + protected Block GetRedTorchVariant() { + return BlockObjectHolder.light_metal_ironage_sconce_wall_redtorch_iron; + } + + @Override + protected Block GetRedVariant() { + return BlockObjectHolder.light_metal_ironage_sconce_wall_red_iron; + } + + @Override + protected Block GetUnlitTorchVariant() { + return BlockObjectHolder.light_metal_ironage_sconce_wall_torch_iron_unlit; + } +} diff --git a/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightSourceSconceTorchWallUnlit.java b/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightSourceSconceTorchWallUnlit.java new file mode 100644 index 0000000000..56db666293 --- /dev/null +++ b/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/LightSourceSconceTorchWallUnlit.java @@ -0,0 +1,101 @@ +package zone.moddev.mc.ironagefurniture.api.Blocks; + +import zone.moddev.mc.ironagefurniture.BlockObjectHolder; + +import net.minecraft.block.Block; +import net.minecraft.block.material.Material; +import net.minecraft.block.state.IBlockState; +import net.minecraft.entity.player.EntityPlayer; +import net.minecraft.init.Blocks; +import net.minecraft.init.Items; +import net.minecraft.item.Item; +import net.minecraft.item.ItemStack; +import net.minecraft.util.EnumFacing; +import net.minecraft.util.EnumHand; +import net.minecraft.util.math.BlockPos; +import net.minecraft.world.World; + +public class LightSourceSconceTorchWallUnlit extends LightSourceSconceTorchWall { + + public LightSourceSconceTorchWallUnlit(Material materialIn, String name, float resistance, float hardness) { + super(materialIn, name, resistance, hardness); + this.setLightLevel(0.0F); + } + + @Override + public void randomDisplayTick(IBlockState state, World world, BlockPos pos, java.util.Random rand) { + } + + @Override + public boolean onBlockActivated(World worldIn, BlockPos pos, IBlockState state, + EntityPlayer playerIn, EnumHand hand, + EnumFacing side, float hitX, float hitY, float hitZ) { + ItemStack heldItem = playerIn.getHeldItem(hand); + if (!heldItem.isEmpty()) { + if (heldItem.getItem() == Items.FLINT_AND_STEEL) { + if (!worldIn.isRemote) { + worldIn.setBlockState(pos, + GetLitVariant().getDefaultState().withProperty(FACING, state.getValue(FACING)), 3); + + if (!playerIn.capabilities.isCreativeMode) { + heldItem.damageItem(1, playerIn); + } + } + + return true; + } + + if (heldItem.getItem() == Item.getItemFromBlock(Blocks.TORCH)) { + if (!worldIn.isRemote) { + worldIn.setBlockState(pos, + GetLitVariant().getDefaultState().withProperty(FACING, state.getValue(FACING)), 3); + } + + return true; + } + } + + return super.onBlockActivated(worldIn, pos, state, playerIn, hand, side, hitX, hitY, hitZ); + } + + @Override + public void neighborChanged(IBlockState state, World worldIn, BlockPos pos, Block blockIn, BlockPos fromPos) { + super.neighborChanged(state, worldIn, pos, blockIn, fromPos); + + if (worldIn.getBlockState(pos).getBlock() != this) { + return; + } + + if (shouldRelightFromSignal(worldIn, pos) && !worldIn.isUpdateScheduled(pos, this)) { + worldIn.scheduleUpdate(pos, this, tickRate(worldIn)); + } + } + + public void updateTick(World worldIn, BlockPos pos, IBlockState state, java.util.Random rand) { + if (!shouldRelightFromSignal(worldIn, pos)) { + return; + } + + worldIn.setBlockState(pos, + GetLitVariant().getDefaultState().withProperty(FACING, state.getValue(FACING)), + 3); + } + + @Override + public int tickRate(World worldIn) { + return 2; + } + + protected boolean shouldRelightFromSignal(World worldIn, BlockPos pos) { + return worldIn.isBlockPowered(pos); + } + + protected Block GetLitVariant() { + return BlockObjectHolder.light_metal_ironage_sconce_wall_torch_iron; + } + + @Override + protected Block GetWallVariant() { + return BlockObjectHolder.light_metal_ironage_sconce_wall_torch_iron_unlit; + } +} diff --git a/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/ObsideanLump.java b/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/ObsideanLump.java new file mode 100644 index 0000000000..90cb94909a --- /dev/null +++ b/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/ObsideanLump.java @@ -0,0 +1,81 @@ +package zone.moddev.mc.ironagefurniture.api.Blocks; + +import java.util.List; + +import zone.moddev.mc.ironagefurniture.Ironagefurniture; + +import net.minecraft.block.SoundType; +import net.minecraft.block.material.Material; +import net.minecraft.block.properties.IProperty; +import net.minecraft.block.state.BlockStateContainer; +import net.minecraft.block.state.IBlockState; +import net.minecraft.entity.Entity; +import net.minecraft.entity.EntityLivingBase; +import net.minecraft.item.ItemStack; +import net.minecraft.util.EnumFacing; +import net.minecraft.util.EnumHand; +import net.minecraft.util.math.AxisAlignedBB; +import net.minecraft.util.math.BlockPos; +import net.minecraft.world.IBlockAccess; +import net.minecraft.world.World; + +public class ObsideanLump extends BlockHBase { + private static final AxisAlignedBB AABB = new AxisAlignedBB( + 6.0D / 16.0D, 0.0D, 6.0D / 16.0D, + 10.0D / 16.0D, 4.0D / 16.0D, 10.0D / 16.0D + ); + + public ObsideanLump(Material materialIn, String name, float resistance, float hardness) { + super(materialIn); + this.setSoundType(SoundType.STONE); + this.blockResistance = resistance; + this.blockHardness = hardness; + this.setHarvestLevel("pickaxe", 1); + this.setCreativeTab(Ironagefurniture.ironagefurnitureTab); + this.setDefaultState(this.blockState.getBaseState().withProperty(FACING, EnumFacing.NORTH)); + } + + @Override + public IBlockState getStateFromMeta(int meta) { + return this.getDefaultState().withProperty(FACING, EnumFacing.byHorizontalIndex(meta)); + } + + @Override + public int getMetaFromState(IBlockState state) { + return ((EnumFacing)state.getValue(FACING)).getHorizontalIndex(); + } + + @Override + protected BlockStateContainer createBlockState() { + return new BlockStateContainer(this, new IProperty[] { FACING }); + } + + @Override + public IBlockState getStateForPlacement(World world, BlockPos pos, EnumFacing side, + float hitX, float hitY, float hitZ, int meta, + EntityLivingBase placer, EnumHand hand) { + return this.getDefaultState().withProperty(FACING, placer.getHorizontalFacing()); + } + + @Override + public AxisAlignedBB getBoundingBox(IBlockState state, IBlockAccess source, BlockPos pos) { + return AABB; + } + + @Override + public void addCollisionBoxToList(IBlockState state, World worldIn, BlockPos pos, + AxisAlignedBB entityBox, List collidingBoxes, Entity entityIn, + boolean isActualState) { + super.addCollisionBoxToList(pos, entityBox, collidingBoxes, AABB); + } + + @Override + public boolean isFullCube(IBlockState state) { + return false; + } + + @Override + public boolean isOpaqueCube(IBlockState state) { + return false; + } +} diff --git a/src/main/java/com/mcmoddev/ironagefurniture/api/Blocks/Stool.java b/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/Stool.java similarity index 92% rename from src/main/java/com/mcmoddev/ironagefurniture/api/Blocks/Stool.java rename to src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/Stool.java index 01c3a2b4f6..ae0f4a1405 100644 --- a/src/main/java/com/mcmoddev/ironagefurniture/api/Blocks/Stool.java +++ b/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/Stool.java @@ -1,8 +1,8 @@ -package com.mcmoddev.ironagefurniture.api.Blocks; +package zone.moddev.mc.ironagefurniture.api.Blocks; import java.util.List; -import com.mcmoddev.ironagefurniture.api.entity.Seat; +import zone.moddev.mc.ironagefurniture.api.entity.Seat; import net.minecraft.block.material.Material; import net.minecraft.block.state.IBlockState; diff --git a/src/main/java/zone/moddev/mc/ironagefurniture/api/CreativeModeBreakTracker.java b/src/main/java/zone/moddev/mc/ironagefurniture/api/CreativeModeBreakTracker.java new file mode 100644 index 0000000000..ab68e116f4 --- /dev/null +++ b/src/main/java/zone/moddev/mc/ironagefurniture/api/CreativeModeBreakTracker.java @@ -0,0 +1,118 @@ +package zone.moddev.mc.ironagefurniture.api; + +import java.util.ArrayList; +import java.util.Iterator; +import java.util.List; +import java.util.Map; +import java.util.WeakHashMap; + +import zone.moddev.mc.ironagefurniture.BlockObjectHolder; + +import net.minecraft.block.Block; +import net.minecraft.block.state.IBlockState; +import net.minecraft.entity.player.EntityPlayer; +import net.minecraft.util.EnumFacing; +import net.minecraft.util.math.BlockPos; +import net.minecraft.world.World; +import net.minecraftforge.event.world.BlockEvent; +import net.minecraftforge.fml.common.eventhandler.SubscribeEvent; + +public class CreativeModeBreakTracker { + private static final long RECENT_BREAK_TICKS = 200L; + private static final Map> BREAKS = new WeakHashMap>(); + + @SubscribeEvent + public void onBlockBreak(BlockEvent.BreakEvent event) { + EntityPlayer player = event.getPlayer(); + World world = event.getWorld(); + + if (world == null || world.isRemote || player == null || !player.capabilities.isCreativeMode) { + return; + } + + if (!isNearLavaFallingLight(world, event.getPos())) { + return; + } + + remember(world, event.getPos()); + } + + public static boolean shouldSuppressFallingLavaBreak(World world, BlockPos landingPos) { + return consumeRecentCreativeBreakAbove(world, landingPos); + } + + private static void remember(World world, BlockPos pos) { + List breaks = BREAKS.get(world); + + if (breaks == null) { + breaks = new ArrayList(); + BREAKS.put(world, breaks); + } + + breaks.add(new BreakRecord(pos.toImmutable(), world.getTotalWorldTime())); + } + + private static boolean consumeRecentCreativeBreakAbove(World world, BlockPos landingPos) { + List breaks = BREAKS.get(world); + + if (breaks == null) { + return false; + } + + long now = world.getTotalWorldTime(); + Iterator iterator = breaks.iterator(); + + while (iterator.hasNext()) { + BreakRecord record = iterator.next(); + + if (now - record.time > RECENT_BREAK_TICKS) { + iterator.remove(); + continue; + } + + if (Math.abs(record.pos.getX() - landingPos.getX()) <= 1 + && Math.abs(record.pos.getZ() - landingPos.getZ()) <= 1 + && record.pos.getY() >= landingPos.getY()) { + iterator.remove(); + return true; + } + } + + return false; + } + + private static boolean isNearLavaFallingLight(World world, BlockPos pos) { + if (isLavaFallingLight(world.getBlockState(pos.up()).getBlock()) + || isLavaFallingLight(world.getBlockState(pos.down()).getBlock())) { + return true; + } + + for (EnumFacing facing : EnumFacing.HORIZONTALS) { + BlockPos neighbourPos = pos.offset(facing); + IBlockState neighbourState = world.getBlockState(neighbourPos); + Block neighbourBlock = neighbourState.getBlock(); + + if (isLavaFallingLight(neighbourBlock)) { + return true; + } + } + + return false; + } + + private static boolean isLavaFallingLight(Block block) { + return block == BlockObjectHolder.light_metal_ironage_block_floor_lava_clear + || block == BlockObjectHolder.light_metal_ironage_sconce_floor_lava_iron + || block == BlockObjectHolder.light_metal_ironage_sconce_wall_lava_iron; + } + + private static class BreakRecord { + private final BlockPos pos; + private final long time; + + private BreakRecord(BlockPos pos, long time) { + this.pos = pos; + this.time = time; + } + } +} diff --git a/src/main/java/com/mcmoddev/ironagefurniture/api/Enumerations/BenchType.java b/src/main/java/zone/moddev/mc/ironagefurniture/api/Enumerations/BenchType.java similarity index 88% rename from src/main/java/com/mcmoddev/ironagefurniture/api/Enumerations/BenchType.java rename to src/main/java/zone/moddev/mc/ironagefurniture/api/Enumerations/BenchType.java index 6db9f586ae..9cc982f268 100644 --- a/src/main/java/com/mcmoddev/ironagefurniture/api/Enumerations/BenchType.java +++ b/src/main/java/zone/moddev/mc/ironagefurniture/api/Enumerations/BenchType.java @@ -1,4 +1,4 @@ -package com.mcmoddev.ironagefurniture.api.Enumerations; +package zone.moddev.mc.ironagefurniture.api.Enumerations; import net.minecraft.util.IStringSerializable; diff --git a/src/main/java/com/mcmoddev/ironagefurniture/api/Enumerations/Rotation.java b/src/main/java/zone/moddev/mc/ironagefurniture/api/Enumerations/Rotation.java similarity index 51% rename from src/main/java/com/mcmoddev/ironagefurniture/api/Enumerations/Rotation.java rename to src/main/java/zone/moddev/mc/ironagefurniture/api/Enumerations/Rotation.java index 04ea2c3127..37f8ba3f6a 100644 --- a/src/main/java/com/mcmoddev/ironagefurniture/api/Enumerations/Rotation.java +++ b/src/main/java/zone/moddev/mc/ironagefurniture/api/Enumerations/Rotation.java @@ -1,4 +1,4 @@ -package com.mcmoddev.ironagefurniture.api.Enumerations; +package zone.moddev.mc.ironagefurniture.api.Enumerations; public enum Rotation { Ninty, OneEighty, TwoSeventy, Zero diff --git a/src/main/java/zone/moddev/mc/ironagefurniture/api/FurnitureFactory.java b/src/main/java/zone/moddev/mc/ironagefurniture/api/FurnitureFactory.java new file mode 100644 index 0000000000..edc89e3370 --- /dev/null +++ b/src/main/java/zone/moddev/mc/ironagefurniture/api/FurnitureFactory.java @@ -0,0 +1,209 @@ +package zone.moddev.mc.ironagefurniture.api; + +import zone.moddev.mc.ironagefurniture.Ironagefurniture; +import zone.moddev.mc.ironagefurniture.api.Blocks.BackBench; +import zone.moddev.mc.ironagefurniture.api.Blocks.Bench; +import zone.moddev.mc.ironagefurniture.api.Blocks.Chair; +import zone.moddev.mc.ironagefurniture.api.Blocks.LightHolderSconceFloor; +import zone.moddev.mc.ironagefurniture.api.Blocks.LightHolderSconceWall; +import zone.moddev.mc.ironagefurniture.api.Blocks.LightSourceGlowdust; +import zone.moddev.mc.ironagefurniture.api.Blocks.LightSourceLava; +import zone.moddev.mc.ironagefurniture.api.Blocks.LightSourceRed; +import zone.moddev.mc.ironagefurniture.api.Blocks.LightSourceSconceGlowFloor; +import zone.moddev.mc.ironagefurniture.api.Blocks.LightSourceSconceGlowWall; +import zone.moddev.mc.ironagefurniture.api.Blocks.LightSourceSconceLavaFloor; +import zone.moddev.mc.ironagefurniture.api.Blocks.LightSourceSconceLavaWall; +import zone.moddev.mc.ironagefurniture.api.Blocks.LightSourceSconceRedFloor; +import zone.moddev.mc.ironagefurniture.api.Blocks.LightSourceSconceRedTorchFloor; +import zone.moddev.mc.ironagefurniture.api.Blocks.LightSourceSconceRedTorchFloorUnlit; +import zone.moddev.mc.ironagefurniture.api.Blocks.LightSourceSconceRedTorchWall; +import zone.moddev.mc.ironagefurniture.api.Blocks.LightSourceSconceRedTorchWallUnlit; +import zone.moddev.mc.ironagefurniture.api.Blocks.LightSourceSconceRedWall; +import zone.moddev.mc.ironagefurniture.api.Blocks.LightSourceSconceTorchFloor; +import zone.moddev.mc.ironagefurniture.api.Blocks.LightSourceSconceTorchFloorUnlit; +import zone.moddev.mc.ironagefurniture.api.Blocks.LightSourceSconceTorchWall; +import zone.moddev.mc.ironagefurniture.api.Blocks.LightSourceSconceTorchWallUnlit; +import zone.moddev.mc.ironagefurniture.api.Blocks.ObsideanLump; +import zone.moddev.mc.ironagefurniture.api.Blocks.Stool; +import zone.moddev.mc.ironagefurniture.api.Items.ItemBlockThrowableLavaLamp; +import net.minecraft.block.Block; +import net.minecraft.block.material.Material; +import net.minecraft.item.Item; +import net.minecraft.item.ItemBlock; + +public class FurnitureFactory { + public static Block CreateWoodShieldChair(String name, float resistance, float hardness) { + return registerBlock(new Chair(Material.WOOD, name, resistance, hardness), name); + } + + public static Block CreateWoodShieldChair(String name) { + return CreateWoodShieldChair(name, 10, 1); + } + + public static Block CreateWoodShortStool(String name, float resistance, float hardness) { + return registerBlock(new Stool(Material.WOOD, name, resistance, false, 0.25, hardness), name); + } + + public static Block CreateWoodShortStool(String name) { + return CreateWoodShortStool(name, 10, 1); + } + + public static Block CreateWoodChair(String name, float resistance, float hardness) { + return registerBlock(new Chair(Material.WOOD, name, resistance, hardness), name); + } + + public static Block CreateWoodChair(String name) { + return CreateWoodChair(name, 10, 1); + } + + public static Block CreateWoodTallStool(String name, float resistance, float hardness) { + return registerBlock(new Stool(Material.WOOD, name, resistance, true, 0.6, hardness), name); + } + + public static Block CreateWoodTallStool(String name) { + return registerBlock(new Stool(Material.WOOD, name, 10, true, 0.6, 1), name); + } + + public static Block CreateWoodBench(String name, float resistance, float hardness) { + return registerBlock(new Bench(Material.WOOD, name, resistance, false, 0.25, hardness), name); + } + + public static Block CreateWoodBackBench(String name, float resistance, float hardness) { + return registerBlock(new BackBench(Material.WOOD, name, resistance, false, 0.25, hardness), name); + } + + public static Block CreateWoodBench(String name) { + return CreateWoodBench(name, 10, 1); + } + + public static Block CreateWoodBackBench(String name) { + return CreateWoodBackBench(name, 10, 1); + } + + public static Block CreateIronWallSconce(String name) { + return registerBlockWithoutItem(new LightHolderSconceWall(Material.IRON, name, 10, 1), name); + } + + public static Block CreateIronFloorSconce(String name) { + return registerBlock(new LightHolderSconceFloor(Material.IRON, name, 10, 1), name, 64); + } + + public static Block CreateIronFloorTorchSconce(String name) { + return registerBlockWithoutItem(new LightSourceSconceTorchFloor(Material.IRON, name, 10, 1), name); + } + + public static Block CreateIronFloorTorchSconceUnlit(String name) { + return registerBlockWithoutItem(new LightSourceSconceTorchFloorUnlit(Material.IRON, name, 10, 1), name); + } + + public static Block CreateIronWallTorchSconce(String name) { + return registerBlockWithoutItem(new LightSourceSconceTorchWall(Material.IRON, name, 10, 1), name); + } + + public static Block CreateIronWallTorchSconceUnlit(String name) { + return registerBlockWithoutItem(new LightSourceSconceTorchWallUnlit(Material.IRON, name, 10, 1), name); + } + + public static Block CreateIronFloorRedTorchSconce(String name) { + return registerBlockWithoutItem(new LightSourceSconceRedTorchFloor(Material.IRON, name, 10, 1), name); + } + + public static Block CreateIronFloorRedTorchSconceUnlit(String name) { + return registerBlockWithoutItem(new LightSourceSconceRedTorchFloorUnlit(Material.IRON, name, 10, 1), name); + } + + public static Block CreateIronWallRedTorchSconce(String name) { + return registerBlockWithoutItem(new LightSourceSconceRedTorchWall(Material.IRON, name, 10, 1), name); + } + + public static Block CreateIronWallRedTorchSconceUnlit(String name) { + return registerBlockWithoutItem(new LightSourceSconceRedTorchWallUnlit(Material.IRON, name, 10, 1), name); + } + + public static Block CreateGlowdustLamp(String name) { + return registerBlock(new LightSourceGlowdust(Material.GLASS, name, 1.5F, 0.3F), name, 64); + } + + public static Block CreateIronFloorGlowSconce(String name) { + return registerBlockWithoutItem(new LightSourceSconceGlowFloor(Material.IRON, name, 10, 1), name); + } + + public static Block CreateIronWallGlowSconce(String name) { + return registerBlockWithoutItem(new LightSourceSconceGlowWall(Material.IRON, name, 10, 1), name); + } + + public static Block CreateLavaLamp(String name) { + return registerBlock(new LightSourceLava(Material.GLASS, name, 1.5F, 0.3F), name, 64); + } + + public static Block CreateIronFloorLavaSconce(String name) { + return registerBlockWithoutItem(new LightSourceSconceLavaFloor(Material.IRON, name, 10, 1), name); + } + + public static Block CreateIronWallLavaSconce(String name) { + return registerBlockWithoutItem(new LightSourceSconceLavaWall(Material.IRON, name, 10, 1), name); + } + + public static Block CreateRedLamp(String name) { + return createRedLamp(name, 0, true); + } + + public static Block CreateRedLampVariant(String name, int lightLevel) { + return createRedLamp(name, lightLevel, false); + } + + private static Block createRedLamp(String name, int lightLevel, boolean registerItem) { + return registerBlock(new LightSourceRed(Material.GLASS, name, 1.5F, 0.3F, lightLevel), + name, 64, registerItem); + } + + public static Block CreateIronFloorRedSconce(String name, int lightLevel) { + return registerBlockWithoutItem(new LightSourceSconceRedFloor(Material.IRON, name, 10, 1, lightLevel), name); + } + + public static Block CreateIronWallRedSconce(String name, int lightLevel) { + return registerBlockWithoutItem(new LightSourceSconceRedWall(Material.IRON, name, 10, 1, lightLevel), name); + } + + public static Block CreateObsidianChunk(String name) { + return registerBlock(new ObsideanLump(Material.ROCK, name, 10, 1), name, 64); + } + + private static Block registerBlock(Block block, String name, int maxStackSize, boolean registerItem) { + block.setTranslationKey(Ironagefurniture.MODID + "." + name); + block.setRegistryName(name); + block.setCreativeTab(Ironagefurniture.ironagefurnitureTab); + if (registerItem) { + ItemBlock itemBlock = block instanceof LightSourceLava + ? new ItemBlockThrowableLavaLamp(block) : new ItemBlock(block); + RegisterItem(itemBlock, name, maxStackSize); + } + Ironagefurniture.BlockRegistry.put(name, block); + + return block; + } + + private static Block registerBlockWithoutItem(Block block, String name) { + return registerBlock(block, name, 16, false); + } + + private static Block registerBlock(Block block, String name, int maxStackSize) { + return registerBlock(block, name, maxStackSize, true); + } + + private static Block registerBlock(Block block, String name) { + return registerBlock(block, name, 16); + } + + public static Item RegisterItem(Item item, String name, int maxStackSize) { + String itemName = Ironagefurniture.MODID + "." + name; + + item.setTranslationKey(itemName); + item.setRegistryName(name); + item.setMaxStackSize(maxStackSize); + + Ironagefurniture.ItemRegistry.put(name, item); + + return item; + } +} diff --git a/src/main/java/zone/moddev/mc/ironagefurniture/api/Items/ItemBlockThrowableLavaLamp.java b/src/main/java/zone/moddev/mc/ironagefurniture/api/Items/ItemBlockThrowableLavaLamp.java new file mode 100644 index 0000000000..86a030836c --- /dev/null +++ b/src/main/java/zone/moddev/mc/ironagefurniture/api/Items/ItemBlockThrowableLavaLamp.java @@ -0,0 +1,43 @@ +package zone.moddev.mc.ironagefurniture.api.Items; + +import zone.moddev.mc.ironagefurniture.api.entity.EntityThrownLavaLamp; + +import net.minecraft.block.Block; +import net.minecraft.entity.player.EntityPlayer; +import net.minecraft.init.SoundEvents; +import net.minecraft.item.ItemBlock; +import net.minecraft.item.ItemStack; +import net.minecraft.stats.StatList; +import net.minecraft.util.ActionResult; +import net.minecraft.util.EnumActionResult; +import net.minecraft.util.EnumHand; +import net.minecraft.util.SoundCategory; +import net.minecraft.world.World; + +public class ItemBlockThrowableLavaLamp extends ItemBlock { + public ItemBlockThrowableLavaLamp(Block block) { + super(block); + } + + @Override + public ActionResult onItemRightClick(World worldIn, EntityPlayer playerIn, EnumHand hand) { + ItemStack itemStackIn = playerIn.getHeldItem(hand); + if (!playerIn.capabilities.isCreativeMode) { + itemStackIn.shrink(1); + } + + worldIn.playSound(null, playerIn.posX, playerIn.posY, playerIn.posZ, + SoundEvents.ENTITY_EGG_THROW, SoundCategory.NEUTRAL, 0.5F, + 0.4F / (itemRand.nextFloat() * 0.4F + 0.8F)); + + if (!worldIn.isRemote) { + EntityThrownLavaLamp lavaLamp = new EntityThrownLavaLamp(worldIn, playerIn); + lavaLamp.shoot(playerIn, playerIn.rotationPitch, playerIn.rotationYaw, + 0.0F, 1.5F, 1.0F); + worldIn.spawnEntity(lavaLamp); + } + + playerIn.addStat(StatList.getObjectUseStats(this)); + return new ActionResult(EnumActionResult.SUCCESS, itemStackIn); + } +} diff --git a/src/main/java/zone/moddev/mc/ironagefurniture/api/entity/EntityThrownLavaLamp.java b/src/main/java/zone/moddev/mc/ironagefurniture/api/entity/EntityThrownLavaLamp.java new file mode 100644 index 0000000000..70caf3292c --- /dev/null +++ b/src/main/java/zone/moddev/mc/ironagefurniture/api/entity/EntityThrownLavaLamp.java @@ -0,0 +1,105 @@ +package zone.moddev.mc.ironagefurniture.api.entity; + +import zone.moddev.mc.ironagefurniture.BlockObjectHolder; + +import net.minecraft.block.Block; +import net.minecraft.block.state.IBlockState; +import net.minecraft.entity.Entity; +import net.minecraft.entity.EntityLivingBase; +import net.minecraft.entity.projectile.EntityThrowable; +import net.minecraft.init.Blocks; +import net.minecraft.init.SoundEvents; +import net.minecraft.item.Item; +import net.minecraft.util.DamageSource; +import net.minecraft.util.EnumFacing; +import net.minecraft.util.EnumParticleTypes; +import net.minecraft.util.SoundCategory; +import net.minecraft.util.math.BlockPos; +import net.minecraft.util.math.RayTraceResult; +import net.minecraft.world.World; + +public class EntityThrownLavaLamp extends EntityThrowable { + private static final int ENTITY_FIRE_SECONDS = 5; + + public EntityThrownLavaLamp(World worldIn) { + super(worldIn); + } + + public EntityThrownLavaLamp(World worldIn, EntityLivingBase throwerIn) { + super(worldIn, throwerIn); + } + + public EntityThrownLavaLamp(World worldIn, double x, double y, double z) { + super(worldIn, x, y, z); + } + + @Override + protected void onImpact(RayTraceResult result) { + this.spawnBreakParticles(); + + if (!this.world.isRemote) { + this.world.playSound(null, this.posX, this.posY, this.posZ, + SoundEvents.BLOCK_GLASS_BREAK, SoundCategory.BLOCKS, 1.0F, 1.0F); + + if (result.entityHit != null) { + this.igniteEntity(result.entityHit); + } else if (result.typeOfHit == RayTraceResult.Type.BLOCK) { + this.placeImpactFire(result); + } + + this.setDead(); + } + } + + private void igniteEntity(Entity entity) { + entity.setFire(ENTITY_FIRE_SECONDS); + entity.attackEntityFrom(DamageSource.causeThrownDamage(this, this.getThrower()), 0.0F); + } + + private void placeImpactFire(RayTraceResult result) { + EnumFacing side = result.sideHit == null ? EnumFacing.UP : result.sideHit; + BlockPos hitPos = result.getBlockPos(); + + if (this.tryPlaceFire(hitPos.offset(side))) { + return; + } + + if (side != EnumFacing.UP && this.tryPlaceFire(hitPos.up())) { + return; + } + + this.tryPlaceFire(hitPos); + } + + private boolean tryPlaceFire(BlockPos pos) { + IBlockState state = this.world.getBlockState(pos); + Block block = state.getBlock(); + + if ((this.world.isAirBlock(pos) || block.isReplaceable(this.world, pos)) + && Blocks.FIRE.canPlaceBlockAt(this.world, pos)) { + this.world.setBlockState(pos, Blocks.FIRE.getDefaultState(), 3); + return true; + } + + return false; + } + + private void spawnBreakParticles() { + Item item = Item.getItemFromBlock(BlockObjectHolder.light_metal_ironage_block_floor_lava_clear); + int itemId = Item.getIdFromItem(item); + + for (int i = 0; i < 8; i++) { + this.world.spawnParticle(EnumParticleTypes.ITEM_CRACK, this.posX, this.posY, this.posZ, + ((double)this.rand.nextFloat() - 0.5D) * 0.08D, + ((double)this.rand.nextFloat() - 0.5D) * 0.08D, + ((double)this.rand.nextFloat() - 0.5D) * 0.08D, + new int[] { itemId }); + } + + for (int i = 0; i < 3; i++) { + this.world.spawnParticle(EnumParticleTypes.LAVA, this.posX, this.posY, this.posZ, + 0.0D, 0.0D, 0.0D, new int[0]); + } + } + +} diff --git a/src/main/java/com/mcmoddev/ironagefurniture/api/entity/Seat.java b/src/main/java/zone/moddev/mc/ironagefurniture/api/entity/Seat.java similarity index 83% rename from src/main/java/com/mcmoddev/ironagefurniture/api/entity/Seat.java rename to src/main/java/zone/moddev/mc/ironagefurniture/api/entity/Seat.java index 2cdd89386f..b6e40743ab 100644 --- a/src/main/java/com/mcmoddev/ironagefurniture/api/entity/Seat.java +++ b/src/main/java/zone/moddev/mc/ironagefurniture/api/entity/Seat.java @@ -1,70 +1,70 @@ -package com.mcmoddev.ironagefurniture.api.entity; - -import com.mcmoddev.ironagefurniture.api.util.Coordinates; - -import net.minecraft.entity.Entity; -import net.minecraft.nbt.NBTTagCompound; -import net.minecraft.util.math.BlockPos; -import net.minecraft.world.World; - -public class Seat extends Entity -{ - public Coordinates SeatCoordinates = new Coordinates(); - - public Seat(World worldIn) { - super(worldIn); - - this.height = 0.01F; - this.width = 0.01F; - - this.noClip = true; - } - - public Seat(World world, double x, double y, double z, double y0ffset) - { - this(world); - - SeatCoordinates = new Coordinates(x, y, z); - setPosition(x + 0.5D, y + y0ffset, z + 0.5D); - } - - @Override - public double getMountedYOffset() - { - return this.height * 0.0D; - } - - @Override - protected boolean shouldSetPosAfterLoading() - { - return false; - } - - @Override - public void onEntityUpdate() - { - if (!this.world.isRemote) - { - if (!this.isBeingRidden() || this.world.isAirBlock(new BlockPos(SeatCoordinates.X, SeatCoordinates.Y, SeatCoordinates.Z))) - { - this.setDead(); - world.updateComparatorOutputLevel(getPosition(), world.getBlockState(getPosition()).getBlock()); - } - } - } - - @Override - protected void entityInit() - { - } - - @Override - public void readEntityFromNBT(NBTTagCompound nbttagcompound) - { - } - - @Override - public void writeEntityToNBT(NBTTagCompound nbttagcompound) - { - } +package zone.moddev.mc.ironagefurniture.api.entity; + +import zone.moddev.mc.ironagefurniture.api.util.Coordinates; + +import net.minecraft.entity.Entity; +import net.minecraft.nbt.NBTTagCompound; +import net.minecraft.util.math.BlockPos; +import net.minecraft.world.World; + +public class Seat extends Entity +{ + public Coordinates SeatCoordinates = new Coordinates(); + + public Seat(World worldIn) { + super(worldIn); + + this.height = 0.01F; + this.width = 0.01F; + + this.noClip = true; + } + + public Seat(World world, double x, double y, double z, double y0ffset) + { + this(world); + + SeatCoordinates = new Coordinates(x, y, z); + setPosition(x + 0.5D, y + y0ffset, z + 0.5D); + } + + @Override + public double getMountedYOffset() + { + return this.height * 0.0D; + } + + @Override + protected boolean shouldSetPosAfterLoading() + { + return false; + } + + @Override + public void onEntityUpdate() + { + if (!this.world.isRemote) + { + if (!this.isBeingRidden() || this.world.isAirBlock(new BlockPos(SeatCoordinates.X, SeatCoordinates.Y, SeatCoordinates.Z))) + { + this.setDead(); + world.updateComparatorOutputLevel(getPosition(), world.getBlockState(getPosition()).getBlock()); + } + } + } + + @Override + protected void entityInit() + { + } + + @Override + public void readEntityFromNBT(NBTTagCompound nbttagcompound) + { + } + + @Override + public void writeEntityToNBT(NBTTagCompound nbttagcompound) + { + } } \ No newline at end of file diff --git a/src/main/java/com/mcmoddev/ironagefurniture/api/util/Coordinates.java b/src/main/java/zone/moddev/mc/ironagefurniture/api/util/Coordinates.java similarity index 79% rename from src/main/java/com/mcmoddev/ironagefurniture/api/util/Coordinates.java rename to src/main/java/zone/moddev/mc/ironagefurniture/api/util/Coordinates.java index 09afaac364..a712430c85 100644 --- a/src/main/java/com/mcmoddev/ironagefurniture/api/util/Coordinates.java +++ b/src/main/java/zone/moddev/mc/ironagefurniture/api/util/Coordinates.java @@ -1,22 +1,22 @@ -package com.mcmoddev.ironagefurniture.api.util; - -public class Coordinates { - public double X; - public double Y; - public double Z; - - public Coordinates() {} - - public Coordinates(double x, double y, double z) { - X = x; - Y = y; - Z = z; - } - - public boolean Match(double x, double y, double z) { - if (X==x && Y ==y && Z == z) - return true; - - return false; - } -} +package zone.moddev.mc.ironagefurniture.api.util; + +public class Coordinates { + public double X; + public double Y; + public double Z; + + public Coordinates() {} + + public Coordinates(double x, double y, double z) { + X = x; + Y = y; + Z = z; + } + + public boolean Match(double x, double y, double z) { + if (X==x && Y ==y && Z == z) + return true; + + return false; + } +} \ No newline at end of file diff --git a/src/main/java/com/mcmoddev/ironagefurniture/init/BlockInitialiser.java b/src/main/java/zone/moddev/mc/ironagefurniture/init/BlockInitialiser.java similarity index 89% rename from src/main/java/com/mcmoddev/ironagefurniture/init/BlockInitialiser.java rename to src/main/java/zone/moddev/mc/ironagefurniture/init/BlockInitialiser.java index c585a0c34f..c9286ef8bc 100644 --- a/src/main/java/com/mcmoddev/ironagefurniture/init/BlockInitialiser.java +++ b/src/main/java/zone/moddev/mc/ironagefurniture/init/BlockInitialiser.java @@ -1,8 +1,8 @@ -package com.mcmoddev.ironagefurniture.init; +package zone.moddev.mc.ironagefurniture.init; -import com.mcmoddev.ironagefurniture.BlockObjectHolder; -import com.mcmoddev.ironagefurniture.IronAgeFurnitureConfiguration; -import com.mcmoddev.ironagefurniture.api.FurnitureFactory; +import zone.moddev.mc.ironagefurniture.BlockObjectHolder; +import zone.moddev.mc.ironagefurniture.IronAgeFurnitureConfiguration; +import zone.moddev.mc.ironagefurniture.api.FurnitureFactory; import net.minecraftforge.fml.common.Loader; @@ -24,6 +24,7 @@ protected BlockInitialiser() { */ public static void init() { generateChairs(); + generateLights(); } private static void generateChairs() { @@ -702,4 +703,97 @@ private static void generateChairs() { } } } -} \ No newline at end of file + + private static void generateLights() { + if (!IronAgeFurnitureConfiguration.GENERATE_LIGHTS) { + return; + } + if (IronAgeFurnitureConfiguration.GENERATE_SCONCES) { + generateSconces(); + } + if (IronAgeFurnitureConfiguration.GENERATE_GLOW_LAMPS) { + BlockObjectHolder.light_metal_ironage_block_floor_glow_clear = FurnitureFactory.CreateGlowdustLamp("light_metal_ironage_block_floor_glow_clear"); + if (IronAgeFurnitureConfiguration.GENERATE_SCONCES) { + BlockObjectHolder.light_metal_ironage_sconce_floor_glow_iron = FurnitureFactory.CreateIronFloorGlowSconce("light_metal_ironage_sconce_floor_glow_iron"); + BlockObjectHolder.light_metal_ironage_sconce_wall_glow_iron = FurnitureFactory.CreateIronWallGlowSconce("light_metal_ironage_sconce_wall_glow_iron"); + } + } + if (IronAgeFurnitureConfiguration.GENERATE_LAVA_LAMPS) { + BlockObjectHolder.light_metal_ironage_block_floor_lava_clear = FurnitureFactory.CreateLavaLamp("light_metal_ironage_block_floor_lava_clear"); + BlockObjectHolder.obsidian_chunk = FurnitureFactory.CreateObsidianChunk("obsidian_chunk"); + if (IronAgeFurnitureConfiguration.GENERATE_SCONCES) { + BlockObjectHolder.light_metal_ironage_sconce_floor_lava_iron = FurnitureFactory.CreateIronFloorLavaSconce("light_metal_ironage_sconce_floor_lava_iron"); + BlockObjectHolder.light_metal_ironage_sconce_wall_lava_iron = FurnitureFactory.CreateIronWallLavaSconce("light_metal_ironage_sconce_wall_lava_iron"); + } + } + if (IronAgeFurnitureConfiguration.GENERATE_REDSTONE_LAMPS) { + generateRedstoneLamps(); + } + } + + private static void generateSconces() { + BlockObjectHolder.light_metal_ironage_sconce_floor_empty_iron = FurnitureFactory.CreateIronFloorSconce("light_metal_ironage_sconce_floor_empty_iron"); + BlockObjectHolder.light_metal_ironage_sconce_wall_empty_iron = FurnitureFactory.CreateIronWallSconce("light_metal_ironage_sconce_wall_empty_iron"); + BlockObjectHolder.light_metal_ironage_sconce_floor_torch_iron = FurnitureFactory.CreateIronFloorTorchSconce("light_metal_ironage_sconce_floor_torch_iron"); + BlockObjectHolder.light_metal_ironage_sconce_floor_torch_iron_unlit = FurnitureFactory.CreateIronFloorTorchSconceUnlit("light_metal_ironage_sconce_floor_torch_iron_unlit"); + BlockObjectHolder.light_metal_ironage_sconce_wall_torch_iron = FurnitureFactory.CreateIronWallTorchSconce("light_metal_ironage_sconce_wall_torch_iron"); + BlockObjectHolder.light_metal_ironage_sconce_wall_torch_iron_unlit = FurnitureFactory.CreateIronWallTorchSconceUnlit("light_metal_ironage_sconce_wall_torch_iron_unlit"); + BlockObjectHolder.light_metal_ironage_sconce_floor_redtorch_iron = FurnitureFactory.CreateIronFloorRedTorchSconce("light_metal_ironage_sconce_floor_redtorch_iron"); + BlockObjectHolder.light_metal_ironage_sconce_floor_redtorch_iron_unlit = FurnitureFactory.CreateIronFloorRedTorchSconceUnlit("light_metal_ironage_sconce_floor_redtorch_iron_unlit"); + BlockObjectHolder.light_metal_ironage_sconce_wall_redtorch_iron = FurnitureFactory.CreateIronWallRedTorchSconce("light_metal_ironage_sconce_wall_redtorch_iron"); + BlockObjectHolder.light_metal_ironage_sconce_wall_redtorch_iron_unlit = FurnitureFactory.CreateIronWallRedTorchSconceUnlit("light_metal_ironage_sconce_wall_redtorch_iron_unlit"); + } + + private static void generateRedstoneLamps() { + BlockObjectHolder.light_metal_ironage_block_floor_red_clear = FurnitureFactory.CreateRedLamp("light_metal_ironage_block_floor_red_clear"); + BlockObjectHolder.light_metal_ironage_block_floor_red_clear_one = FurnitureFactory.CreateRedLampVariant("light_metal_ironage_block_floor_red_clear_one", 1); + BlockObjectHolder.light_metal_ironage_block_floor_red_clear_two = FurnitureFactory.CreateRedLampVariant("light_metal_ironage_block_floor_red_clear_two", 2); + BlockObjectHolder.light_metal_ironage_block_floor_red_clear_three = FurnitureFactory.CreateRedLampVariant("light_metal_ironage_block_floor_red_clear_three", 3); + BlockObjectHolder.light_metal_ironage_block_floor_red_clear_four = FurnitureFactory.CreateRedLampVariant("light_metal_ironage_block_floor_red_clear_four", 4); + BlockObjectHolder.light_metal_ironage_block_floor_red_clear_five = FurnitureFactory.CreateRedLampVariant("light_metal_ironage_block_floor_red_clear_five", 5); + BlockObjectHolder.light_metal_ironage_block_floor_red_clear_six = FurnitureFactory.CreateRedLampVariant("light_metal_ironage_block_floor_red_clear_six", 6); + BlockObjectHolder.light_metal_ironage_block_floor_red_clear_seven = FurnitureFactory.CreateRedLampVariant("light_metal_ironage_block_floor_red_clear_seven", 7); + BlockObjectHolder.light_metal_ironage_block_floor_red_clear_eight = FurnitureFactory.CreateRedLampVariant("light_metal_ironage_block_floor_red_clear_eight", 8); + BlockObjectHolder.light_metal_ironage_block_floor_red_clear_nine = FurnitureFactory.CreateRedLampVariant("light_metal_ironage_block_floor_red_clear_nine", 9); + BlockObjectHolder.light_metal_ironage_block_floor_red_clear_ten = FurnitureFactory.CreateRedLampVariant("light_metal_ironage_block_floor_red_clear_ten", 10); + BlockObjectHolder.light_metal_ironage_block_floor_red_clear_eleven = FurnitureFactory.CreateRedLampVariant("light_metal_ironage_block_floor_red_clear_eleven", 11); + BlockObjectHolder.light_metal_ironage_block_floor_red_clear_twelve = FurnitureFactory.CreateRedLampVariant("light_metal_ironage_block_floor_red_clear_twelve", 12); + BlockObjectHolder.light_metal_ironage_block_floor_red_clear_thirteen = FurnitureFactory.CreateRedLampVariant("light_metal_ironage_block_floor_red_clear_thirteen", 13); + BlockObjectHolder.light_metal_ironage_block_floor_red_clear_fourteen = FurnitureFactory.CreateRedLampVariant("light_metal_ironage_block_floor_red_clear_fourteen", 14); + BlockObjectHolder.light_metal_ironage_block_floor_red_clear_fifteen = FurnitureFactory.CreateRedLampVariant("light_metal_ironage_block_floor_red_clear_fifteen", 15); + if (IronAgeFurnitureConfiguration.GENERATE_SCONCES) { + BlockObjectHolder.light_metal_ironage_sconce_floor_red_iron = FurnitureFactory.CreateIronFloorRedSconce("light_metal_ironage_sconce_floor_red_iron", 0); + BlockObjectHolder.light_metal_ironage_sconce_floor_red_iron_one = FurnitureFactory.CreateIronFloorRedSconce("light_metal_ironage_sconce_floor_red_iron_one", 1); + BlockObjectHolder.light_metal_ironage_sconce_floor_red_iron_two = FurnitureFactory.CreateIronFloorRedSconce("light_metal_ironage_sconce_floor_red_iron_two", 2); + BlockObjectHolder.light_metal_ironage_sconce_floor_red_iron_three = FurnitureFactory.CreateIronFloorRedSconce("light_metal_ironage_sconce_floor_red_iron_three", 3); + BlockObjectHolder.light_metal_ironage_sconce_floor_red_iron_four = FurnitureFactory.CreateIronFloorRedSconce("light_metal_ironage_sconce_floor_red_iron_four", 4); + BlockObjectHolder.light_metal_ironage_sconce_floor_red_iron_five = FurnitureFactory.CreateIronFloorRedSconce("light_metal_ironage_sconce_floor_red_iron_five", 5); + BlockObjectHolder.light_metal_ironage_sconce_floor_red_iron_six = FurnitureFactory.CreateIronFloorRedSconce("light_metal_ironage_sconce_floor_red_iron_six", 6); + BlockObjectHolder.light_metal_ironage_sconce_floor_red_iron_seven = FurnitureFactory.CreateIronFloorRedSconce("light_metal_ironage_sconce_floor_red_iron_seven", 7); + BlockObjectHolder.light_metal_ironage_sconce_floor_red_iron_eight = FurnitureFactory.CreateIronFloorRedSconce("light_metal_ironage_sconce_floor_red_iron_eight", 8); + BlockObjectHolder.light_metal_ironage_sconce_floor_red_iron_nine = FurnitureFactory.CreateIronFloorRedSconce("light_metal_ironage_sconce_floor_red_iron_nine", 9); + BlockObjectHolder.light_metal_ironage_sconce_floor_red_iron_ten = FurnitureFactory.CreateIronFloorRedSconce("light_metal_ironage_sconce_floor_red_iron_ten", 10); + BlockObjectHolder.light_metal_ironage_sconce_floor_red_iron_eleven = FurnitureFactory.CreateIronFloorRedSconce("light_metal_ironage_sconce_floor_red_iron_eleven", 11); + BlockObjectHolder.light_metal_ironage_sconce_floor_red_iron_twelve = FurnitureFactory.CreateIronFloorRedSconce("light_metal_ironage_sconce_floor_red_iron_twelve", 12); + BlockObjectHolder.light_metal_ironage_sconce_floor_red_iron_thirteen = FurnitureFactory.CreateIronFloorRedSconce("light_metal_ironage_sconce_floor_red_iron_thirteen", 13); + BlockObjectHolder.light_metal_ironage_sconce_floor_red_iron_fourteen = FurnitureFactory.CreateIronFloorRedSconce("light_metal_ironage_sconce_floor_red_iron_fourteen", 14); + BlockObjectHolder.light_metal_ironage_sconce_floor_red_iron_fifteen = FurnitureFactory.CreateIronFloorRedSconce("light_metal_ironage_sconce_floor_red_iron_fifteen", 15); + BlockObjectHolder.light_metal_ironage_sconce_wall_red_iron = FurnitureFactory.CreateIronWallRedSconce("light_metal_ironage_sconce_wall_red_iron", 0); + BlockObjectHolder.light_metal_ironage_sconce_wall_red_iron_one = FurnitureFactory.CreateIronWallRedSconce("light_metal_ironage_sconce_wall_red_iron_one", 1); + BlockObjectHolder.light_metal_ironage_sconce_wall_red_iron_two = FurnitureFactory.CreateIronWallRedSconce("light_metal_ironage_sconce_wall_red_iron_two", 2); + BlockObjectHolder.light_metal_ironage_sconce_wall_red_iron_three = FurnitureFactory.CreateIronWallRedSconce("light_metal_ironage_sconce_wall_red_iron_three", 3); + BlockObjectHolder.light_metal_ironage_sconce_wall_red_iron_four = FurnitureFactory.CreateIronWallRedSconce("light_metal_ironage_sconce_wall_red_iron_four", 4); + BlockObjectHolder.light_metal_ironage_sconce_wall_red_iron_five = FurnitureFactory.CreateIronWallRedSconce("light_metal_ironage_sconce_wall_red_iron_five", 5); + BlockObjectHolder.light_metal_ironage_sconce_wall_red_iron_six = FurnitureFactory.CreateIronWallRedSconce("light_metal_ironage_sconce_wall_red_iron_six", 6); + BlockObjectHolder.light_metal_ironage_sconce_wall_red_iron_seven = FurnitureFactory.CreateIronWallRedSconce("light_metal_ironage_sconce_wall_red_iron_seven", 7); + BlockObjectHolder.light_metal_ironage_sconce_wall_red_iron_eight = FurnitureFactory.CreateIronWallRedSconce("light_metal_ironage_sconce_wall_red_iron_eight", 8); + BlockObjectHolder.light_metal_ironage_sconce_wall_red_iron_nine = FurnitureFactory.CreateIronWallRedSconce("light_metal_ironage_sconce_wall_red_iron_nine", 9); + BlockObjectHolder.light_metal_ironage_sconce_wall_red_iron_ten = FurnitureFactory.CreateIronWallRedSconce("light_metal_ironage_sconce_wall_red_iron_ten", 10); + BlockObjectHolder.light_metal_ironage_sconce_wall_red_iron_eleven = FurnitureFactory.CreateIronWallRedSconce("light_metal_ironage_sconce_wall_red_iron_eleven", 11); + BlockObjectHolder.light_metal_ironage_sconce_wall_red_iron_twelve = FurnitureFactory.CreateIronWallRedSconce("light_metal_ironage_sconce_wall_red_iron_twelve", 12); + BlockObjectHolder.light_metal_ironage_sconce_wall_red_iron_thirteen = FurnitureFactory.CreateIronWallRedSconce("light_metal_ironage_sconce_wall_red_iron_thirteen", 13); + BlockObjectHolder.light_metal_ironage_sconce_wall_red_iron_fourteen = FurnitureFactory.CreateIronWallRedSconce("light_metal_ironage_sconce_wall_red_iron_fourteen", 14); + BlockObjectHolder.light_metal_ironage_sconce_wall_red_iron_fifteen = FurnitureFactory.CreateIronWallRedSconce("light_metal_ironage_sconce_wall_red_iron_fifteen", 15); + } + } +} diff --git a/src/main/java/com/mcmoddev/ironagefurniture/init/ItemInitialiser.java b/src/main/java/zone/moddev/mc/ironagefurniture/init/ItemInitialiser.java similarity index 84% rename from src/main/java/com/mcmoddev/ironagefurniture/init/ItemInitialiser.java rename to src/main/java/zone/moddev/mc/ironagefurniture/init/ItemInitialiser.java index e1a13690ad..6e701163a3 100644 --- a/src/main/java/com/mcmoddev/ironagefurniture/init/ItemInitialiser.java +++ b/src/main/java/zone/moddev/mc/ironagefurniture/init/ItemInitialiser.java @@ -1,6 +1,6 @@ -package com.mcmoddev.ironagefurniture.init; +package zone.moddev.mc.ironagefurniture.init; -import com.mcmoddev.ironagefurniture.Ironagefurniture; +import zone.moddev.mc.ironagefurniture.Ironagefurniture; import net.minecraft.client.Minecraft; import net.minecraft.client.renderer.block.model.ModelResourceLocation; diff --git a/src/main/java/com/mcmoddev/ironagefurniture/lib/interfaces/IMMDCreativeTab.java b/src/main/java/zone/moddev/mc/ironagefurniture/lib/interfaces/IMMDCreativeTab.java similarity index 79% rename from src/main/java/com/mcmoddev/ironagefurniture/lib/interfaces/IMMDCreativeTab.java rename to src/main/java/zone/moddev/mc/ironagefurniture/lib/interfaces/IMMDCreativeTab.java index 07a66205f8..c17d5cd5d0 100644 --- a/src/main/java/com/mcmoddev/ironagefurniture/lib/interfaces/IMMDCreativeTab.java +++ b/src/main/java/zone/moddev/mc/ironagefurniture/lib/interfaces/IMMDCreativeTab.java @@ -1,6 +1,6 @@ -package com.mcmoddev.ironagefurniture.lib.interfaces; +package zone.moddev.mc.ironagefurniture.lib.interfaces; -import com.mcmoddev.ironagefurniture.lib.util.MMDCreativeTab; +import zone.moddev.mc.ironagefurniture.lib.util.MMDCreativeTab; import net.minecraft.block.Block; import net.minecraft.item.Item; diff --git a/src/main/java/com/mcmoddev/ironagefurniture/lib/util/MMDCreativeTab.java b/src/main/java/zone/moddev/mc/ironagefurniture/lib/util/MMDCreativeTab.java similarity index 95% rename from src/main/java/com/mcmoddev/ironagefurniture/lib/util/MMDCreativeTab.java rename to src/main/java/zone/moddev/mc/ironagefurniture/lib/util/MMDCreativeTab.java index 9da7c03743..d9a65d7fc3 100644 --- a/src/main/java/com/mcmoddev/ironagefurniture/lib/util/MMDCreativeTab.java +++ b/src/main/java/zone/moddev/mc/ironagefurniture/lib/util/MMDCreativeTab.java @@ -1,11 +1,11 @@ -package com.mcmoddev.ironagefurniture.lib.util; +package zone.moddev.mc.ironagefurniture.lib.util; import java.util.Comparator; import javax.annotation.Nonnull; import javax.annotation.Nullable; -import com.mcmoddev.ironagefurniture.BlockObjectHolder; -import com.mcmoddev.ironagefurniture.lib.interfaces.IMMDCreativeTab; +import zone.moddev.mc.ironagefurniture.BlockObjectHolder; +import zone.moddev.mc.ironagefurniture.lib.interfaces.IMMDCreativeTab; import net.minecraft.block.Block; import net.minecraft.creativetab.CreativeTabs; diff --git a/src/main/java/com/mcmoddev/ironagefurniture/lib/util/Swivel.java b/src/main/java/zone/moddev/mc/ironagefurniture/lib/util/Swivel.java similarity index 89% rename from src/main/java/com/mcmoddev/ironagefurniture/lib/util/Swivel.java rename to src/main/java/zone/moddev/mc/ironagefurniture/lib/util/Swivel.java index bee915c656..34a8f4e479 100644 --- a/src/main/java/com/mcmoddev/ironagefurniture/lib/util/Swivel.java +++ b/src/main/java/zone/moddev/mc/ironagefurniture/lib/util/Swivel.java @@ -1,6 +1,6 @@ -package com.mcmoddev.ironagefurniture.lib.util; +package zone.moddev.mc.ironagefurniture.lib.util; -import com.mcmoddev.ironagefurniture.api.Enumerations.Rotation; +import zone.moddev.mc.ironagefurniture.api.Enumerations.Rotation; import net.minecraft.util.EnumFacing; diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/cfm_classic_acacia.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/cfm_classic_acacia.json new file mode 100644 index 0000000000..53e53913db --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/cfm_classic_acacia.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:cfm_classic_acacia" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "cfm:chair_acacia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:cfm_classic_acacia" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "cfm" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/cfm_classic_big_oak.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/cfm_classic_big_oak.json new file mode 100644 index 0000000000..3123c4588c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/cfm_classic_big_oak.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:cfm_classic_big_oak" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "cfm:chair_dark_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:cfm_classic_big_oak" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "cfm" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/cfm_classic_birch.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/cfm_classic_birch.json new file mode 100644 index 0000000000..c97eb4177c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/cfm_classic_birch.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:cfm_classic_birch" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "cfm:chair_birch" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:cfm_classic_birch" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "cfm" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/cfm_classic_jungle.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/cfm_classic_jungle.json new file mode 100644 index 0000000000..2f5e40b853 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/cfm_classic_jungle.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:cfm_classic_jungle" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "cfm:chair_jungle" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:cfm_classic_jungle" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "cfm" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/cfm_classic_oak.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/cfm_classic_oak.json new file mode 100644 index 0000000000..ced2e0c438 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/cfm_classic_oak.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:cfm_classic_oak" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "cfm:chair_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:cfm_classic_oak" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "cfm" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/cfm_classic_spruce.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/cfm_classic_spruce.json new file mode 100644 index 0000000000..a837060e55 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/cfm_classic_spruce.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:cfm_classic_spruce" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "cfm:chair_spruce" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:cfm_classic_spruce" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "cfm" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_acacia.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_acacia.json deleted file mode 100644 index 4ac1a8207b..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_acacia.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "minecraft:planks", - "data": 4 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_acacia_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_acacia_0.json new file mode 100644 index 0000000000..73994298f6 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_acacia_0.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_acacia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_acacia_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_acacia_1.json new file mode 100644 index 0000000000..e581bd3b14 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_acacia_1.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_acacia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_acacia_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_acacia_10.json new file mode 100644 index 0000000000..8dcb56f83f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_acacia_10.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_acacia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_acacia_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_acacia_11.json new file mode 100644 index 0000000000..978836623d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_acacia_11.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_acacia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_acacia_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_acacia_12.json new file mode 100644 index 0000000000..cd8ac7eefc --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_acacia_12.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_acacia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_acacia_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_acacia_13.json new file mode 100644 index 0000000000..92f9a6c828 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_acacia_13.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_acacia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_acacia_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_acacia_14.json new file mode 100644 index 0000000000..78fcaef277 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_acacia_14.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_acacia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_acacia_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_acacia_15.json new file mode 100644 index 0000000000..3acd05b7b2 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_acacia_15.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_acacia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_acacia_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_acacia_2.json new file mode 100644 index 0000000000..5e7a1b1339 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_acacia_2.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_acacia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_acacia_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_acacia_3.json new file mode 100644 index 0000000000..fc191fcbd4 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_acacia_3.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_acacia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_acacia_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_acacia_4.json new file mode 100644 index 0000000000..c52c4f183e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_acacia_4.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_acacia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_acacia_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_acacia_5.json new file mode 100644 index 0000000000..cae02bb736 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_acacia_5.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_acacia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_acacia_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_acacia_6.json new file mode 100644 index 0000000000..1dbb69f4e4 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_acacia_6.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_acacia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_acacia_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_acacia_7.json new file mode 100644 index 0000000000..29072490f6 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_acacia_7.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_acacia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_acacia_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_acacia_8.json new file mode 100644 index 0000000000..cd0501f6d4 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_acacia_8.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_acacia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_acacia_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_acacia_9.json new file mode 100644 index 0000000000..970139e9ae --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_acacia_9.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_acacia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_big_oak.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_big_oak.json deleted file mode 100644 index a48f780349..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_big_oak.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "minecraft:planks", - "data": 5 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_0.json new file mode 100644 index 0000000000..ed54a53070 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_0.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_big_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_1.json new file mode 100644 index 0000000000..20acf4c09b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_1.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_big_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_10.json new file mode 100644 index 0000000000..ead63e7c52 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_10.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_big_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_11.json new file mode 100644 index 0000000000..e323bf4d7c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_11.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_big_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_12.json new file mode 100644 index 0000000000..1f39a40400 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_12.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_big_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_13.json new file mode 100644 index 0000000000..71d1f04460 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_13.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_big_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_14.json new file mode 100644 index 0000000000..321b3f93f1 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_14.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_big_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_15.json new file mode 100644 index 0000000000..06c18c7047 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_15.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_big_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_2.json new file mode 100644 index 0000000000..dc8d0c1a38 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_2.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_big_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_3.json new file mode 100644 index 0000000000..e5fd211f21 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_3.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_big_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_4.json new file mode 100644 index 0000000000..7639263cdd --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_4.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_big_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_5.json new file mode 100644 index 0000000000..ae973dc274 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_5.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_big_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_6.json new file mode 100644 index 0000000000..e278384806 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_6.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_big_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_7.json new file mode 100644 index 0000000000..0eb8fc05ef --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_7.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_big_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_8.json new file mode 100644 index 0000000000..8dd0ea4544 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_8.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_big_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_9.json new file mode 100644 index 0000000000..a40da4b26a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_9.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_big_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry.json deleted file mode 100644 index a0f3aae8b7..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 1 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_0.json new file mode 100644 index 0000000000..8d1efa06ef --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_cherry" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_1.json new file mode 100644 index 0000000000..7d7c9e8330 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_cherry" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_10.json new file mode 100644 index 0000000000..27c9f2b1c5 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_cherry" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_11.json new file mode 100644 index 0000000000..38b84bbcb5 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_cherry" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_12.json new file mode 100644 index 0000000000..a0b6aa78e5 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_cherry" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_13.json new file mode 100644 index 0000000000..0bdd9de38d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_cherry" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_14.json new file mode 100644 index 0000000000..6961bb5692 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_cherry" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_15.json new file mode 100644 index 0000000000..0d85ed4dbe --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_cherry" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_2.json new file mode 100644 index 0000000000..ceb6eda8a2 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_cherry" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_3.json new file mode 100644 index 0000000000..ee16984699 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_cherry" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_4.json new file mode 100644 index 0000000000..11b977d420 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_cherry" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_5.json new file mode 100644 index 0000000000..206e36278f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_cherry" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_6.json new file mode 100644 index 0000000000..e9fac560bc --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_cherry" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_7.json new file mode 100644 index 0000000000..32a1f77b1a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_cherry" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_8.json new file mode 100644 index 0000000000..37457ec252 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_cherry" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_9.json new file mode 100644 index 0000000000..00ce2175c4 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_cherry" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony.json deleted file mode 100644 index d2606e390b..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 14 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_0.json new file mode 100644 index 0000000000..a9cb1766fb --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ebony" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_1.json new file mode 100644 index 0000000000..6efeb24b67 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ebony" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_10.json new file mode 100644 index 0000000000..fddb7f5e79 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ebony" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_11.json new file mode 100644 index 0000000000..41f2adb477 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ebony" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_12.json new file mode 100644 index 0000000000..6a23ade1fe --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ebony" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_13.json new file mode 100644 index 0000000000..870b04085d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ebony" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_14.json new file mode 100644 index 0000000000..be389314b6 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ebony" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_15.json new file mode 100644 index 0000000000..f16724ba8e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ebony" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_2.json new file mode 100644 index 0000000000..40d24e3dc3 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ebony" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_3.json new file mode 100644 index 0000000000..258f17b894 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ebony" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_4.json new file mode 100644 index 0000000000..2f334a7adf --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ebony" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_5.json new file mode 100644 index 0000000000..87218a26d2 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ebony" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_6.json new file mode 100644 index 0000000000..54ebad8be1 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ebony" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_7.json new file mode 100644 index 0000000000..f72d0d8fb8 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ebony" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_8.json new file mode 100644 index 0000000000..2e557ff94d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ebony" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_9.json new file mode 100644 index 0000000000..e7ba137c6b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ebony" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal.json deleted file mode 100644 index 141bf44d62..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 4 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_0.json new file mode 100644 index 0000000000..e0d39b9602 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ethereal" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_1.json new file mode 100644 index 0000000000..4f228c3057 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ethereal" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_10.json new file mode 100644 index 0000000000..e3c1303d58 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ethereal" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_11.json new file mode 100644 index 0000000000..0cf2490b10 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ethereal" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_12.json new file mode 100644 index 0000000000..6b672e88d9 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ethereal" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_13.json new file mode 100644 index 0000000000..7475f7d7bd --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ethereal" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_14.json new file mode 100644 index 0000000000..2ac452dd92 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ethereal" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_15.json new file mode 100644 index 0000000000..08e513bf0d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ethereal" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_2.json new file mode 100644 index 0000000000..f6197cadce --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ethereal" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_3.json new file mode 100644 index 0000000000..486f3ea299 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ethereal" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_4.json new file mode 100644 index 0000000000..accad50e76 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ethereal" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_5.json new file mode 100644 index 0000000000..096e00582e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ethereal" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_6.json new file mode 100644 index 0000000000..8ec678ee96 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ethereal" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_7.json new file mode 100644 index 0000000000..f48912e3bc --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ethereal" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_8.json new file mode 100644 index 0000000000..76b8805ca0 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ethereal" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_9.json new file mode 100644 index 0000000000..b8411a79f4 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ethereal" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus.json deleted file mode 100644 index 48b1edd882..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 15 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_0.json new file mode 100644 index 0000000000..10988e9e53 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_eucalyptus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_1.json new file mode 100644 index 0000000000..6d3f703908 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_eucalyptus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_10.json new file mode 100644 index 0000000000..1031720ca3 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_eucalyptus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_11.json new file mode 100644 index 0000000000..abbd8534de --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_eucalyptus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_12.json new file mode 100644 index 0000000000..cce5df97a8 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_eucalyptus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_13.json new file mode 100644 index 0000000000..7e8efe7b76 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_eucalyptus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_14.json new file mode 100644 index 0000000000..ffad05a585 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_eucalyptus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_15.json new file mode 100644 index 0000000000..ab33a71354 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_eucalyptus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_2.json new file mode 100644 index 0000000000..a84077af2b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_eucalyptus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_3.json new file mode 100644 index 0000000000..83706d0599 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_eucalyptus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_4.json new file mode 100644 index 0000000000..29da64a270 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_eucalyptus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_5.json new file mode 100644 index 0000000000..b876fa83c1 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_eucalyptus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_6.json new file mode 100644 index 0000000000..0f8f8804c8 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_eucalyptus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_7.json new file mode 100644 index 0000000000..dfe482e7a1 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_eucalyptus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_8.json new file mode 100644 index 0000000000..d5e3a31ab2 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_eucalyptus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_9.json new file mode 100644 index 0000000000..89893ed55f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_eucalyptus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir.json deleted file mode 100644 index b7fa2a73f2..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 3 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_0.json new file mode 100644 index 0000000000..fbaaa7c317 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_fir" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_1.json new file mode 100644 index 0000000000..eac4d5fffc --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_fir" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_10.json new file mode 100644 index 0000000000..5e84f6be08 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_fir" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_11.json new file mode 100644 index 0000000000..5a1a02e3c9 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_fir" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_12.json new file mode 100644 index 0000000000..b48fddb9e0 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_fir" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_13.json new file mode 100644 index 0000000000..e58f251de2 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_fir" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_14.json new file mode 100644 index 0000000000..93323ddaeb --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_fir" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_15.json new file mode 100644 index 0000000000..fb76d8484a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_fir" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_2.json new file mode 100644 index 0000000000..297458229c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_fir" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_3.json new file mode 100644 index 0000000000..273745a9b5 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_fir" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_4.json new file mode 100644 index 0000000000..fbaf21f2de --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_fir" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_5.json new file mode 100644 index 0000000000..0d47f2532f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_fir" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_6.json new file mode 100644 index 0000000000..fba60edffa --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_fir" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_7.json new file mode 100644 index 0000000000..8bddb4e1dd --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_fir" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_8.json new file mode 100644 index 0000000000..cbf445b9fa --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_fir" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_9.json new file mode 100644 index 0000000000..9fed001994 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_fir" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark.json deleted file mode 100644 index 2e36e3d86f..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 11 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_0.json new file mode 100644 index 0000000000..4c7477278d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_hellbark" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_1.json new file mode 100644 index 0000000000..1166d4e832 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_hellbark" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_10.json new file mode 100644 index 0000000000..f69249b78a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_hellbark" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_11.json new file mode 100644 index 0000000000..3083a8cd25 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_hellbark" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_12.json new file mode 100644 index 0000000000..9b0f0419e8 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_hellbark" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_13.json new file mode 100644 index 0000000000..1a1e67eb76 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_hellbark" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_14.json new file mode 100644 index 0000000000..bfb9709f7c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_hellbark" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_15.json new file mode 100644 index 0000000000..ecaca1c955 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_hellbark" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_2.json new file mode 100644 index 0000000000..e57b5ad993 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_hellbark" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_3.json new file mode 100644 index 0000000000..1140387b93 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_hellbark" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_4.json new file mode 100644 index 0000000000..be8b04ee59 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_hellbark" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_5.json new file mode 100644 index 0000000000..858b4e4294 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_hellbark" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_6.json new file mode 100644 index 0000000000..ecc6ab98ec --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_hellbark" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_7.json new file mode 100644 index 0000000000..bcbecb4af6 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_hellbark" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_8.json new file mode 100644 index 0000000000..1a1c5ae4ed --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_hellbark" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_9.json new file mode 100644 index 0000000000..f0ed328050 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_hellbark" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda.json deleted file mode 100644 index 58ff167cf6..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 12 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_0.json new file mode 100644 index 0000000000..0b2798ef06 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_jacaranda" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_1.json new file mode 100644 index 0000000000..600681b25f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_jacaranda" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_10.json new file mode 100644 index 0000000000..91b86d5c05 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_jacaranda" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_11.json new file mode 100644 index 0000000000..2025c206c7 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_jacaranda" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_12.json new file mode 100644 index 0000000000..21f079b887 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_jacaranda" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_13.json new file mode 100644 index 0000000000..873dff070f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_jacaranda" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_14.json new file mode 100644 index 0000000000..7f246378c7 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_jacaranda" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_15.json new file mode 100644 index 0000000000..c05bf3b5fc --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_jacaranda" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_2.json new file mode 100644 index 0000000000..cec9beb068 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_jacaranda" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_3.json new file mode 100644 index 0000000000..71200968e0 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_jacaranda" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_4.json new file mode 100644 index 0000000000..1a5557e61e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_jacaranda" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_5.json new file mode 100644 index 0000000000..880ff2804d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_jacaranda" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_6.json new file mode 100644 index 0000000000..3c20e4ab7f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_jacaranda" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_7.json new file mode 100644 index 0000000000..98b31c239f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_jacaranda" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_8.json new file mode 100644 index 0000000000..c65ddea01b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_jacaranda" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_9.json new file mode 100644 index 0000000000..9bc1b7c0b7 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_jacaranda" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic.json deleted file mode 100644 index 2e1841cbf0..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 5 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_0.json new file mode 100644 index 0000000000..3585c38d05 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_magic" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_1.json new file mode 100644 index 0000000000..1d4c0ac563 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_magic" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_10.json new file mode 100644 index 0000000000..530c50b941 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_magic" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_11.json new file mode 100644 index 0000000000..a13a19f9eb --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_magic" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_12.json new file mode 100644 index 0000000000..33e3156702 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_magic" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_13.json new file mode 100644 index 0000000000..ee6733ca87 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_magic" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_14.json new file mode 100644 index 0000000000..0de90de238 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_magic" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_15.json new file mode 100644 index 0000000000..5da1e61541 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_magic" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_2.json new file mode 100644 index 0000000000..1879750067 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_magic" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_3.json new file mode 100644 index 0000000000..9f499d8f47 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_magic" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_4.json new file mode 100644 index 0000000000..44b02622c8 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_magic" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_5.json new file mode 100644 index 0000000000..b41ce9b63c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_magic" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_6.json new file mode 100644 index 0000000000..d632d6b8b4 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_magic" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_7.json new file mode 100644 index 0000000000..dd43eeaafe --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_magic" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_8.json new file mode 100644 index 0000000000..7cfaedcda2 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_magic" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_9.json new file mode 100644 index 0000000000..3674a3327c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_magic" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany.json deleted file mode 100644 index 8f15aa06d3..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 13 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_0.json new file mode 100644 index 0000000000..55f7205a5e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mahogany" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_1.json new file mode 100644 index 0000000000..c8aace1683 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mahogany" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_10.json new file mode 100644 index 0000000000..a8fe610974 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mahogany" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_11.json new file mode 100644 index 0000000000..0d4a93a128 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mahogany" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_12.json new file mode 100644 index 0000000000..d74126240b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mahogany" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_13.json new file mode 100644 index 0000000000..b8cb5c6343 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mahogany" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_14.json new file mode 100644 index 0000000000..8687d801b6 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mahogany" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_15.json new file mode 100644 index 0000000000..ed22499da9 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mahogany" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_2.json new file mode 100644 index 0000000000..88f7442d04 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mahogany" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_3.json new file mode 100644 index 0000000000..f069b95517 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mahogany" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_4.json new file mode 100644 index 0000000000..54b2098900 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mahogany" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_5.json new file mode 100644 index 0000000000..a3f4bc7739 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mahogany" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_6.json new file mode 100644 index 0000000000..b3c63c56d8 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mahogany" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_7.json new file mode 100644 index 0000000000..76df35dbba --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mahogany" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_8.json new file mode 100644 index 0000000000..34a2b0cd3c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mahogany" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_9.json new file mode 100644 index 0000000000..150d6604f5 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mahogany" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove.json deleted file mode 100644 index a51741659a..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 6 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_0.json new file mode 100644 index 0000000000..e622ade8ac --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mangrove" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_1.json new file mode 100644 index 0000000000..50b242cc1e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mangrove" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_10.json new file mode 100644 index 0000000000..adcdebe482 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mangrove" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_11.json new file mode 100644 index 0000000000..100eb5f6db --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mangrove" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_12.json new file mode 100644 index 0000000000..adb7115832 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mangrove" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_13.json new file mode 100644 index 0000000000..d1a7f4b888 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mangrove" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_14.json new file mode 100644 index 0000000000..5ad62945bc --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mangrove" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_15.json new file mode 100644 index 0000000000..05412acb8e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mangrove" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_2.json new file mode 100644 index 0000000000..a1768c8eb6 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mangrove" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_3.json new file mode 100644 index 0000000000..d111970dfa --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mangrove" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_4.json new file mode 100644 index 0000000000..2180fa85fc --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mangrove" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_5.json new file mode 100644 index 0000000000..6b879e2754 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mangrove" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_6.json new file mode 100644 index 0000000000..397540b401 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mangrove" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_7.json new file mode 100644 index 0000000000..6e362de81f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mangrove" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_8.json new file mode 100644 index 0000000000..86c006a554 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mangrove" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_9.json new file mode 100644 index 0000000000..3636578aed --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mangrove" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm.json deleted file mode 100644 index 5e3b1b056c..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 7 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_0.json new file mode 100644 index 0000000000..c291fc4c74 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_palm" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_1.json new file mode 100644 index 0000000000..7bcf382a41 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_palm" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_10.json new file mode 100644 index 0000000000..b3960b4c94 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_palm" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_11.json new file mode 100644 index 0000000000..5c84e4346a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_palm" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_12.json new file mode 100644 index 0000000000..e1d74d092c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_palm" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_13.json new file mode 100644 index 0000000000..c92a4f48d7 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_palm" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_14.json new file mode 100644 index 0000000000..57f59841d4 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_palm" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_15.json new file mode 100644 index 0000000000..339b993aac --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_palm" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_2.json new file mode 100644 index 0000000000..862dc80a82 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_palm" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_3.json new file mode 100644 index 0000000000..fa2b7eccc8 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_palm" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_4.json new file mode 100644 index 0000000000..6c500e9f23 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_palm" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_5.json new file mode 100644 index 0000000000..073919e204 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_palm" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_6.json new file mode 100644 index 0000000000..06004e7b65 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_palm" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_7.json new file mode 100644 index 0000000000..0ba6d4ca9e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_palm" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_8.json new file mode 100644 index 0000000000..d17ef03784 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_palm" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_9.json new file mode 100644 index 0000000000..04eebcea3a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_palm" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine.json deleted file mode 100644 index f57744d661..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 10 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_0.json new file mode 100644 index 0000000000..3ea90bff89 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_pine" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_1.json new file mode 100644 index 0000000000..bc98ba366e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_pine" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_10.json new file mode 100644 index 0000000000..f01da7f59a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_pine" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_11.json new file mode 100644 index 0000000000..19bc56aae5 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_pine" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_12.json new file mode 100644 index 0000000000..94ace817a5 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_pine" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_13.json new file mode 100644 index 0000000000..0a3aac70b3 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_pine" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_14.json new file mode 100644 index 0000000000..6920cf6692 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_pine" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_15.json new file mode 100644 index 0000000000..4a8fd0ba54 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_pine" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_2.json new file mode 100644 index 0000000000..df56c89916 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_pine" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_3.json new file mode 100644 index 0000000000..1bb63e8ec8 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_pine" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_4.json new file mode 100644 index 0000000000..8127b9e283 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_pine" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_5.json new file mode 100644 index 0000000000..2c2a8ff8fc --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_pine" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_6.json new file mode 100644 index 0000000000..ffe17e422f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_pine" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_7.json new file mode 100644 index 0000000000..0f8b072caa --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_pine" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_8.json new file mode 100644 index 0000000000..597bea5ee8 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_pine" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_9.json new file mode 100644 index 0000000000..df1c9a81f2 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_pine" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood.json deleted file mode 100644 index c7563ea036..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 8 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_0.json new file mode 100644 index 0000000000..ff67f771fa --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_redwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_1.json new file mode 100644 index 0000000000..a34f3aef6e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_redwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_10.json new file mode 100644 index 0000000000..a75f10f615 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_redwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_11.json new file mode 100644 index 0000000000..579a482d86 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_redwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_12.json new file mode 100644 index 0000000000..fa987212df --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_redwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_13.json new file mode 100644 index 0000000000..3a2a0a89fa --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_redwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_14.json new file mode 100644 index 0000000000..b1b5ea4087 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_redwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_15.json new file mode 100644 index 0000000000..6ad56a9a6b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_redwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_2.json new file mode 100644 index 0000000000..433d84e736 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_redwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_3.json new file mode 100644 index 0000000000..386fd812e2 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_redwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_4.json new file mode 100644 index 0000000000..f6eb05aab0 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_redwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_5.json new file mode 100644 index 0000000000..7fc9391cbc --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_redwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_6.json new file mode 100644 index 0000000000..ba76435e91 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_redwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_7.json new file mode 100644 index 0000000000..4ee8868057 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_redwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_8.json new file mode 100644 index 0000000000..399ac48b2b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_redwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_9.json new file mode 100644 index 0000000000..cc6de031ab --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_redwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak.json deleted file mode 100644 index 9ee3d0585a..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 0 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_0.json new file mode 100644 index 0000000000..ad0e3738de --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_sacred_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_1.json new file mode 100644 index 0000000000..a539c10aa7 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_sacred_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_10.json new file mode 100644 index 0000000000..b9c307247f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_sacred_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_11.json new file mode 100644 index 0000000000..f2607f3c67 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_sacred_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_12.json new file mode 100644 index 0000000000..9f99bd4252 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_sacred_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_13.json new file mode 100644 index 0000000000..2f5af40b1b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_sacred_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_14.json new file mode 100644 index 0000000000..8f541588e7 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_sacred_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_15.json new file mode 100644 index 0000000000..0379f014bb --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_sacred_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_2.json new file mode 100644 index 0000000000..dd7bbb4444 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_sacred_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_3.json new file mode 100644 index 0000000000..dd6d141a75 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_sacred_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_4.json new file mode 100644 index 0000000000..f4c301057c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_sacred_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_5.json new file mode 100644 index 0000000000..093376790d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_sacred_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_6.json new file mode 100644 index 0000000000..2a99328388 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_sacred_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_7.json new file mode 100644 index 0000000000..ac4521b4d6 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_sacred_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_8.json new file mode 100644 index 0000000000..7b217eae4c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_sacred_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_9.json new file mode 100644 index 0000000000..3b97114488 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_sacred_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran.json deleted file mode 100644 index 2117607f8b..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 2 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_0.json new file mode 100644 index 0000000000..0e7ed25738 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_umbran" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_1.json new file mode 100644 index 0000000000..f7c6070f0e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_umbran" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_10.json new file mode 100644 index 0000000000..40e90a4b9d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_umbran" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_11.json new file mode 100644 index 0000000000..344f2c7ce6 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_umbran" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_12.json new file mode 100644 index 0000000000..14d094cd9d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_umbran" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_13.json new file mode 100644 index 0000000000..32da3c5c60 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_umbran" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_14.json new file mode 100644 index 0000000000..5ffedb8188 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_umbran" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_15.json new file mode 100644 index 0000000000..bf14ed317f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_umbran" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_2.json new file mode 100644 index 0000000000..34b1df52f6 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_umbran" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_3.json new file mode 100644 index 0000000000..c128ea83b7 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_umbran" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_4.json new file mode 100644 index 0000000000..af4c5bf254 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_umbran" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_5.json new file mode 100644 index 0000000000..75f49c23ac --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_umbran" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_6.json new file mode 100644 index 0000000000..b292b68794 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_umbran" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_7.json new file mode 100644 index 0000000000..46629dc697 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_umbran" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_8.json new file mode 100644 index 0000000000..61bad9f0dc --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_umbran" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_9.json new file mode 100644 index 0000000000..0fb6158d04 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_umbran" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow.json deleted file mode 100644 index 8a1dc1de30..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 9 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_0.json new file mode 100644 index 0000000000..e93717077b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_1.json new file mode 100644 index 0000000000..ec31eb36ef --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_10.json new file mode 100644 index 0000000000..f6022c0e79 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_11.json new file mode 100644 index 0000000000..d039a7caa7 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_12.json new file mode 100644 index 0000000000..25b0f73656 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_13.json new file mode 100644 index 0000000000..e8fff3b4a8 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_14.json new file mode 100644 index 0000000000..c5edca4103 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_15.json new file mode 100644 index 0000000000..37771cff0e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_2.json new file mode 100644 index 0000000000..0481f44f0b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_3.json new file mode 100644 index 0000000000..144ea78ce1 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_4.json new file mode 100644 index 0000000000..7affe00e36 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_5.json new file mode 100644 index 0000000000..b174753348 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_6.json new file mode 100644 index 0000000000..c53b6e3a1c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_7.json new file mode 100644 index 0000000000..59a95df6c8 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_8.json new file mode 100644 index 0000000000..fdfc33a1f9 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_9.json new file mode 100644 index 0000000000..1f780736ec --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_birch.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_birch.json deleted file mode 100644 index 782f02ecc4..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_birch.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "minecraft:planks", - "data": 2 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_birch_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_birch_0.json new file mode 100644 index 0000000000..96fb00fa2d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_birch_0.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_birch" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_birch_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_birch_1.json new file mode 100644 index 0000000000..242bb7042e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_birch_1.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_birch" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_birch_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_birch_10.json new file mode 100644 index 0000000000..a26d4d1e52 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_birch_10.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_birch" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_birch_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_birch_11.json new file mode 100644 index 0000000000..f92b5365bf --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_birch_11.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_birch" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_birch_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_birch_12.json new file mode 100644 index 0000000000..cfa3e8ec87 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_birch_12.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_birch" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_birch_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_birch_13.json new file mode 100644 index 0000000000..84ff6a0251 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_birch_13.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_birch" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_birch_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_birch_14.json new file mode 100644 index 0000000000..99d239432c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_birch_14.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_birch" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_birch_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_birch_15.json new file mode 100644 index 0000000000..ac3b998ec1 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_birch_15.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_birch" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_birch_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_birch_2.json new file mode 100644 index 0000000000..afa93d8576 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_birch_2.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_birch" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_birch_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_birch_3.json new file mode 100644 index 0000000000..411f3e1eeb --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_birch_3.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_birch" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_birch_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_birch_4.json new file mode 100644 index 0000000000..ab9a08dfb4 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_birch_4.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_birch" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_birch_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_birch_5.json new file mode 100644 index 0000000000..b5c55d5b88 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_birch_5.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_birch" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_birch_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_birch_6.json new file mode 100644 index 0000000000..1e717cf2ee --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_birch_6.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_birch" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_birch_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_birch_7.json new file mode 100644 index 0000000000..c0dd74e1dd --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_birch_7.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_birch" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_birch_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_birch_8.json new file mode 100644 index 0000000000..983cb5a459 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_birch_8.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_birch" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_birch_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_birch_9.json new file mode 100644 index 0000000000..3e3d405ac2 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_birch_9.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_birch" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia.json deleted file mode 100644 index bdc405e283..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 2 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_0.json new file mode 100644 index 0000000000..1204df0d2b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_acacia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_1.json new file mode 100644 index 0000000000..90f7c35a5c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_acacia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_10.json new file mode 100644 index 0000000000..d3d09158b6 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_acacia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_11.json new file mode 100644 index 0000000000..5192804339 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_acacia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_12.json new file mode 100644 index 0000000000..8eb5a1f717 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_acacia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_13.json new file mode 100644 index 0000000000..65ffcfa15c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_acacia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_14.json new file mode 100644 index 0000000000..03496ae93f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_acacia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_15.json new file mode 100644 index 0000000000..da9f85f4a7 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_acacia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_2.json new file mode 100644 index 0000000000..fba7b0b00f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_acacia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_3.json new file mode 100644 index 0000000000..ac37fe3303 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_acacia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_4.json new file mode 100644 index 0000000000..49d7d9d9c2 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_acacia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_5.json new file mode 100644 index 0000000000..c960ab912b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_acacia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_6.json new file mode 100644 index 0000000000..9711ca66e8 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_acacia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_7.json new file mode 100644 index 0000000000..2b7beccf20 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_acacia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_8.json new file mode 100644 index 0000000000..f0f355872b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_acacia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_9.json new file mode 100644 index 0000000000..c5d4a6d540 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_acacia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa.json deleted file mode 100644 index e6f46f8632..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 11 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_0.json new file mode 100644 index 0000000000..5f5c3726b0 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_balsa" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_1.json new file mode 100644 index 0000000000..bec3c8e03d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_balsa" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_10.json new file mode 100644 index 0000000000..9d568f9734 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_balsa" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_11.json new file mode 100644 index 0000000000..6db3acfa49 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_balsa" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_12.json new file mode 100644 index 0000000000..dfcdf6b039 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_balsa" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_13.json new file mode 100644 index 0000000000..5e29f9b42c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_balsa" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_14.json new file mode 100644 index 0000000000..014de2ec62 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_balsa" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_15.json new file mode 100644 index 0000000000..011beded0c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_balsa" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_2.json new file mode 100644 index 0000000000..a28a5eb598 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_balsa" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_3.json new file mode 100644 index 0000000000..a125140ab4 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_balsa" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_4.json new file mode 100644 index 0000000000..77a2e15cc8 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_balsa" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_5.json new file mode 100644 index 0000000000..8ea4013898 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_balsa" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_6.json new file mode 100644 index 0000000000..68256b1b68 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_balsa" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_7.json new file mode 100644 index 0000000000..1a32957df4 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_balsa" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_8.json new file mode 100644 index 0000000000..4bbaa518af --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_balsa" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_9.json new file mode 100644 index 0000000000..383772567b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_balsa" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab.json deleted file mode 100644 index 1d4796dd57..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 6 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_0.json new file mode 100644 index 0000000000..028427e654 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_baobab" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_1.json new file mode 100644 index 0000000000..9d3181ccd8 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_baobab" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_10.json new file mode 100644 index 0000000000..d529a6cf12 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_baobab" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_11.json new file mode 100644 index 0000000000..d68c1adca1 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_baobab" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_12.json new file mode 100644 index 0000000000..bb8060cf44 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_baobab" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_13.json new file mode 100644 index 0000000000..c19b9be191 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_baobab" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_14.json new file mode 100644 index 0000000000..6839ab19aa --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_baobab" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_15.json new file mode 100644 index 0000000000..2b97761500 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_baobab" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_2.json new file mode 100644 index 0000000000..5b3478b3e2 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_baobab" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_3.json new file mode 100644 index 0000000000..1d77078bac --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_baobab" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_4.json new file mode 100644 index 0000000000..6ce6ebe882 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_baobab" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_5.json new file mode 100644 index 0000000000..f6840a282b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_baobab" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_6.json new file mode 100644 index 0000000000..0f3a7f7f0e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_baobab" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_7.json new file mode 100644 index 0000000000..fbb234d81f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_baobab" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_8.json new file mode 100644 index 0000000000..63f461dbb2 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_baobab" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_9.json new file mode 100644 index 0000000000..a37eb21cde --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_baobab" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry.json deleted file mode 100644 index 31203767cd..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 15 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_0.json new file mode 100644 index 0000000000..b62e8bd803 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cherry" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_1.json new file mode 100644 index 0000000000..ddc9225009 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cherry" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_10.json new file mode 100644 index 0000000000..333ca4023d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cherry" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_11.json new file mode 100644 index 0000000000..01cd89fb0c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cherry" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_12.json new file mode 100644 index 0000000000..79846e4302 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cherry" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_13.json new file mode 100644 index 0000000000..7c7a677ef3 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cherry" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_14.json new file mode 100644 index 0000000000..a6c1fd4e55 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cherry" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_15.json new file mode 100644 index 0000000000..5563aaa155 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cherry" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_2.json new file mode 100644 index 0000000000..6bade46be7 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cherry" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_3.json new file mode 100644 index 0000000000..84e92cd109 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cherry" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_4.json new file mode 100644 index 0000000000..2bf4e7efea --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cherry" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_5.json new file mode 100644 index 0000000000..4a3df93266 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cherry" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_6.json new file mode 100644 index 0000000000..4a866c06e8 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cherry" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_7.json new file mode 100644 index 0000000000..af38aaf484 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cherry" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_8.json new file mode 100644 index 0000000000..539b98611a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cherry" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_9.json new file mode 100644 index 0000000000..bbe15823a7 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cherry" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut.json deleted file mode 100644 index 6b574c4774..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 4 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_0.json new file mode 100644 index 0000000000..22a3fb179f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_chestnut" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_1.json new file mode 100644 index 0000000000..5a4a331624 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_chestnut" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_10.json new file mode 100644 index 0000000000..fa72cd4a68 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_chestnut" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_11.json new file mode 100644 index 0000000000..9eb000ef30 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_chestnut" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_12.json new file mode 100644 index 0000000000..57e0189403 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_chestnut" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_13.json new file mode 100644 index 0000000000..d7af369f6f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_chestnut" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_14.json new file mode 100644 index 0000000000..42c966b254 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_chestnut" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_15.json new file mode 100644 index 0000000000..e43eb488ed --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_chestnut" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_2.json new file mode 100644 index 0000000000..d53b37f268 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_chestnut" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_3.json new file mode 100644 index 0000000000..e9b5b6c369 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_chestnut" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_4.json new file mode 100644 index 0000000000..8f0513c393 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_chestnut" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_5.json new file mode 100644 index 0000000000..97ac8ecb23 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_chestnut" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_6.json new file mode 100644 index 0000000000..c5b5888b38 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_chestnut" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_7.json new file mode 100644 index 0000000000..91c2fd70e6 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_chestnut" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_8.json new file mode 100644 index 0000000000..65b929b71b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_chestnut" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_9.json new file mode 100644 index 0000000000..d53a48792f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_chestnut" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus.json deleted file mode 100644 index 57a445abca..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 7 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_0.json new file mode 100644 index 0000000000..badbcee1cf --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_citrus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_1.json new file mode 100644 index 0000000000..3324224ff0 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_citrus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_10.json new file mode 100644 index 0000000000..cd9cb28eed --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_citrus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_11.json new file mode 100644 index 0000000000..0299156d48 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_citrus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_12.json new file mode 100644 index 0000000000..701ab2766d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_citrus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_13.json new file mode 100644 index 0000000000..90f38b4fcb --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_citrus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_14.json new file mode 100644 index 0000000000..c4a3a4ae34 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_citrus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_15.json new file mode 100644 index 0000000000..a47cabc0f2 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_citrus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_2.json new file mode 100644 index 0000000000..e1d41a80bd --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_citrus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_3.json new file mode 100644 index 0000000000..490628a702 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_citrus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_4.json new file mode 100644 index 0000000000..5c7c6b72f3 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_citrus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_5.json new file mode 100644 index 0000000000..0995ab539a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_citrus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_6.json new file mode 100644 index 0000000000..af380bcdfd --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_citrus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_7.json new file mode 100644 index 0000000000..8e91c6ff21 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_citrus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_8.json new file mode 100644 index 0000000000..afe805d3ce --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_citrus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_9.json new file mode 100644 index 0000000000..86c238e350 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_citrus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo.json deleted file mode 100644 index 213b395eab..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 11 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_0.json new file mode 100644 index 0000000000..e9a8f35295 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cocobolo" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_1.json new file mode 100644 index 0000000000..67211808c0 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cocobolo" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_10.json new file mode 100644 index 0000000000..37f4117c92 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cocobolo" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_11.json new file mode 100644 index 0000000000..70a4a5790d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cocobolo" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_12.json new file mode 100644 index 0000000000..68b5f9c702 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cocobolo" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_13.json new file mode 100644 index 0000000000..9f5d3ffff6 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cocobolo" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_14.json new file mode 100644 index 0000000000..57b0945957 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cocobolo" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_15.json new file mode 100644 index 0000000000..9682a265c6 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cocobolo" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_2.json new file mode 100644 index 0000000000..df13fd5c9b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cocobolo" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_3.json new file mode 100644 index 0000000000..aa1d93017c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cocobolo" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_4.json new file mode 100644 index 0000000000..b02911ad24 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cocobolo" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_5.json new file mode 100644 index 0000000000..c1411a2431 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cocobolo" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_6.json new file mode 100644 index 0000000000..b42da93b4b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cocobolo" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_7.json new file mode 100644 index 0000000000..3947670c91 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cocobolo" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_8.json new file mode 100644 index 0000000000..663fa76bca --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cocobolo" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_9.json new file mode 100644 index 0000000000..ec16e3df17 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cocobolo" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony.json deleted file mode 100644 index b824a30413..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 9 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_0.json new file mode 100644 index 0000000000..b93d317027 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ebony" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_1.json new file mode 100644 index 0000000000..4556627187 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ebony" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_10.json new file mode 100644 index 0000000000..39981da20b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ebony" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_11.json new file mode 100644 index 0000000000..f5c8329509 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ebony" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_12.json new file mode 100644 index 0000000000..580931a2d2 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ebony" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_13.json new file mode 100644 index 0000000000..b78bcc9aba --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ebony" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_14.json new file mode 100644 index 0000000000..ff8ed76838 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ebony" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_15.json new file mode 100644 index 0000000000..cd688c78f6 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ebony" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_2.json new file mode 100644 index 0000000000..3d817a7f93 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ebony" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_3.json new file mode 100644 index 0000000000..7642deacce --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ebony" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_4.json new file mode 100644 index 0000000000..4d0b153958 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ebony" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_5.json new file mode 100644 index 0000000000..20c0b9534c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ebony" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_6.json new file mode 100644 index 0000000000..651cd57ef3 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ebony" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_7.json new file mode 100644 index 0000000000..7910c8629f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ebony" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_8.json new file mode 100644 index 0000000000..2cb75a0e52 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ebony" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_9.json new file mode 100644 index 0000000000..9c03e4c689 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ebony" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum.json deleted file mode 100644 index b857a95a0a..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 8 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_0.json new file mode 100644 index 0000000000..5fce0a59db --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_giganteum" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_1.json new file mode 100644 index 0000000000..ee29a39284 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_giganteum" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_10.json new file mode 100644 index 0000000000..fe8a45462e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_giganteum" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_11.json new file mode 100644 index 0000000000..377dd9d582 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_giganteum" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_12.json new file mode 100644 index 0000000000..bfca629ace --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_giganteum" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_13.json new file mode 100644 index 0000000000..c8105366dc --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_giganteum" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_14.json new file mode 100644 index 0000000000..4d42bcbef7 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_giganteum" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_15.json new file mode 100644 index 0000000000..10dbdf3c0a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_giganteum" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_2.json new file mode 100644 index 0000000000..8d4a535944 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_giganteum" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_3.json new file mode 100644 index 0000000000..3d6a8f889a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_giganteum" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_4.json new file mode 100644 index 0000000000..0375f0e0ff --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_giganteum" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_5.json new file mode 100644 index 0000000000..b186f22fa6 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_giganteum" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_6.json new file mode 100644 index 0000000000..83700e5ebb --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_giganteum" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_7.json new file mode 100644 index 0000000000..d06ffd4a52 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_giganteum" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_8.json new file mode 100644 index 0000000000..5be1b3a10a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_giganteum" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_9.json new file mode 100644 index 0000000000..97101b3f26 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_giganteum" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart.json deleted file mode 100644 index 8b08c37b7d..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 14 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_0.json new file mode 100644 index 0000000000..6f2a65be4f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_greenheart" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_1.json new file mode 100644 index 0000000000..c94f6815ca --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_greenheart" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_10.json new file mode 100644 index 0000000000..4ecfa30e88 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_greenheart" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_11.json new file mode 100644 index 0000000000..e56f2768f5 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_greenheart" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_12.json new file mode 100644 index 0000000000..4617d51512 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_greenheart" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_13.json new file mode 100644 index 0000000000..c28f1b068c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_greenheart" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_14.json new file mode 100644 index 0000000000..8aee515f59 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_greenheart" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_15.json new file mode 100644 index 0000000000..3cee6f5897 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_greenheart" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_2.json new file mode 100644 index 0000000000..0e9f68c282 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_greenheart" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_3.json new file mode 100644 index 0000000000..1abe3f7c72 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_greenheart" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_4.json new file mode 100644 index 0000000000..fbd25c480a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_greenheart" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_5.json new file mode 100644 index 0000000000..889f66764e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_greenheart" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_6.json new file mode 100644 index 0000000000..d0a3907824 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_greenheart" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_7.json new file mode 100644 index 0000000000..69dafb96e2 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_greenheart" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_8.json new file mode 100644 index 0000000000..01c13fdb4f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_greenheart" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_9.json new file mode 100644 index 0000000000..7ce2d24ffc --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_greenheart" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe.json deleted file mode 100644 index 4ea02a8961..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 9 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_0.json new file mode 100644 index 0000000000..8bc077e8aa --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ipe" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_1.json new file mode 100644 index 0000000000..9f70908f3e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ipe" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_10.json new file mode 100644 index 0000000000..068ac25fa5 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ipe" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_11.json new file mode 100644 index 0000000000..8c69d863ac --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ipe" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_12.json new file mode 100644 index 0000000000..c96ca59aa7 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ipe" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_13.json new file mode 100644 index 0000000000..6f3c9af951 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ipe" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_14.json new file mode 100644 index 0000000000..8db8e15f38 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ipe" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_15.json new file mode 100644 index 0000000000..8ffb87ede7 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ipe" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_2.json new file mode 100644 index 0000000000..b8ad2be70a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ipe" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_3.json new file mode 100644 index 0000000000..d40adac7aa --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ipe" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_4.json new file mode 100644 index 0000000000..bb7df9cebe --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ipe" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_5.json new file mode 100644 index 0000000000..684a782f48 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ipe" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_6.json new file mode 100644 index 0000000000..3eb9738eeb --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ipe" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_7.json new file mode 100644 index 0000000000..2377660a1f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ipe" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_8.json new file mode 100644 index 0000000000..0128a3b441 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ipe" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_9.json new file mode 100644 index 0000000000..68b29bb629 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ipe" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok.json deleted file mode 100644 index 1d761f9fed..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 8 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_0.json new file mode 100644 index 0000000000..12e7050e3c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_kapok" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_1.json new file mode 100644 index 0000000000..ed38f51076 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_kapok" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_10.json new file mode 100644 index 0000000000..27dd90ab68 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_kapok" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_11.json new file mode 100644 index 0000000000..b518385c6c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_kapok" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_12.json new file mode 100644 index 0000000000..3959f1236e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_kapok" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_13.json new file mode 100644 index 0000000000..7e1892858e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_kapok" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_14.json new file mode 100644 index 0000000000..366b917412 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_kapok" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_15.json new file mode 100644 index 0000000000..ebf67edec8 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_kapok" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_2.json new file mode 100644 index 0000000000..f39e6fd169 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_kapok" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_3.json new file mode 100644 index 0000000000..168416bcb9 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_kapok" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_4.json new file mode 100644 index 0000000000..526e027c63 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_kapok" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_5.json new file mode 100644 index 0000000000..c00c3f7055 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_kapok" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_6.json new file mode 100644 index 0000000000..1b734c16ac --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_kapok" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_7.json new file mode 100644 index 0000000000..9e6cd95eb9 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_kapok" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_8.json new file mode 100644 index 0000000000..81250f2b52 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_kapok" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_9.json new file mode 100644 index 0000000000..34deebd488 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_kapok" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch.json deleted file mode 100644 index d68a9c6218..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 0 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_0.json new file mode 100644 index 0000000000..449d9b16dd --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_larch" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_1.json new file mode 100644 index 0000000000..f9deeb7128 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_larch" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_10.json new file mode 100644 index 0000000000..750a05915f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_larch" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_11.json new file mode 100644 index 0000000000..c2da5026a3 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_larch" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_12.json new file mode 100644 index 0000000000..f00812d323 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_larch" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_13.json new file mode 100644 index 0000000000..4eb83985e2 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_larch" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_14.json new file mode 100644 index 0000000000..0db91caa53 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_larch" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_15.json new file mode 100644 index 0000000000..1dc4b2036a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_larch" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_2.json new file mode 100644 index 0000000000..b3d89a8898 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_larch" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_3.json new file mode 100644 index 0000000000..4db020fe2d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_larch" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_4.json new file mode 100644 index 0000000000..f7cd07055f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_larch" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_5.json new file mode 100644 index 0000000000..d83a6e8b22 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_larch" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_6.json new file mode 100644 index 0000000000..5ebb86726d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_larch" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_7.json new file mode 100644 index 0000000000..e4a432dc7d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_larch" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_8.json new file mode 100644 index 0000000000..51410d133a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_larch" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_9.json new file mode 100644 index 0000000000..3cf89001e5 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_larch" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime.json deleted file mode 100644 index 210721abd0..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 3 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_0.json new file mode 100644 index 0000000000..a17b2ab371 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_lime" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_1.json new file mode 100644 index 0000000000..4c7ebef765 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_lime" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_10.json new file mode 100644 index 0000000000..a0f9830bc5 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_lime" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_11.json new file mode 100644 index 0000000000..4da93f4e28 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_lime" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_12.json new file mode 100644 index 0000000000..cf6211dabc --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_lime" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_13.json new file mode 100644 index 0000000000..2fb7299d16 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_lime" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_14.json new file mode 100644 index 0000000000..be704215f1 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_lime" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_15.json new file mode 100644 index 0000000000..ddc2662c1c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_lime" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_2.json new file mode 100644 index 0000000000..8638a0d499 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_lime" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_3.json new file mode 100644 index 0000000000..b52b4bae22 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_lime" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_4.json new file mode 100644 index 0000000000..6ac8ded621 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_lime" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_5.json new file mode 100644 index 0000000000..91d18749a4 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_lime" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_6.json new file mode 100644 index 0000000000..54f5f9cf8f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_lime" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_7.json new file mode 100644 index 0000000000..5d8a850506 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_lime" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_8.json new file mode 100644 index 0000000000..ed8dddd151 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_lime" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_9.json new file mode 100644 index 0000000000..1b7c927512 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_lime" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe.json deleted file mode 100644 index 671f0fd4c9..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 0 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_0.json new file mode 100644 index 0000000000..befb9482e9 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahoe" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_1.json new file mode 100644 index 0000000000..a19cc4f2b1 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahoe" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_10.json new file mode 100644 index 0000000000..abf00e1aee --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahoe" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_11.json new file mode 100644 index 0000000000..8f00b37643 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahoe" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_12.json new file mode 100644 index 0000000000..6b66c12bd2 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahoe" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_13.json new file mode 100644 index 0000000000..c282a9613d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahoe" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_14.json new file mode 100644 index 0000000000..67d2fef7ea --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahoe" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_15.json new file mode 100644 index 0000000000..4af4a639dd --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahoe" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_2.json new file mode 100644 index 0000000000..c36dd4c438 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahoe" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_3.json new file mode 100644 index 0000000000..a3b532afa8 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahoe" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_4.json new file mode 100644 index 0000000000..1282c761b7 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahoe" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_5.json new file mode 100644 index 0000000000..b2d0050104 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahoe" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_6.json new file mode 100644 index 0000000000..fc5cd52bc0 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahoe" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_7.json new file mode 100644 index 0000000000..82b34f0db2 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahoe" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_8.json new file mode 100644 index 0000000000..fd4c409064 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahoe" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_9.json new file mode 100644 index 0000000000..ccb561a7f0 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahoe" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany.json deleted file mode 100644 index 19061f8bfe..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 10 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_0.json new file mode 100644 index 0000000000..28965491b2 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahogany" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_1.json new file mode 100644 index 0000000000..866f800228 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahogany" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_10.json new file mode 100644 index 0000000000..650eca4938 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahogany" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_11.json new file mode 100644 index 0000000000..e23898c497 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahogany" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_12.json new file mode 100644 index 0000000000..8a9333db33 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahogany" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_13.json new file mode 100644 index 0000000000..498118efc7 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahogany" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_14.json new file mode 100644 index 0000000000..76da21b5c4 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahogany" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_15.json new file mode 100644 index 0000000000..1a6ae2655a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahogany" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_2.json new file mode 100644 index 0000000000..11a6afd14a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahogany" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_3.json new file mode 100644 index 0000000000..727bbb328f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahogany" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_4.json new file mode 100644 index 0000000000..78ec9287db --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahogany" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_5.json new file mode 100644 index 0000000000..a470b96312 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahogany" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_6.json new file mode 100644 index 0000000000..24e160f124 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahogany" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_7.json new file mode 100644 index 0000000000..0a90891e67 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahogany" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_8.json new file mode 100644 index 0000000000..bff78ac4aa --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahogany" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_9.json new file mode 100644 index 0000000000..01550d9b83 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahogany" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple.json deleted file mode 100644 index 652a8d308b..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 6 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_0.json new file mode 100644 index 0000000000..60498c3f28 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_maple" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_1.json new file mode 100644 index 0000000000..dbd34ab147 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_maple" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_10.json new file mode 100644 index 0000000000..aa3feaf7cb --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_maple" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_11.json new file mode 100644 index 0000000000..4150f38462 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_maple" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_12.json new file mode 100644 index 0000000000..d6c869fc6a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_maple" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_13.json new file mode 100644 index 0000000000..07aeb80b99 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_maple" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_14.json new file mode 100644 index 0000000000..556f407211 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_maple" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_15.json new file mode 100644 index 0000000000..2a663af5fc --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_maple" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_2.json new file mode 100644 index 0000000000..6a7363faf5 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_maple" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_3.json new file mode 100644 index 0000000000..8de109dae2 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_maple" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_4.json new file mode 100644 index 0000000000..a70430a9ed --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_maple" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_5.json new file mode 100644 index 0000000000..06737e3d7c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_maple" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_6.json new file mode 100644 index 0000000000..ed937e7181 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_maple" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_7.json new file mode 100644 index 0000000000..04e89e56fd --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_maple" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_8.json new file mode 100644 index 0000000000..26762ef867 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_maple" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_9.json new file mode 100644 index 0000000000..5a92c19520 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_maple" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk.json deleted file mode 100644 index 73d286ab40..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 10 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_0.json new file mode 100644 index 0000000000..37bddeef69 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_padauk" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_1.json new file mode 100644 index 0000000000..7a743dcf78 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_padauk" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_10.json new file mode 100644 index 0000000000..90cb7bdc6b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_padauk" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_11.json new file mode 100644 index 0000000000..cac039accc --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_padauk" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_12.json new file mode 100644 index 0000000000..11af919b63 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_padauk" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_13.json new file mode 100644 index 0000000000..78240514bc --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_padauk" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_14.json new file mode 100644 index 0000000000..ae292db056 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_padauk" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_15.json new file mode 100644 index 0000000000..936f5a1b53 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_padauk" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_2.json new file mode 100644 index 0000000000..b7d9df092b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_padauk" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_3.json new file mode 100644 index 0000000000..440b106406 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_padauk" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_4.json new file mode 100644 index 0000000000..775db9a9c0 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_padauk" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_5.json new file mode 100644 index 0000000000..c62bc6fa1a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_padauk" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_6.json new file mode 100644 index 0000000000..510ef9d332 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_padauk" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_7.json new file mode 100644 index 0000000000..d4cbb0fdc4 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_padauk" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_8.json new file mode 100644 index 0000000000..2e9bee01fe --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_padauk" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_9.json new file mode 100644 index 0000000000..a82bb35d49 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_padauk" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm.json deleted file mode 100644 index ce51966a0e..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 2 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_0.json new file mode 100644 index 0000000000..46059db651 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_palm" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_1.json new file mode 100644 index 0000000000..cbe19d0a9f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_palm" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_10.json new file mode 100644 index 0000000000..1591804c24 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_palm" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_11.json new file mode 100644 index 0000000000..8a7a9185ea --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_palm" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_12.json new file mode 100644 index 0000000000..5c67060afa --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_palm" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_13.json new file mode 100644 index 0000000000..969b93e4bd --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_palm" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_14.json new file mode 100644 index 0000000000..91d9194244 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_palm" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_15.json new file mode 100644 index 0000000000..c444f1eea4 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_palm" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_2.json new file mode 100644 index 0000000000..5620ce6e69 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_palm" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_3.json new file mode 100644 index 0000000000..5a9eabd239 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_palm" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_4.json new file mode 100644 index 0000000000..a29ab1e226 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_palm" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_5.json new file mode 100644 index 0000000000..91f9237952 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_palm" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_6.json new file mode 100644 index 0000000000..28cb6b3f33 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_palm" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_7.json new file mode 100644 index 0000000000..7abf0372ae --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_palm" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_8.json new file mode 100644 index 0000000000..172174b54a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_palm" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_9.json new file mode 100644 index 0000000000..b2af0ac1cb --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_palm" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya.json deleted file mode 100644 index f67913a275..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 3 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_0.json new file mode 100644 index 0000000000..2f6216b596 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_papaya" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_1.json new file mode 100644 index 0000000000..437a30d0e7 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_papaya" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_10.json new file mode 100644 index 0000000000..8c8894bcdc --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_papaya" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_11.json new file mode 100644 index 0000000000..168680d437 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_papaya" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_12.json new file mode 100644 index 0000000000..ddf360d1c8 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_papaya" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_13.json new file mode 100644 index 0000000000..7124a7aa9c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_papaya" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_14.json new file mode 100644 index 0000000000..f45f081953 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_papaya" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_15.json new file mode 100644 index 0000000000..ba45753a30 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_papaya" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_2.json new file mode 100644 index 0000000000..00715bae24 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_papaya" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_3.json new file mode 100644 index 0000000000..d1efad8508 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_papaya" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_4.json new file mode 100644 index 0000000000..f21348ffe9 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_papaya" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_5.json new file mode 100644 index 0000000000..3feb0ec91b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_papaya" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_6.json new file mode 100644 index 0000000000..d36c6f1fa3 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_papaya" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_7.json new file mode 100644 index 0000000000..4e2f8b6b55 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_papaya" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_8.json new file mode 100644 index 0000000000..577af6c68c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_papaya" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_9.json new file mode 100644 index 0000000000..2f4d5e4cf6 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_papaya" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine.json deleted file mode 100644 index 62f56679b1..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 4 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_0.json new file mode 100644 index 0000000000..514844d3df --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_pine" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_1.json new file mode 100644 index 0000000000..dc43f2ba3c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_pine" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_10.json new file mode 100644 index 0000000000..a9f2bf117e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_pine" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_11.json new file mode 100644 index 0000000000..0b71f60707 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_pine" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_12.json new file mode 100644 index 0000000000..b9e572fb38 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_pine" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_13.json new file mode 100644 index 0000000000..1d10c0b12f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_pine" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_14.json new file mode 100644 index 0000000000..ed37090ef1 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_pine" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_15.json new file mode 100644 index 0000000000..a67f7f4fe7 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_pine" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_2.json new file mode 100644 index 0000000000..58c676159b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_pine" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_3.json new file mode 100644 index 0000000000..d50a7f8897 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_pine" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_4.json new file mode 100644 index 0000000000..9de6d76589 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_pine" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_5.json new file mode 100644 index 0000000000..626035adfb --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_pine" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_6.json new file mode 100644 index 0000000000..5d5718a861 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_pine" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_7.json new file mode 100644 index 0000000000..91d572b664 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_pine" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_8.json new file mode 100644 index 0000000000..16c8f7f488 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_pine" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_9.json new file mode 100644 index 0000000000..260ddca4c2 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_pine" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum.json deleted file mode 100644 index 89d11dd300..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 5 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_0.json new file mode 100644 index 0000000000..856b62bd23 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_plum" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_1.json new file mode 100644 index 0000000000..4faad79c96 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_plum" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_10.json new file mode 100644 index 0000000000..3840fa3199 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_plum" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_11.json new file mode 100644 index 0000000000..909787cdd7 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_plum" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_12.json new file mode 100644 index 0000000000..ca49479481 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_plum" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_13.json new file mode 100644 index 0000000000..3e1d92a1ca --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_plum" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_14.json new file mode 100644 index 0000000000..b76ed7077b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_plum" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_15.json new file mode 100644 index 0000000000..dc41926a67 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_plum" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_2.json new file mode 100644 index 0000000000..bf9be284df --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_plum" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_3.json new file mode 100644 index 0000000000..62a0c1a099 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_plum" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_4.json new file mode 100644 index 0000000000..05fb682947 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_plum" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_5.json new file mode 100644 index 0000000000..8953f9e9b7 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_plum" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_6.json new file mode 100644 index 0000000000..273b43818a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_plum" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_7.json new file mode 100644 index 0000000000..5f1fe7c17c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_plum" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_8.json new file mode 100644 index 0000000000..91c4a4971c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_plum" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_9.json new file mode 100644 index 0000000000..9cbb0eb1aa --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_plum" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar.json deleted file mode 100644 index 6c3b50e6b3..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 1 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_0.json new file mode 100644 index 0000000000..2dadd9763f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_poplar" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_1.json new file mode 100644 index 0000000000..dd16076c8a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_poplar" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_10.json new file mode 100644 index 0000000000..f8de910d60 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_poplar" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_11.json new file mode 100644 index 0000000000..09b967983f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_poplar" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_12.json new file mode 100644 index 0000000000..550ccf9837 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_poplar" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_13.json new file mode 100644 index 0000000000..f34f60264e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_poplar" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_14.json new file mode 100644 index 0000000000..576127705d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_poplar" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_15.json new file mode 100644 index 0000000000..4fbd96cf26 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_poplar" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_2.json new file mode 100644 index 0000000000..b668af89f0 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_poplar" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_3.json new file mode 100644 index 0000000000..7caa5d10a0 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_poplar" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_4.json new file mode 100644 index 0000000000..25275d6291 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_poplar" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_5.json new file mode 100644 index 0000000000..4b61d6f501 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_poplar" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_6.json new file mode 100644 index 0000000000..ba9a47b342 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_poplar" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_7.json new file mode 100644 index 0000000000..acda1ccd45 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_poplar" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_8.json new file mode 100644 index 0000000000..80584f9836 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_poplar" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_9.json new file mode 100644 index 0000000000..23a9f989ce --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_poplar" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia.json deleted file mode 100644 index 0ffd5dcf37..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 7 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_0.json new file mode 100644 index 0000000000..76ee85e0a7 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_sequoia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_1.json new file mode 100644 index 0000000000..167df4903f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_sequoia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_10.json new file mode 100644 index 0000000000..6a9020a208 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_sequoia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_11.json new file mode 100644 index 0000000000..4211708c07 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_sequoia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_12.json new file mode 100644 index 0000000000..fafc909d73 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_sequoia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_13.json new file mode 100644 index 0000000000..1181cb1b2f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_sequoia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_14.json new file mode 100644 index 0000000000..9a8b461c7b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_sequoia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_15.json new file mode 100644 index 0000000000..e3ceb64c94 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_sequoia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_2.json new file mode 100644 index 0000000000..16bd2c51d2 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_sequoia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_3.json new file mode 100644 index 0000000000..f3999ee277 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_sequoia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_4.json new file mode 100644 index 0000000000..ff92a57cd1 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_sequoia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_5.json new file mode 100644 index 0000000000..73d27701f4 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_sequoia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_6.json new file mode 100644 index 0000000000..1869ef69c3 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_sequoia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_7.json new file mode 100644 index 0000000000..43aedca3d8 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_sequoia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_8.json new file mode 100644 index 0000000000..2ccb097b04 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_sequoia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_9.json new file mode 100644 index 0000000000..1cbec75b50 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_sequoia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak.json deleted file mode 100644 index d444439bf4..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 1 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_0.json new file mode 100644 index 0000000000..6a97eab42a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_teak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_1.json new file mode 100644 index 0000000000..b995b62772 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_teak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_10.json new file mode 100644 index 0000000000..434426dde3 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_teak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_11.json new file mode 100644 index 0000000000..c94334cff5 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_teak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_12.json new file mode 100644 index 0000000000..9dd08ff0db --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_teak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_13.json new file mode 100644 index 0000000000..ed3b525665 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_teak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_14.json new file mode 100644 index 0000000000..fed045e7b4 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_teak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_15.json new file mode 100644 index 0000000000..9691715f19 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_teak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_2.json new file mode 100644 index 0000000000..3aab59b552 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_teak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_3.json new file mode 100644 index 0000000000..a26a1c9b16 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_teak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_4.json new file mode 100644 index 0000000000..d0712cb420 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_teak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_5.json new file mode 100644 index 0000000000..b81ae0a4bb --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_teak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_6.json new file mode 100644 index 0000000000..df293e6c59 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_teak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_7.json new file mode 100644 index 0000000000..9c7d54d2c9 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_teak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_8.json new file mode 100644 index 0000000000..90c2d345bf --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_teak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_9.json new file mode 100644 index 0000000000..dd6ce431bb --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_teak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut.json deleted file mode 100644 index fe32eb623a..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 13 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_0.json new file mode 100644 index 0000000000..dd4965fd31 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_walnut" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_1.json new file mode 100644 index 0000000000..d99754debf --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_walnut" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_10.json new file mode 100644 index 0000000000..0798adb0c2 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_walnut" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_11.json new file mode 100644 index 0000000000..dc271e85ac --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_walnut" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_12.json new file mode 100644 index 0000000000..2a29aec6b0 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_walnut" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_13.json new file mode 100644 index 0000000000..8580c79d1d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_walnut" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_14.json new file mode 100644 index 0000000000..d0211eb4be --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_walnut" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_15.json new file mode 100644 index 0000000000..108bf63c71 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_walnut" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_2.json new file mode 100644 index 0000000000..ccab7665c5 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_walnut" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_3.json new file mode 100644 index 0000000000..f6a5314edc --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_walnut" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_4.json new file mode 100644 index 0000000000..6906f730d3 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_walnut" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_5.json new file mode 100644 index 0000000000..f4bb4c0205 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_walnut" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_6.json new file mode 100644 index 0000000000..1d82ced815 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_walnut" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_7.json new file mode 100644 index 0000000000..74b22c59cf --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_walnut" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_8.json new file mode 100644 index 0000000000..6b3378af2e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_walnut" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_9.json new file mode 100644 index 0000000000..81fc5aded5 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_walnut" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge.json deleted file mode 100644 index 7f53673a08..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 5 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_0.json new file mode 100644 index 0000000000..c45c560a7e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_wenge" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_1.json new file mode 100644 index 0000000000..68f7fcf007 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_wenge" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_10.json new file mode 100644 index 0000000000..76d55e539a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_wenge" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_11.json new file mode 100644 index 0000000000..6dae628e3d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_wenge" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_12.json new file mode 100644 index 0000000000..93b9cd085b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_wenge" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_13.json new file mode 100644 index 0000000000..7d2ca0dc05 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_wenge" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_14.json new file mode 100644 index 0000000000..c78f8cd5f8 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_wenge" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_15.json new file mode 100644 index 0000000000..22ac2b1f58 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_wenge" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_2.json new file mode 100644 index 0000000000..c75066040c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_wenge" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_3.json new file mode 100644 index 0000000000..365feb1237 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_wenge" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_4.json new file mode 100644 index 0000000000..8f64b6dda4 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_wenge" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_5.json new file mode 100644 index 0000000000..2fc65a14e3 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_wenge" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_6.json new file mode 100644 index 0000000000..a1e142e606 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_wenge" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_7.json new file mode 100644 index 0000000000..cdfc1ef18b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_wenge" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_8.json new file mode 100644 index 0000000000..656634338f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_wenge" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_9.json new file mode 100644 index 0000000000..4d550655b4 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_wenge" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow.json deleted file mode 100644 index 8676e91dcf..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 12 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_0.json new file mode 100644 index 0000000000..e37f47d5f0 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_1.json new file mode 100644 index 0000000000..97452f9de4 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_10.json new file mode 100644 index 0000000000..73bda8c5ef --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_11.json new file mode 100644 index 0000000000..70743c8d78 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_12.json new file mode 100644 index 0000000000..87258ac665 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_13.json new file mode 100644 index 0000000000..f39f1c6933 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_14.json new file mode 100644 index 0000000000..d8e7df49eb --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_15.json new file mode 100644 index 0000000000..e47add120b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_2.json new file mode 100644 index 0000000000..4e8f0b0971 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_3.json new file mode 100644 index 0000000000..f89b6111ae --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_4.json new file mode 100644 index 0000000000..8e815aa6ac --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_5.json new file mode 100644 index 0000000000..91388e0a75 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_6.json new file mode 100644 index 0000000000..412996715f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_7.json new file mode 100644 index 0000000000..300912730d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_8.json new file mode 100644 index 0000000000..d5bd6afc2b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_9.json new file mode 100644 index 0000000000..83eaa449f6 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood.json deleted file mode 100644 index f9eda41b70..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 12 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_0.json new file mode 100644 index 0000000000..2a77e6ef03 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_zebrawood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_1.json new file mode 100644 index 0000000000..5fc4809a40 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_zebrawood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_10.json new file mode 100644 index 0000000000..e5ae25f3f0 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_zebrawood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_11.json new file mode 100644 index 0000000000..c61b749827 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_zebrawood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_12.json new file mode 100644 index 0000000000..2b9c5093e7 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_zebrawood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_13.json new file mode 100644 index 0000000000..bc74a16432 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_zebrawood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_14.json new file mode 100644 index 0000000000..1fde044eb8 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_zebrawood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_15.json new file mode 100644 index 0000000000..f7a3a06809 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_zebrawood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_2.json new file mode 100644 index 0000000000..19a7a7aa1e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_zebrawood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_3.json new file mode 100644 index 0000000000..0f790167cc --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_zebrawood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_4.json new file mode 100644 index 0000000000..7b6393b37b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_zebrawood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_5.json new file mode 100644 index 0000000000..76cd148e5b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_zebrawood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_6.json new file mode 100644 index 0000000000..1fa883e3c1 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_zebrawood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_7.json new file mode 100644 index 0000000000..f8136bf82a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_zebrawood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_8.json new file mode 100644 index 0000000000..80aa728b88 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_zebrawood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_9.json new file mode 100644 index 0000000000..eda143ab32 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_zebrawood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood.json deleted file mode 100644 index bca863d7a8..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "immersiveengineering:treated_wood", - "data": 0 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_0.json new file mode 100644 index 0000000000..8b961a84e1 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_1.json new file mode 100644 index 0000000000..2bd376764d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_10.json new file mode 100644 index 0000000000..4cbae7e4a4 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_11.json new file mode 100644 index 0000000000..c1b313a97f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_12.json new file mode 100644 index 0000000000..5a23c52677 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_13.json new file mode 100644 index 0000000000..95757aa98c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_14.json new file mode 100644 index 0000000000..0341b83e67 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_15.json new file mode 100644 index 0000000000..cf961baea0 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_2.json new file mode 100644 index 0000000000..2686e07b2b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_3.json new file mode 100644 index 0000000000..b8b7b03bb0 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_4.json new file mode 100644 index 0000000000..d05d8c1135 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_5.json new file mode 100644 index 0000000000..cd66788d88 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_6.json new file mode 100644 index 0000000000..4241063c51 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_7.json new file mode 100644 index 0000000000..543e212076 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_8.json new file mode 100644 index 0000000000..7960e20e28 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_9.json new file mode 100644 index 0000000000..0e335611cb --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_jungle.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_jungle.json deleted file mode 100644 index b1a340ff91..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_jungle.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "minecraft:planks", - "data": 3 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_jungle_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_jungle_0.json new file mode 100644 index 0000000000..a26c8438b3 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_jungle_0.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_jungle" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_jungle_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_jungle_1.json new file mode 100644 index 0000000000..1a0b310f72 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_jungle_1.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_jungle" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_jungle_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_jungle_10.json new file mode 100644 index 0000000000..8198d2cf3f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_jungle_10.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_jungle" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_jungle_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_jungle_11.json new file mode 100644 index 0000000000..643ea47d95 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_jungle_11.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_jungle" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_jungle_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_jungle_12.json new file mode 100644 index 0000000000..80186315ac --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_jungle_12.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_jungle" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_jungle_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_jungle_13.json new file mode 100644 index 0000000000..47adace921 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_jungle_13.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_jungle" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_jungle_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_jungle_14.json new file mode 100644 index 0000000000..82f97ac8ec --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_jungle_14.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_jungle" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_jungle_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_jungle_15.json new file mode 100644 index 0000000000..af290e5df6 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_jungle_15.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_jungle" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_jungle_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_jungle_2.json new file mode 100644 index 0000000000..e132bbf633 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_jungle_2.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_jungle" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_jungle_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_jungle_3.json new file mode 100644 index 0000000000..548a9fc3d9 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_jungle_3.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_jungle" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_jungle_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_jungle_4.json new file mode 100644 index 0000000000..41e9c3bc77 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_jungle_4.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_jungle" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_jungle_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_jungle_5.json new file mode 100644 index 0000000000..003a2f673e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_jungle_5.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_jungle" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_jungle_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_jungle_6.json new file mode 100644 index 0000000000..89ccb0882d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_jungle_6.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_jungle" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_jungle_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_jungle_7.json new file mode 100644 index 0000000000..9fdcc742e2 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_jungle_7.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_jungle" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_jungle_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_jungle_8.json new file mode 100644 index 0000000000..27a55aa41b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_jungle_8.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_jungle" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_jungle_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_jungle_9.json new file mode 100644 index 0000000000..22882a58a7 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_jungle_9.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_jungle" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth.json deleted file mode 100644 index 04ad36063b..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:overworld_planks", - "data": 2 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_0.json new file mode 100644 index 0000000000..83bf4e4277 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_amaranth" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_1.json new file mode 100644 index 0000000000..b4afbc97b0 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_amaranth" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_10.json new file mode 100644 index 0000000000..8bcc84eea5 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_amaranth" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_11.json new file mode 100644 index 0000000000..03baa37d38 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_amaranth" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_12.json new file mode 100644 index 0000000000..c0b63aadd9 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_amaranth" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_13.json new file mode 100644 index 0000000000..8349ded995 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_amaranth" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_14.json new file mode 100644 index 0000000000..6ca78cb545 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_amaranth" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_15.json new file mode 100644 index 0000000000..48ad67434d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_amaranth" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_2.json new file mode 100644 index 0000000000..7d1ce477c8 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_amaranth" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_3.json new file mode 100644 index 0000000000..027de7e114 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_amaranth" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_4.json new file mode 100644 index 0000000000..4b1b511ed6 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_amaranth" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_5.json new file mode 100644 index 0000000000..06d37aa81a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_amaranth" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_6.json new file mode 100644 index 0000000000..6d6db0fb63 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_amaranth" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_7.json new file mode 100644 index 0000000000..97ee0a778d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_amaranth" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_8.json new file mode 100644 index 0000000000..383e3fa638 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_amaranth" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_9.json new file mode 100644 index 0000000000..5ade364380 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_amaranth" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood.json deleted file mode 100644 index 71a5a1244a..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:nether_planks", - "data": 1 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_0.json new file mode 100644 index 0000000000..089d88cd9d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_bloodwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_1.json new file mode 100644 index 0000000000..0135c6777c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_bloodwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_10.json new file mode 100644 index 0000000000..6c9b309735 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_bloodwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_11.json new file mode 100644 index 0000000000..b592c138b9 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_bloodwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_12.json new file mode 100644 index 0000000000..3877b2a29c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_bloodwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_13.json new file mode 100644 index 0000000000..a128c49982 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_bloodwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_14.json new file mode 100644 index 0000000000..c2c84e88ab --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_bloodwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_15.json new file mode 100644 index 0000000000..35d185c502 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_bloodwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_2.json new file mode 100644 index 0000000000..031d152f75 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_bloodwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_3.json new file mode 100644 index 0000000000..c91c27dd82 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_bloodwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_4.json new file mode 100644 index 0000000000..d66efefe91 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_bloodwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_5.json new file mode 100644 index 0000000000..953e8fe573 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_bloodwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_6.json new file mode 100644 index 0000000000..6d7c3d79bb --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_bloodwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_7.json new file mode 100644 index 0000000000..ec9533937c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_bloodwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_8.json new file mode 100644 index 0000000000..a4fbd8cf51 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_bloodwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_9.json new file mode 100644 index 0000000000..25111fe0cb --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_bloodwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood.json deleted file mode 100644 index aca14b2ca2..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:nether_planks", - "data": 2 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_0.json new file mode 100644 index 0000000000..6aa933c24b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_darkwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_1.json new file mode 100644 index 0000000000..876c93917d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_darkwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_10.json new file mode 100644 index 0000000000..c413f3f006 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_darkwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_11.json new file mode 100644 index 0000000000..c25b21d42d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_darkwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_12.json new file mode 100644 index 0000000000..1d4dfa202c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_darkwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_13.json new file mode 100644 index 0000000000..0208b69657 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_darkwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_14.json new file mode 100644 index 0000000000..5915bf2017 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_darkwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_15.json new file mode 100644 index 0000000000..aa6a0b472e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_darkwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_2.json new file mode 100644 index 0000000000..8dd9d38fb6 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_darkwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_3.json new file mode 100644 index 0000000000..9adb284a30 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_darkwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_4.json new file mode 100644 index 0000000000..2b8f91e03a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_darkwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_5.json new file mode 100644 index 0000000000..a9c5977f4c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_darkwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_6.json new file mode 100644 index 0000000000..5ecd0c8792 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_darkwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_7.json new file mode 100644 index 0000000000..32b883b066 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_darkwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_8.json new file mode 100644 index 0000000000..fb5f8a7494 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_darkwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_9.json new file mode 100644 index 0000000000..dfaf863c70 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_darkwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus.json deleted file mode 100644 index 361ff790f0..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:overworld_planks", - "data": 5 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_0.json new file mode 100644 index 0000000000..b5cf2edb38 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_eucalyptus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_1.json new file mode 100644 index 0000000000..29b5defbc4 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_eucalyptus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_10.json new file mode 100644 index 0000000000..8447e86b82 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_eucalyptus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_11.json new file mode 100644 index 0000000000..e41e17cc9a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_eucalyptus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_12.json new file mode 100644 index 0000000000..198f1387f3 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_eucalyptus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_13.json new file mode 100644 index 0000000000..404c5ca8e0 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_eucalyptus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_14.json new file mode 100644 index 0000000000..194ae9ad26 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_eucalyptus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_15.json new file mode 100644 index 0000000000..b4474f528b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_eucalyptus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_2.json new file mode 100644 index 0000000000..e46dbd057d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_eucalyptus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_3.json new file mode 100644 index 0000000000..1e25e01dae --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_eucalyptus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_4.json new file mode 100644 index 0000000000..4f814e954c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_eucalyptus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_5.json new file mode 100644 index 0000000000..570921c9f0 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_eucalyptus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_6.json new file mode 100644 index 0000000000..edfc6c2533 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_eucalyptus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_7.json new file mode 100644 index 0000000000..dd3df3788c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_eucalyptus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_8.json new file mode 100644 index 0000000000..7a4d80d09e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_eucalyptus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_9.json new file mode 100644 index 0000000000..616641141f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_eucalyptus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood.json deleted file mode 100644 index 8ef2e92127..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:nether_planks", - "data": 3 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_0.json new file mode 100644 index 0000000000..d3b96d38bf --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_fusewood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_1.json new file mode 100644 index 0000000000..33a5041811 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_fusewood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_10.json new file mode 100644 index 0000000000..f1221d8483 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_fusewood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_11.json new file mode 100644 index 0000000000..7ed026c9f4 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_fusewood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_12.json new file mode 100644 index 0000000000..6f0c6ef6e3 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_fusewood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_13.json new file mode 100644 index 0000000000..bd70baaf04 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_fusewood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_14.json new file mode 100644 index 0000000000..b1f318f51b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_fusewood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_15.json new file mode 100644 index 0000000000..2379131414 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_fusewood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_2.json new file mode 100644 index 0000000000..18a9f727e4 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_fusewood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_3.json new file mode 100644 index 0000000000..b43f1a1e65 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_fusewood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_4.json new file mode 100644 index 0000000000..5f43b2e8f3 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_fusewood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_5.json new file mode 100644 index 0000000000..e143d5f3b6 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_fusewood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_6.json new file mode 100644 index 0000000000..255469f3dc --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_fusewood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_7.json new file mode 100644 index 0000000000..d62b431cf9 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_fusewood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_8.json new file mode 100644 index 0000000000..1f868c2756 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_fusewood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_9.json new file mode 100644 index 0000000000..4120dfa8b9 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_fusewood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood.json deleted file mode 100644 index 88d681463d..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:nether_planks", - "data": 0 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_0.json new file mode 100644 index 0000000000..7571dc43d9 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_ghostwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_1.json new file mode 100644 index 0000000000..2dbf554ab6 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_ghostwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_10.json new file mode 100644 index 0000000000..fc3a2916c2 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_ghostwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_11.json new file mode 100644 index 0000000000..678b6bea64 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_ghostwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_12.json new file mode 100644 index 0000000000..aa48219553 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_ghostwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_13.json new file mode 100644 index 0000000000..bbb222f30a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_ghostwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_14.json new file mode 100644 index 0000000000..43a1098eb3 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_ghostwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_15.json new file mode 100644 index 0000000000..eada137bae --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_ghostwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_2.json new file mode 100644 index 0000000000..22522e11f4 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_ghostwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_3.json new file mode 100644 index 0000000000..8c3d3f0dda --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_ghostwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_4.json new file mode 100644 index 0000000000..d01920eac0 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_ghostwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_5.json new file mode 100644 index 0000000000..d18d03c5fb --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_ghostwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_6.json new file mode 100644 index 0000000000..04e56ddc82 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_ghostwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_7.json new file mode 100644 index 0000000000..bf44194e8d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_ghostwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_8.json new file mode 100644 index 0000000000..c1c8367959 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_ghostwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_9.json new file mode 100644 index 0000000000..b93817f0a4 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_ghostwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed.json deleted file mode 100644 index 58139c9dbb..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:overworld_planks", - "data": 6 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_0.json new file mode 100644 index 0000000000..87f7728839 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_hopseed" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_1.json new file mode 100644 index 0000000000..8adfd8d127 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_hopseed" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_10.json new file mode 100644 index 0000000000..a9a03e3540 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_hopseed" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_11.json new file mode 100644 index 0000000000..27a936da33 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_hopseed" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_12.json new file mode 100644 index 0000000000..2c9c439047 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_hopseed" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_13.json new file mode 100644 index 0000000000..d434fbce32 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_hopseed" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_14.json new file mode 100644 index 0000000000..5444cf9cb7 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_hopseed" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_15.json new file mode 100644 index 0000000000..7eb6e44db3 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_hopseed" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_2.json new file mode 100644 index 0000000000..3a5f7516d0 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_hopseed" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_3.json new file mode 100644 index 0000000000..1c602ad60b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_hopseed" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_4.json new file mode 100644 index 0000000000..280677c96f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_hopseed" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_5.json new file mode 100644 index 0000000000..68045491c5 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_hopseed" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_6.json new file mode 100644 index 0000000000..72be29f368 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_hopseed" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_7.json new file mode 100644 index 0000000000..4990f00c29 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_hopseed" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_8.json new file mode 100644 index 0000000000..bd3eb1cfc5 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_hopseed" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_9.json new file mode 100644 index 0000000000..1ea4d773ac --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_hopseed" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple.json deleted file mode 100644 index 196c2baf35..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:overworld_planks", - "data": 0 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_0.json new file mode 100644 index 0000000000..6b58d60a95 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_maple" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_1.json new file mode 100644 index 0000000000..a61002a1aa --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_maple" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_10.json new file mode 100644 index 0000000000..8b245e5622 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_maple" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_11.json new file mode 100644 index 0000000000..bfdd3ea6fb --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_maple" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_12.json new file mode 100644 index 0000000000..5c3266d04d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_maple" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_13.json new file mode 100644 index 0000000000..406f3c4699 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_maple" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_14.json new file mode 100644 index 0000000000..db6d6bb4df --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_maple" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_15.json new file mode 100644 index 0000000000..5fd8361849 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_maple" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_2.json new file mode 100644 index 0000000000..78e5adbac5 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_maple" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_3.json new file mode 100644 index 0000000000..3af05c4212 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_maple" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_4.json new file mode 100644 index 0000000000..0c239786ad --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_maple" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_5.json new file mode 100644 index 0000000000..df29fe665b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_maple" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_6.json new file mode 100644 index 0000000000..22205ec8f9 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_maple" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_7.json new file mode 100644 index 0000000000..fe2c3275ae --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_maple" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_8.json new file mode 100644 index 0000000000..e95f1362f8 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_maple" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_9.json new file mode 100644 index 0000000000..0dd0435d53 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_maple" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura.json deleted file mode 100644 index 2d7599293b..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:overworld_planks", - "data": 7 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_0.json new file mode 100644 index 0000000000..c4cdf57beb --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_sakura" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_1.json new file mode 100644 index 0000000000..24308e2163 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_sakura" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_10.json new file mode 100644 index 0000000000..2b1cd19c27 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_sakura" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_11.json new file mode 100644 index 0000000000..5ea260772d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_sakura" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_12.json new file mode 100644 index 0000000000..fbf946589e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_sakura" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_13.json new file mode 100644 index 0000000000..a43b91dbc8 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_sakura" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_14.json new file mode 100644 index 0000000000..ba12551bb4 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_sakura" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_15.json new file mode 100644 index 0000000000..c2e0da2387 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_sakura" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_2.json new file mode 100644 index 0000000000..890375876b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_sakura" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_3.json new file mode 100644 index 0000000000..cf4cd8aef5 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_sakura" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_4.json new file mode 100644 index 0000000000..a16e90d8dc --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_sakura" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_5.json new file mode 100644 index 0000000000..128208d201 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_sakura" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_6.json new file mode 100644 index 0000000000..f132eb10ef --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_sakura" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_7.json new file mode 100644 index 0000000000..dd2ab58cb7 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_sakura" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_8.json new file mode 100644 index 0000000000..71ad9d2d7a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_sakura" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_9.json new file mode 100644 index 0000000000..588097d5c0 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_sakura" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell.json deleted file mode 100644 index 0d386f9e9f..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:overworld_planks", - "data": 1 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_0.json new file mode 100644 index 0000000000..1839651a8b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_silverbell" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_1.json new file mode 100644 index 0000000000..6866545008 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_silverbell" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_10.json new file mode 100644 index 0000000000..5031468744 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_silverbell" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_11.json new file mode 100644 index 0000000000..6b40caa09a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_silverbell" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_12.json new file mode 100644 index 0000000000..1490f5a41d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_silverbell" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_13.json new file mode 100644 index 0000000000..13cc083a8a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_silverbell" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_14.json new file mode 100644 index 0000000000..10391d7f44 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_silverbell" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_15.json new file mode 100644 index 0000000000..f7256a4093 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_silverbell" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_2.json new file mode 100644 index 0000000000..c45e3b1337 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_silverbell" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_3.json new file mode 100644 index 0000000000..04a64d721e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_silverbell" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_4.json new file mode 100644 index 0000000000..475aa98eb1 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_silverbell" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_5.json new file mode 100644 index 0000000000..b92dc06f34 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_silverbell" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_6.json new file mode 100644 index 0000000000..5dbc578e93 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_silverbell" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_7.json new file mode 100644 index 0000000000..910e15d291 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_silverbell" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_8.json new file mode 100644 index 0000000000..3b9844826e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_silverbell" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_9.json new file mode 100644 index 0000000000..789baa73a6 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_silverbell" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger.json deleted file mode 100644 index 74832581b2..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:overworld_planks", - "data": 3 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_0.json new file mode 100644 index 0000000000..e22a7cecc0 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_tiger" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_1.json new file mode 100644 index 0000000000..b80ada8ea4 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_tiger" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_10.json new file mode 100644 index 0000000000..37bb68c3c4 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_tiger" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_11.json new file mode 100644 index 0000000000..2a70ef0db9 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_tiger" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_12.json new file mode 100644 index 0000000000..5ca0afbcdc --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_tiger" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_13.json new file mode 100644 index 0000000000..26eb9a9897 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_tiger" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_14.json new file mode 100644 index 0000000000..6a5020df9a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_tiger" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_15.json new file mode 100644 index 0000000000..d764973296 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_tiger" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_2.json new file mode 100644 index 0000000000..39fff99ada --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_tiger" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_3.json new file mode 100644 index 0000000000..538761202a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_tiger" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_4.json new file mode 100644 index 0000000000..7c920e9b56 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_tiger" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_5.json new file mode 100644 index 0000000000..a12ea65a24 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_tiger" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_6.json new file mode 100644 index 0000000000..ee35787e63 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_tiger" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_7.json new file mode 100644 index 0000000000..ae7f89e87b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_tiger" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_8.json new file mode 100644 index 0000000000..c9acfff4b9 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_tiger" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_9.json new file mode 100644 index 0000000000..69958d1552 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_tiger" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow.json deleted file mode 100644 index 4fcb3a01f2..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:overworld_planks", - "data": 4 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_0.json new file mode 100644 index 0000000000..b4ea842e37 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_1.json new file mode 100644 index 0000000000..31bc748470 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_10.json new file mode 100644 index 0000000000..ef2e2cde8f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_11.json new file mode 100644 index 0000000000..35c85a5966 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_12.json new file mode 100644 index 0000000000..aeb8741c27 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_13.json new file mode 100644 index 0000000000..72f7f042f0 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_14.json new file mode 100644 index 0000000000..4ac45455a9 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_15.json new file mode 100644 index 0000000000..d7e9450f16 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_2.json new file mode 100644 index 0000000000..def7bba393 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_3.json new file mode 100644 index 0000000000..4ee83d4362 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_4.json new file mode 100644 index 0000000000..d6a36d5c66 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_5.json new file mode 100644 index 0000000000..27d41e77bc --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_6.json new file mode 100644 index 0000000000..e7ffe94f4a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_7.json new file mode 100644 index 0000000000..d91c286fed --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_8.json new file mode 100644 index 0000000000..d7a8dbad0a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_9.json new file mode 100644 index 0000000000..d807c00cf5 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_oak.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_oak.json deleted file mode 100644 index 7fc8facceb..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_oak.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "minecraft:planks", - "data": 0 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_oak_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_oak_0.json new file mode 100644 index 0000000000..8aa1e9df23 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_oak_0.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_oak_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_oak_1.json new file mode 100644 index 0000000000..10364c294c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_oak_1.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_oak_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_oak_10.json new file mode 100644 index 0000000000..120dede8cb --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_oak_10.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_oak_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_oak_11.json new file mode 100644 index 0000000000..7c6ee9c7d4 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_oak_11.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_oak_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_oak_12.json new file mode 100644 index 0000000000..89ce280fe3 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_oak_12.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_oak_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_oak_13.json new file mode 100644 index 0000000000..7ffa4b63b5 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_oak_13.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_oak_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_oak_14.json new file mode 100644 index 0000000000..cc24f8f986 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_oak_14.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_oak_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_oak_15.json new file mode 100644 index 0000000000..96edd9a55f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_oak_15.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_oak_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_oak_2.json new file mode 100644 index 0000000000..2875d5f4b0 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_oak_2.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_oak_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_oak_3.json new file mode 100644 index 0000000000..d8fd4348ca --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_oak_3.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_oak_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_oak_4.json new file mode 100644 index 0000000000..9c0dcd9e42 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_oak_4.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_oak_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_oak_5.json new file mode 100644 index 0000000000..01fe2d7c73 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_oak_5.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_oak_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_oak_6.json new file mode 100644 index 0000000000..2c3c731b9b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_oak_6.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_oak_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_oak_7.json new file mode 100644 index 0000000000..e1b2205a39 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_oak_7.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_oak_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_oak_8.json new file mode 100644 index 0000000000..008680514a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_oak_8.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_oak_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_oak_9.json new file mode 100644 index 0000000000..9b78bee0f4 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_oak_9.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_spruce.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_spruce.json deleted file mode 100644 index 6914a9b7bf..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_spruce.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "minecraft:planks", - "data": 1 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_spruce_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_spruce_0.json new file mode 100644 index 0000000000..e82b576ccd --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_spruce_0.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_spruce" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_spruce_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_spruce_1.json new file mode 100644 index 0000000000..a207e75030 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_spruce_1.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_spruce" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_spruce_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_spruce_10.json new file mode 100644 index 0000000000..b9559a44cb --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_spruce_10.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_spruce" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_spruce_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_spruce_11.json new file mode 100644 index 0000000000..8c343e935f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_spruce_11.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_spruce" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_spruce_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_spruce_12.json new file mode 100644 index 0000000000..6a585a6a81 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_spruce_12.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_spruce" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_spruce_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_spruce_13.json new file mode 100644 index 0000000000..a2a7dc0b37 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_spruce_13.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_spruce" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_spruce_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_spruce_14.json new file mode 100644 index 0000000000..73195b3c7b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_spruce_14.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_spruce" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_spruce_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_spruce_15.json new file mode 100644 index 0000000000..b31a678040 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_spruce_15.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_spruce" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_spruce_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_spruce_2.json new file mode 100644 index 0000000000..9b24fcf101 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_spruce_2.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_spruce" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_spruce_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_spruce_3.json new file mode 100644 index 0000000000..d29360fae4 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_spruce_3.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_spruce" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_spruce_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_spruce_4.json new file mode 100644 index 0000000000..a7c29cdf89 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_spruce_4.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_spruce" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_spruce_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_spruce_5.json new file mode 100644 index 0000000000..973b74e31d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_spruce_5.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_spruce" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_spruce_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_spruce_6.json new file mode 100644 index 0000000000..a5d5bb571e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_spruce_6.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_spruce" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_spruce_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_spruce_7.json new file mode 100644 index 0000000000..5a7d8f825d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_spruce_7.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_spruce" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_spruce_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_spruce_8.json new file mode 100644 index 0000000000..478449534e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_spruce_8.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_spruce" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_spruce_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_spruce_9.json new file mode 100644 index 0000000000..6d62d37ae1 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_padded_single_spruce_9.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_spruce" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_acacia.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_acacia.json index 09e0fcc0ae..60fa0370d3 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_acacia.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_acacia.json @@ -1,32 +1,33 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_single_acacia" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_acacia" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_single_acacia" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:planks", + "data": 4 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_acacia" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "minecraft:planks", - "data": 4 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_big_oak.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_big_oak.json index 259689756a..4872172830 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_big_oak.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_big_oak.json @@ -1,32 +1,33 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_single_big_oak" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_big_oak" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_single_big_oak" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:planks", + "data": 5 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_big_oak" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "minecraft:planks", - "data": 5 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_cherry.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_cherry.json index 9166e418e4..88519092d8 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_cherry.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_cherry.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_cherry" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_cherry" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_cherry" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 1 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_cherry" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 1 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_ebony.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_ebony.json index 577c549252..83a5d8536a 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_ebony.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_ebony.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ebony" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ebony" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ebony" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 14 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ebony" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 14 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_ethereal.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_ethereal.json index 44af3376b0..b2c7b1543e 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_ethereal.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_ethereal.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ethereal" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ethereal" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ethereal" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 4 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ethereal" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 4 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_eucalyptus.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_eucalyptus.json index ffd3a45376..9f3368ffda 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_eucalyptus.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_eucalyptus.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_eucalyptus" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_eucalyptus" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_eucalyptus" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 15 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_eucalyptus" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 15 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_fir.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_fir.json index e65a8926c2..e1e15bdc69 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_fir.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_fir.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_fir" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_fir" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_fir" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 3 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_fir" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 3 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_hellbark.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_hellbark.json index 2dc95c39ae..5554eefb7d 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_hellbark.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_hellbark.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_hellbark" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_hellbark" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_hellbark" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 11 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_hellbark" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 11 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_jacaranda.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_jacaranda.json index b25f670afb..be3290e497 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_jacaranda.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_jacaranda.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_jacaranda" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_jacaranda" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_jacaranda" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 12 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_jacaranda" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 12 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_magic.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_magic.json index e239731561..977099ec6b 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_magic.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_magic.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_magic" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_magic" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_magic" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 5 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_magic" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 5 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_mahogany.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_mahogany.json index fd56c62b74..33e44c93b0 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_mahogany.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_mahogany.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mahogany" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mahogany" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mahogany" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 13 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mahogany" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 13 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_mangrove.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_mangrove.json index 22bbb31865..4093a45883 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_mangrove.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_mangrove.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mangrove" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mangrove" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mangrove" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 6 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mangrove" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 6 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_palm.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_palm.json index f03e52bcaf..53fab983d0 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_palm.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_palm.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_palm" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_palm" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_palm" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 7 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_palm" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 7 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_pine.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_pine.json index b55a92b5f3..b9cdcd1243 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_pine.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_pine.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_pine" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_pine" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_pine" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 10 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_pine" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 10 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_redwood.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_redwood.json index 91e3676b57..9184b3f25e 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_redwood.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_redwood.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_redwood" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_redwood" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_redwood" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 8 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_redwood" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 8 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_sacred_oak.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_sacred_oak.json index d82b4d6753..35597ffd6a 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_sacred_oak.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_sacred_oak.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_sacred_oak" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_sacred_oak" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_sacred_oak" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_sacred_oak" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 0 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_umbran.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_umbran.json index 9be547987b..a998e6d233 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_umbran.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_umbran.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_umbran" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_umbran" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_umbran" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 2 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_umbran" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 2 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_willow.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_willow.json index 4dc706a8a9..77d04810e8 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_willow.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_willow.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_willow" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_willow" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_willow" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 9 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_willow" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 9 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_birch.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_birch.json index 2b3c1db357..2d24dabfaa 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_birch.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_birch.json @@ -1,32 +1,33 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_single_birch" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_birch" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_single_birch" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:planks", + "data": 2 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_birch" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "minecraft:planks", - "data": 2 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_acacia.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_acacia.json index 9a37e119db..d67a513567 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_acacia.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_acacia.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_acacia" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_acacia" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_acacia" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 2 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_acacia" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 2 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_balsa.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_balsa.json index d7b677007e..b16e6367ee 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_balsa.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_balsa.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_balsa" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_balsa" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_balsa" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 11 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_balsa" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 11 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_baobab.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_baobab.json index ad5f123b66..1e88a19ba6 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_baobab.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_baobab.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_baobab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_baobab" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_baobab" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 6 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_baobab" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 6 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_cherry.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_cherry.json index ab472edfb7..6c50dd500b 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_cherry.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_cherry.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cherry" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cherry" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cherry" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 15 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cherry" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 15 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_chestnut.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_chestnut.json index 7cf968a997..42d6ed379a 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_chestnut.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_chestnut.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_chestnut" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_chestnut" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_chestnut" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 4 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_chestnut" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 4 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_citrus.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_citrus.json index 2167242079..493b5d0128 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_citrus.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_citrus.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_citrus" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_citrus" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_citrus" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.1", + "data": 7 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_citrus" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 7 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_cocobolo.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_cocobolo.json index 3ce9d6ada3..231d10f4b8 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_cocobolo.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_cocobolo.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cocobolo" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cocobolo" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cocobolo" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.1", + "data": 11 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cocobolo" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 11 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_ebony.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_ebony.json index 5e5116063a..3e4cdc38e8 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_ebony.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_ebony.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ebony" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ebony" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ebony" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 9 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ebony" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 9 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_giganteum.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_giganteum.json index fa46b772b8..fa9d197ef9 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_giganteum.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_giganteum.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_giganteum" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_giganteum" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_giganteum" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.1", + "data": 8 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_giganteum" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 8 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_greenheart.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_greenheart.json index 99ff882c9b..481ee872c5 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_greenheart.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_greenheart.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_greenheart" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_greenheart" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_greenheart" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 14 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_greenheart" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 14 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_ipe.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_ipe.json index 524e6dba3d..84184fe572 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_ipe.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_ipe.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ipe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ipe" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ipe" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.1", + "data": 9 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ipe" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 9 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_kapok.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_kapok.json index 1e406201f2..8a375de13d 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_kapok.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_kapok.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_kapok" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_kapok" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_kapok" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 8 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_kapok" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 8 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_larch.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_larch.json index 2b237fdd22..ecc7c1344d 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_larch.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_larch.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_larch" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_larch" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_larch" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_larch" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 0 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_lime.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_lime.json index 026c7e13c3..c2f0fe1c40 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_lime.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_lime.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_lime" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_lime" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_lime" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 3 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_lime" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 3 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_mahoe.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_mahoe.json index 833ac6134e..a29c078880 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_mahoe.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_mahoe.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahoe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahoe" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahoe" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.1", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahoe" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 0 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_mahogany.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_mahogany.json index d7ad5f534c..eca1ea44ce 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_mahogany.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_mahogany.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahogany" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahogany" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahogany" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 10 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahogany" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 10 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_maple.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_maple.json index fcb8735d50..11650ee561 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_maple.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_maple.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_maple" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_maple" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_maple" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.1", + "data": 6 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_maple" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 6 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_padauk.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_padauk.json index 5dd1aad9b9..5fe2cea56a 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_padauk.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_padauk.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_padauk" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_padauk" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_padauk" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.1", + "data": 10 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_padauk" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 10 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_palm.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_palm.json index 198e8567b8..babb03c2d4 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_palm.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_palm.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_palm" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_palm" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_palm" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.1", + "data": 2 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_palm" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 2 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_papaya.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_papaya.json index d208d60a7d..8b3cb1af59 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_papaya.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_papaya.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_papaya" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_papaya" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_papaya" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.1", + "data": 3 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_papaya" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 3 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_pine.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_pine.json index e8b2e50de4..b8ee5f40ed 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_pine.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_pine.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_pine" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_pine" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_pine" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.1", + "data": 4 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_pine" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 4 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_plum.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_plum.json index 68759e8678..8c6d1486e5 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_plum.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_plum.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_plum" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_plum" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_plum" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.1", + "data": 5 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_plum" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 5 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_poplar.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_poplar.json index 08ceb0a030..157811c22e 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_poplar.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_poplar.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_poplar" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_poplar" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_poplar" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.1", + "data": 1 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_poplar" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 1 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_sequoia.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_sequoia.json index 997d0f297c..63ea519d0b 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_sequoia.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_sequoia.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_sequoia" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_sequoia" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_sequoia" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 7 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_sequoia" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 7 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_teak.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_teak.json index fbea11ee1a..48f61fd920 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_teak.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_teak.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_teak" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_teak" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_teak" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 1 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_teak" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 1 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_walnut.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_walnut.json index e9d8fdacb8..61927f31c1 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_walnut.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_walnut.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_walnut" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_walnut" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_walnut" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 13 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_walnut" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 13 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_wenge.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_wenge.json index 76f22ca5e2..2a587298da 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_wenge.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_wenge.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_wenge" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_wenge" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_wenge" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 5 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_wenge" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 5 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_willow.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_willow.json index 4f9812e108..4b5a0eb51d 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_willow.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_willow.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_willow" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_willow" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_willow" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 12 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_willow" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 12 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_zebrawood.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_zebrawood.json index db9f99451c..6536304805 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_zebrawood.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_forestry_zebrawood.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_zebrawood" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_zebrawood" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_zebrawood" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.1", + "data": 12 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_zebrawood" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 12 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood.json index aeed74ed24..80bef1ace0 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "immersiveengineering:treated_wood", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "immersiveengineering:treated_wood", - "data": 0 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood_1.json new file mode 100644 index 0000000000..607bbbb281 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood_1.json @@ -0,0 +1,39 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "immersiveengineering:treated_wood", + "data": 1 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood_2.json new file mode 100644 index 0000000000..827378d19a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood_2.json @@ -0,0 +1,39 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "immersiveengineering:treated_wood", + "data": 2 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_jungle.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_jungle.json index 3d7df58cd0..8c87e72a26 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_jungle.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_jungle.json @@ -1,32 +1,33 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_single_jungle" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_jungle" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_single_jungle" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:planks", + "data": 3 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_jungle" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "minecraft:planks", - "data": 3 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_natura_amaranth.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_natura_amaranth.json index f0cc43e063..64dee58662 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_natura_amaranth.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_natura_amaranth.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_single_natura_amaranth" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_amaranth" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_single_natura_amaranth" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "natura:overworld_planks", + "data": 2 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_amaranth" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:overworld_planks", - "data": 2 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_natura_bloodwood.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_natura_bloodwood.json index 6626b12f2f..351875629f 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_natura_bloodwood.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_natura_bloodwood.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_single_natura_bloodwood" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_bloodwood" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_single_natura_bloodwood" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "natura:nether_planks", + "data": 1 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_bloodwood" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:nether_planks", - "data": 1 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_natura_darkwood.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_natura_darkwood.json index c91238cfe5..7c6b2c54b6 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_natura_darkwood.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_natura_darkwood.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_single_natura_darkwood" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_darkwood" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_single_natura_darkwood" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "natura:nether_planks", + "data": 2 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_darkwood" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:nether_planks", - "data": 2 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_natura_eucalyptus.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_natura_eucalyptus.json index cc6324dbeb..ef3a10635f 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_natura_eucalyptus.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_natura_eucalyptus.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_single_natura_eucalyptus" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_eucalyptus" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_single_natura_eucalyptus" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "natura:overworld_planks", + "data": 5 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_eucalyptus" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:overworld_planks", - "data": 5 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_natura_fusewood.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_natura_fusewood.json index 89025b2240..fa6d33a250 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_natura_fusewood.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_natura_fusewood.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_single_natura_fusewood" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_fusewood" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_single_natura_fusewood" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "natura:nether_planks", + "data": 3 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_fusewood" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:nether_planks", - "data": 3 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_natura_ghostwood.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_natura_ghostwood.json index b12e50e421..0a64099553 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_natura_ghostwood.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_natura_ghostwood.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_single_natura_ghostwood" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_ghostwood" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_single_natura_ghostwood" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "natura:nether_planks", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_ghostwood" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:nether_planks", - "data": 0 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_natura_hopseed.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_natura_hopseed.json index 264d99227b..1d6446fd81 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_natura_hopseed.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_natura_hopseed.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_single_natura_hopseed" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_hopseed" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_single_natura_hopseed" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "natura:overworld_planks", + "data": 6 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_hopseed" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:overworld_planks", - "data": 6 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_natura_maple.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_natura_maple.json index 20f899cd37..a6ab8bd59d 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_natura_maple.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_natura_maple.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_single_natura_maple" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_maple" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_single_natura_maple" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "natura:overworld_planks", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_maple" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:overworld_planks", - "data": 0 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_natura_sakura.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_natura_sakura.json index ad829bf34f..e87354208f 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_natura_sakura.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_natura_sakura.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_single_natura_sakura" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_sakura" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_single_natura_sakura" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "natura:overworld_planks", + "data": 7 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_sakura" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:overworld_planks", - "data": 7 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_natura_silverbell.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_natura_silverbell.json index 881e9a1709..362a92580e 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_natura_silverbell.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_natura_silverbell.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_single_natura_silverbell" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_silverbell" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_single_natura_silverbell" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "natura:overworld_planks", + "data": 1 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_silverbell" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:overworld_planks", - "data": 1 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_natura_tiger.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_natura_tiger.json index 95aaf346a3..b8a13bf873 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_natura_tiger.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_natura_tiger.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_single_natura_tiger" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_tiger" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_single_natura_tiger" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "natura:overworld_planks", + "data": 3 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_tiger" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:overworld_planks", - "data": 3 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_natura_willow.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_natura_willow.json index 85145f5783..eeef8d86e0 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_natura_willow.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_natura_willow.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_single_natura_willow" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_willow" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_single_natura_willow" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "natura:overworld_planks", + "data": 4 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_willow" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:overworld_planks", - "data": 4 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_oak.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_oak.json index 61398275c6..65819a3ae0 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_oak.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_oak.json @@ -1,32 +1,33 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_single_oak" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_oak" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_single_oak" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:planks", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_oak" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "minecraft:planks", - "data": 0 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_spruce.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_spruce.json index cc60b5b4d6..bcd9920173 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_spruce.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_back_single_spruce.json @@ -1,32 +1,33 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_back_single_spruce" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_spruce" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_back_single_spruce" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:planks", + "data": 1 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_back_single_spruce" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "minecraft:planks", - "data": 1 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_acacia.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_acacia.json index 1584ce3780..a8b04c9d70 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_acacia.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_acacia.json @@ -1,32 +1,33 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_log_single_acacia" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_acacia" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_log_single_acacia" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:log2", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_acacia" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "minecraft:planks", - "data": 4 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_big_oak.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_big_oak.json index 4ffd5834dd..6ec70913a9 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_big_oak.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_big_oak.json @@ -1,32 +1,33 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_log_single_big_oak" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_big_oak" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_log_single_big_oak" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:log2", + "data": 1 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_big_oak" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "minecraft:planks", - "data": 5 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_cherry.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_cherry.json index ae234ec605..996ad8e6e0 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_cherry.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_cherry.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_cherry" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_cherry" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_cherry" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:log_0", + "data": 5 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_cherry" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 1 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_ebony.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_ebony.json index 94fb2e8960..e4166b5bdd 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_ebony.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_ebony.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_ebony" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_ebony" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_ebony" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:log_3", + "data": 6 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_ebony" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 14 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_ethereal.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_ethereal.json index f7eca73d76..a6a13686bd 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_ethereal.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_ethereal.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_ethereal" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_ethereal" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_ethereal" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:log_1", + "data": 4 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_ethereal" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 4 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_eucalyptus.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_eucalyptus.json index 03aa5e0b57..e19ba2c4ca 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_eucalyptus.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_eucalyptus.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_eucalyptus" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_eucalyptus" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_eucalyptus" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:log_3", + "data": 7 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_eucalyptus" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 15 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_fir.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_fir.json index a265e26dd9..b917d94afc 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_fir.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_fir.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_fir" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_fir" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_fir" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:log_0", + "data": 7 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_fir" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 3 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_hellbark.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_hellbark.json index f9cdbf2722..05f5857dae 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_hellbark.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_hellbark.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_hellbark" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_hellbark" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_hellbark" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:log_2", + "data": 7 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_hellbark" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 11 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_jacaranda.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_jacaranda.json index 1689388add..2a3886ebe1 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_jacaranda.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_jacaranda.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_jacaranda" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_jacaranda" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_jacaranda" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:log_3", + "data": 4 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_jacaranda" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 12 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_magic.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_magic.json index 598ab78e10..c74cf6d279 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_magic.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_magic.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_magic" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_magic" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_magic" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:log_1", + "data": 5 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_magic" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 5 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_mahogany.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_mahogany.json index cbee531606..a21a1d6156 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_mahogany.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_mahogany.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_mahogany" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_mahogany" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_mahogany" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:log_3", + "data": 5 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_mahogany" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 13 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_mangrove.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_mangrove.json index afc5002d82..07b57106d8 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_mangrove.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_mangrove.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_mangrove" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_mangrove" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_mangrove" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:log_1", + "data": 6 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_mangrove" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 6 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_palm.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_palm.json index 17fb62bb6b..4146651c93 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_palm.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_palm.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_palm" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_palm" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_palm" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:log_1", + "data": 7 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_palm" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 7 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_pine.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_pine.json index 1efa8102d0..32d270fdfd 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_pine.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_pine.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_pine" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_pine" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_pine" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:log_2", + "data": 6 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_pine" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 10 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_redwood.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_redwood.json index 53695b228d..513b530c2d 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_redwood.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_redwood.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_redwood" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_redwood" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_redwood" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:log_2", + "data": 4 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_redwood" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 8 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_sacred_oak.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_sacred_oak.json index 4a6b13ecd0..336079821c 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_sacred_oak.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_sacred_oak.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_sacred_oak" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_sacred_oak" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_sacred_oak" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:log_0", + "data": 4 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_sacred_oak" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 0 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_umbran.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_umbran.json index 1876140575..e49fa56b09 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_umbran.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_umbran.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_umbran" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_umbran" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_umbran" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:log_0", + "data": 6 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_umbran" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 2 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_willow.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_willow.json index 5eaced9edd..0710eae2fe 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_willow.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_willow.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_willow" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_willow" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_willow" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:log_2", + "data": 5 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_willow" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 9 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_birch.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_birch.json index a6808825d0..dc33457055 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_birch.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_birch.json @@ -1,32 +1,33 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_log_single_birch" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_birch" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_log_single_birch" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:log", + "data": 2 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_birch" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "minecraft:planks", - "data": 2 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_acacia.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_acacia.json index 27c2139636..0463c7faab 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_acacia.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_acacia.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_acacia" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_acacia" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_acacia" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:logs.0", + "data": 2 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_acacia" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 2 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_balsa.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_balsa.json index 6dd3e7c654..1e29b20406 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_balsa.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_balsa.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_balsa" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_balsa" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_balsa" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:logs.2", + "data": 3 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_balsa" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 11 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_baobab.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_baobab.json index 51f9429935..0843da5baf 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_baobab.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_baobab.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_baobab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_baobab" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_baobab" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:logs.1", + "data": 2 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_baobab" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 6 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_cherry.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_cherry.json index f372893546..b5bddbb919 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_cherry.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_cherry.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_cherry" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_cherry" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_cherry" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:logs.3", + "data": 3 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_cherry" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 15 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_chestnut.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_chestnut.json index 93cc410f7d..ccc9ee28e4 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_chestnut.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_chestnut.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_chestnut" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_chestnut" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_chestnut" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:logs.1", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_chestnut" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 4 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_citrus.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_citrus.json index 74d81f369b..05ea5f8cad 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_citrus.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_citrus.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_citrus" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_citrus" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_citrus" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:logs.5", + "data": 3 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_citrus" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 7 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_cocobolo.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_cocobolo.json index be8b3678ab..4992c76855 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_cocobolo.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_cocobolo.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_cocobolo" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_cocobolo" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_cocobolo" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:logs.6", + "data": 3 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_cocobolo" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 11 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_ebony.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_ebony.json index fc12092412..cb8aee16e3 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_ebony.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_ebony.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_ebony" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_ebony" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_ebony" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:logs.2", + "data": 1 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_ebony" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 9 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_giganteum.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_giganteum.json index dd7e909700..dafe4c7c57 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_giganteum.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_giganteum.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_giganteum" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_giganteum" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_giganteum" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:logs.6", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_giganteum" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 8 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_greenheart.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_greenheart.json index b1ac3aeb02..c13e6918aa 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_greenheart.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_greenheart.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_greenheart" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_greenheart" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_greenheart" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:logs.3", + "data": 2 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_greenheart" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 14 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_ipe.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_ipe.json index 09f66497d3..02ea3080d5 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_ipe.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_ipe.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_ipe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_ipe" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_ipe" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:logs.6", + "data": 1 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_ipe" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 9 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_kapok.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_kapok.json index d504a461b9..1a9699d2fa 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_kapok.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_kapok.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_kapok" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_kapok" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_kapok" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:logs.2", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_kapok" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 8 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_larch.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_larch.json index 64bd90ada4..384a1dd30a 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_larch.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_larch.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_larch" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_larch" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_larch" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:logs.0", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_larch" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 0 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_lime.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_lime.json index 0eb67d91e1..c97555a606 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_lime.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_lime.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_lime" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_lime" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_lime" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:logs.0", + "data": 3 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_lime" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 3 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_mahoe.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_mahoe.json index eb5acec0b4..91d86c9ff0 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_mahoe.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_mahoe.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_mahoe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_mahoe" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_mahoe" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:logs.4", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_mahoe" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 0 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_mahogany.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_mahogany.json index 0662a9a2eb..a003c75d9d 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_mahogany.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_mahogany.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_mahogany" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_mahogany" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_mahogany" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:logs.2", + "data": 2 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_mahogany" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 10 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_maple.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_maple.json index 2d5b157371..f758df7e16 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_maple.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_maple.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_maple" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_maple" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_maple" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:logs.5", + "data": 2 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_maple" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 6 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_padauk.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_padauk.json index 51df989789..d3054a4245 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_padauk.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_padauk.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_padauk" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_padauk" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_padauk" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:logs.6", + "data": 2 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_padauk" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 10 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_palm.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_palm.json index 52d505d85f..163915d64a 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_palm.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_palm.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_palm" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_palm" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_palm" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:logs.4", + "data": 2 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_palm" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 2 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_papaya.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_papaya.json index e71c68ffa1..36c5c0f8a0 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_papaya.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_papaya.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_papaya" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_papaya" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_papaya" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:logs.4", + "data": 3 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_papaya" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 3 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_pine.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_pine.json index 4e9bc69d5f..c5f1765845 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_pine.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_pine.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_pine" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_pine" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_pine" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:logs.5", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_pine" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 4 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_plum.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_plum.json index 4a6cfdb4d4..86faffebf8 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_plum.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_plum.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_plum" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_plum" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_plum" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:logs.5", + "data": 1 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_plum" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 5 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_poplar.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_poplar.json index 14695f82c3..2c4429422e 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_poplar.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_poplar.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_poplar" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_poplar" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_poplar" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:logs.4", + "data": 1 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_poplar" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 1 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_sequoia.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_sequoia.json index 486c166542..c4ac5dc396 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_sequoia.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_sequoia.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_sequoia" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_sequoia" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_sequoia" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:logs.1", + "data": 3 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_sequoia" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 7 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_teak.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_teak.json index e66587098e..934c359a35 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_teak.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_teak.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_teak" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_teak" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_teak" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:logs.0", + "data": 1 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_teak" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 1 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_walnut.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_walnut.json index ccdf185177..af7b2365dc 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_walnut.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_walnut.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_walnut" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_walnut" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_walnut" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:logs.3", + "data": 1 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_walnut" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 13 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_wenge.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_wenge.json index 36049304b0..f881627db3 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_wenge.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_wenge.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_wenge" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_wenge" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_wenge" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:logs.1", + "data": 1 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_wenge" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 5 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_willow.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_willow.json index f4a8c69d1f..4266b86cb7 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_willow.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_willow.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_willow" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_willow" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_willow" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:logs.3", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_willow" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 12 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_zebrawood.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_zebrawood.json index 11a5e97d28..c05a6a9b5b 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_zebrawood.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_forestry_zebrawood.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_zebrawood" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_zebrawood" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_zebrawood" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:logs.7", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_zebrawood" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 12 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_immersiveengineering_treated_wood.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_immersiveengineering_treated_wood.json deleted file mode 100644 index 70329abbbf..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_immersiveengineering_treated_wood.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_log_single_immersiveengineering_treated_wood" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_immersiveengineering_treated_wood" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "immersiveengineering:treated_wood", - "data": 0 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_jungle.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_jungle.json index db0d5ef6c5..b26eaefb25 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_jungle.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_jungle.json @@ -1,32 +1,33 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_log_single_jungle" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_jungle" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_log_single_jungle" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:log", + "data": 3 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_jungle" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "minecraft:planks", - "data": 3 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_natura_amaranth.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_natura_amaranth.json index 47070b0382..14c1d794fd 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_natura_amaranth.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_natura_amaranth.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_log_single_natura_amaranth" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_natura_amaranth" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_log_single_natura_amaranth" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "natura:overworld_logs", + "data": 2 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_natura_amaranth" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:overworld_planks", - "data": 2 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_natura_bloodwood.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_natura_bloodwood.json index 45eba9f6a4..803c54fd27 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_natura_bloodwood.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_natura_bloodwood.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_log_single_natura_bloodwood" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_natura_bloodwood" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_log_single_natura_bloodwood" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "natura:nether_logs2", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_natura_bloodwood" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:nether_planks", - "data": 1 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_natura_darkwood.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_natura_darkwood.json index ee78370cc5..46c19bf4ab 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_natura_darkwood.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_natura_darkwood.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_log_single_natura_darkwood" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_natura_darkwood" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_log_single_natura_darkwood" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "natura:nether_logs", + "data": 1 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_natura_darkwood" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:nether_planks", - "data": 2 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_natura_eucalyptus.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_natura_eucalyptus.json index 070ad7da2a..f09da11385 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_natura_eucalyptus.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_natura_eucalyptus.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_log_single_natura_eucalyptus" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_natura_eucalyptus" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_log_single_natura_eucalyptus" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "natura:overworld_logs2", + "data": 1 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_natura_eucalyptus" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:overworld_planks", - "data": 5 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_natura_fusewood.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_natura_fusewood.json index f62291006f..fdc9cf27b6 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_natura_fusewood.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_natura_fusewood.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_log_single_natura_fusewood" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_natura_fusewood" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_log_single_natura_fusewood" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "natura:nether_logs", + "data": 2 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_natura_fusewood" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:nether_planks", - "data": 3 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_natura_ghostwood.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_natura_ghostwood.json index 26cab37938..5077568655 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_natura_ghostwood.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_natura_ghostwood.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_log_single_natura_ghostwood" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_natura_ghostwood" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_log_single_natura_ghostwood" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "natura:nether_logs", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_natura_ghostwood" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:nether_planks", - "data": 0 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_natura_hopseed.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_natura_hopseed.json index 29019d9c01..86a3eeb44e 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_natura_hopseed.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_natura_hopseed.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_log_single_natura_hopseed" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_natura_hopseed" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_log_single_natura_hopseed" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "natura:overworld_logs2", + "data": 2 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_natura_hopseed" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:overworld_planks", - "data": 6 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_natura_maple.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_natura_maple.json index 861c82fc74..ee79352479 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_natura_maple.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_natura_maple.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_log_single_natura_maple" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_natura_maple" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_log_single_natura_maple" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "natura:overworld_logs", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_natura_maple" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:overworld_planks", - "data": 0 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_natura_sakura.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_natura_sakura.json index 4e5bd1d909..2563b297d9 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_natura_sakura.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_natura_sakura.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_log_single_natura_sakura" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_natura_sakura" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_log_single_natura_sakura" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "natura:overworld_logs2", + "data": 3 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_natura_sakura" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:overworld_planks", - "data": 7 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_natura_silverbell.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_natura_silverbell.json index 9afebd9688..7c2b87f0f1 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_natura_silverbell.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_natura_silverbell.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_log_single_natura_silverbell" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_natura_silverbell" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_log_single_natura_silverbell" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "natura:overworld_logs", + "data": 1 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_natura_silverbell" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:overworld_planks", - "data": 1 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_natura_tiger.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_natura_tiger.json index bfbecff734..ba427525d7 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_natura_tiger.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_natura_tiger.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_log_single_natura_tiger" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_natura_tiger" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_log_single_natura_tiger" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "natura:overworld_logs", + "data": 3 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_natura_tiger" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:overworld_planks", - "data": 3 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_natura_willow.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_natura_willow.json index a076053eb0..eca14939dc 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_natura_willow.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_natura_willow.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_log_single_natura_willow" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_natura_willow" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_log_single_natura_willow" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "natura:overworld_logs2", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_natura_willow" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:overworld_planks", - "data": 4 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_oak.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_oak.json index 1d754208c9..2121c84a96 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_oak.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_oak.json @@ -1,32 +1,33 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_log_single_oak" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_oak" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_log_single_oak" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:log", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_oak" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "minecraft:planks", - "data": 0 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_spruce.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_spruce.json index 58f2d3ca8e..7578974579 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_spruce.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_log_single_spruce.json @@ -1,32 +1,33 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_log_single_spruce" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_spruce" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_log_single_spruce" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:log", + "data": 1 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_log_single_spruce" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "minecraft:planks", - "data": 1 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_acacia.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_acacia.json deleted file mode 100644 index 8bb81f0f54..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_acacia.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "minecraft:planks", - "data": 4 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_acacia_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_acacia_0.json new file mode 100644 index 0000000000..1d7936aeda --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_acacia_0.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_acacia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_acacia_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_acacia_1.json new file mode 100644 index 0000000000..4666827aef --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_acacia_1.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_acacia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_acacia_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_acacia_10.json new file mode 100644 index 0000000000..f9c5e07d35 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_acacia_10.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_acacia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_acacia_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_acacia_11.json new file mode 100644 index 0000000000..935b48b2b7 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_acacia_11.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_acacia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_acacia_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_acacia_12.json new file mode 100644 index 0000000000..cbcb365615 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_acacia_12.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_acacia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_acacia_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_acacia_13.json new file mode 100644 index 0000000000..9b665b6516 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_acacia_13.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_acacia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_acacia_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_acacia_14.json new file mode 100644 index 0000000000..f5b5b9c772 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_acacia_14.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_acacia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_acacia_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_acacia_15.json new file mode 100644 index 0000000000..b7713dad20 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_acacia_15.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_acacia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_acacia_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_acacia_2.json new file mode 100644 index 0000000000..dcb7d07ca6 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_acacia_2.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_acacia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_acacia_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_acacia_3.json new file mode 100644 index 0000000000..66344194dc --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_acacia_3.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_acacia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_acacia_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_acacia_4.json new file mode 100644 index 0000000000..8399beb833 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_acacia_4.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_acacia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_acacia_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_acacia_5.json new file mode 100644 index 0000000000..7437997d39 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_acacia_5.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_acacia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_acacia_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_acacia_6.json new file mode 100644 index 0000000000..6fd89a5e55 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_acacia_6.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_acacia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_acacia_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_acacia_7.json new file mode 100644 index 0000000000..3c436416c5 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_acacia_7.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_acacia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_acacia_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_acacia_8.json new file mode 100644 index 0000000000..21cfa724f7 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_acacia_8.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_acacia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_acacia_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_acacia_9.json new file mode 100644 index 0000000000..f3542e6530 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_acacia_9.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_acacia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_big_oak.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_big_oak.json deleted file mode 100644 index 8657967b22..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_big_oak.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "minecraft:planks", - "data": 5 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_big_oak_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_big_oak_0.json new file mode 100644 index 0000000000..b4d88a4f97 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_big_oak_0.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_big_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_big_oak_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_big_oak_1.json new file mode 100644 index 0000000000..97783fc341 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_big_oak_1.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_big_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_big_oak_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_big_oak_10.json new file mode 100644 index 0000000000..222d815c8f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_big_oak_10.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_big_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_big_oak_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_big_oak_11.json new file mode 100644 index 0000000000..cc13573d2d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_big_oak_11.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_big_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_big_oak_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_big_oak_12.json new file mode 100644 index 0000000000..4dbf1bfb94 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_big_oak_12.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_big_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_big_oak_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_big_oak_13.json new file mode 100644 index 0000000000..64db4848cf --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_big_oak_13.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_big_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_big_oak_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_big_oak_14.json new file mode 100644 index 0000000000..bbe3f39cad --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_big_oak_14.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_big_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_big_oak_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_big_oak_15.json new file mode 100644 index 0000000000..02d4bbcb0e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_big_oak_15.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_big_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_big_oak_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_big_oak_2.json new file mode 100644 index 0000000000..c9eaea4da6 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_big_oak_2.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_big_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_big_oak_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_big_oak_3.json new file mode 100644 index 0000000000..3df7718ed7 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_big_oak_3.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_big_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_big_oak_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_big_oak_4.json new file mode 100644 index 0000000000..0cc5c16590 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_big_oak_4.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_big_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_big_oak_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_big_oak_5.json new file mode 100644 index 0000000000..0d03015d87 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_big_oak_5.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_big_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_big_oak_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_big_oak_6.json new file mode 100644 index 0000000000..1d4c93399c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_big_oak_6.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_big_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_big_oak_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_big_oak_7.json new file mode 100644 index 0000000000..21f4922c21 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_big_oak_7.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_big_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_big_oak_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_big_oak_8.json new file mode 100644 index 0000000000..99313b3996 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_big_oak_8.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_big_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_big_oak_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_big_oak_9.json new file mode 100644 index 0000000000..8caec6ef44 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_big_oak_9.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_big_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry.json deleted file mode 100644 index 4a9d5d05e9..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 1 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_0.json new file mode 100644 index 0000000000..c68104a89a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_cherry" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_1.json new file mode 100644 index 0000000000..6e4e06ccf2 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_cherry" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_10.json new file mode 100644 index 0000000000..b303eecf47 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_cherry" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_11.json new file mode 100644 index 0000000000..56e55e9097 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_cherry" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_12.json new file mode 100644 index 0000000000..006789cc6e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_cherry" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_13.json new file mode 100644 index 0000000000..fcc5262f67 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_cherry" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_14.json new file mode 100644 index 0000000000..727f8a331d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_cherry" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_15.json new file mode 100644 index 0000000000..df55884a52 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_cherry" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_2.json new file mode 100644 index 0000000000..0a0f355009 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_cherry" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_3.json new file mode 100644 index 0000000000..3d24f5c443 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_cherry" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_4.json new file mode 100644 index 0000000000..2e4c823053 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_cherry" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_5.json new file mode 100644 index 0000000000..3370655c65 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_cherry" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_6.json new file mode 100644 index 0000000000..86d19ec8fb --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_cherry" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_7.json new file mode 100644 index 0000000000..7fa45f94ab --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_cherry" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_8.json new file mode 100644 index 0000000000..aadf248c63 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_cherry" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_9.json new file mode 100644 index 0000000000..e13de01901 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_cherry" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony.json deleted file mode 100644 index 7d68bea5d8..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 14 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_0.json new file mode 100644 index 0000000000..afaa06c069 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ebony" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_1.json new file mode 100644 index 0000000000..51c82835cc --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ebony" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_10.json new file mode 100644 index 0000000000..e04436013d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ebony" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_11.json new file mode 100644 index 0000000000..8f39ee60a2 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ebony" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_12.json new file mode 100644 index 0000000000..ea6a681dc2 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ebony" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_13.json new file mode 100644 index 0000000000..858fb7e082 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ebony" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_14.json new file mode 100644 index 0000000000..b217f78d86 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ebony" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_15.json new file mode 100644 index 0000000000..8727879182 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ebony" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_2.json new file mode 100644 index 0000000000..30305f080f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ebony" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_3.json new file mode 100644 index 0000000000..64fbbffdee --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ebony" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_4.json new file mode 100644 index 0000000000..6e13bc8f7c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ebony" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_5.json new file mode 100644 index 0000000000..6fbefb6fe1 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ebony" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_6.json new file mode 100644 index 0000000000..102ac29443 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ebony" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_7.json new file mode 100644 index 0000000000..d937d2e638 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ebony" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_8.json new file mode 100644 index 0000000000..2c5e45ce1d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ebony" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_9.json new file mode 100644 index 0000000000..361dce033f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ebony" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal.json deleted file mode 100644 index f58612dcc3..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 4 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_0.json new file mode 100644 index 0000000000..39e1b6522a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ethereal" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_1.json new file mode 100644 index 0000000000..15510fd306 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ethereal" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_10.json new file mode 100644 index 0000000000..c0dd35d667 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ethereal" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_11.json new file mode 100644 index 0000000000..93a65fa88f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ethereal" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_12.json new file mode 100644 index 0000000000..1f1b107dd7 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ethereal" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_13.json new file mode 100644 index 0000000000..55d6d7ae5f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ethereal" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_14.json new file mode 100644 index 0000000000..69a2b3ec2e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ethereal" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_15.json new file mode 100644 index 0000000000..9d6cffc6a9 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ethereal" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_2.json new file mode 100644 index 0000000000..5a327a6a59 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ethereal" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_3.json new file mode 100644 index 0000000000..6a28adcd3a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ethereal" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_4.json new file mode 100644 index 0000000000..643d09ddd5 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ethereal" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_5.json new file mode 100644 index 0000000000..a7e3b529c3 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ethereal" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_6.json new file mode 100644 index 0000000000..5c0cf7157a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ethereal" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_7.json new file mode 100644 index 0000000000..54d62ab95e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ethereal" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_8.json new file mode 100644 index 0000000000..b7022c4d59 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ethereal" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_9.json new file mode 100644 index 0000000000..0ab5b426a7 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ethereal" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus.json deleted file mode 100644 index 0bffea084a..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 15 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_0.json new file mode 100644 index 0000000000..b8eb3fbcda --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_eucalyptus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_1.json new file mode 100644 index 0000000000..52fdbfbda8 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_eucalyptus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_10.json new file mode 100644 index 0000000000..94cac6e3e9 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_eucalyptus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_11.json new file mode 100644 index 0000000000..3cc33731be --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_eucalyptus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_12.json new file mode 100644 index 0000000000..004cfb7d2b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_eucalyptus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_13.json new file mode 100644 index 0000000000..3943b3ad14 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_eucalyptus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_14.json new file mode 100644 index 0000000000..ff904800b0 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_eucalyptus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_15.json new file mode 100644 index 0000000000..69c6b8bb6f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_eucalyptus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_2.json new file mode 100644 index 0000000000..ce1bc366c1 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_eucalyptus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_3.json new file mode 100644 index 0000000000..39ef7a91f1 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_eucalyptus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_4.json new file mode 100644 index 0000000000..cb653415c6 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_eucalyptus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_5.json new file mode 100644 index 0000000000..7613f5f709 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_eucalyptus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_6.json new file mode 100644 index 0000000000..3719656bd9 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_eucalyptus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_7.json new file mode 100644 index 0000000000..1d6ddc7928 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_eucalyptus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_8.json new file mode 100644 index 0000000000..0e77b8a311 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_eucalyptus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_9.json new file mode 100644 index 0000000000..fb0779aefe --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_eucalyptus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir.json deleted file mode 100644 index b4556d6a2a..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 3 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_0.json new file mode 100644 index 0000000000..bcc12bfb4d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_fir" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_1.json new file mode 100644 index 0000000000..c78840ac44 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_fir" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_10.json new file mode 100644 index 0000000000..a219a44d64 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_fir" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_11.json new file mode 100644 index 0000000000..1d9832ec9f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_fir" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_12.json new file mode 100644 index 0000000000..5c3d6d9ab3 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_fir" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_13.json new file mode 100644 index 0000000000..f59f1a8c03 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_fir" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_14.json new file mode 100644 index 0000000000..a2fd3ef0c2 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_fir" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_15.json new file mode 100644 index 0000000000..f743c2d0a6 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_fir" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_2.json new file mode 100644 index 0000000000..702aed349b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_fir" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_3.json new file mode 100644 index 0000000000..bef234c255 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_fir" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_4.json new file mode 100644 index 0000000000..a89bd0509a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_fir" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_5.json new file mode 100644 index 0000000000..7f4a3ac100 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_fir" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_6.json new file mode 100644 index 0000000000..de5b654397 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_fir" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_7.json new file mode 100644 index 0000000000..6f84151096 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_fir" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_8.json new file mode 100644 index 0000000000..da713d1f5c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_fir" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_9.json new file mode 100644 index 0000000000..5c039fdce1 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_fir" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark.json deleted file mode 100644 index 69be77bdf9..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 11 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_0.json new file mode 100644 index 0000000000..ca7b309f7d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_hellbark" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_1.json new file mode 100644 index 0000000000..c822c92b89 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_hellbark" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_10.json new file mode 100644 index 0000000000..a5f435de4d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_hellbark" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_11.json new file mode 100644 index 0000000000..d0be3661b5 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_hellbark" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_12.json new file mode 100644 index 0000000000..c09ee8da44 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_hellbark" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_13.json new file mode 100644 index 0000000000..ee58f14ea4 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_hellbark" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_14.json new file mode 100644 index 0000000000..6bebd9442c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_hellbark" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_15.json new file mode 100644 index 0000000000..5292eee2e6 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_hellbark" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_2.json new file mode 100644 index 0000000000..de03a3700f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_hellbark" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_3.json new file mode 100644 index 0000000000..b6d9e29cf9 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_hellbark" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_4.json new file mode 100644 index 0000000000..f5aecfb725 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_hellbark" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_5.json new file mode 100644 index 0000000000..5c977e8de7 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_hellbark" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_6.json new file mode 100644 index 0000000000..a185f7dd4d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_hellbark" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_7.json new file mode 100644 index 0000000000..9660f57a73 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_hellbark" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_8.json new file mode 100644 index 0000000000..9c09ed084f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_hellbark" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_9.json new file mode 100644 index 0000000000..bb8502b6b0 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_hellbark" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda.json deleted file mode 100644 index b435e15424..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 12 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_0.json new file mode 100644 index 0000000000..d724d79faf --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_jacaranda" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_1.json new file mode 100644 index 0000000000..b673a68522 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_jacaranda" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_10.json new file mode 100644 index 0000000000..9c90c311af --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_jacaranda" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_11.json new file mode 100644 index 0000000000..ea9aebc6d3 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_jacaranda" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_12.json new file mode 100644 index 0000000000..2d7aa831cc --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_jacaranda" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_13.json new file mode 100644 index 0000000000..909076caae --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_jacaranda" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_14.json new file mode 100644 index 0000000000..eafc8e919a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_jacaranda" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_15.json new file mode 100644 index 0000000000..2be6206317 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_jacaranda" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_2.json new file mode 100644 index 0000000000..62e074ec44 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_jacaranda" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_3.json new file mode 100644 index 0000000000..6b3e05d8dc --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_jacaranda" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_4.json new file mode 100644 index 0000000000..1201f0537f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_jacaranda" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_5.json new file mode 100644 index 0000000000..56ed127edd --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_jacaranda" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_6.json new file mode 100644 index 0000000000..2b6921aa33 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_jacaranda" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_7.json new file mode 100644 index 0000000000..a61fe5f8a0 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_jacaranda" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_8.json new file mode 100644 index 0000000000..f2430e441b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_jacaranda" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_9.json new file mode 100644 index 0000000000..d913e8fbfe --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_jacaranda" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic.json deleted file mode 100644 index 3a3084932e..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 5 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_0.json new file mode 100644 index 0000000000..6fbb9afc19 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_magic" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_1.json new file mode 100644 index 0000000000..b6c9a1a700 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_magic" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_10.json new file mode 100644 index 0000000000..e9e161873d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_magic" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_11.json new file mode 100644 index 0000000000..ef945fb7ce --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_magic" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_12.json new file mode 100644 index 0000000000..4661a9f15d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_magic" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_13.json new file mode 100644 index 0000000000..5742a2b89e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_magic" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_14.json new file mode 100644 index 0000000000..d569e350e1 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_magic" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_15.json new file mode 100644 index 0000000000..e872077db7 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_magic" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_2.json new file mode 100644 index 0000000000..b69adf8862 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_magic" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_3.json new file mode 100644 index 0000000000..6484c640f2 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_magic" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_4.json new file mode 100644 index 0000000000..6352ac81e2 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_magic" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_5.json new file mode 100644 index 0000000000..2de3e4c99d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_magic" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_6.json new file mode 100644 index 0000000000..8b9dfcb473 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_magic" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_7.json new file mode 100644 index 0000000000..58ac9336ec --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_magic" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_8.json new file mode 100644 index 0000000000..db1a558527 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_magic" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_9.json new file mode 100644 index 0000000000..f6abf6af57 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_magic" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany.json deleted file mode 100644 index 3c8ef19a15..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 13 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_0.json new file mode 100644 index 0000000000..629b73a313 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mahogany" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_1.json new file mode 100644 index 0000000000..93ad170752 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mahogany" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_10.json new file mode 100644 index 0000000000..d371fb2732 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mahogany" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_11.json new file mode 100644 index 0000000000..85a375fa74 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mahogany" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_12.json new file mode 100644 index 0000000000..30a79908cb --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mahogany" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_13.json new file mode 100644 index 0000000000..ea2a3369ea --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mahogany" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_14.json new file mode 100644 index 0000000000..143122b381 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mahogany" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_15.json new file mode 100644 index 0000000000..ea6e028c1c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mahogany" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_2.json new file mode 100644 index 0000000000..d7d8ae3445 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mahogany" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_3.json new file mode 100644 index 0000000000..ea4f2e22b3 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mahogany" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_4.json new file mode 100644 index 0000000000..26439b6421 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mahogany" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_5.json new file mode 100644 index 0000000000..4224acafec --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mahogany" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_6.json new file mode 100644 index 0000000000..5dc3ee920f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mahogany" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_7.json new file mode 100644 index 0000000000..ee214b970b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mahogany" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_8.json new file mode 100644 index 0000000000..dfb68134fe --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mahogany" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_9.json new file mode 100644 index 0000000000..636ecd8ea1 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mahogany" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove.json deleted file mode 100644 index 0fc6820bfd..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 6 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_0.json new file mode 100644 index 0000000000..1af52bb4c6 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mangrove" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_1.json new file mode 100644 index 0000000000..28e5c63285 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mangrove" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_10.json new file mode 100644 index 0000000000..49f36ef06e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mangrove" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_11.json new file mode 100644 index 0000000000..a1044ae4bb --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mangrove" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_12.json new file mode 100644 index 0000000000..9fd3862dea --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mangrove" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_13.json new file mode 100644 index 0000000000..dd2bf2626c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mangrove" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_14.json new file mode 100644 index 0000000000..a9bd688ccc --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mangrove" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_15.json new file mode 100644 index 0000000000..054249e7ef --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mangrove" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_2.json new file mode 100644 index 0000000000..6b04672679 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mangrove" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_3.json new file mode 100644 index 0000000000..8aab5a6f3b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mangrove" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_4.json new file mode 100644 index 0000000000..364415b6af --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mangrove" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_5.json new file mode 100644 index 0000000000..55272fb587 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mangrove" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_6.json new file mode 100644 index 0000000000..ee3c58e53d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mangrove" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_7.json new file mode 100644 index 0000000000..b801dabd63 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mangrove" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_8.json new file mode 100644 index 0000000000..f6f1717da7 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mangrove" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_9.json new file mode 100644 index 0000000000..6cb61cca77 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mangrove" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm.json deleted file mode 100644 index f2623cfae9..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 7 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_0.json new file mode 100644 index 0000000000..bd7fcce480 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_palm" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_1.json new file mode 100644 index 0000000000..86f3e1e20f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_palm" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_10.json new file mode 100644 index 0000000000..94c68eaad1 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_palm" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_11.json new file mode 100644 index 0000000000..6ba6ad09bb --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_palm" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_12.json new file mode 100644 index 0000000000..51e95efc1f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_palm" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_13.json new file mode 100644 index 0000000000..7f39e7cce4 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_palm" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_14.json new file mode 100644 index 0000000000..47263b8aee --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_palm" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_15.json new file mode 100644 index 0000000000..fad6564394 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_palm" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_2.json new file mode 100644 index 0000000000..3b79ffcc8f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_palm" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_3.json new file mode 100644 index 0000000000..c065c9de27 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_palm" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_4.json new file mode 100644 index 0000000000..f9ae1bba07 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_palm" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_5.json new file mode 100644 index 0000000000..4c0241e112 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_palm" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_6.json new file mode 100644 index 0000000000..d31d9b4f19 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_palm" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_7.json new file mode 100644 index 0000000000..d0dbae9ecd --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_palm" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_8.json new file mode 100644 index 0000000000..16857f1bac --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_palm" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_9.json new file mode 100644 index 0000000000..06121a906a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_palm" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine.json deleted file mode 100644 index fb66584037..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 10 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_0.json new file mode 100644 index 0000000000..6d5a3c9975 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_pine" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_1.json new file mode 100644 index 0000000000..fd938e7ddc --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_pine" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_10.json new file mode 100644 index 0000000000..39ec31e3fb --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_pine" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_11.json new file mode 100644 index 0000000000..78d85993aa --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_pine" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_12.json new file mode 100644 index 0000000000..04d78249cf --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_pine" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_13.json new file mode 100644 index 0000000000..2622eddceb --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_pine" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_14.json new file mode 100644 index 0000000000..2bbdb2fe9d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_pine" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_15.json new file mode 100644 index 0000000000..b36067d3f6 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_pine" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_2.json new file mode 100644 index 0000000000..099a23bc62 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_pine" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_3.json new file mode 100644 index 0000000000..99e2b3e81f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_pine" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_4.json new file mode 100644 index 0000000000..e1cb6093bb --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_pine" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_5.json new file mode 100644 index 0000000000..e00d56796b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_pine" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_6.json new file mode 100644 index 0000000000..7ea34f2801 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_pine" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_7.json new file mode 100644 index 0000000000..ea83afee8f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_pine" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_8.json new file mode 100644 index 0000000000..7bddcfa1df --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_pine" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_9.json new file mode 100644 index 0000000000..3ec4e28b78 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_pine" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood.json deleted file mode 100644 index 52f1fdd360..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 8 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_0.json new file mode 100644 index 0000000000..1b693af3f0 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_redwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_1.json new file mode 100644 index 0000000000..4dc618f36d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_redwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_10.json new file mode 100644 index 0000000000..b6fff041c7 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_redwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_11.json new file mode 100644 index 0000000000..a97d97f57c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_redwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_12.json new file mode 100644 index 0000000000..4d12ec46b8 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_redwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_13.json new file mode 100644 index 0000000000..251d252483 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_redwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_14.json new file mode 100644 index 0000000000..c527b0938c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_redwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_15.json new file mode 100644 index 0000000000..01a813c716 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_redwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_2.json new file mode 100644 index 0000000000..6834573469 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_redwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_3.json new file mode 100644 index 0000000000..15b0a02321 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_redwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_4.json new file mode 100644 index 0000000000..9ebdbb6bf7 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_redwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_5.json new file mode 100644 index 0000000000..b62f873ca0 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_redwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_6.json new file mode 100644 index 0000000000..cce3d45328 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_redwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_7.json new file mode 100644 index 0000000000..ef29a28d87 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_redwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_8.json new file mode 100644 index 0000000000..cb47f0c81d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_redwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_9.json new file mode 100644 index 0000000000..efaa1d0222 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_redwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak.json deleted file mode 100644 index 11e84de83e..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 0 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_0.json new file mode 100644 index 0000000000..77e8bc12e7 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_sacred_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_1.json new file mode 100644 index 0000000000..1e3a37e780 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_sacred_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_10.json new file mode 100644 index 0000000000..9aa39348db --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_sacred_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_11.json new file mode 100644 index 0000000000..a3f1e8b48e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_sacred_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_12.json new file mode 100644 index 0000000000..efd5084a90 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_sacred_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_13.json new file mode 100644 index 0000000000..ddb8c61b31 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_sacred_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_14.json new file mode 100644 index 0000000000..5ec5847281 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_sacred_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_15.json new file mode 100644 index 0000000000..1c2e9fd0b2 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_sacred_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_2.json new file mode 100644 index 0000000000..30d4350348 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_sacred_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_3.json new file mode 100644 index 0000000000..c7d14f02b0 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_sacred_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_4.json new file mode 100644 index 0000000000..0204599147 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_sacred_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_5.json new file mode 100644 index 0000000000..679f333a4f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_sacred_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_6.json new file mode 100644 index 0000000000..9384d13db7 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_sacred_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_7.json new file mode 100644 index 0000000000..296a09165f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_sacred_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_8.json new file mode 100644 index 0000000000..3c4645951a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_sacred_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_9.json new file mode 100644 index 0000000000..05fc644560 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_sacred_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran.json deleted file mode 100644 index f41ee413cd..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 2 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_0.json new file mode 100644 index 0000000000..958ea195df --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_umbran" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_1.json new file mode 100644 index 0000000000..ca65fa8447 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_umbran" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_10.json new file mode 100644 index 0000000000..c4b2887294 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_umbran" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_11.json new file mode 100644 index 0000000000..babbbfa362 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_umbran" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_12.json new file mode 100644 index 0000000000..e69e2d61ae --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_umbran" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_13.json new file mode 100644 index 0000000000..fc8e8d7ec2 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_umbran" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_14.json new file mode 100644 index 0000000000..3abfc3a9e6 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_umbran" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_15.json new file mode 100644 index 0000000000..50fc31003f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_umbran" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_2.json new file mode 100644 index 0000000000..0b6cf69552 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_umbran" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_3.json new file mode 100644 index 0000000000..e74486821e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_umbran" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_4.json new file mode 100644 index 0000000000..8345f8aeea --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_umbran" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_5.json new file mode 100644 index 0000000000..8374181de1 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_umbran" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_6.json new file mode 100644 index 0000000000..fed07cc7f0 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_umbran" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_7.json new file mode 100644 index 0000000000..b20ea11870 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_umbran" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_8.json new file mode 100644 index 0000000000..9cb00771c0 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_umbran" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_9.json new file mode 100644 index 0000000000..83587e9956 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_umbran" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow.json deleted file mode 100644 index 189060ac97..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 9 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_0.json new file mode 100644 index 0000000000..2a602b0f0b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_1.json new file mode 100644 index 0000000000..54e57d3cb1 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_10.json new file mode 100644 index 0000000000..7814c5509c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_11.json new file mode 100644 index 0000000000..d91217a8bd --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_12.json new file mode 100644 index 0000000000..cd3570a4a5 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_13.json new file mode 100644 index 0000000000..4da07de049 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_14.json new file mode 100644 index 0000000000..87c345d229 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_15.json new file mode 100644 index 0000000000..789fd60b11 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_2.json new file mode 100644 index 0000000000..1e36de9236 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_3.json new file mode 100644 index 0000000000..ffe31243ac --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_4.json new file mode 100644 index 0000000000..cb84347332 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_5.json new file mode 100644 index 0000000000..5700e4f3ac --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_6.json new file mode 100644 index 0000000000..d7ff99e64f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_7.json new file mode 100644 index 0000000000..1577b2a0a8 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_8.json new file mode 100644 index 0000000000..a0b574c7b4 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_9.json new file mode 100644 index 0000000000..3d88fe3aad --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_birch.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_birch.json deleted file mode 100644 index 7a4b11bc7d..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_birch.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_padded_single_birch" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "minecraft:planks", - "data": 2 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_birch_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_birch_0.json new file mode 100644 index 0000000000..f258cd7be2 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_birch_0.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_birch_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_birch" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_birch_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_birch_1.json new file mode 100644 index 0000000000..d2f98f146a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_birch_1.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_birch_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_birch" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_birch_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_birch_10.json new file mode 100644 index 0000000000..f595fdedd1 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_birch_10.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_birch_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_birch" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_birch_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_birch_11.json new file mode 100644 index 0000000000..b0bed6ac0e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_birch_11.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_birch_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_birch" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_birch_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_birch_12.json new file mode 100644 index 0000000000..953e4fd4c1 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_birch_12.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_birch_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_birch" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_birch_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_birch_13.json new file mode 100644 index 0000000000..ddc7c8a015 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_birch_13.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_birch_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_birch" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_birch_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_birch_14.json new file mode 100644 index 0000000000..172fb82cb0 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_birch_14.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_birch_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_birch" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_birch_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_birch_15.json new file mode 100644 index 0000000000..3df8ed2ded --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_birch_15.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_birch_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_birch" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_birch_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_birch_2.json new file mode 100644 index 0000000000..60e42a1ac0 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_birch_2.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_birch_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_birch" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_birch_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_birch_3.json new file mode 100644 index 0000000000..65d2e5b5ff --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_birch_3.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_birch_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_birch" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_birch_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_birch_4.json new file mode 100644 index 0000000000..8c1e4fa7ae --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_birch_4.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_birch_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_birch" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_birch_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_birch_5.json new file mode 100644 index 0000000000..bd52eaee7d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_birch_5.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_birch_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_birch" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_birch_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_birch_6.json new file mode 100644 index 0000000000..6771e64016 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_birch_6.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_birch_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_birch" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_birch_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_birch_7.json new file mode 100644 index 0000000000..9c2ca562d3 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_birch_7.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_birch_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_birch" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_birch_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_birch_8.json new file mode 100644 index 0000000000..180264e30d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_birch_8.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_birch_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_birch" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_birch_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_birch_9.json new file mode 100644 index 0000000000..20a9115bec --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_birch_9.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_birch_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_birch" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia.json deleted file mode 100644 index 3d91b5d4ea..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 2 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_0.json new file mode 100644 index 0000000000..94ac12fe60 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_acacia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_1.json new file mode 100644 index 0000000000..75e20db443 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_acacia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_10.json new file mode 100644 index 0000000000..7bfcf114a5 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_acacia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_11.json new file mode 100644 index 0000000000..d793fd98ef --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_acacia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_12.json new file mode 100644 index 0000000000..58e8021ba6 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_acacia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_13.json new file mode 100644 index 0000000000..2e13d9facd --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_acacia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_14.json new file mode 100644 index 0000000000..bbc817f644 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_acacia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_15.json new file mode 100644 index 0000000000..02f57a324f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_acacia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_2.json new file mode 100644 index 0000000000..cf5f446028 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_acacia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_3.json new file mode 100644 index 0000000000..8fd3403806 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_acacia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_4.json new file mode 100644 index 0000000000..afadac9a4a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_acacia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_5.json new file mode 100644 index 0000000000..c50c97ec71 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_acacia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_6.json new file mode 100644 index 0000000000..2d3cab4ae3 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_acacia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_7.json new file mode 100644 index 0000000000..5d040c3000 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_acacia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_8.json new file mode 100644 index 0000000000..ceb1ab6d53 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_acacia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_9.json new file mode 100644 index 0000000000..6f98ef5c9d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_acacia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa.json deleted file mode 100644 index 1bac24ee0e..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 11 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_0.json new file mode 100644 index 0000000000..934f2ed550 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_balsa" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_1.json new file mode 100644 index 0000000000..f8633e1888 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_balsa" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_10.json new file mode 100644 index 0000000000..044df5786a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_balsa" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_11.json new file mode 100644 index 0000000000..3f9506d8c3 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_balsa" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_12.json new file mode 100644 index 0000000000..e1cead8eb7 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_balsa" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_13.json new file mode 100644 index 0000000000..f27984ff7d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_balsa" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_14.json new file mode 100644 index 0000000000..3790ce101f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_balsa" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_15.json new file mode 100644 index 0000000000..33ff8e468b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_balsa" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_2.json new file mode 100644 index 0000000000..79c7c0bd5b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_balsa" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_3.json new file mode 100644 index 0000000000..e3df6f5fa0 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_balsa" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_4.json new file mode 100644 index 0000000000..f6a8e581e5 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_balsa" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_5.json new file mode 100644 index 0000000000..ff8fe99572 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_balsa" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_6.json new file mode 100644 index 0000000000..42e16118c2 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_balsa" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_7.json new file mode 100644 index 0000000000..e4e38aef26 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_balsa" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_8.json new file mode 100644 index 0000000000..650c479d6e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_balsa" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_9.json new file mode 100644 index 0000000000..2ed17b88f6 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_balsa" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab.json deleted file mode 100644 index ef88b7ee9e..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 6 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_0.json new file mode 100644 index 0000000000..625cf49a98 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_baobab" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_1.json new file mode 100644 index 0000000000..25158f04c6 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_baobab" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_10.json new file mode 100644 index 0000000000..acaaaf32dd --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_baobab" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_11.json new file mode 100644 index 0000000000..9b3b40c9fd --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_baobab" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_12.json new file mode 100644 index 0000000000..1807ae0622 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_baobab" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_13.json new file mode 100644 index 0000000000..7003222ac8 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_baobab" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_14.json new file mode 100644 index 0000000000..5377385849 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_baobab" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_15.json new file mode 100644 index 0000000000..03b065d35e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_baobab" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_2.json new file mode 100644 index 0000000000..5131ef2d38 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_baobab" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_3.json new file mode 100644 index 0000000000..581dbeae69 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_baobab" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_4.json new file mode 100644 index 0000000000..5889dc1107 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_baobab" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_5.json new file mode 100644 index 0000000000..1210bdfcfe --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_baobab" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_6.json new file mode 100644 index 0000000000..3feeda27bc --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_baobab" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_7.json new file mode 100644 index 0000000000..cc4bcbfea5 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_baobab" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_8.json new file mode 100644 index 0000000000..7aac323b06 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_baobab" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_9.json new file mode 100644 index 0000000000..bc6aac4579 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_baobab" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry.json deleted file mode 100644 index dcee247417..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 15 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_0.json new file mode 100644 index 0000000000..7d144af120 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cherry" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_1.json new file mode 100644 index 0000000000..08b740d8f4 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cherry" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_10.json new file mode 100644 index 0000000000..0251a3de06 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cherry" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_11.json new file mode 100644 index 0000000000..ffdf5eab99 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cherry" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_12.json new file mode 100644 index 0000000000..92026111ec --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cherry" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_13.json new file mode 100644 index 0000000000..9a763a638f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cherry" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_14.json new file mode 100644 index 0000000000..e5818a6f1c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cherry" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_15.json new file mode 100644 index 0000000000..aae9d5ac5f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cherry" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_2.json new file mode 100644 index 0000000000..eb5a8cc1cd --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cherry" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_3.json new file mode 100644 index 0000000000..4326c6dc6e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cherry" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_4.json new file mode 100644 index 0000000000..6c074cb53e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cherry" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_5.json new file mode 100644 index 0000000000..37a2cd4bbb --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cherry" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_6.json new file mode 100644 index 0000000000..00c353f238 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cherry" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_7.json new file mode 100644 index 0000000000..58ad0b5413 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cherry" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_8.json new file mode 100644 index 0000000000..3a823abd20 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cherry" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_9.json new file mode 100644 index 0000000000..d615aa2c30 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cherry" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut.json deleted file mode 100644 index 3fae684443..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 4 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_0.json new file mode 100644 index 0000000000..8f64df2f09 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_chestnut" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_1.json new file mode 100644 index 0000000000..29730f70a4 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_chestnut" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_10.json new file mode 100644 index 0000000000..36cf733aaf --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_chestnut" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_11.json new file mode 100644 index 0000000000..0680777eb2 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_chestnut" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_12.json new file mode 100644 index 0000000000..6cd598b1bb --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_chestnut" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_13.json new file mode 100644 index 0000000000..476c1fd8ec --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_chestnut" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_14.json new file mode 100644 index 0000000000..51eb44ddf3 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_chestnut" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_15.json new file mode 100644 index 0000000000..8767a1fa5a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_chestnut" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_2.json new file mode 100644 index 0000000000..88d68cbd83 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_chestnut" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_3.json new file mode 100644 index 0000000000..2b708fd3d5 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_chestnut" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_4.json new file mode 100644 index 0000000000..06531844d6 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_chestnut" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_5.json new file mode 100644 index 0000000000..6004364142 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_chestnut" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_6.json new file mode 100644 index 0000000000..02dc18cdea --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_chestnut" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_7.json new file mode 100644 index 0000000000..1e14c85474 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_chestnut" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_8.json new file mode 100644 index 0000000000..05dd05bad1 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_chestnut" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_9.json new file mode 100644 index 0000000000..a708b12d25 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_chestnut" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus.json deleted file mode 100644 index 7ba79c6bd2..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 7 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_0.json new file mode 100644 index 0000000000..e3618677d1 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_citrus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_1.json new file mode 100644 index 0000000000..76492d1d5e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_citrus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_10.json new file mode 100644 index 0000000000..71864f32b8 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_citrus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_11.json new file mode 100644 index 0000000000..12fb743c7a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_citrus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_12.json new file mode 100644 index 0000000000..44b2761ee3 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_citrus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_13.json new file mode 100644 index 0000000000..bbb2383f0b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_citrus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_14.json new file mode 100644 index 0000000000..cabfd231cf --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_citrus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_15.json new file mode 100644 index 0000000000..6b348ef44d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_citrus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_2.json new file mode 100644 index 0000000000..20407f9bf1 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_citrus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_3.json new file mode 100644 index 0000000000..06ca148075 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_citrus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_4.json new file mode 100644 index 0000000000..ecd3c6bb06 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_citrus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_5.json new file mode 100644 index 0000000000..57e9d2926f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_citrus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_6.json new file mode 100644 index 0000000000..545e14556b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_citrus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_7.json new file mode 100644 index 0000000000..90720af7bc --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_citrus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_8.json new file mode 100644 index 0000000000..ac3189cdf8 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_citrus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_9.json new file mode 100644 index 0000000000..96840c7e0a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_citrus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo.json deleted file mode 100644 index b07ee11a19..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 11 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_0.json new file mode 100644 index 0000000000..af6bd7a161 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cocobolo" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_1.json new file mode 100644 index 0000000000..7a318c7bde --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cocobolo" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_10.json new file mode 100644 index 0000000000..49473be162 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cocobolo" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_11.json new file mode 100644 index 0000000000..3f01c5ac52 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cocobolo" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_12.json new file mode 100644 index 0000000000..7960ab1f96 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cocobolo" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_13.json new file mode 100644 index 0000000000..9664bd2525 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cocobolo" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_14.json new file mode 100644 index 0000000000..92a488e533 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cocobolo" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_15.json new file mode 100644 index 0000000000..20001f0145 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cocobolo" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_2.json new file mode 100644 index 0000000000..67a402ffe0 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cocobolo" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_3.json new file mode 100644 index 0000000000..45fdaac543 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cocobolo" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_4.json new file mode 100644 index 0000000000..f066c59955 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cocobolo" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_5.json new file mode 100644 index 0000000000..1bb94391bf --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cocobolo" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_6.json new file mode 100644 index 0000000000..d353aa3932 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cocobolo" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_7.json new file mode 100644 index 0000000000..f9a90d701f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cocobolo" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_8.json new file mode 100644 index 0000000000..9efce224f0 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cocobolo" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_9.json new file mode 100644 index 0000000000..a8f9a72063 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cocobolo" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony.json deleted file mode 100644 index 8b931bf43a..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 9 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_0.json new file mode 100644 index 0000000000..145b0a7acb --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ebony" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_1.json new file mode 100644 index 0000000000..aeb0d89ce8 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ebony" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_10.json new file mode 100644 index 0000000000..c713416a34 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ebony" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_11.json new file mode 100644 index 0000000000..916514cb80 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ebony" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_12.json new file mode 100644 index 0000000000..f983c3bb51 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ebony" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_13.json new file mode 100644 index 0000000000..394dca7979 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ebony" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_14.json new file mode 100644 index 0000000000..ed318b9788 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ebony" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_15.json new file mode 100644 index 0000000000..9c4b9f2e45 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ebony" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_2.json new file mode 100644 index 0000000000..1cac37be9a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ebony" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_3.json new file mode 100644 index 0000000000..e41c82b8e5 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ebony" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_4.json new file mode 100644 index 0000000000..e83f17ef23 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ebony" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_5.json new file mode 100644 index 0000000000..f32c2670a8 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ebony" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_6.json new file mode 100644 index 0000000000..90db16b3b3 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ebony" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_7.json new file mode 100644 index 0000000000..fbe72f7d09 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ebony" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_8.json new file mode 100644 index 0000000000..81502b0cb4 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ebony" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_9.json new file mode 100644 index 0000000000..7fd04eaefd --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ebony" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum.json deleted file mode 100644 index f42e8e6e8a..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 8 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_0.json new file mode 100644 index 0000000000..9263754633 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_giganteum" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_1.json new file mode 100644 index 0000000000..40211c7f66 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_giganteum" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_10.json new file mode 100644 index 0000000000..a17112e4c0 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_giganteum" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_11.json new file mode 100644 index 0000000000..998de0ead8 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_giganteum" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_12.json new file mode 100644 index 0000000000..88474388e0 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_giganteum" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_13.json new file mode 100644 index 0000000000..aaee16d196 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_giganteum" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_14.json new file mode 100644 index 0000000000..044feb4035 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_giganteum" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_15.json new file mode 100644 index 0000000000..9d61c589c7 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_giganteum" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_2.json new file mode 100644 index 0000000000..4a481ef84e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_giganteum" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_3.json new file mode 100644 index 0000000000..c616cdabfb --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_giganteum" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_4.json new file mode 100644 index 0000000000..be0e6328db --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_giganteum" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_5.json new file mode 100644 index 0000000000..90d7e3dfc0 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_giganteum" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_6.json new file mode 100644 index 0000000000..1e5d6c9a2a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_giganteum" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_7.json new file mode 100644 index 0000000000..47252975ac --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_giganteum" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_8.json new file mode 100644 index 0000000000..b62ee7e82c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_giganteum" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_9.json new file mode 100644 index 0000000000..8d365cbd4b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_giganteum" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart.json deleted file mode 100644 index 32b4122a6c..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 14 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_0.json new file mode 100644 index 0000000000..78463dbb7f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_greenheart" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_1.json new file mode 100644 index 0000000000..2e43817073 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_greenheart" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_10.json new file mode 100644 index 0000000000..815d646652 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_greenheart" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_11.json new file mode 100644 index 0000000000..3594448d6e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_greenheart" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_12.json new file mode 100644 index 0000000000..01fdfada13 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_greenheart" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_13.json new file mode 100644 index 0000000000..1efffe4838 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_greenheart" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_14.json new file mode 100644 index 0000000000..e4bfb00cc5 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_greenheart" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_15.json new file mode 100644 index 0000000000..0b5030a2e0 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_greenheart" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_2.json new file mode 100644 index 0000000000..41d8b66105 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_greenheart" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_3.json new file mode 100644 index 0000000000..e33435fadd --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_greenheart" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_4.json new file mode 100644 index 0000000000..7a5e6425b7 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_greenheart" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_5.json new file mode 100644 index 0000000000..c3e6266ff6 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_greenheart" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_6.json new file mode 100644 index 0000000000..1c64261f95 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_greenheart" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_7.json new file mode 100644 index 0000000000..eff7876869 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_greenheart" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_8.json new file mode 100644 index 0000000000..aa0dae562f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_greenheart" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_9.json new file mode 100644 index 0000000000..fb08390d10 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_greenheart" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe.json deleted file mode 100644 index 07cdb1a120..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 9 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_0.json new file mode 100644 index 0000000000..cfba28de98 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ipe" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_1.json new file mode 100644 index 0000000000..c9bfe84ad6 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ipe" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_10.json new file mode 100644 index 0000000000..9b7335b893 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ipe" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_11.json new file mode 100644 index 0000000000..5cb43b3130 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ipe" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_12.json new file mode 100644 index 0000000000..71043a23aa --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ipe" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_13.json new file mode 100644 index 0000000000..63c288f46f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ipe" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_14.json new file mode 100644 index 0000000000..d9d2dc8d13 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ipe" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_15.json new file mode 100644 index 0000000000..9426fdf88f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ipe" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_2.json new file mode 100644 index 0000000000..4ec49b386c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ipe" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_3.json new file mode 100644 index 0000000000..229adeb67b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ipe" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_4.json new file mode 100644 index 0000000000..4e54e6bab9 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ipe" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_5.json new file mode 100644 index 0000000000..6b51a180ae --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ipe" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_6.json new file mode 100644 index 0000000000..0829b85a84 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ipe" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_7.json new file mode 100644 index 0000000000..9875daab78 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ipe" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_8.json new file mode 100644 index 0000000000..dbc0e3ece4 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ipe" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_9.json new file mode 100644 index 0000000000..907798c8a6 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ipe" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok.json deleted file mode 100644 index 863d9cea49..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 8 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_0.json new file mode 100644 index 0000000000..f68259d3f8 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_kapok" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_1.json new file mode 100644 index 0000000000..60a870db13 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_kapok" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_10.json new file mode 100644 index 0000000000..3fb5c1aa6f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_kapok" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_11.json new file mode 100644 index 0000000000..e943927603 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_kapok" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_12.json new file mode 100644 index 0000000000..8ca7c83b51 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_kapok" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_13.json new file mode 100644 index 0000000000..9e241391d6 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_kapok" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_14.json new file mode 100644 index 0000000000..a3a5aa6a40 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_kapok" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_15.json new file mode 100644 index 0000000000..3975fc44fc --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_kapok" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_2.json new file mode 100644 index 0000000000..2777177c84 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_kapok" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_3.json new file mode 100644 index 0000000000..e534088ca3 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_kapok" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_4.json new file mode 100644 index 0000000000..322399aa4c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_kapok" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_5.json new file mode 100644 index 0000000000..cec64e5de2 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_kapok" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_6.json new file mode 100644 index 0000000000..84dc44f425 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_kapok" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_7.json new file mode 100644 index 0000000000..8734e21af1 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_kapok" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_8.json new file mode 100644 index 0000000000..39b796d485 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_kapok" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_9.json new file mode 100644 index 0000000000..0a54dfb94f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_kapok" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_larch.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_larch.json deleted file mode 100644 index aed8061a8d..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_larch.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 0 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_0.json new file mode 100644 index 0000000000..576715fb65 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_larch" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_1.json new file mode 100644 index 0000000000..387dce2b33 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_larch" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_10.json new file mode 100644 index 0000000000..5f0a586c59 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_larch" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_11.json new file mode 100644 index 0000000000..36c81b4375 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_larch" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_12.json new file mode 100644 index 0000000000..ba2361563d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_larch" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_13.json new file mode 100644 index 0000000000..fb6bbf141e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_larch" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_14.json new file mode 100644 index 0000000000..cbc2f753a3 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_larch" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_15.json new file mode 100644 index 0000000000..f94384e0cb --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_larch" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_2.json new file mode 100644 index 0000000000..4bca528dca --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_larch" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_3.json new file mode 100644 index 0000000000..26cb77fab9 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_larch" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_4.json new file mode 100644 index 0000000000..bf445d0e7e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_larch" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_5.json new file mode 100644 index 0000000000..eb884a91bf --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_larch" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_6.json new file mode 100644 index 0000000000..065ff90c08 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_larch" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_7.json new file mode 100644 index 0000000000..12347e74cf --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_larch" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_8.json new file mode 100644 index 0000000000..1b1f76c18c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_larch" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_9.json new file mode 100644 index 0000000000..886dd41e4a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_larch" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_lime.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_lime.json deleted file mode 100644 index ce0a7e47d6..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_lime.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 3 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_0.json new file mode 100644 index 0000000000..e9b6b1e7f0 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_lime" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_1.json new file mode 100644 index 0000000000..acd2689106 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_lime" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_10.json new file mode 100644 index 0000000000..06c106f818 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_lime" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_11.json new file mode 100644 index 0000000000..5eb48a8be0 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_lime" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_12.json new file mode 100644 index 0000000000..41063cde09 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_lime" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_13.json new file mode 100644 index 0000000000..4b37d6cced --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_lime" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_14.json new file mode 100644 index 0000000000..75509b0f8c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_lime" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_15.json new file mode 100644 index 0000000000..d3e79127e3 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_lime" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_2.json new file mode 100644 index 0000000000..daec9011d1 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_lime" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_3.json new file mode 100644 index 0000000000..47f912f854 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_lime" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_4.json new file mode 100644 index 0000000000..3b0bb5cf2d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_lime" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_5.json new file mode 100644 index 0000000000..56f7739a1a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_lime" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_6.json new file mode 100644 index 0000000000..fef5ea743a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_lime" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_7.json new file mode 100644 index 0000000000..ef6b7c068c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_lime" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_8.json new file mode 100644 index 0000000000..33902daef4 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_lime" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_9.json new file mode 100644 index 0000000000..f428aea63c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_lime" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe.json deleted file mode 100644 index 3ca58aee05..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 0 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_0.json new file mode 100644 index 0000000000..df60a7db26 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahoe" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_1.json new file mode 100644 index 0000000000..42ad1c0e71 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahoe" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_10.json new file mode 100644 index 0000000000..20e1403ac9 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahoe" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_11.json new file mode 100644 index 0000000000..ed070a5ef8 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahoe" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_12.json new file mode 100644 index 0000000000..5ae846c885 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahoe" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_13.json new file mode 100644 index 0000000000..ae3ae2125e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahoe" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_14.json new file mode 100644 index 0000000000..60e173a8e8 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahoe" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_15.json new file mode 100644 index 0000000000..cd84975862 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahoe" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_2.json new file mode 100644 index 0000000000..08d07e3e6f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahoe" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_3.json new file mode 100644 index 0000000000..a5b5f91c7d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahoe" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_4.json new file mode 100644 index 0000000000..ec82da2230 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahoe" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_5.json new file mode 100644 index 0000000000..aac7def988 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahoe" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_6.json new file mode 100644 index 0000000000..7ba34f9ddf --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahoe" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_7.json new file mode 100644 index 0000000000..a79ecd920e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahoe" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_8.json new file mode 100644 index 0000000000..3442ce88bb --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahoe" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_9.json new file mode 100644 index 0000000000..42d9382777 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahoe" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany.json deleted file mode 100644 index c49e976e2b..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 10 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_0.json new file mode 100644 index 0000000000..7ca9004855 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahogany" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_1.json new file mode 100644 index 0000000000..d24f8a658a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahogany" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_10.json new file mode 100644 index 0000000000..f5b90656ab --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahogany" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_11.json new file mode 100644 index 0000000000..aa64df3a79 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahogany" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_12.json new file mode 100644 index 0000000000..b20e650528 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahogany" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_13.json new file mode 100644 index 0000000000..9bd1b730a3 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahogany" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_14.json new file mode 100644 index 0000000000..bdd4da790e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahogany" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_15.json new file mode 100644 index 0000000000..9a9c81abc0 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahogany" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_2.json new file mode 100644 index 0000000000..96cb134eb8 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahogany" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_3.json new file mode 100644 index 0000000000..80fa07e69a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahogany" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_4.json new file mode 100644 index 0000000000..477c033be4 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahogany" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_5.json new file mode 100644 index 0000000000..0f7da10560 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahogany" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_6.json new file mode 100644 index 0000000000..556a3bac05 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahogany" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_7.json new file mode 100644 index 0000000000..47ffe338d9 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahogany" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_8.json new file mode 100644 index 0000000000..b5c0f9688e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahogany" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_9.json new file mode 100644 index 0000000000..de0e3489dc --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahogany" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_maple.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_maple.json deleted file mode 100644 index 3cb8aff955..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_maple.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 6 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_0.json new file mode 100644 index 0000000000..fb8caeff77 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_maple" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_1.json new file mode 100644 index 0000000000..97de3de6b6 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_maple" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_10.json new file mode 100644 index 0000000000..1433290f21 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_maple" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_11.json new file mode 100644 index 0000000000..7c6961db62 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_maple" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_12.json new file mode 100644 index 0000000000..872505af62 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_maple" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_13.json new file mode 100644 index 0000000000..2de1d959cf --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_maple" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_14.json new file mode 100644 index 0000000000..6b5d95ef18 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_maple" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_15.json new file mode 100644 index 0000000000..6964b0b286 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_maple" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_2.json new file mode 100644 index 0000000000..6d9348a878 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_maple" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_3.json new file mode 100644 index 0000000000..13e9bd92fe --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_maple" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_4.json new file mode 100644 index 0000000000..f707dec7ad --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_maple" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_5.json new file mode 100644 index 0000000000..aac8108ca8 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_maple" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_6.json new file mode 100644 index 0000000000..39d1bef9f2 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_maple" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_7.json new file mode 100644 index 0000000000..085ddc649c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_maple" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_8.json new file mode 100644 index 0000000000..0a5d08f2f0 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_maple" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_9.json new file mode 100644 index 0000000000..e8e331b50e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_maple" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk.json deleted file mode 100644 index e27029fc5c..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 10 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_0.json new file mode 100644 index 0000000000..333f36071b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_padauk" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_1.json new file mode 100644 index 0000000000..5b7ffde035 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_padauk" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_10.json new file mode 100644 index 0000000000..5f84717380 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_padauk" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_11.json new file mode 100644 index 0000000000..37a79166d3 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_padauk" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_12.json new file mode 100644 index 0000000000..2591093495 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_padauk" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_13.json new file mode 100644 index 0000000000..8ff791b510 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_padauk" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_14.json new file mode 100644 index 0000000000..38163e7306 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_padauk" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_15.json new file mode 100644 index 0000000000..a5d0f62658 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_padauk" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_2.json new file mode 100644 index 0000000000..a019824238 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_padauk" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_3.json new file mode 100644 index 0000000000..8673956f6b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_padauk" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_4.json new file mode 100644 index 0000000000..ce566b6908 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_padauk" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_5.json new file mode 100644 index 0000000000..27d5aa967b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_padauk" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_6.json new file mode 100644 index 0000000000..d0067d4d00 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_padauk" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_7.json new file mode 100644 index 0000000000..6c1ff9e990 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_padauk" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_8.json new file mode 100644 index 0000000000..80eb8d211d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_padauk" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_9.json new file mode 100644 index 0000000000..9c7727e9bd --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_padauk" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_palm.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_palm.json deleted file mode 100644 index 3b7c7ca16e..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_palm.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 2 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_0.json new file mode 100644 index 0000000000..e789c832c6 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_palm" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_1.json new file mode 100644 index 0000000000..63e205f160 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_palm" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_10.json new file mode 100644 index 0000000000..4a5f4b182c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_palm" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_11.json new file mode 100644 index 0000000000..afddcf50ed --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_palm" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_12.json new file mode 100644 index 0000000000..3c27aa9bd9 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_palm" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_13.json new file mode 100644 index 0000000000..b373544e79 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_palm" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_14.json new file mode 100644 index 0000000000..c0e4335e9c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_palm" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_15.json new file mode 100644 index 0000000000..177d6557c8 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_palm" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_2.json new file mode 100644 index 0000000000..342f815b33 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_palm" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_3.json new file mode 100644 index 0000000000..f7c17d3546 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_palm" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_4.json new file mode 100644 index 0000000000..1327cb06c1 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_palm" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_5.json new file mode 100644 index 0000000000..549bd977ac --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_palm" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_6.json new file mode 100644 index 0000000000..f4c0ed0af1 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_palm" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_7.json new file mode 100644 index 0000000000..e9bbad6b7b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_palm" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_8.json new file mode 100644 index 0000000000..51a29541be --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_palm" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_9.json new file mode 100644 index 0000000000..a5eb48a3ad --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_palm" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya.json deleted file mode 100644 index 107befaf54..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 3 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_0.json new file mode 100644 index 0000000000..c724438534 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_papaya" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_1.json new file mode 100644 index 0000000000..19fe40061b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_papaya" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_10.json new file mode 100644 index 0000000000..67854c1a92 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_papaya" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_11.json new file mode 100644 index 0000000000..aab28bef9d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_papaya" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_12.json new file mode 100644 index 0000000000..26c0975f5f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_papaya" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_13.json new file mode 100644 index 0000000000..dd672a1c67 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_papaya" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_14.json new file mode 100644 index 0000000000..a86f040caa --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_papaya" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_15.json new file mode 100644 index 0000000000..5325ef46ae --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_papaya" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_2.json new file mode 100644 index 0000000000..05f8b131fa --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_papaya" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_3.json new file mode 100644 index 0000000000..8691c6588d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_papaya" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_4.json new file mode 100644 index 0000000000..3c008f053c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_papaya" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_5.json new file mode 100644 index 0000000000..4240ec5e57 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_papaya" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_6.json new file mode 100644 index 0000000000..a4afb4d7b9 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_papaya" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_7.json new file mode 100644 index 0000000000..16bd868553 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_papaya" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_8.json new file mode 100644 index 0000000000..4aecdf075e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_papaya" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_9.json new file mode 100644 index 0000000000..67881a8da6 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_papaya" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_pine.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_pine.json deleted file mode 100644 index 9651163ea1..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_pine.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 4 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_0.json new file mode 100644 index 0000000000..d28350361e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_pine" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_1.json new file mode 100644 index 0000000000..e21f75ed84 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_pine" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_10.json new file mode 100644 index 0000000000..eba68704f8 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_pine" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_11.json new file mode 100644 index 0000000000..e38bc813a9 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_pine" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_12.json new file mode 100644 index 0000000000..cad9cffcca --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_pine" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_13.json new file mode 100644 index 0000000000..602ddca6af --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_pine" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_14.json new file mode 100644 index 0000000000..3c2ba9ae4e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_pine" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_15.json new file mode 100644 index 0000000000..839a299e23 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_pine" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_2.json new file mode 100644 index 0000000000..06df366238 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_pine" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_3.json new file mode 100644 index 0000000000..b9e4427285 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_pine" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_4.json new file mode 100644 index 0000000000..361a142033 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_pine" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_5.json new file mode 100644 index 0000000000..4ce4ad7045 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_pine" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_6.json new file mode 100644 index 0000000000..742bbd2098 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_pine" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_7.json new file mode 100644 index 0000000000..f2791aab5a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_pine" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_8.json new file mode 100644 index 0000000000..5c337733f1 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_pine" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_9.json new file mode 100644 index 0000000000..f0bef5ae21 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_pine" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_plum.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_plum.json deleted file mode 100644 index 0bb842cb73..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_plum.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 5 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_0.json new file mode 100644 index 0000000000..61211b7310 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_plum" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_1.json new file mode 100644 index 0000000000..384d1dcd04 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_plum" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_10.json new file mode 100644 index 0000000000..40e0ca3cbc --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_plum" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_11.json new file mode 100644 index 0000000000..07465cdbbc --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_plum" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_12.json new file mode 100644 index 0000000000..6dbd68c8fd --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_plum" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_13.json new file mode 100644 index 0000000000..832f8996b8 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_plum" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_14.json new file mode 100644 index 0000000000..c5161cf412 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_plum" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_15.json new file mode 100644 index 0000000000..60516e6375 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_plum" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_2.json new file mode 100644 index 0000000000..0f8a3bfbb3 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_plum" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_3.json new file mode 100644 index 0000000000..beec3659b8 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_plum" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_4.json new file mode 100644 index 0000000000..a482f9c05f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_plum" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_5.json new file mode 100644 index 0000000000..a2089166a3 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_plum" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_6.json new file mode 100644 index 0000000000..a709eabd75 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_plum" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_7.json new file mode 100644 index 0000000000..cb4ad2169a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_plum" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_8.json new file mode 100644 index 0000000000..f0391d8998 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_plum" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_9.json new file mode 100644 index 0000000000..0e2bf6d634 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_plum" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar.json deleted file mode 100644 index ba1e405236..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 1 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_0.json new file mode 100644 index 0000000000..7b94cdc140 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_poplar" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_1.json new file mode 100644 index 0000000000..5d9cc9985a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_poplar" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_10.json new file mode 100644 index 0000000000..f5508387b1 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_poplar" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_11.json new file mode 100644 index 0000000000..1de93a407c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_poplar" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_12.json new file mode 100644 index 0000000000..7c2a6a2602 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_poplar" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_13.json new file mode 100644 index 0000000000..ece7c20c40 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_poplar" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_14.json new file mode 100644 index 0000000000..691ec726c5 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_poplar" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_15.json new file mode 100644 index 0000000000..35f6559f47 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_poplar" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_2.json new file mode 100644 index 0000000000..b17030a519 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_poplar" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_3.json new file mode 100644 index 0000000000..77d36456c8 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_poplar" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_4.json new file mode 100644 index 0000000000..638e011829 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_poplar" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_5.json new file mode 100644 index 0000000000..2d283651a7 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_poplar" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_6.json new file mode 100644 index 0000000000..a95869ad4d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_poplar" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_7.json new file mode 100644 index 0000000000..23ef1868a7 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_poplar" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_8.json new file mode 100644 index 0000000000..0bb0ecfe5c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_poplar" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_9.json new file mode 100644 index 0000000000..d01d277627 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_poplar" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia.json deleted file mode 100644 index 9229d576ea..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 7 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_0.json new file mode 100644 index 0000000000..04abbb9f6e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_sequoia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_1.json new file mode 100644 index 0000000000..6e1736a4da --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_sequoia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_10.json new file mode 100644 index 0000000000..c414eb2d21 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_sequoia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_11.json new file mode 100644 index 0000000000..7b26c30bea --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_sequoia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_12.json new file mode 100644 index 0000000000..efaeff01ef --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_sequoia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_13.json new file mode 100644 index 0000000000..1ae9296cda --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_sequoia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_14.json new file mode 100644 index 0000000000..23ed03f736 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_sequoia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_15.json new file mode 100644 index 0000000000..8a00b65267 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_sequoia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_2.json new file mode 100644 index 0000000000..72be656915 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_sequoia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_3.json new file mode 100644 index 0000000000..fb645af899 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_sequoia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_4.json new file mode 100644 index 0000000000..6316ec403d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_sequoia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_5.json new file mode 100644 index 0000000000..0c296fd1ac --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_sequoia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_6.json new file mode 100644 index 0000000000..594bcf969b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_sequoia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_7.json new file mode 100644 index 0000000000..50748e79f3 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_sequoia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_8.json new file mode 100644 index 0000000000..ba2795065c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_sequoia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_9.json new file mode 100644 index 0000000000..5619a46073 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_sequoia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_teak.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_teak.json deleted file mode 100644 index 7daf717395..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_teak.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 1 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_0.json new file mode 100644 index 0000000000..2f22078037 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_teak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_1.json new file mode 100644 index 0000000000..bfba4aaed6 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_teak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_10.json new file mode 100644 index 0000000000..5c9379dd6a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_teak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_11.json new file mode 100644 index 0000000000..f395108e03 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_teak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_12.json new file mode 100644 index 0000000000..3b2b4b8525 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_teak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_13.json new file mode 100644 index 0000000000..6024dfdf49 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_teak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_14.json new file mode 100644 index 0000000000..2daeef0d34 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_teak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_15.json new file mode 100644 index 0000000000..5da2dd3e66 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_teak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_2.json new file mode 100644 index 0000000000..f0a5e985e7 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_teak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_3.json new file mode 100644 index 0000000000..cc6114aeec --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_teak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_4.json new file mode 100644 index 0000000000..d438280aaf --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_teak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_5.json new file mode 100644 index 0000000000..aa276f552a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_teak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_6.json new file mode 100644 index 0000000000..29f8a8d4d0 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_teak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_7.json new file mode 100644 index 0000000000..1d61da2f69 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_teak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_8.json new file mode 100644 index 0000000000..29fe9d4f0e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_teak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_9.json new file mode 100644 index 0000000000..662b15a65f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_teak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut.json deleted file mode 100644 index 0bf63cc935..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 13 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_0.json new file mode 100644 index 0000000000..92414900c7 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_walnut" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_1.json new file mode 100644 index 0000000000..eec866545a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_walnut" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_10.json new file mode 100644 index 0000000000..9e9cdc3ae5 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_walnut" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_11.json new file mode 100644 index 0000000000..fdee8843c1 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_walnut" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_12.json new file mode 100644 index 0000000000..f59096c906 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_walnut" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_13.json new file mode 100644 index 0000000000..dc94c4ee64 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_walnut" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_14.json new file mode 100644 index 0000000000..b1d71547cf --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_walnut" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_15.json new file mode 100644 index 0000000000..b83dc386e0 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_walnut" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_2.json new file mode 100644 index 0000000000..c1a7b4632b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_walnut" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_3.json new file mode 100644 index 0000000000..83e014d2f7 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_walnut" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_4.json new file mode 100644 index 0000000000..9f7c6177fe --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_walnut" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_5.json new file mode 100644 index 0000000000..dff0123166 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_walnut" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_6.json new file mode 100644 index 0000000000..13a87c809d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_walnut" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_7.json new file mode 100644 index 0000000000..7229a285eb --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_walnut" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_8.json new file mode 100644 index 0000000000..1fcd6ddd23 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_walnut" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_9.json new file mode 100644 index 0000000000..ee233136e7 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_walnut" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge.json deleted file mode 100644 index 7d5f51da89..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 5 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_0.json new file mode 100644 index 0000000000..2f2cf5a079 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_wenge" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_1.json new file mode 100644 index 0000000000..56d302b690 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_wenge" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_10.json new file mode 100644 index 0000000000..d8dbbf6eab --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_wenge" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_11.json new file mode 100644 index 0000000000..3ed0730c3d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_wenge" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_12.json new file mode 100644 index 0000000000..845184269b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_wenge" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_13.json new file mode 100644 index 0000000000..7800642798 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_wenge" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_14.json new file mode 100644 index 0000000000..5dd086d01a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_wenge" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_15.json new file mode 100644 index 0000000000..91a82559e4 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_wenge" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_2.json new file mode 100644 index 0000000000..7964a8a6e1 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_wenge" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_3.json new file mode 100644 index 0000000000..53a065fa69 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_wenge" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_4.json new file mode 100644 index 0000000000..6bc0460966 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_wenge" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_5.json new file mode 100644 index 0000000000..50df9c9ec5 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_wenge" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_6.json new file mode 100644 index 0000000000..270038ab62 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_wenge" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_7.json new file mode 100644 index 0000000000..e479307961 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_wenge" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_8.json new file mode 100644 index 0000000000..21c5a818f8 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_wenge" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_9.json new file mode 100644 index 0000000000..4ec93b1c3b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_wenge" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_willow.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_willow.json deleted file mode 100644 index ac85c73ad4..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_willow.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 12 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_0.json new file mode 100644 index 0000000000..18e6b816ad --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_1.json new file mode 100644 index 0000000000..71f57f2375 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_10.json new file mode 100644 index 0000000000..0590f3b256 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_11.json new file mode 100644 index 0000000000..b7a5af35cf --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_12.json new file mode 100644 index 0000000000..c432a0a4fb --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_13.json new file mode 100644 index 0000000000..6777d5aa7c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_14.json new file mode 100644 index 0000000000..59cc0e3380 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_15.json new file mode 100644 index 0000000000..19132e837e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_2.json new file mode 100644 index 0000000000..3afe725614 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_3.json new file mode 100644 index 0000000000..04f7d5933a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_4.json new file mode 100644 index 0000000000..1c1cdaceb9 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_5.json new file mode 100644 index 0000000000..fd2231830a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_6.json new file mode 100644 index 0000000000..ad0b4a607a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_7.json new file mode 100644 index 0000000000..337e61c364 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_8.json new file mode 100644 index 0000000000..b28f958f6c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_9.json new file mode 100644 index 0000000000..4c1b9fd54d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood.json deleted file mode 100644 index a9bc676c58..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 12 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_0.json new file mode 100644 index 0000000000..77ac071480 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_zebrawood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_1.json new file mode 100644 index 0000000000..e7c73b56af --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_zebrawood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_10.json new file mode 100644 index 0000000000..c082be72e7 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_zebrawood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_11.json new file mode 100644 index 0000000000..cb7e5c33b0 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_zebrawood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_12.json new file mode 100644 index 0000000000..26f4eb8e1f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_zebrawood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_13.json new file mode 100644 index 0000000000..5a8e2445c6 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_zebrawood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_14.json new file mode 100644 index 0000000000..2f5422af40 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_zebrawood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_15.json new file mode 100644 index 0000000000..beccb6185e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_zebrawood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_2.json new file mode 100644 index 0000000000..5b541184cf --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_zebrawood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_3.json new file mode 100644 index 0000000000..863f992b6a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_zebrawood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_4.json new file mode 100644 index 0000000000..ab82efb094 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_zebrawood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_5.json new file mode 100644 index 0000000000..5c710027b4 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_zebrawood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_6.json new file mode 100644 index 0000000000..ab374a0ddd --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_zebrawood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_7.json new file mode 100644 index 0000000000..fd8dd8c93a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_zebrawood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_8.json new file mode 100644 index 0000000000..2e2cbad7a6 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_zebrawood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_9.json new file mode 100644 index 0000000000..3978852738 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_zebrawood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood.json deleted file mode 100644 index 0dc4e82bb9..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "immersiveengineering:treated_wood", - "data": 0 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_0.json new file mode 100644 index 0000000000..23b8afa3bf --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_immersiveengineering_treated_wood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_1.json new file mode 100644 index 0000000000..58110ed2c6 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_immersiveengineering_treated_wood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_10.json new file mode 100644 index 0000000000..3bbcee6c16 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_immersiveengineering_treated_wood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_11.json new file mode 100644 index 0000000000..cefeea2f1f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_immersiveengineering_treated_wood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_12.json new file mode 100644 index 0000000000..e5ef29f058 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_immersiveengineering_treated_wood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_13.json new file mode 100644 index 0000000000..a1dc08eafe --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_immersiveengineering_treated_wood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_14.json new file mode 100644 index 0000000000..75f555fa6b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_immersiveengineering_treated_wood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_15.json new file mode 100644 index 0000000000..69616544e0 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_immersiveengineering_treated_wood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_2.json new file mode 100644 index 0000000000..fc9a9b0f9c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_immersiveengineering_treated_wood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_3.json new file mode 100644 index 0000000000..1c2edd4272 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_immersiveengineering_treated_wood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_4.json new file mode 100644 index 0000000000..e1e4d67fd2 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_immersiveengineering_treated_wood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_5.json new file mode 100644 index 0000000000..318a839b87 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_immersiveengineering_treated_wood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_6.json new file mode 100644 index 0000000000..01f6a9898c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_immersiveengineering_treated_wood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_7.json new file mode 100644 index 0000000000..98641a693d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_immersiveengineering_treated_wood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_8.json new file mode 100644 index 0000000000..81a6c363f9 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_immersiveengineering_treated_wood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_9.json new file mode 100644 index 0000000000..991a108e6e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_immersiveengineering_treated_wood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_jungle.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_jungle.json deleted file mode 100644 index 201cd81671..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_jungle.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "minecraft:planks", - "data": 3 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_jungle_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_jungle_0.json new file mode 100644 index 0000000000..57995acb11 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_jungle_0.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_jungle" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_jungle_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_jungle_1.json new file mode 100644 index 0000000000..2e5942753a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_jungle_1.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_jungle" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_jungle_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_jungle_10.json new file mode 100644 index 0000000000..16709c1532 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_jungle_10.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_jungle" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_jungle_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_jungle_11.json new file mode 100644 index 0000000000..9b728176db --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_jungle_11.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_jungle" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_jungle_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_jungle_12.json new file mode 100644 index 0000000000..7d21dfe090 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_jungle_12.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_jungle" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_jungle_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_jungle_13.json new file mode 100644 index 0000000000..e9a1f9bd53 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_jungle_13.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_jungle" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_jungle_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_jungle_14.json new file mode 100644 index 0000000000..9aaab55028 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_jungle_14.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_jungle" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_jungle_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_jungle_15.json new file mode 100644 index 0000000000..7d34f75a05 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_jungle_15.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_jungle" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_jungle_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_jungle_2.json new file mode 100644 index 0000000000..8a8e54243c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_jungle_2.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_jungle" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_jungle_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_jungle_3.json new file mode 100644 index 0000000000..17aa22a611 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_jungle_3.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_jungle" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_jungle_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_jungle_4.json new file mode 100644 index 0000000000..8294763a8a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_jungle_4.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_jungle" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_jungle_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_jungle_5.json new file mode 100644 index 0000000000..7a6bd66e41 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_jungle_5.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_jungle" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_jungle_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_jungle_6.json new file mode 100644 index 0000000000..dd2b70916d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_jungle_6.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_jungle" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_jungle_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_jungle_7.json new file mode 100644 index 0000000000..cf7eb4ece3 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_jungle_7.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_jungle" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_jungle_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_jungle_8.json new file mode 100644 index 0000000000..511e657a7f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_jungle_8.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_jungle" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_jungle_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_jungle_9.json new file mode 100644 index 0000000000..b09a14426b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_jungle_9.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_jungle" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth.json deleted file mode 100644 index aa5d1fcffb..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:overworld_planks", - "data": 2 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_0.json new file mode 100644 index 0000000000..faaff1266e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_amaranth" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_1.json new file mode 100644 index 0000000000..f2adff60da --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_amaranth" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_10.json new file mode 100644 index 0000000000..d287871493 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_amaranth" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_11.json new file mode 100644 index 0000000000..e2cf04c7cb --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_amaranth" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_12.json new file mode 100644 index 0000000000..b97d42c022 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_amaranth" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_13.json new file mode 100644 index 0000000000..b8262cfc05 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_amaranth" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_14.json new file mode 100644 index 0000000000..ae787cb7b8 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_amaranth" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_15.json new file mode 100644 index 0000000000..7d2446ba9b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_amaranth" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_2.json new file mode 100644 index 0000000000..55dda4972e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_amaranth" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_3.json new file mode 100644 index 0000000000..51be3a932a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_amaranth" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_4.json new file mode 100644 index 0000000000..54db8234c3 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_amaranth" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_5.json new file mode 100644 index 0000000000..feb9f3bfaf --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_amaranth" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_6.json new file mode 100644 index 0000000000..d692ef3046 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_amaranth" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_7.json new file mode 100644 index 0000000000..276a0dbabd --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_amaranth" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_8.json new file mode 100644 index 0000000000..5f50f5417c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_amaranth" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_9.json new file mode 100644 index 0000000000..7f9bd09341 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_amaranth" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood.json deleted file mode 100644 index afff9f2882..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:nether_planks", - "data": 1 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_0.json new file mode 100644 index 0000000000..87c1d391d7 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_bloodwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_1.json new file mode 100644 index 0000000000..385e27848f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_bloodwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_10.json new file mode 100644 index 0000000000..2d7d6d7234 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_bloodwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_11.json new file mode 100644 index 0000000000..e43c5efa3d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_bloodwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_12.json new file mode 100644 index 0000000000..ae8bf738d8 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_bloodwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_13.json new file mode 100644 index 0000000000..7873822e38 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_bloodwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_14.json new file mode 100644 index 0000000000..2091e26be4 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_bloodwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_15.json new file mode 100644 index 0000000000..fe8abfe6d2 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_bloodwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_2.json new file mode 100644 index 0000000000..d04a500bce --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_bloodwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_3.json new file mode 100644 index 0000000000..7c8e578ada --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_bloodwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_4.json new file mode 100644 index 0000000000..af134f3866 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_bloodwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_5.json new file mode 100644 index 0000000000..c84fe05d4e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_bloodwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_6.json new file mode 100644 index 0000000000..6e9b710d27 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_bloodwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_7.json new file mode 100644 index 0000000000..556470b397 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_bloodwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_8.json new file mode 100644 index 0000000000..fda6497e09 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_bloodwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_9.json new file mode 100644 index 0000000000..a3ecaf575d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_bloodwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood.json deleted file mode 100644 index 003b20d366..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:nether_planks", - "data": 2 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_0.json new file mode 100644 index 0000000000..7aad1d289a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_darkwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_1.json new file mode 100644 index 0000000000..c4784f8f2d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_darkwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_10.json new file mode 100644 index 0000000000..4b340d5c2a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_darkwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_11.json new file mode 100644 index 0000000000..e011993f20 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_darkwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_12.json new file mode 100644 index 0000000000..3bedf6ee08 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_darkwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_13.json new file mode 100644 index 0000000000..c9a7b3bcf0 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_darkwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_14.json new file mode 100644 index 0000000000..0059b199f9 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_darkwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_15.json new file mode 100644 index 0000000000..4261eb8a1c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_darkwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_2.json new file mode 100644 index 0000000000..db3549d699 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_darkwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_3.json new file mode 100644 index 0000000000..1c9d120447 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_darkwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_4.json new file mode 100644 index 0000000000..3371c72a30 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_darkwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_5.json new file mode 100644 index 0000000000..67b0a943dc --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_darkwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_6.json new file mode 100644 index 0000000000..f29012de7e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_darkwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_7.json new file mode 100644 index 0000000000..ab32476154 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_darkwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_8.json new file mode 100644 index 0000000000..0663757029 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_darkwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_9.json new file mode 100644 index 0000000000..6ff802e8d3 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_darkwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus.json deleted file mode 100644 index 265aac001d..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:overworld_planks", - "data": 5 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_0.json new file mode 100644 index 0000000000..6dd9d02b69 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_eucalyptus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_1.json new file mode 100644 index 0000000000..67f2d7a585 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_eucalyptus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_10.json new file mode 100644 index 0000000000..e951eb457e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_eucalyptus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_11.json new file mode 100644 index 0000000000..7c1ecab940 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_eucalyptus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_12.json new file mode 100644 index 0000000000..a0524b3c71 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_eucalyptus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_13.json new file mode 100644 index 0000000000..a248628b61 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_eucalyptus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_14.json new file mode 100644 index 0000000000..90ad12d2fd --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_eucalyptus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_15.json new file mode 100644 index 0000000000..ec729d8315 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_eucalyptus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_2.json new file mode 100644 index 0000000000..f5c9ba9aaf --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_eucalyptus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_3.json new file mode 100644 index 0000000000..06ccfad985 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_eucalyptus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_4.json new file mode 100644 index 0000000000..2af2bbb57e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_eucalyptus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_5.json new file mode 100644 index 0000000000..699fa413a5 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_eucalyptus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_6.json new file mode 100644 index 0000000000..ea0040a9c2 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_eucalyptus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_7.json new file mode 100644 index 0000000000..bcf88ac571 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_eucalyptus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_8.json new file mode 100644 index 0000000000..d2520cb0cd --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_eucalyptus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_9.json new file mode 100644 index 0000000000..7038a4a6c6 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_eucalyptus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood.json deleted file mode 100644 index 13a7fd15eb..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:nether_planks", - "data": 3 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_0.json new file mode 100644 index 0000000000..d3fdc9b626 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_fusewood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_1.json new file mode 100644 index 0000000000..f3086541d7 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_fusewood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_10.json new file mode 100644 index 0000000000..a3601a7728 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_fusewood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_11.json new file mode 100644 index 0000000000..091acc754f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_fusewood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_12.json new file mode 100644 index 0000000000..8435fb3b2f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_fusewood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_13.json new file mode 100644 index 0000000000..4cdb79a9c9 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_fusewood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_14.json new file mode 100644 index 0000000000..0073a082b4 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_fusewood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_15.json new file mode 100644 index 0000000000..c47e244cfe --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_fusewood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_2.json new file mode 100644 index 0000000000..0b3e9c5af3 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_fusewood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_3.json new file mode 100644 index 0000000000..09748d0bef --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_fusewood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_4.json new file mode 100644 index 0000000000..b51771d17c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_fusewood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_5.json new file mode 100644 index 0000000000..4d5f1f0b9c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_fusewood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_6.json new file mode 100644 index 0000000000..29784f6ce0 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_fusewood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_7.json new file mode 100644 index 0000000000..33324d7e78 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_fusewood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_8.json new file mode 100644 index 0000000000..24a45576ff --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_fusewood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_9.json new file mode 100644 index 0000000000..37c34f16da --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_fusewood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood.json deleted file mode 100644 index 634ea4a858..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:nether_planks", - "data": 0 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_0.json new file mode 100644 index 0000000000..288c0f8477 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_ghostwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_1.json new file mode 100644 index 0000000000..fe2ff61982 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_ghostwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_10.json new file mode 100644 index 0000000000..30c2a513da --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_ghostwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_11.json new file mode 100644 index 0000000000..cca381fda8 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_ghostwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_12.json new file mode 100644 index 0000000000..21a68f04b5 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_ghostwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_13.json new file mode 100644 index 0000000000..724d6354ca --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_ghostwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_14.json new file mode 100644 index 0000000000..1a795ec573 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_ghostwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_15.json new file mode 100644 index 0000000000..6566029373 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_ghostwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_2.json new file mode 100644 index 0000000000..2401a27397 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_ghostwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_3.json new file mode 100644 index 0000000000..1b687c304b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_ghostwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_4.json new file mode 100644 index 0000000000..695352985b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_ghostwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_5.json new file mode 100644 index 0000000000..80596a8000 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_ghostwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_6.json new file mode 100644 index 0000000000..c7846a9b0c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_ghostwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_7.json new file mode 100644 index 0000000000..0aeee832d9 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_ghostwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_8.json new file mode 100644 index 0000000000..e63f97ad34 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_ghostwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_9.json new file mode 100644 index 0000000000..75361fc8e3 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_ghostwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed.json deleted file mode 100644 index da03c389aa..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:overworld_planks", - "data": 6 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_0.json new file mode 100644 index 0000000000..c9c294e6c3 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_hopseed" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_1.json new file mode 100644 index 0000000000..419b9a3038 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_hopseed" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_10.json new file mode 100644 index 0000000000..7aa388c84b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_hopseed" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_11.json new file mode 100644 index 0000000000..e0126d817d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_hopseed" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_12.json new file mode 100644 index 0000000000..17cf2eb588 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_hopseed" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_13.json new file mode 100644 index 0000000000..9329832e4e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_hopseed" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_14.json new file mode 100644 index 0000000000..05b95b11b3 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_hopseed" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_15.json new file mode 100644 index 0000000000..a65511c5d7 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_hopseed" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_2.json new file mode 100644 index 0000000000..bd8cdfef0e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_hopseed" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_3.json new file mode 100644 index 0000000000..ed4121a4f3 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_hopseed" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_4.json new file mode 100644 index 0000000000..2fdf9c5073 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_hopseed" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_5.json new file mode 100644 index 0000000000..eb261f04f9 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_hopseed" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_6.json new file mode 100644 index 0000000000..fac2a819d6 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_hopseed" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_7.json new file mode 100644 index 0000000000..def157e91e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_hopseed" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_8.json new file mode 100644 index 0000000000..acd7ce008d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_hopseed" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_9.json new file mode 100644 index 0000000000..b10bab16b5 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_hopseed" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_maple.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_maple.json deleted file mode 100644 index 49bd5dcfb9..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_maple.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:overworld_planks", - "data": 0 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_maple_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_maple_0.json new file mode 100644 index 0000000000..7b24a6e81b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_maple_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_maple" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_maple_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_maple_1.json new file mode 100644 index 0000000000..ba491b876d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_maple_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_maple" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_maple_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_maple_10.json new file mode 100644 index 0000000000..64fcf25ae1 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_maple_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_maple" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_maple_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_maple_11.json new file mode 100644 index 0000000000..a0dad31f58 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_maple_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_maple" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_maple_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_maple_12.json new file mode 100644 index 0000000000..fe085f7188 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_maple_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_maple" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_maple_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_maple_13.json new file mode 100644 index 0000000000..3bf018704c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_maple_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_maple" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_maple_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_maple_14.json new file mode 100644 index 0000000000..f65317df16 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_maple_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_maple" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_maple_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_maple_15.json new file mode 100644 index 0000000000..2c896e9cd9 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_maple_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_maple" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_maple_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_maple_2.json new file mode 100644 index 0000000000..2da88315d3 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_maple_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_maple" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_maple_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_maple_3.json new file mode 100644 index 0000000000..4571a5c28a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_maple_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_maple" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_maple_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_maple_4.json new file mode 100644 index 0000000000..3ae13d055f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_maple_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_maple" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_maple_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_maple_5.json new file mode 100644 index 0000000000..8a2fcdb560 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_maple_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_maple" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_maple_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_maple_6.json new file mode 100644 index 0000000000..59de2f1551 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_maple_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_maple" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_maple_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_maple_7.json new file mode 100644 index 0000000000..fb8a0ebae9 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_maple_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_maple" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_maple_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_maple_8.json new file mode 100644 index 0000000000..86678931e3 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_maple_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_maple" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_maple_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_maple_9.json new file mode 100644 index 0000000000..58805014e5 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_maple_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_maple" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_sakura.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_sakura.json deleted file mode 100644 index 2289df189e..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_sakura.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:overworld_planks", - "data": 7 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_0.json new file mode 100644 index 0000000000..f8206c947a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_sakura" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_1.json new file mode 100644 index 0000000000..b506e96514 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_sakura" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_10.json new file mode 100644 index 0000000000..3d1c42fd42 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_sakura" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_11.json new file mode 100644 index 0000000000..574a3e5768 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_sakura" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_12.json new file mode 100644 index 0000000000..1a09f1b50c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_sakura" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_13.json new file mode 100644 index 0000000000..95b71ce395 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_sakura" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_14.json new file mode 100644 index 0000000000..03d78a049c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_sakura" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_15.json new file mode 100644 index 0000000000..2edcf24726 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_sakura" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_2.json new file mode 100644 index 0000000000..a7d819aa38 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_sakura" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_3.json new file mode 100644 index 0000000000..d972771f80 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_sakura" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_4.json new file mode 100644 index 0000000000..14fcacbdb8 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_sakura" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_5.json new file mode 100644 index 0000000000..3265a9b83b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_sakura" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_6.json new file mode 100644 index 0000000000..64427132e1 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_sakura" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_7.json new file mode 100644 index 0000000000..c6f9231a7b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_sakura" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_8.json new file mode 100644 index 0000000000..62b4322641 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_sakura" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_9.json new file mode 100644 index 0000000000..95a9a485f4 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_sakura" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell.json deleted file mode 100644 index cd9bc2c65d..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:overworld_planks", - "data": 1 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_0.json new file mode 100644 index 0000000000..a3438342db --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_silverbell" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_1.json new file mode 100644 index 0000000000..f13a675d8d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_silverbell" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_10.json new file mode 100644 index 0000000000..1baf596e64 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_silverbell" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_11.json new file mode 100644 index 0000000000..28283c35b2 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_silverbell" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_12.json new file mode 100644 index 0000000000..132d00a4ff --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_silverbell" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_13.json new file mode 100644 index 0000000000..58abac1a81 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_silverbell" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_14.json new file mode 100644 index 0000000000..f5b6cdfafa --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_silverbell" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_15.json new file mode 100644 index 0000000000..a09446204b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_silverbell" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_2.json new file mode 100644 index 0000000000..7e56b3ce63 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_silverbell" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_3.json new file mode 100644 index 0000000000..e900deefd3 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_silverbell" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_4.json new file mode 100644 index 0000000000..76a04ad7fd --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_silverbell" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_5.json new file mode 100644 index 0000000000..4fc15643d3 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_silverbell" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_6.json new file mode 100644 index 0000000000..d3f9d30e1e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_silverbell" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_7.json new file mode 100644 index 0000000000..1578d5c3fe --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_silverbell" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_8.json new file mode 100644 index 0000000000..01d8436819 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_silverbell" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_9.json new file mode 100644 index 0000000000..16828475ed --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_silverbell" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_tiger.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_tiger.json deleted file mode 100644 index a9772319e7..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_tiger.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:overworld_planks", - "data": 3 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_0.json new file mode 100644 index 0000000000..3912383588 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_tiger" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_1.json new file mode 100644 index 0000000000..8b99bdf271 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_tiger" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_10.json new file mode 100644 index 0000000000..ee29e474d7 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_tiger" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_11.json new file mode 100644 index 0000000000..ed338a6f29 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_tiger" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_12.json new file mode 100644 index 0000000000..de86017142 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_tiger" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_13.json new file mode 100644 index 0000000000..25b0a3e8cd --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_tiger" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_14.json new file mode 100644 index 0000000000..2a8ac59e6b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_tiger" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_15.json new file mode 100644 index 0000000000..040c2efe94 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_tiger" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_2.json new file mode 100644 index 0000000000..cfd2aea459 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_tiger" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_3.json new file mode 100644 index 0000000000..9a0d1589c5 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_tiger" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_4.json new file mode 100644 index 0000000000..a287a07068 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_tiger" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_5.json new file mode 100644 index 0000000000..35370ecfd4 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_tiger" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_6.json new file mode 100644 index 0000000000..cc8850309e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_tiger" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_7.json new file mode 100644 index 0000000000..90da18e488 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_tiger" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_8.json new file mode 100644 index 0000000000..d9336bc09e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_tiger" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_9.json new file mode 100644 index 0000000000..741bafd7f7 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_tiger" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_willow.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_willow.json deleted file mode 100644 index 5b3267cc34..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_willow.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:overworld_planks", - "data": 4 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_willow_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_willow_0.json new file mode 100644 index 0000000000..3f64191f34 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_willow_0.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_willow_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_willow_1.json new file mode 100644 index 0000000000..8cb89f29b5 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_willow_1.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_willow_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_willow_10.json new file mode 100644 index 0000000000..ea5a111fd3 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_willow_10.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_willow_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_willow_11.json new file mode 100644 index 0000000000..40bd4f9f70 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_willow_11.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_willow_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_willow_12.json new file mode 100644 index 0000000000..f54f509c01 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_willow_12.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_willow_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_willow_13.json new file mode 100644 index 0000000000..1e71494032 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_willow_13.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_willow_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_willow_14.json new file mode 100644 index 0000000000..01ce3a91e5 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_willow_14.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_willow_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_willow_15.json new file mode 100644 index 0000000000..88180a5c41 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_willow_15.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_willow_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_willow_2.json new file mode 100644 index 0000000000..26643dbe10 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_willow_2.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_willow_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_willow_3.json new file mode 100644 index 0000000000..b9d2015ec0 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_willow_3.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_willow_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_willow_4.json new file mode 100644 index 0000000000..a8abcee6b4 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_willow_4.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_willow_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_willow_5.json new file mode 100644 index 0000000000..aabc8f2b35 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_willow_5.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_willow_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_willow_6.json new file mode 100644 index 0000000000..2b9eb4193a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_willow_6.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_willow_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_willow_7.json new file mode 100644 index 0000000000..3df04cd913 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_willow_7.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_willow_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_willow_8.json new file mode 100644 index 0000000000..cd57a56a87 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_willow_8.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_willow_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_willow_9.json new file mode 100644 index 0000000000..5521e85318 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_natura_willow_9.json @@ -0,0 +1,38 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_oak.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_oak.json deleted file mode 100644 index 4d888454fd..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_oak.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_padded_single_oak" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "minecraft:planks", - "data": 0 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_oak_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_oak_0.json new file mode 100644 index 0000000000..6dba983e88 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_oak_0.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_oak_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_oak_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_oak_1.json new file mode 100644 index 0000000000..c81c434ccb --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_oak_1.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_oak_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_oak_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_oak_10.json new file mode 100644 index 0000000000..cd7fa58c00 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_oak_10.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_oak_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_oak_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_oak_11.json new file mode 100644 index 0000000000..3fe34b18b9 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_oak_11.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_oak_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_oak_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_oak_12.json new file mode 100644 index 0000000000..c54b4b2469 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_oak_12.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_oak_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_oak_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_oak_13.json new file mode 100644 index 0000000000..f2a4f9e576 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_oak_13.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_oak_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_oak_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_oak_14.json new file mode 100644 index 0000000000..c2c3f39643 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_oak_14.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_oak_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_oak_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_oak_15.json new file mode 100644 index 0000000000..cb109161e4 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_oak_15.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_oak_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_oak_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_oak_2.json new file mode 100644 index 0000000000..fcb2fa866b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_oak_2.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_oak_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_oak_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_oak_3.json new file mode 100644 index 0000000000..80450bc2a5 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_oak_3.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_oak_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_oak_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_oak_4.json new file mode 100644 index 0000000000..f6049716eb --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_oak_4.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_oak_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_oak_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_oak_5.json new file mode 100644 index 0000000000..f9faf2b2a0 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_oak_5.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_oak_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_oak_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_oak_6.json new file mode 100644 index 0000000000..4bad94f2f0 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_oak_6.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_oak_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_oak_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_oak_7.json new file mode 100644 index 0000000000..e15ab6c259 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_oak_7.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_oak_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_oak_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_oak_8.json new file mode 100644 index 0000000000..4229d33d98 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_oak_8.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_oak_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_oak_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_oak_9.json new file mode 100644 index 0000000000..8d866d3862 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_oak_9.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_oak_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_spruce.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_spruce.json deleted file mode 100644 index 7e4e950c12..0000000000 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_spruce.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "minecraft:planks", - "data": 1 - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_spruce_0.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_spruce_0.json new file mode 100644 index 0000000000..fc765a6590 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_spruce_0.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce_0" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_spruce" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce_0" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_spruce_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_spruce_1.json new file mode 100644 index 0000000000..c255ee444b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_spruce_1.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_spruce" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_spruce_10.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_spruce_10.json new file mode 100644 index 0000000000..a74f644a4a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_spruce_10.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce_10" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_spruce" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce_10" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_spruce_11.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_spruce_11.json new file mode 100644 index 0000000000..09d6ce6654 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_spruce_11.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce_11" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_spruce" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce_11" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_spruce_12.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_spruce_12.json new file mode 100644 index 0000000000..50d71d3d6f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_spruce_12.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce_12" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_spruce" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce_12" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_spruce_13.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_spruce_13.json new file mode 100644 index 0000000000..0495874225 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_spruce_13.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce_13" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_spruce" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce_13" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_spruce_14.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_spruce_14.json new file mode 100644 index 0000000000..cf8ebfcc1a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_spruce_14.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce_14" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_spruce" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce_14" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_spruce_15.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_spruce_15.json new file mode 100644 index 0000000000..84687694d2 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_spruce_15.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce_15" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_spruce" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce_15" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_spruce_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_spruce_2.json new file mode 100644 index 0000000000..5f3308295d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_spruce_2.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_spruce" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_spruce_3.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_spruce_3.json new file mode 100644 index 0000000000..602752b51b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_spruce_3.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce_3" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_spruce" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce_3" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_spruce_4.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_spruce_4.json new file mode 100644 index 0000000000..4d083b2a65 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_spruce_4.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce_4" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_spruce" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce_4" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_spruce_5.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_spruce_5.json new file mode 100644 index 0000000000..20291d9d2a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_spruce_5.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce_5" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_spruce" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce_5" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_spruce_6.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_spruce_6.json new file mode 100644 index 0000000000..aae2837946 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_spruce_6.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce_6" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_spruce" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce_6" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_spruce_7.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_spruce_7.json new file mode 100644 index 0000000000..826109a575 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_spruce_7.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce_7" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_spruce" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce_7" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_spruce_8.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_spruce_8.json new file mode 100644 index 0000000000..ce4954825b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_spruce_8.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce_8" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_spruce" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce_8" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_spruce_9.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_spruce_9.json new file mode 100644 index 0000000000..38cc0d1eca --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_padded_single_spruce_9.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce_9" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_spruce" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce_9" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_acacia.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_acacia.json index 0548ec90ce..2c62ec39cb 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_acacia.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_acacia.json @@ -1,32 +1,33 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_single_acacia" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_single_acacia" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_single_acacia" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:planks", + "data": 4 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_single_acacia" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "minecraft:planks", - "data": 4 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_big_oak.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_big_oak.json index ac7877812d..d5af52de92 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_big_oak.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_big_oak.json @@ -1,32 +1,33 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_single_big_oak" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_single_big_oak" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_single_big_oak" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:planks", + "data": 5 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_single_big_oak" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "minecraft:planks", - "data": 5 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_biomesoplenty_cherry.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_biomesoplenty_cherry.json index 7bd34b2f4b..6e9cd4ac91 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_biomesoplenty_cherry.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_biomesoplenty_cherry.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_cherry" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_cherry" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_cherry" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 1 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_cherry" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 1 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_biomesoplenty_ebony.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_biomesoplenty_ebony.json index 646c64b565..1af2f86091 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_biomesoplenty_ebony.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_biomesoplenty_ebony.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ebony" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ebony" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ebony" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 14 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ebony" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 14 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_biomesoplenty_ethereal.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_biomesoplenty_ethereal.json index 82355fc91c..62436b5f68 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_biomesoplenty_ethereal.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_biomesoplenty_ethereal.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ethereal" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ethereal" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ethereal" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 4 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ethereal" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 4 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_biomesoplenty_eucalyptus.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_biomesoplenty_eucalyptus.json index 9c7b2186d7..10804aa364 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_biomesoplenty_eucalyptus.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_biomesoplenty_eucalyptus.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_eucalyptus" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_eucalyptus" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_eucalyptus" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 15 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_eucalyptus" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 15 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_biomesoplenty_fir.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_biomesoplenty_fir.json index 6427fc3eae..5d240ec3cd 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_biomesoplenty_fir.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_biomesoplenty_fir.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_fir" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_fir" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_fir" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 3 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_fir" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 3 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_biomesoplenty_hellbark.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_biomesoplenty_hellbark.json index 0bca7baf4b..114c79b10b 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_biomesoplenty_hellbark.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_biomesoplenty_hellbark.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_hellbark" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_hellbark" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_hellbark" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 11 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_hellbark" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 11 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_biomesoplenty_jacaranda.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_biomesoplenty_jacaranda.json index 4eab50e2a4..55b2c20b55 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_biomesoplenty_jacaranda.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_biomesoplenty_jacaranda.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_jacaranda" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_jacaranda" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_jacaranda" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 12 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_jacaranda" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 12 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_biomesoplenty_magic.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_biomesoplenty_magic.json index 3978c0af36..7b6151bc0c 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_biomesoplenty_magic.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_biomesoplenty_magic.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_magic" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_magic" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_magic" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 5 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_magic" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 5 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_biomesoplenty_mahogany.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_biomesoplenty_mahogany.json index 47685d0b58..0d38e9c2eb 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_biomesoplenty_mahogany.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_biomesoplenty_mahogany.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mahogany" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mahogany" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mahogany" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 13 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mahogany" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 13 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_biomesoplenty_mangrove.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_biomesoplenty_mangrove.json index 2292d4b7d9..df67e00a82 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_biomesoplenty_mangrove.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_biomesoplenty_mangrove.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mangrove" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mangrove" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mangrove" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 6 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mangrove" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 6 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_biomesoplenty_palm.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_biomesoplenty_palm.json index 4bba55f3e0..69dcde8270 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_biomesoplenty_palm.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_biomesoplenty_palm.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_palm" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_palm" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_palm" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 7 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_palm" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 7 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_biomesoplenty_pine.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_biomesoplenty_pine.json index 664ca103db..08d9346c12 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_biomesoplenty_pine.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_biomesoplenty_pine.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_pine" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_pine" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_pine" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 10 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_pine" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 10 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_biomesoplenty_redwood.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_biomesoplenty_redwood.json index a0a44334b8..305cc4d5b6 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_biomesoplenty_redwood.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_biomesoplenty_redwood.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_redwood" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_redwood" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_redwood" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 8 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_redwood" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 8 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_biomesoplenty_sacred_oak.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_biomesoplenty_sacred_oak.json index a76741b9fd..d19649f8fb 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_biomesoplenty_sacred_oak.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_biomesoplenty_sacred_oak.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_sacred_oak" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_sacred_oak" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_sacred_oak" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_sacred_oak" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 0 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_biomesoplenty_umbran.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_biomesoplenty_umbran.json index 6270c3b331..8510459085 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_biomesoplenty_umbran.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_biomesoplenty_umbran.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_umbran" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_umbran" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_umbran" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 2 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_umbran" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 2 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_biomesoplenty_willow.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_biomesoplenty_willow.json index 89d91f8a34..47b7a65193 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_biomesoplenty_willow.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_biomesoplenty_willow.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_willow" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_willow" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_willow" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 9 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_willow" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 9 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_birch.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_birch.json index 1c9d2530ae..e2d58b3b57 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_birch.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_birch.json @@ -1,32 +1,33 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_single_birch" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_single_birch" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_single_birch" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:planks", + "data": 2 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_single_birch" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "minecraft:planks", - "data": 2 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_acacia.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_acacia.json index 9f58089214..f4a3947a77 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_acacia.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_acacia.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_single_forestry_acacia" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_single_forestry_acacia" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_single_forestry_acacia" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 2 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_single_forestry_acacia" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 2 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_balsa.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_balsa.json index d284125f59..0abd0b8808 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_balsa.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_balsa.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_single_forestry_balsa" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_single_forestry_balsa" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_single_forestry_balsa" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 11 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_single_forestry_balsa" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 11 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_baobab.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_baobab.json index 267daa3e67..c9abad71f7 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_baobab.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_baobab.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_single_forestry_baobab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_single_forestry_baobab" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_single_forestry_baobab" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 6 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_single_forestry_baobab" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 6 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_cherry.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_cherry.json index f1fbfc5304..a501fd7e7d 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_cherry.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_cherry.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_single_forestry_cherry" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cherry" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_single_forestry_cherry" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 15 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cherry" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 15 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_chestnut.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_chestnut.json index 2eccca5106..b9898d28e8 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_chestnut.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_chestnut.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_single_forestry_chestnut" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_single_forestry_chestnut" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_single_forestry_chestnut" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 4 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_single_forestry_chestnut" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 4 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_citrus.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_citrus.json index 9c0ac460dd..dbc7dbc52f 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_citrus.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_citrus.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_single_forestry_citrus" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_single_forestry_citrus" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_single_forestry_citrus" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.1", + "data": 7 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_single_forestry_citrus" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 7 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_cocobolo.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_cocobolo.json index 5796ae7f88..26319ea2dd 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_cocobolo.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_cocobolo.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_single_forestry_cocobolo" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cocobolo" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_single_forestry_cocobolo" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.1", + "data": 11 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cocobolo" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 11 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_ebony.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_ebony.json index 008211cdd5..27bfa08d31 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_ebony.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_ebony.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_single_forestry_ebony" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ebony" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_single_forestry_ebony" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 9 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ebony" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 9 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_giganteum.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_giganteum.json index 8f5d0952d4..680ced081a 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_giganteum.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_giganteum.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_single_forestry_giganteum" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_single_forestry_giganteum" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_single_forestry_giganteum" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.1", + "data": 8 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_single_forestry_giganteum" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 8 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_greenheart.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_greenheart.json index f2c062416c..31033e9012 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_greenheart.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_greenheart.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_single_forestry_greenheart" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_single_forestry_greenheart" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_single_forestry_greenheart" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 14 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_single_forestry_greenheart" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 14 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_ipe.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_ipe.json index d7d4560b3d..b4cd9e97b6 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_ipe.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_ipe.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_single_forestry_ipe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ipe" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_single_forestry_ipe" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.1", + "data": 9 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ipe" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 9 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_kapok.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_kapok.json index 5cfa77e367..f30153f4f4 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_kapok.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_kapok.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_single_forestry_kapok" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_single_forestry_kapok" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_single_forestry_kapok" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 8 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_single_forestry_kapok" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 8 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_larch.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_larch.json index 43ace0bb65..dc664b8ded 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_larch.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_larch.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_single_forestry_larch" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_single_forestry_larch" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_single_forestry_larch" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_single_forestry_larch" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 0 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_lime.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_lime.json index 4a1e16b543..1fa3d2403f 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_lime.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_lime.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_single_forestry_lime" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_single_forestry_lime" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_single_forestry_lime" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 3 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_single_forestry_lime" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 3 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_mahoe.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_mahoe.json index 4849b2b7cf..904ac2ea92 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_mahoe.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_mahoe.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahoe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahoe" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahoe" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.1", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahoe" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 0 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_mahogany.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_mahogany.json index b24fba7e21..278e3d86b1 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_mahogany.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_mahogany.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahogany" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahogany" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahogany" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 10 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahogany" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 10 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_maple.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_maple.json index 803f46ad80..8bcc8f845f 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_maple.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_maple.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_single_forestry_maple" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_single_forestry_maple" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_single_forestry_maple" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.1", + "data": 6 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_single_forestry_maple" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 6 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_padauk.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_padauk.json index 2ae4ae0397..8c38507e55 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_padauk.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_padauk.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_single_forestry_padauk" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_single_forestry_padauk" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_single_forestry_padauk" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.1", + "data": 10 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_single_forestry_padauk" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 10 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_palm.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_palm.json index 3c69bb8206..78e51c09f5 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_palm.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_palm.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_single_forestry_palm" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_single_forestry_palm" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_single_forestry_palm" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.1", + "data": 2 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_single_forestry_palm" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 2 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_papaya.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_papaya.json index f07fcdbb5b..387b008fd9 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_papaya.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_papaya.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_single_forestry_papaya" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_single_forestry_papaya" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_single_forestry_papaya" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.1", + "data": 3 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_single_forestry_papaya" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 3 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_pine.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_pine.json index c7d4d2d56c..14f56077f5 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_pine.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_pine.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_single_forestry_pine" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_single_forestry_pine" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_single_forestry_pine" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.1", + "data": 4 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_single_forestry_pine" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 4 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_plum.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_plum.json index 8d06752980..de4ddd5078 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_plum.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_plum.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_single_forestry_plum" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_single_forestry_plum" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_single_forestry_plum" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.1", + "data": 5 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_single_forestry_plum" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 5 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_poplar.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_poplar.json index 673d51eebf..ee198db0cf 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_poplar.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_poplar.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_single_forestry_poplar" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_single_forestry_poplar" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_single_forestry_poplar" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.1", + "data": 1 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_single_forestry_poplar" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 1 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_sequoia.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_sequoia.json index e003d2ac99..3a38b9243a 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_sequoia.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_sequoia.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_single_forestry_sequoia" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_single_forestry_sequoia" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_single_forestry_sequoia" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 7 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_single_forestry_sequoia" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 7 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_teak.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_teak.json index e41bf0a981..b6c8a74faa 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_teak.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_teak.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_single_forestry_teak" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_single_forestry_teak" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_single_forestry_teak" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 1 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_single_forestry_teak" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 1 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_walnut.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_walnut.json index d7424def43..98729bb77f 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_walnut.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_walnut.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_single_forestry_walnut" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_single_forestry_walnut" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_single_forestry_walnut" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 13 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_single_forestry_walnut" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 13 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_wenge.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_wenge.json index c5ac531fb4..c9612c4b76 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_wenge.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_wenge.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_single_forestry_wenge" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_single_forestry_wenge" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_single_forestry_wenge" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 5 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_single_forestry_wenge" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 5 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_willow.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_willow.json index 8639550436..0c10a4cab9 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_willow.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_willow.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_single_forestry_willow" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_single_forestry_willow" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_single_forestry_willow" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 12 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_single_forestry_willow" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 12 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_zebrawood.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_zebrawood.json index 41de031072..3ca1c2f88d 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_zebrawood.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_forestry_zebrawood.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_single_forestry_zebrawood" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_single_forestry_zebrawood" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_single_forestry_zebrawood" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.1", + "data": 12 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_single_forestry_zebrawood" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 12 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_immersiveengineering_treated_wood.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_immersiveengineering_treated_wood.json index b9313ea458..359ebc8750 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_immersiveengineering_treated_wood.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_immersiveengineering_treated_wood.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_single_immersiveengineering_treated_wood" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_single_immersiveengineering_treated_wood" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_single_immersiveengineering_treated_wood" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "immersiveengineering:treated_wood", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_single_immersiveengineering_treated_wood" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "immersiveengineering:treated_wood", - "data": 0 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_immersiveengineering_treated_wood_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_immersiveengineering_treated_wood_1.json new file mode 100644 index 0000000000..dbceb9e81f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_immersiveengineering_treated_wood_1.json @@ -0,0 +1,39 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_single_immersiveengineering_treated_wood_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "immersiveengineering:treated_wood", + "data": 1 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_single_immersiveengineering_treated_wood_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_immersiveengineering_treated_wood_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_immersiveengineering_treated_wood_2.json new file mode 100644 index 0000000000..c5ef167c96 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_immersiveengineering_treated_wood_2.json @@ -0,0 +1,39 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_single_immersiveengineering_treated_wood_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "immersiveengineering:treated_wood", + "data": 2 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_single_immersiveengineering_treated_wood_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_jungle.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_jungle.json index 6241d17857..8b371d7352 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_jungle.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_jungle.json @@ -1,32 +1,33 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_single_jungle" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_single_jungle" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_single_jungle" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:planks", + "data": 3 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_single_jungle" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "minecraft:planks", - "data": 3 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_natura_amaranth.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_natura_amaranth.json index ddc3219853..42201d3296 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_natura_amaranth.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_natura_amaranth.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_single_natura_amaranth" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_single_natura_amaranth" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_single_natura_amaranth" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "natura:overworld_planks", + "data": 2 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_single_natura_amaranth" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:overworld_planks", - "data": 2 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_natura_bloodwood.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_natura_bloodwood.json index 8fb1a5fc77..3ea0a2e1db 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_natura_bloodwood.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_natura_bloodwood.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_single_natura_bloodwood" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_single_natura_bloodwood" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_single_natura_bloodwood" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "natura:nether_planks", + "data": 1 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_single_natura_bloodwood" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:nether_planks", - "data": 1 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_natura_darkwood.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_natura_darkwood.json index 988114896f..759f89e4e2 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_natura_darkwood.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_natura_darkwood.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_single_natura_darkwood" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_single_natura_darkwood" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_single_natura_darkwood" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "natura:nether_planks", + "data": 2 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_single_natura_darkwood" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:nether_planks", - "data": 2 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_natura_eucalyptus.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_natura_eucalyptus.json index 39f1bd0652..cf3c6be818 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_natura_eucalyptus.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_natura_eucalyptus.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_single_natura_eucalyptus" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_single_natura_eucalyptus" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_single_natura_eucalyptus" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "natura:overworld_planks", + "data": 5 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_single_natura_eucalyptus" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:overworld_planks", - "data": 5 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_natura_fusewood.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_natura_fusewood.json index 8bc0d330fc..6893b0f34b 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_natura_fusewood.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_natura_fusewood.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_single_natura_fusewood" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_single_natura_fusewood" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_single_natura_fusewood" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "natura:nether_planks", + "data": 3 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_single_natura_fusewood" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:nether_planks", - "data": 3 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_natura_ghostwood.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_natura_ghostwood.json index 6387bb7107..2ccfe3de33 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_natura_ghostwood.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_natura_ghostwood.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_single_natura_ghostwood" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_single_natura_ghostwood" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_single_natura_ghostwood" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "natura:nether_planks", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_single_natura_ghostwood" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:nether_planks", - "data": 0 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_natura_hopseed.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_natura_hopseed.json index 3667f70730..4287cbaf9c 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_natura_hopseed.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_natura_hopseed.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_single_natura_hopseed" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_single_natura_hopseed" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_single_natura_hopseed" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "natura:overworld_planks", + "data": 6 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_single_natura_hopseed" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:overworld_planks", - "data": 6 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_natura_maple.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_natura_maple.json index 361d9e5941..3ab2348674 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_natura_maple.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_natura_maple.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_single_natura_maple" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_single_natura_maple" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_single_natura_maple" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "natura:overworld_planks", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_single_natura_maple" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:overworld_planks", - "data": 0 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_natura_sakura.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_natura_sakura.json index 2299781718..6aea537b25 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_natura_sakura.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_natura_sakura.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_single_natura_sakura" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_single_natura_sakura" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_single_natura_sakura" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "natura:overworld_planks", + "data": 7 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_single_natura_sakura" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:overworld_planks", - "data": 7 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_natura_silverbell.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_natura_silverbell.json index ce45a8443b..12599c8908 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_natura_silverbell.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_natura_silverbell.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_single_natura_silverbell" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_single_natura_silverbell" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_single_natura_silverbell" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "natura:overworld_planks", + "data": 1 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_single_natura_silverbell" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:overworld_planks", - "data": 1 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_natura_tiger.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_natura_tiger.json index f86a3fb0af..3ae7349620 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_natura_tiger.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_natura_tiger.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_single_natura_tiger" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_single_natura_tiger" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_single_natura_tiger" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "natura:overworld_planks", + "data": 3 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_single_natura_tiger" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:overworld_planks", - "data": 3 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_natura_willow.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_natura_willow.json index d62e57192e..abb40cae43 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_natura_willow.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_natura_willow.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_single_natura_willow" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_single_natura_willow" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_single_natura_willow" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "natura:overworld_planks", + "data": 4 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_single_natura_willow" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:overworld_planks", - "data": 4 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_oak.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_oak.json index c28aae4171..ea67cefc02 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_oak.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_oak.json @@ -1,32 +1,33 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_single_oak" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_single_oak" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_single_oak" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:planks", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_single_oak" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "minecraft:planks", - "data": 0 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_spruce.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_spruce.json index 852cf2c6fe..6c6e4e7c8f 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_spruce.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_bench_single_spruce.json @@ -1,32 +1,33 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_bench_single_spruce" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_bench_single_spruce" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_bench_single_spruce" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:planks", + "data": 1 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_bench_single_spruce" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "minecraft:planks", - "data": 1 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_acacia.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_acacia.json index 4c24cce138..789032f664 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_acacia.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_acacia.json @@ -1,32 +1,33 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_classic_acacia" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_classic_acacia" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_classic_acacia" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:planks", + "data": 4 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_classic_acacia" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "minecraft:planks", - "data": 4 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_big_oak.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_big_oak.json index e778b5f3a1..786fc9e0b2 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_big_oak.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_big_oak.json @@ -1,32 +1,33 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_classic_big_oak" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_classic_big_oak" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_classic_big_oak" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:planks", + "data": 5 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_classic_big_oak" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "minecraft:planks", - "data": 5 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_biomesoplenty_cherry.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_biomesoplenty_cherry.json index dcc41d8408..29b3d774e5 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_biomesoplenty_cherry.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_biomesoplenty_cherry.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_cherry" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_cherry" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_cherry" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 1 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_cherry" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 1 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_biomesoplenty_ebony.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_biomesoplenty_ebony.json index b2adaaa73b..3eb4ff0c3b 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_biomesoplenty_ebony.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_biomesoplenty_ebony.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_ebony" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_ebony" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_ebony" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 14 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_ebony" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 14 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_biomesoplenty_ethereal.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_biomesoplenty_ethereal.json index 0550ab62ff..ae747fae29 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_biomesoplenty_ethereal.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_biomesoplenty_ethereal.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_ethereal" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_ethereal" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_ethereal" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 4 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_ethereal" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 4 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_biomesoplenty_eucalyptus.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_biomesoplenty_eucalyptus.json index aab76b46d1..ad503fd7d8 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_biomesoplenty_eucalyptus.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_biomesoplenty_eucalyptus.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_eucalyptus" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_eucalyptus" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_eucalyptus" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 15 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_eucalyptus" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 15 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_biomesoplenty_fir.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_biomesoplenty_fir.json index 84e5c74030..c040cc0012 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_biomesoplenty_fir.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_biomesoplenty_fir.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_fir" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_fir" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_fir" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 3 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_fir" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 3 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_biomesoplenty_hellbark.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_biomesoplenty_hellbark.json index a586a46012..2731cc2bff 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_biomesoplenty_hellbark.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_biomesoplenty_hellbark.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_hellbark" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_hellbark" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_hellbark" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 11 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_hellbark" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 11 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_biomesoplenty_jacaranda.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_biomesoplenty_jacaranda.json index dcefe05724..a837f3ca9a 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_biomesoplenty_jacaranda.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_biomesoplenty_jacaranda.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_jacaranda" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_jacaranda" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_jacaranda" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 12 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_jacaranda" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 12 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_biomesoplenty_magic.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_biomesoplenty_magic.json index 094401d8cf..5e48e7ee3a 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_biomesoplenty_magic.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_biomesoplenty_magic.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_magic" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_magic" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_magic" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 5 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_magic" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 5 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_biomesoplenty_mahogany.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_biomesoplenty_mahogany.json index 15fcd49d62..bcc3d75d18 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_biomesoplenty_mahogany.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_biomesoplenty_mahogany.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_mahogany" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_mahogany" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_mahogany" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 13 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_mahogany" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 13 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_biomesoplenty_mangrove.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_biomesoplenty_mangrove.json index 8db78b7d69..9d08af16e9 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_biomesoplenty_mangrove.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_biomesoplenty_mangrove.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_mangrove" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_mangrove" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_mangrove" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 6 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_mangrove" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 6 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_biomesoplenty_palm.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_biomesoplenty_palm.json index a5b9de1ab2..70f6fc9541 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_biomesoplenty_palm.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_biomesoplenty_palm.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_palm" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_palm" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_palm" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 7 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_palm" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 7 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_biomesoplenty_pine.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_biomesoplenty_pine.json index b2f34f0dda..9c683e09b5 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_biomesoplenty_pine.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_biomesoplenty_pine.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_pine" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_pine" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_pine" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 10 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_pine" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 10 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_biomesoplenty_redwood.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_biomesoplenty_redwood.json index e70ef8cb68..c61d4c6123 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_biomesoplenty_redwood.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_biomesoplenty_redwood.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_redwood" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_redwood" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_redwood" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 8 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_redwood" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 8 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_biomesoplenty_sacred_oak.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_biomesoplenty_sacred_oak.json index 3cf4f11f48..827d8d1a0e 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_biomesoplenty_sacred_oak.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_biomesoplenty_sacred_oak.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_sacred_oak" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_sacred_oak" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_sacred_oak" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_sacred_oak" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 0 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_biomesoplenty_umbran.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_biomesoplenty_umbran.json index 6d590f23ac..6d5897c57a 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_biomesoplenty_umbran.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_biomesoplenty_umbran.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_umbran" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_umbran" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_umbran" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 2 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_umbran" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 2 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_biomesoplenty_willow.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_biomesoplenty_willow.json index 09a9f4de52..6bf68bffc4 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_biomesoplenty_willow.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_biomesoplenty_willow.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_willow" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_willow" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_willow" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 9 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_willow" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 9 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_birch.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_birch.json index 97a23b44b2..103f2969bf 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_birch.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_birch.json @@ -1,32 +1,33 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_classic_birch" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_classic_birch" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_classic_birch" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:planks", + "data": 2 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_classic_birch" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "minecraft:planks", - "data": 2 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_acacia.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_acacia.json index e5b4e792e1..d6db6e372a 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_acacia.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_acacia.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_classic_forestry_acacia" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_classic_forestry_acacia" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_classic_forestry_acacia" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 2 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_classic_forestry_acacia" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 2 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_balsa.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_balsa.json index 139d921d8d..254370fb58 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_balsa.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_balsa.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_classic_forestry_balsa" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_classic_forestry_balsa" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_classic_forestry_balsa" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 11 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_classic_forestry_balsa" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 11 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_baobab.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_baobab.json index fb68db7a73..11ccb8cb86 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_baobab.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_baobab.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_classic_forestry_baobab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_classic_forestry_baobab" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_classic_forestry_baobab" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 6 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_classic_forestry_baobab" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 6 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_cherry.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_cherry.json index 422c0f4481..8d11fab0fe 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_cherry.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_cherry.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_classic_forestry_cherry" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_classic_forestry_cherry" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_classic_forestry_cherry" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 15 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_classic_forestry_cherry" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 15 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_chestnut.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_chestnut.json index bf798de733..d5df29aca3 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_chestnut.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_chestnut.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_classic_forestry_chestnut" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_classic_forestry_chestnut" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_classic_forestry_chestnut" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 4 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_classic_forestry_chestnut" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 4 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_citrus.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_citrus.json index 2021d6425b..dcbd825d0a 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_citrus.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_citrus.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_classic_forestry_citrus" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_classic_forestry_citrus" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_classic_forestry_citrus" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.1", + "data": 7 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_classic_forestry_citrus" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 7 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_cocobolo.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_cocobolo.json index a91cb5f300..e54b3ff693 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_cocobolo.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_cocobolo.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_classic_forestry_cocobolo" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_classic_forestry_cocobolo" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_classic_forestry_cocobolo" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.1", + "data": 11 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_classic_forestry_cocobolo" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 11 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_ebony.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_ebony.json index a209bea5fa..192dc79f67 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_ebony.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_ebony.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_classic_forestry_ebony" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_classic_forestry_ebony" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_classic_forestry_ebony" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 9 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_classic_forestry_ebony" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 9 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_giganteum.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_giganteum.json index 4abc9e69ff..ab74236a3b 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_giganteum.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_giganteum.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_classic_forestry_giganteum" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_classic_forestry_giganteum" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_classic_forestry_giganteum" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.1", + "data": 8 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_classic_forestry_giganteum" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 8 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_greenheart.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_greenheart.json index 5830e36a16..0e448e8230 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_greenheart.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_greenheart.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_classic_forestry_greenheart" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_classic_forestry_greenheart" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_classic_forestry_greenheart" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 14 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_classic_forestry_greenheart" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 14 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_ipe.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_ipe.json index 18239591a7..63cc42272f 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_ipe.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_ipe.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_classic_forestry_ipe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_classic_forestry_ipe" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_classic_forestry_ipe" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.1", + "data": 9 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_classic_forestry_ipe" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 9 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_kapok.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_kapok.json index 459460cf3a..735e93ca61 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_kapok.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_kapok.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_classic_forestry_kapok" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_classic_forestry_kapok" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_classic_forestry_kapok" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 8 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_classic_forestry_kapok" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 8 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_larch.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_larch.json index f1c9db8ddb..7cc9e722ec 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_larch.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_larch.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_classic_forestry_larch" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_classic_forestry_larch" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_classic_forestry_larch" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_classic_forestry_larch" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 0 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_lime.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_lime.json index f1219dd3e7..954e9e93d6 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_lime.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_lime.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_classic_forestry_lime" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_classic_forestry_lime" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_classic_forestry_lime" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 3 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_classic_forestry_lime" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 3 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_mahoe.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_mahoe.json index 4078ef7140..aca7be00a3 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_mahoe.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_mahoe.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_classic_forestry_mahoe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_classic_forestry_mahoe" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_classic_forestry_mahoe" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.1", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_classic_forestry_mahoe" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 0 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_mahogany.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_mahogany.json index 9060b7f6bf..67df90ed30 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_mahogany.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_mahogany.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_classic_forestry_mahogany" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_classic_forestry_mahogany" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_classic_forestry_mahogany" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 10 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_classic_forestry_mahogany" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 10 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_maple.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_maple.json index 30d6cc6c09..71fd9aeaac 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_maple.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_maple.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_classic_forestry_maple" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_classic_forestry_maple" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_classic_forestry_maple" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.1", + "data": 6 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_classic_forestry_maple" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 6 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_padauk.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_padauk.json index c1261d6ec0..67f489c4af 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_padauk.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_padauk.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_classic_forestry_padauk" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_classic_forestry_padauk" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_classic_forestry_padauk" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.1", + "data": 10 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_classic_forestry_padauk" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 10 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_palm.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_palm.json index b70d71c1d1..5a2820f7fd 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_palm.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_palm.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_classic_forestry_palm" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_classic_forestry_palm" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_classic_forestry_palm" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.1", + "data": 2 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_classic_forestry_palm" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 2 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_papaya.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_papaya.json index 06d44ee13e..54e98b2798 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_papaya.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_papaya.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_classic_forestry_papaya" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_classic_forestry_papaya" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_classic_forestry_papaya" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.1", + "data": 3 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_classic_forestry_papaya" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 3 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_pine.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_pine.json index d20f43c4fe..0ef9a611ef 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_pine.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_pine.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_classic_forestry_pine" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_classic_forestry_pine" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_classic_forestry_pine" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.1", + "data": 4 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_classic_forestry_pine" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 4 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_plum.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_plum.json index 89714210cb..0e450ba1fe 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_plum.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_plum.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_classic_forestry_plum" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_classic_forestry_plum" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_classic_forestry_plum" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.1", + "data": 5 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_classic_forestry_plum" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 5 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_poplar.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_poplar.json index d925f832b9..b8d756ecc5 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_poplar.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_poplar.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_classic_forestry_poplar" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_classic_forestry_poplar" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_classic_forestry_poplar" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.1", + "data": 1 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_classic_forestry_poplar" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 1 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_sequoia.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_sequoia.json index ecb782f462..ed34b65b02 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_sequoia.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_sequoia.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_classic_forestry_sequoia" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_classic_forestry_sequoia" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_classic_forestry_sequoia" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 7 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_classic_forestry_sequoia" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 7 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_teak.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_teak.json index 2f13c30059..0586b2b73f 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_teak.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_teak.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_classic_forestry_teak" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_classic_forestry_teak" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_classic_forestry_teak" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 1 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_classic_forestry_teak" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 1 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_walnut.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_walnut.json index 375a812923..73029ef266 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_walnut.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_walnut.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_classic_forestry_walnut" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_classic_forestry_walnut" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_classic_forestry_walnut" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 13 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_classic_forestry_walnut" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 13 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_wenge.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_wenge.json index a99b6a2286..9a90172b0c 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_wenge.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_wenge.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_classic_forestry_wenge" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_classic_forestry_wenge" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_classic_forestry_wenge" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 5 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_classic_forestry_wenge" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 5 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_willow.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_willow.json index 5c2c4c64af..2dace77917 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_willow.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_willow.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_classic_forestry_willow" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_classic_forestry_willow" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_classic_forestry_willow" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 12 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_classic_forestry_willow" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 12 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_zebrawood.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_zebrawood.json index c0ffbfe141..b37b267584 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_zebrawood.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_forestry_zebrawood.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_classic_forestry_zebrawood" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_classic_forestry_zebrawood" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_classic_forestry_zebrawood" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.1", + "data": 12 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_classic_forestry_zebrawood" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 12 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_immersiveengineering_treated_wood.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_immersiveengineering_treated_wood.json index 99e748d571..2102d78207 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_immersiveengineering_treated_wood.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_immersiveengineering_treated_wood.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_classic_immersiveengineering_treated_wood" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_classic_immersiveengineering_treated_wood" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_classic_immersiveengineering_treated_wood" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "immersiveengineering:treated_wood", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_classic_immersiveengineering_treated_wood" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "immersiveengineering:treated_wood", - "data": 0 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_immersiveengineering_treated_wood_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_immersiveengineering_treated_wood_1.json new file mode 100644 index 0000000000..1d30242867 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_immersiveengineering_treated_wood_1.json @@ -0,0 +1,39 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_classic_immersiveengineering_treated_wood_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "immersiveengineering:treated_wood", + "data": 1 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_classic_immersiveengineering_treated_wood_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_immersiveengineering_treated_wood_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_immersiveengineering_treated_wood_2.json new file mode 100644 index 0000000000..48221e88ae --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_immersiveengineering_treated_wood_2.json @@ -0,0 +1,39 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_classic_immersiveengineering_treated_wood_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "immersiveengineering:treated_wood", + "data": 2 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_classic_immersiveengineering_treated_wood_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_jungle.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_jungle.json index d893e7a8ae..f309851d03 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_jungle.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_jungle.json @@ -1,32 +1,33 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_classic_jungle" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_classic_jungle" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_classic_jungle" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:planks", + "data": 3 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_classic_jungle" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "minecraft:planks", - "data": 3 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_natura_amaranth.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_natura_amaranth.json index 272b0b2632..3be2133150 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_natura_amaranth.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_natura_amaranth.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_classic_natura_amaranth" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_classic_natura_amaranth" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_classic_natura_amaranth" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "natura:overworld_planks", + "data": 2 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_classic_natura_amaranth" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:overworld_planks", - "data": 2 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_natura_bloodwood.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_natura_bloodwood.json index cde4d4b42a..a6177c478e 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_natura_bloodwood.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_natura_bloodwood.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_classic_natura_bloodwood" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_classic_natura_bloodwood" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_classic_natura_bloodwood" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "natura:nether_planks", + "data": 1 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_classic_natura_bloodwood" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:nether_planks", - "data": 1 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_natura_darkwood.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_natura_darkwood.json index d3e8dde5b8..da13892468 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_natura_darkwood.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_natura_darkwood.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_classic_natura_darkwood" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_classic_natura_darkwood" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_classic_natura_darkwood" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "natura:nether_planks", + "data": 2 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_classic_natura_darkwood" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:nether_planks", - "data": 2 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_natura_eucalyptus.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_natura_eucalyptus.json index 5bbfdf979d..b1d963cb3d 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_natura_eucalyptus.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_natura_eucalyptus.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_classic_natura_eucalyptus" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_classic_natura_eucalyptus" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_classic_natura_eucalyptus" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "natura:overworld_planks", + "data": 5 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_classic_natura_eucalyptus" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:overworld_planks", - "data": 5 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_natura_fusewood.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_natura_fusewood.json index 2035f4fe1f..289e5015fd 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_natura_fusewood.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_natura_fusewood.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_classic_natura_fusewood" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_classic_natura_fusewood" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_classic_natura_fusewood" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "natura:nether_planks", + "data": 3 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_classic_natura_fusewood" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:nether_planks", - "data": 3 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_natura_ghostwood.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_natura_ghostwood.json index f9b4abec93..264674cdd9 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_natura_ghostwood.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_natura_ghostwood.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_classic_natura_ghostwood" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_classic_natura_ghostwood" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_classic_natura_ghostwood" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "natura:nether_planks", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_classic_natura_ghostwood" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:nether_planks", - "data": 0 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_natura_hopseed.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_natura_hopseed.json index 9e29e8a707..5f3ce10ac8 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_natura_hopseed.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_natura_hopseed.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_classic_natura_hopseed" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_classic_natura_hopseed" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_classic_natura_hopseed" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "natura:overworld_planks", + "data": 6 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_classic_natura_hopseed" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:overworld_planks", - "data": 6 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_natura_maple.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_natura_maple.json index 6120db9469..253dba24c8 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_natura_maple.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_natura_maple.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_classic_natura_maple" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_classic_natura_maple" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_classic_natura_maple" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "natura:overworld_planks", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_classic_natura_maple" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:overworld_planks", - "data": 0 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_natura_sakura.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_natura_sakura.json index 1d7624fb57..44914a2ea4 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_natura_sakura.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_natura_sakura.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_classic_natura_sakura" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_classic_natura_sakura" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_classic_natura_sakura" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "natura:overworld_planks", + "data": 7 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_classic_natura_sakura" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:overworld_planks", - "data": 7 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_natura_silverbell.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_natura_silverbell.json index 073e85624c..af50c1c509 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_natura_silverbell.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_natura_silverbell.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_classic_natura_silverbell" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_classic_natura_silverbell" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_classic_natura_silverbell" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "natura:overworld_planks", + "data": 1 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_classic_natura_silverbell" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:overworld_planks", - "data": 1 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_natura_tiger.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_natura_tiger.json index 55e40d6e6d..8df4af423e 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_natura_tiger.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_natura_tiger.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_classic_natura_tiger" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_classic_natura_tiger" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_classic_natura_tiger" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "natura:overworld_planks", + "data": 3 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_classic_natura_tiger" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:overworld_planks", - "data": 3 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_natura_willow.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_natura_willow.json index b7eb368b81..79ebade969 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_natura_willow.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_natura_willow.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_classic_natura_willow" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_classic_natura_willow" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_classic_natura_willow" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "natura:overworld_planks", + "data": 4 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_classic_natura_willow" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:overworld_planks", - "data": 4 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_oak.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_oak.json index d9fe6ca8e7..da46fb4ba3 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_oak.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_oak.json @@ -1,32 +1,33 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_classic_oak" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_classic_oak" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_classic_oak" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:planks", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_classic_oak" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "minecraft:planks", - "data": 0 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_spruce.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_spruce.json index cbf7a556f6..7133d572ce 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_spruce.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_classic_spruce.json @@ -1,32 +1,33 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_classic_spruce" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_classic_spruce" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_classic_spruce" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:planks", + "data": 1 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_classic_spruce" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "minecraft:planks", - "data": 1 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_acacia.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_acacia.json index cca8463286..e3590102eb 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_acacia.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_acacia.json @@ -1,32 +1,32 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_shield_acacia" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_shield_acacia" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_shield_acacia" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_classic_acacia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_shield_acacia" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "minecraft:planks", - "data": 4 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_big_oak.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_big_oak.json index 2d3dbb3805..3f6cad32fd 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_big_oak.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_big_oak.json @@ -1,32 +1,32 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_shield_big_oak" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_shield_big_oak" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_shield_big_oak" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_classic_big_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_shield_big_oak" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "minecraft:planks", - "data": 5 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_biomesoplenty_cherry.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_biomesoplenty_cherry.json index fc11dcd98f..737c43e525 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_biomesoplenty_cherry.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_biomesoplenty_cherry.json @@ -1,32 +1,38 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_cherry" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_cherry" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_cherry" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_cherry" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_cherry" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 1 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_biomesoplenty_ebony.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_biomesoplenty_ebony.json index eacf400895..5ec235465c 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_biomesoplenty_ebony.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_biomesoplenty_ebony.json @@ -1,32 +1,38 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_ebony" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_ebony" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_ebony" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_ebony" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_ebony" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 14 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_biomesoplenty_ethereal.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_biomesoplenty_ethereal.json index 7f998f906a..38c0a613a5 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_biomesoplenty_ethereal.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_biomesoplenty_ethereal.json @@ -1,32 +1,38 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_ethereal" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_ethereal" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_ethereal" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_ethereal" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_ethereal" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 4 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_biomesoplenty_eucalyptus.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_biomesoplenty_eucalyptus.json index 6e97c36af7..7f13639c90 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_biomesoplenty_eucalyptus.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_biomesoplenty_eucalyptus.json @@ -1,32 +1,38 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_eucalyptus" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_eucalyptus" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_eucalyptus" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_eucalyptus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_eucalyptus" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 15 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_biomesoplenty_fir.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_biomesoplenty_fir.json index c9f8144eee..ddbf57e3d3 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_biomesoplenty_fir.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_biomesoplenty_fir.json @@ -1,32 +1,38 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_fir" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_fir" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_fir" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_fir" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_fir" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 3 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_biomesoplenty_hellbark.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_biomesoplenty_hellbark.json index 5502b74222..ad212d9fe8 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_biomesoplenty_hellbark.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_biomesoplenty_hellbark.json @@ -1,32 +1,38 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_hellbark" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_hellbark" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_hellbark" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_hellbark" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_hellbark" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 11 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_biomesoplenty_jacaranda.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_biomesoplenty_jacaranda.json index 0683c87ee1..159c885c78 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_biomesoplenty_jacaranda.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_biomesoplenty_jacaranda.json @@ -1,32 +1,38 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_jacaranda" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_jacaranda" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_jacaranda" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_jacaranda" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_jacaranda" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 12 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_biomesoplenty_magic.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_biomesoplenty_magic.json index fdfca3da3f..0ec6c0a166 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_biomesoplenty_magic.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_biomesoplenty_magic.json @@ -1,32 +1,38 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_magic" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_magic" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_magic" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_magic" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_magic" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 5 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_biomesoplenty_mahogany.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_biomesoplenty_mahogany.json index 9197032159..a26e74d5bb 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_biomesoplenty_mahogany.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_biomesoplenty_mahogany.json @@ -1,32 +1,38 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_mahogany" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_mahogany" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_mahogany" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_mahogany" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_mahogany" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 13 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_biomesoplenty_mangrove.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_biomesoplenty_mangrove.json index 633af2ed9e..2c000335cf 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_biomesoplenty_mangrove.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_biomesoplenty_mangrove.json @@ -1,32 +1,38 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_mangrove" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_mangrove" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_mangrove" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_mangrove" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_mangrove" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 6 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_biomesoplenty_palm.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_biomesoplenty_palm.json index abee64b48b..db2e17c743 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_biomesoplenty_palm.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_biomesoplenty_palm.json @@ -1,32 +1,38 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_palm" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_palm" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_palm" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_palm" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_palm" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 7 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_biomesoplenty_pine.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_biomesoplenty_pine.json index 0cd6ec26ac..a81ebccc92 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_biomesoplenty_pine.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_biomesoplenty_pine.json @@ -1,32 +1,38 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_pine" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_pine" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_pine" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_pine" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_pine" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 10 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_biomesoplenty_redwood.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_biomesoplenty_redwood.json index c5fcbd752f..69e12c5cc1 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_biomesoplenty_redwood.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_biomesoplenty_redwood.json @@ -1,32 +1,38 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_redwood" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_redwood" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_redwood" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_redwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_redwood" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 8 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_biomesoplenty_sacred_oak.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_biomesoplenty_sacred_oak.json index 275bacb503..77ae5169d4 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_biomesoplenty_sacred_oak.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_biomesoplenty_sacred_oak.json @@ -1,32 +1,38 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_sacred_oak" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_sacred_oak" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_sacred_oak" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_sacred_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_sacred_oak" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 0 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_biomesoplenty_umbran.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_biomesoplenty_umbran.json index 2c3f24fe0d..a1b44a1ebd 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_biomesoplenty_umbran.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_biomesoplenty_umbran.json @@ -1,32 +1,38 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_umbran" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_umbran" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_umbran" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_umbran" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_umbran" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 2 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_biomesoplenty_willow.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_biomesoplenty_willow.json index 03d2320237..a19805e05d 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_biomesoplenty_willow.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_biomesoplenty_willow.json @@ -1,32 +1,38 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_willow" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_willow" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_willow" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_willow" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 9 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_birch.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_birch.json index 0fea5ab7e3..584e0c7732 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_birch.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_birch.json @@ -1,32 +1,32 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_shield_birch" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_shield_birch" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_shield_birch" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_classic_birch" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_shield_birch" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "minecraft:planks", - "data": 2 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_acacia.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_acacia.json index ffcbf4f3dd..2a9402fb64 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_acacia.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_acacia.json @@ -1,32 +1,38 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_shield_forestry_acacia" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_shield_forestry_acacia" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_shield_forestry_acacia" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_acacia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_shield_forestry_acacia" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 2 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_balsa.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_balsa.json index 27989eaa14..0b6d7511a9 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_balsa.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_balsa.json @@ -1,32 +1,38 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_shield_forestry_balsa" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_shield_forestry_balsa" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_shield_forestry_balsa" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_balsa" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_shield_forestry_balsa" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 11 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_baobab.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_baobab.json index e42be8b04e..edc880b94a 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_baobab.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_baobab.json @@ -1,32 +1,38 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_shield_forestry_baobab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_shield_forestry_baobab" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_shield_forestry_baobab" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_baobab" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_shield_forestry_baobab" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 6 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_cherry.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_cherry.json index 4df5e60b32..0172e91dfe 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_cherry.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_cherry.json @@ -1,32 +1,38 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_shield_forestry_cherry" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_shield_forestry_cherry" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_shield_forestry_cherry" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_cherry" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_shield_forestry_cherry" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 15 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_chestnut.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_chestnut.json index b66063ef48..23d0c2129d 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_chestnut.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_chestnut.json @@ -1,32 +1,38 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_shield_forestry_chestnut" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_shield_forestry_chestnut" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_shield_forestry_chestnut" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_chestnut" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_shield_forestry_chestnut" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 4 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_citrus.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_citrus.json index 84ade33c57..5a0569ffb1 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_citrus.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_citrus.json @@ -1,32 +1,38 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_shield_forestry_citrus" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_shield_forestry_citrus" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_shield_forestry_citrus" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_citrus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_shield_forestry_citrus" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 7 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_cocobolo.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_cocobolo.json index a00cd9a3f8..ba953ffe5c 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_cocobolo.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_cocobolo.json @@ -1,32 +1,38 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_shield_forestry_cocobolo" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_shield_forestry_cocobolo" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_shield_forestry_cocobolo" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_cocobolo" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_shield_forestry_cocobolo" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 11 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_ebony.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_ebony.json index c188161154..428b9d16f8 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_ebony.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_ebony.json @@ -1,32 +1,38 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_shield_forestry_ebony" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_shield_forestry_ebony" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_shield_forestry_ebony" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_ebony" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_shield_forestry_ebony" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 9 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_giganteum.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_giganteum.json index 25f4caa420..bcf7b80fbe 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_giganteum.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_giganteum.json @@ -1,32 +1,38 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_shield_forestry_giganteum" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_shield_forestry_giganteum" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_shield_forestry_giganteum" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_giganteum" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_shield_forestry_giganteum" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 8 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_greenheart.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_greenheart.json index 2409453ac8..86c9b33da2 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_greenheart.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_greenheart.json @@ -1,32 +1,38 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_shield_forestry_greenheart" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_shield_forestry_greenheart" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_shield_forestry_greenheart" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_greenheart" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_shield_forestry_greenheart" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 14 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_ipe.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_ipe.json index 2b715f4e6a..fb6e3d8a0c 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_ipe.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_ipe.json @@ -1,32 +1,38 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_shield_forestry_ipe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_shield_forestry_ipe" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_shield_forestry_ipe" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_ipe" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_shield_forestry_ipe" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 9 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_kapok.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_kapok.json index 80cf2daadf..ea20b09a9d 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_kapok.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_kapok.json @@ -1,32 +1,38 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_shield_forestry_kapok" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_shield_forestry_kapok" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_shield_forestry_kapok" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_kapok" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_shield_forestry_kapok" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 8 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_larch.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_larch.json index d7e10673a2..574c63a03f 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_larch.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_larch.json @@ -1,32 +1,38 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_shield_forestry_larch" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_shield_forestry_larch" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_shield_forestry_larch" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_larch" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_shield_forestry_larch" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 0 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_lime.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_lime.json index e980bf4fbc..ad351438d8 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_lime.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_lime.json @@ -1,32 +1,38 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_shield_forestry_lime" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_shield_forestry_lime" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_shield_forestry_lime" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_lime" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_shield_forestry_lime" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 3 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_mahoe.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_mahoe.json index 9737d225bc..c6dc474d41 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_mahoe.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_mahoe.json @@ -1,32 +1,38 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_shield_forestry_mahoe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_shield_forestry_mahoe" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_shield_forestry_mahoe" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_mahoe" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_shield_forestry_mahoe" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 0 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_mahogany.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_mahogany.json index 9a11f79a23..4bb5b44e34 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_mahogany.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_mahogany.json @@ -1,32 +1,38 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_shield_forestry_mahogany" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_shield_forestry_mahogany" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_shield_forestry_mahogany" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_mahogany" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_shield_forestry_mahogany" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 10 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_maple.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_maple.json index 97b7c5bbf3..3a64654f4e 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_maple.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_maple.json @@ -1,32 +1,38 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_shield_forestry_maple" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_shield_forestry_maple" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_shield_forestry_maple" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_maple" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_shield_forestry_maple" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 6 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_padauk.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_padauk.json index f0d719e0d7..f36b215f63 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_padauk.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_padauk.json @@ -1,32 +1,38 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_shield_forestry_padauk" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_shield_forestry_padauk" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_shield_forestry_padauk" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_padauk" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_shield_forestry_padauk" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 10 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_palm.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_palm.json index aa695c694f..a74faa5f98 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_palm.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_palm.json @@ -1,32 +1,38 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_shield_forestry_palm" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_shield_forestry_palm" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_shield_forestry_palm" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_palm" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_shield_forestry_palm" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 2 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_papaya.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_papaya.json index e318e2977d..ebdc0b0ba2 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_papaya.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_papaya.json @@ -1,32 +1,38 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_shield_forestry_papaya" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_shield_forestry_papaya" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_shield_forestry_papaya" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_papaya" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_shield_forestry_papaya" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 3 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_pine.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_pine.json index 50130a3192..739b216fed 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_pine.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_pine.json @@ -1,32 +1,38 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_shield_forestry_pine" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_shield_forestry_pine" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_shield_forestry_pine" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_pine" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_shield_forestry_pine" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 4 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_plum.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_plum.json index 9ae7ef4956..8577827e03 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_plum.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_plum.json @@ -1,32 +1,38 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_shield_forestry_plum" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_shield_forestry_plum" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_shield_forestry_plum" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_plum" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_shield_forestry_plum" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 5 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_poplar.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_poplar.json index bd4fa058ea..5c18f23ce9 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_poplar.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_poplar.json @@ -1,32 +1,38 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_shield_forestry_poplar" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_shield_forestry_poplar" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_shield_forestry_poplar" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_poplar" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_shield_forestry_poplar" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 1 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_sequoia.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_sequoia.json index 9d8c6abd82..31d1ef99cc 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_sequoia.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_sequoia.json @@ -1,32 +1,38 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_shield_forestry_sequoia" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_shield_forestry_sequoia" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_shield_forestry_sequoia" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_sequoia" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_shield_forestry_sequoia" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 7 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_teak.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_teak.json index b03f0d77ee..4bea5f9614 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_teak.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_teak.json @@ -1,32 +1,38 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_shield_forestry_teak" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_shield_forestry_teak" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_shield_forestry_teak" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_teak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_shield_forestry_teak" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 1 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_walnut.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_walnut.json index afdd11d422..5a0e5b5f57 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_walnut.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_walnut.json @@ -1,32 +1,38 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_shield_forestry_walnut" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_shield_forestry_walnut" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_shield_forestry_walnut" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_walnut" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_shield_forestry_walnut" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 13 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_wenge.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_wenge.json index cb35533d16..ba54885bb4 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_wenge.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_wenge.json @@ -1,32 +1,38 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_shield_forestry_wenge" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_shield_forestry_wenge" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_shield_forestry_wenge" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_wenge" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_shield_forestry_wenge" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 5 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_willow.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_willow.json index 043b71200b..538c0681dc 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_willow.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_willow.json @@ -1,32 +1,38 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_shield_forestry_willow" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_shield_forestry_willow" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_shield_forestry_willow" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_shield_forestry_willow" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 12 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_zebrawood.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_zebrawood.json index 2080caa494..783705f01d 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_zebrawood.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_forestry_zebrawood.json @@ -1,32 +1,38 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_shield_forestry_zebrawood" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_shield_forestry_zebrawood" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_shield_forestry_zebrawood" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_zebrawood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_shield_forestry_zebrawood" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 12 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_immersiveengineering_treated_wood.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_immersiveengineering_treated_wood.json index 00696c559a..38a8b47d51 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_immersiveengineering_treated_wood.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_immersiveengineering_treated_wood.json @@ -1,32 +1,38 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_shield_immersiveengineering_treated_wood" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_shield_immersiveengineering_treated_wood" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_shield_immersiveengineering_treated_wood" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_classic_immersiveengineering_treated_wood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_shield_immersiveengineering_treated_wood" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "immersiveengineering:treated_wood", - "data": 0 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_jungle.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_jungle.json index e13c6fd8ca..58973182c7 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_jungle.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_jungle.json @@ -1,32 +1,32 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_shield_jungle" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_shield_jungle" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_shield_jungle" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_classic_jungle" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_shield_jungle" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "minecraft:planks", - "data": 3 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_natura_amaranth.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_natura_amaranth.json index d55ebef0cd..40e4853e73 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_natura_amaranth.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_natura_amaranth.json @@ -1,32 +1,38 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_shield_natura_amaranth" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_shield_natura_amaranth" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_shield_natura_amaranth" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_classic_natura_amaranth" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_shield_natura_amaranth" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:overworld_planks", - "data": 2 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_natura_bloodwood.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_natura_bloodwood.json index 57e620593a..0257b0496f 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_natura_bloodwood.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_natura_bloodwood.json @@ -1,32 +1,38 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_shield_natura_bloodwood" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_shield_natura_bloodwood" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_shield_natura_bloodwood" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_classic_natura_bloodwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_shield_natura_bloodwood" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:nether_planks", - "data": 1 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_natura_darkwood.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_natura_darkwood.json index 077fbb33bd..3bde57f13e 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_natura_darkwood.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_natura_darkwood.json @@ -1,32 +1,38 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_shield_natura_darkwood" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_shield_natura_darkwood" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_shield_natura_darkwood" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_classic_natura_darkwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_shield_natura_darkwood" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:nether_planks", - "data": 2 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_natura_eucalyptus.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_natura_eucalyptus.json index 544eb79119..f24a5a1ebc 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_natura_eucalyptus.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_natura_eucalyptus.json @@ -1,32 +1,38 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_shield_natura_eucalyptus" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_shield_natura_eucalyptus" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_shield_natura_eucalyptus" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_classic_natura_eucalyptus" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_shield_natura_eucalyptus" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:overworld_planks", - "data": 5 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_natura_fusewood.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_natura_fusewood.json index 7a3f67c093..dba50a16dd 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_natura_fusewood.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_natura_fusewood.json @@ -1,32 +1,38 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_shield_natura_fusewood" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_shield_natura_fusewood" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_shield_natura_fusewood" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_classic_natura_fusewood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_shield_natura_fusewood" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:nether_planks", - "data": 3 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_natura_ghostwood.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_natura_ghostwood.json index 12d1a34841..f7e16c019c 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_natura_ghostwood.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_natura_ghostwood.json @@ -1,32 +1,38 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_shield_natura_ghostwood" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_shield_natura_ghostwood" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_shield_natura_ghostwood" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_classic_natura_ghostwood" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_shield_natura_ghostwood" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:nether_planks", - "data": 0 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_natura_hopseed.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_natura_hopseed.json index a97c4aff5a..eace303cea 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_natura_hopseed.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_natura_hopseed.json @@ -1,32 +1,38 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_shield_natura_hopseed" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_shield_natura_hopseed" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_shield_natura_hopseed" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_classic_natura_hopseed" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_shield_natura_hopseed" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:overworld_planks", - "data": 6 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_natura_maple.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_natura_maple.json index a375cd0603..b538d70538 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_natura_maple.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_natura_maple.json @@ -1,32 +1,38 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_shield_natura_maple" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_shield_natura_maple" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_shield_natura_maple" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_classic_natura_maple" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_shield_natura_maple" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:overworld_planks", - "data": 0 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_natura_sakura.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_natura_sakura.json index 4dbc5e8bb4..6ad301de1b 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_natura_sakura.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_natura_sakura.json @@ -1,32 +1,38 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_shield_natura_sakura" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_shield_natura_sakura" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_shield_natura_sakura" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_classic_natura_sakura" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_shield_natura_sakura" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:overworld_planks", - "data": 7 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_natura_silverbell.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_natura_silverbell.json index b2f32f35ea..1dc8e75fd3 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_natura_silverbell.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_natura_silverbell.json @@ -1,32 +1,38 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_shield_natura_silverbell" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_shield_natura_silverbell" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_shield_natura_silverbell" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_classic_natura_silverbell" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_shield_natura_silverbell" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:overworld_planks", - "data": 1 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_natura_tiger.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_natura_tiger.json index a34ef1a6a5..4421bf06ae 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_natura_tiger.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_natura_tiger.json @@ -1,32 +1,38 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_shield_natura_tiger" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_shield_natura_tiger" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_shield_natura_tiger" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_classic_natura_tiger" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_shield_natura_tiger" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:overworld_planks", - "data": 3 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_natura_willow.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_natura_willow.json index 324f6c7195..84f99246ed 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_natura_willow.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_natura_willow.json @@ -1,32 +1,38 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_shield_natura_willow" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_shield_natura_willow" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_shield_natura_willow" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_classic_natura_willow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_shield_natura_willow" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:overworld_planks", - "data": 4 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_oak.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_oak.json index 72acc4e948..23d52a9318 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_oak.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_oak.json @@ -1,32 +1,32 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_shield_oak" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_shield_oak" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_shield_oak" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_classic_oak" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_shield_oak" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "minecraft:planks", - "data": 0 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_spruce.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_spruce.json index 05d42f6bda..c4ba5a7b15 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_spruce.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_shield_spruce.json @@ -1,32 +1,32 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_shield_spruce" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_shield_spruce" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_shield_spruce" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:chair_wood_ironage_classic_spruce" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_shield_spruce" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "minecraft:planks", - "data": 1 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_acacia.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_acacia.json index 23db3008fe..a5ef4cf781 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_acacia.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_acacia.json @@ -1,32 +1,33 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_short_acacia" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_short_acacia" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_short_acacia" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:planks", + "data": 4 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_short_acacia" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "minecraft:planks", - "data": 4 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_big_oak.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_big_oak.json index edbfd4005e..4540828df8 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_big_oak.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_big_oak.json @@ -1,32 +1,33 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_short_big_oak" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_short_big_oak" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_short_big_oak" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:planks", + "data": 5 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_short_big_oak" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "minecraft:planks", - "data": 5 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_biomesoplenty_cherry.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_biomesoplenty_cherry.json index 825fd295c4..bb3dce919c 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_biomesoplenty_cherry.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_biomesoplenty_cherry.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_cherry" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_cherry" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_cherry" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 1 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_cherry" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 1 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_biomesoplenty_ebony.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_biomesoplenty_ebony.json index 01ccdf241e..a120b28985 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_biomesoplenty_ebony.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_biomesoplenty_ebony.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_ebony" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_ebony" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_ebony" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 14 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_ebony" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 14 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_biomesoplenty_ethereal.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_biomesoplenty_ethereal.json index aa89657290..af0a152638 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_biomesoplenty_ethereal.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_biomesoplenty_ethereal.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_ethereal" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_ethereal" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_ethereal" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 4 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_ethereal" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 4 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_biomesoplenty_eucalyptus.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_biomesoplenty_eucalyptus.json index 9fb8e47c2d..053ad4ff19 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_biomesoplenty_eucalyptus.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_biomesoplenty_eucalyptus.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_eucalyptus" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_eucalyptus" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_eucalyptus" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 15 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_eucalyptus" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 15 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_biomesoplenty_fir.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_biomesoplenty_fir.json index 873da38c28..08b0f7f0b1 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_biomesoplenty_fir.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_biomesoplenty_fir.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_fir" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_fir" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_fir" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 3 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_fir" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 3 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_biomesoplenty_hellbark.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_biomesoplenty_hellbark.json index 6e4a8f7d08..0e5e558ee6 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_biomesoplenty_hellbark.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_biomesoplenty_hellbark.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_hellbark" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_hellbark" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_hellbark" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 11 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_hellbark" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 11 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_biomesoplenty_jacaranda.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_biomesoplenty_jacaranda.json index c546de77ba..532e8bf34a 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_biomesoplenty_jacaranda.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_biomesoplenty_jacaranda.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_jacaranda" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_jacaranda" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_jacaranda" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 12 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_jacaranda" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 12 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_biomesoplenty_magic.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_biomesoplenty_magic.json index 16df70b65c..d55b467ad7 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_biomesoplenty_magic.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_biomesoplenty_magic.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_magic" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_magic" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_magic" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 5 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_magic" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 5 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_biomesoplenty_mahogany.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_biomesoplenty_mahogany.json index 7bd0cd8534..0ef2b6d292 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_biomesoplenty_mahogany.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_biomesoplenty_mahogany.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_mahogany" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_mahogany" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_mahogany" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 13 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_mahogany" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 13 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_biomesoplenty_mangrove.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_biomesoplenty_mangrove.json index faf8ec06d1..48cb2454c2 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_biomesoplenty_mangrove.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_biomesoplenty_mangrove.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_mangrove" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_mangrove" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_mangrove" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 6 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_mangrove" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 6 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_biomesoplenty_palm.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_biomesoplenty_palm.json index d8bbc78f8b..d498582181 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_biomesoplenty_palm.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_biomesoplenty_palm.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_palm" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_palm" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_palm" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 7 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_palm" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 7 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_biomesoplenty_pine.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_biomesoplenty_pine.json index c46da9b0ae..199c10eab8 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_biomesoplenty_pine.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_biomesoplenty_pine.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_pine" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_pine" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_pine" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 10 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_pine" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 10 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_biomesoplenty_redwood.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_biomesoplenty_redwood.json index fb789e9aa6..06db0c1481 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_biomesoplenty_redwood.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_biomesoplenty_redwood.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_redwood" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_redwood" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_redwood" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 8 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_redwood" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 8 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_biomesoplenty_sacred_oak.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_biomesoplenty_sacred_oak.json index 8e3e8e3068..caade1a40c 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_biomesoplenty_sacred_oak.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_biomesoplenty_sacred_oak.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_sacred_oak" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_sacred_oak" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_sacred_oak" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_sacred_oak" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 0 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_biomesoplenty_umbran.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_biomesoplenty_umbran.json index 1d78dc7945..fc948cc07c 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_biomesoplenty_umbran.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_biomesoplenty_umbran.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_umbran" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_umbran" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_umbran" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 2 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_umbran" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 2 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_biomesoplenty_willow.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_biomesoplenty_willow.json index e60c576b68..94e674489b 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_biomesoplenty_willow.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_biomesoplenty_willow.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_willow" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_willow" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_willow" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 9 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_willow" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 9 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_birch.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_birch.json index e1ec26c757..0f8fd312cc 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_birch.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_birch.json @@ -1,32 +1,33 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_short_birch" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_short_birch" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_short_birch" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:planks", + "data": 2 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_short_birch" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "minecraft:planks", - "data": 2 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_acacia.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_acacia.json index ec69b160fd..a38d73f65d 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_acacia.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_acacia.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_short_forestry_acacia" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_short_forestry_acacia" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_short_forestry_acacia" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 2 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_short_forestry_acacia" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 2 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_balsa.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_balsa.json index 9cc2b59ec3..2274832970 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_balsa.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_balsa.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_short_forestry_balsa" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_short_forestry_balsa" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_short_forestry_balsa" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 11 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_short_forestry_balsa" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 11 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_baobab.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_baobab.json index fd57098925..43a2fc301d 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_baobab.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_baobab.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_short_forestry_baobab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_short_forestry_baobab" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_short_forestry_baobab" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 6 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_short_forestry_baobab" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 6 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_cherry.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_cherry.json index aeb3309285..05dbb5d37f 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_cherry.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_cherry.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_short_forestry_cherry" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_short_forestry_cherry" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_short_forestry_cherry" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 15 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_short_forestry_cherry" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 15 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_chestnut.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_chestnut.json index b1a840a990..c27d218f18 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_chestnut.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_chestnut.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_short_forestry_chestnut" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_short_forestry_chestnut" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_short_forestry_chestnut" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 4 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_short_forestry_chestnut" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 4 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_citrus.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_citrus.json index 77ce2ba87a..f1e8f84e8f 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_citrus.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_citrus.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_short_forestry_citrus" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_short_forestry_citrus" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_short_forestry_citrus" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.1", + "data": 7 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_short_forestry_citrus" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 7 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_cocobolo.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_cocobolo.json index d9671adae7..867f622528 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_cocobolo.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_cocobolo.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_short_forestry_cocobolo" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_short_forestry_cocobolo" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_short_forestry_cocobolo" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.1", + "data": 11 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_short_forestry_cocobolo" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 11 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_ebony.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_ebony.json index eb16d2daeb..9d6b608c2c 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_ebony.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_ebony.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_short_forestry_ebony" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_short_forestry_ebony" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_short_forestry_ebony" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 9 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_short_forestry_ebony" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 9 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_giganteum.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_giganteum.json index e6945728d4..52666aab56 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_giganteum.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_giganteum.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_short_forestry_giganteum" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_short_forestry_giganteum" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_short_forestry_giganteum" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.1", + "data": 8 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_short_forestry_giganteum" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 8 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_greenheart.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_greenheart.json index 0a0239d75f..0d65390550 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_greenheart.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_greenheart.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_short_forestry_greenheart" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_short_forestry_greenheart" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_short_forestry_greenheart" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 14 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_short_forestry_greenheart" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 14 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_ipe.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_ipe.json index 190861233a..d4be6d4606 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_ipe.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_ipe.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_short_forestry_ipe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_short_forestry_ipe" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_short_forestry_ipe" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.1", + "data": 9 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_short_forestry_ipe" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 9 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_kapok.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_kapok.json index 803cc8c851..e49b79dfc9 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_kapok.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_kapok.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_short_forestry_kapok" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_short_forestry_kapok" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_short_forestry_kapok" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 8 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_short_forestry_kapok" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 8 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_larch.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_larch.json index d241bb3023..70c3b8c9bd 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_larch.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_larch.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_short_forestry_larch" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_short_forestry_larch" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_short_forestry_larch" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_short_forestry_larch" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 0 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_lime.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_lime.json index 4e5bc56a67..f24b7af915 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_lime.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_lime.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_short_forestry_lime" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_short_forestry_lime" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_short_forestry_lime" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 3 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_short_forestry_lime" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 3 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_mahoe.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_mahoe.json index cf44983424..cf38edd51f 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_mahoe.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_mahoe.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_short_forestry_mahoe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_short_forestry_mahoe" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_short_forestry_mahoe" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.1", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_short_forestry_mahoe" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 0 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_mahogany.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_mahogany.json index 45b1c87eda..174c523c89 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_mahogany.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_mahogany.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_short_forestry_mahogany" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_short_forestry_mahogany" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_short_forestry_mahogany" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 10 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_short_forestry_mahogany" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 10 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_maple.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_maple.json index 51865d16e5..3addcc85d4 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_maple.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_maple.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_short_forestry_maple" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_short_forestry_maple" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_short_forestry_maple" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.1", + "data": 6 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_short_forestry_maple" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 6 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_padauk.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_padauk.json index 1f19aa9448..54fea0d34d 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_padauk.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_padauk.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_short_forestry_padauk" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_short_forestry_padauk" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_short_forestry_padauk" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.1", + "data": 10 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_short_forestry_padauk" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 10 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_palm.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_palm.json index dc09d42084..8f4cb7c92d 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_palm.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_palm.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_short_forestry_palm" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_short_forestry_palm" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_short_forestry_palm" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.1", + "data": 2 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_short_forestry_palm" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 2 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_papaya.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_papaya.json index 3875af2416..140ad7e3e1 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_papaya.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_papaya.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_short_forestry_papaya" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_short_forestry_papaya" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_short_forestry_papaya" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.1", + "data": 3 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_short_forestry_papaya" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 3 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_pine.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_pine.json index 8376163a48..ae13e4c3f9 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_pine.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_pine.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_short_forestry_pine" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_short_forestry_pine" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_short_forestry_pine" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.1", + "data": 4 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_short_forestry_pine" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 4 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_plum.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_plum.json index ae240d3603..d2bcb27a8d 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_plum.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_plum.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_short_forestry_plum" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_short_forestry_plum" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_short_forestry_plum" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.1", + "data": 5 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_short_forestry_plum" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 5 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_poplar.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_poplar.json index f0ba4b7290..c0585fc9fe 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_poplar.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_poplar.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_short_forestry_poplar" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_short_forestry_poplar" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_short_forestry_poplar" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.1", + "data": 1 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_short_forestry_poplar" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 1 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_sequoia.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_sequoia.json index b17812fcc1..f8be5d23cc 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_sequoia.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_sequoia.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_short_forestry_sequoia" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_short_forestry_sequoia" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_short_forestry_sequoia" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 7 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_short_forestry_sequoia" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 7 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_teak.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_teak.json index fb871e6ce6..ce3a880ffe 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_teak.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_teak.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_short_forestry_teak" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_short_forestry_teak" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_short_forestry_teak" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 1 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_short_forestry_teak" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 1 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_walnut.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_walnut.json index 512896a90a..0d9579f525 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_walnut.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_walnut.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_short_forestry_walnut" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_short_forestry_walnut" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_short_forestry_walnut" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 13 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_short_forestry_walnut" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 13 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_wenge.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_wenge.json index 6c741d54ad..ad872b4a16 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_wenge.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_wenge.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_short_forestry_wenge" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_short_forestry_wenge" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_short_forestry_wenge" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 5 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_short_forestry_wenge" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 5 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_willow.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_willow.json index da1812a4f6..958dd045ea 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_willow.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_willow.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_short_forestry_willow" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_short_forestry_willow" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_short_forestry_willow" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 12 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_short_forestry_willow" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 12 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_zebrawood.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_zebrawood.json index 78eb411efb..3537c86050 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_zebrawood.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_forestry_zebrawood.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_short_forestry_zebrawood" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_short_forestry_zebrawood" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_short_forestry_zebrawood" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.1", + "data": 12 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_short_forestry_zebrawood" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 12 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_immersiveengineering_treated_wood.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_immersiveengineering_treated_wood.json index 05507387e6..6e2aeeb013 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_immersiveengineering_treated_wood.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_immersiveengineering_treated_wood.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_short_immersiveengineering_treated_wood" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_short_immersiveengineering_treated_wood" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_short_immersiveengineering_treated_wood" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "immersiveengineering:treated_wood", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_short_immersiveengineering_treated_wood" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "immersiveengineering:treated_wood", - "data": 0 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_immersiveengineering_treated_wood_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_immersiveengineering_treated_wood_1.json new file mode 100644 index 0000000000..c665d07e00 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_immersiveengineering_treated_wood_1.json @@ -0,0 +1,39 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_short_immersiveengineering_treated_wood_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "immersiveengineering:treated_wood", + "data": 1 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_short_immersiveengineering_treated_wood_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_immersiveengineering_treated_wood_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_immersiveengineering_treated_wood_2.json new file mode 100644 index 0000000000..158393ed36 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_immersiveengineering_treated_wood_2.json @@ -0,0 +1,39 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_short_immersiveengineering_treated_wood_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "immersiveengineering:treated_wood", + "data": 2 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_short_immersiveengineering_treated_wood_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_jungle.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_jungle.json index 45908d6aec..31989e78f7 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_jungle.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_jungle.json @@ -1,32 +1,33 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_short_jungle" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_short_jungle" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_short_jungle" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:planks", + "data": 3 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_short_jungle" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "minecraft:planks", - "data": 3 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_natura_amaranth.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_natura_amaranth.json index 8084821890..2e852b01bc 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_natura_amaranth.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_natura_amaranth.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_short_natura_amaranth" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_short_natura_amaranth" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_short_natura_amaranth" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "natura:overworld_planks", + "data": 2 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_short_natura_amaranth" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:overworld_planks", - "data": 2 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_natura_bloodwood.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_natura_bloodwood.json index b880a699e7..6adb6f557e 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_natura_bloodwood.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_natura_bloodwood.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_short_natura_bloodwood" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_short_natura_bloodwood" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_short_natura_bloodwood" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "natura:nether_planks", + "data": 1 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_short_natura_bloodwood" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:nether_planks", - "data": 1 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_natura_darkwood.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_natura_darkwood.json index 00d3f7981b..7ddae6bf21 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_natura_darkwood.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_natura_darkwood.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_short_natura_darkwood" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_short_natura_darkwood" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_short_natura_darkwood" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "natura:nether_planks", + "data": 2 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_short_natura_darkwood" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:nether_planks", - "data": 2 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_natura_eucalyptus.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_natura_eucalyptus.json index eec334cf8f..70f34ca48c 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_natura_eucalyptus.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_natura_eucalyptus.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_short_natura_eucalyptus" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_short_natura_eucalyptus" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_short_natura_eucalyptus" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "natura:overworld_planks", + "data": 5 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_short_natura_eucalyptus" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:overworld_planks", - "data": 5 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_natura_fusewood.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_natura_fusewood.json index 45cc299186..a7cf4bb561 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_natura_fusewood.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_natura_fusewood.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_short_natura_fusewood" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_short_natura_fusewood" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_short_natura_fusewood" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "natura:nether_planks", + "data": 3 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_short_natura_fusewood" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:nether_planks", - "data": 3 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_natura_ghostwood.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_natura_ghostwood.json index 5bc1756c05..8e1c63eed9 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_natura_ghostwood.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_natura_ghostwood.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_short_natura_ghostwood" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_short_natura_ghostwood" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_short_natura_ghostwood" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "natura:nether_planks", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_short_natura_ghostwood" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:nether_planks", - "data": 0 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_natura_hopseed.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_natura_hopseed.json index db4ef6dce6..658ddf848f 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_natura_hopseed.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_natura_hopseed.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_short_natura_hopseed" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_short_natura_hopseed" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_short_natura_hopseed" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "natura:overworld_planks", + "data": 6 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_short_natura_hopseed" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:overworld_planks", - "data": 6 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_natura_maple.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_natura_maple.json index 8377809f67..76c4a4893b 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_natura_maple.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_natura_maple.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_short_natura_maple" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_short_natura_maple" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_short_natura_maple" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "natura:overworld_planks", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_short_natura_maple" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:overworld_planks", - "data": 0 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_natura_sakura.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_natura_sakura.json index 82465cea61..2c828e0358 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_natura_sakura.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_natura_sakura.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_short_natura_sakura" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_short_natura_sakura" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_short_natura_sakura" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "natura:overworld_planks", + "data": 7 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_short_natura_sakura" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:overworld_planks", - "data": 7 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_natura_silverbell.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_natura_silverbell.json index c620aefa62..0325611cb6 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_natura_silverbell.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_natura_silverbell.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_short_natura_silverbell" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_short_natura_silverbell" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_short_natura_silverbell" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "natura:overworld_planks", + "data": 1 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_short_natura_silverbell" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:overworld_planks", - "data": 1 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_natura_tiger.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_natura_tiger.json index ce265edb57..c63c6f6ab2 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_natura_tiger.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_natura_tiger.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_short_natura_tiger" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_short_natura_tiger" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_short_natura_tiger" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "natura:overworld_planks", + "data": 3 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_short_natura_tiger" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:overworld_planks", - "data": 3 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_natura_willow.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_natura_willow.json index 0c22193abb..5007e7286d 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_natura_willow.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_natura_willow.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_short_natura_willow" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_short_natura_willow" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_short_natura_willow" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "natura:overworld_planks", + "data": 4 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_short_natura_willow" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:overworld_planks", - "data": 4 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_oak.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_oak.json index b10548b058..1174c20424 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_oak.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_oak.json @@ -1,32 +1,33 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_short_oak" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_short_oak" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_short_oak" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:planks", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_short_oak" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "minecraft:planks", - "data": 0 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_spruce.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_spruce.json index 474b063385..847f63b808 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_spruce.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_short_spruce.json @@ -1,32 +1,33 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_short_spruce" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_short_spruce" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_short_spruce" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:planks", + "data": 1 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_short_spruce" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "minecraft:planks", - "data": 1 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_acacia.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_acacia.json index 06a5b65b67..45dc5ea4c5 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_acacia.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_acacia.json @@ -1,32 +1,33 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_tall_acacia" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_acacia" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_tall_acacia" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:planks", + "data": 4 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_acacia" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "minecraft:planks", - "data": 4 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_big_oak.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_big_oak.json index 7c09100bfb..cae3be5aef 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_big_oak.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_big_oak.json @@ -1,32 +1,33 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_tall_big_oak" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_big_oak" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_tall_big_oak" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:planks", + "data": 5 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_big_oak" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "minecraft:planks", - "data": 5 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_biomesoplenty_cherry.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_biomesoplenty_cherry.json index 67a0a511c2..9f90d90c68 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_biomesoplenty_cherry.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_biomesoplenty_cherry.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_cherry" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_cherry" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_cherry" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 1 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_cherry" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 1 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_biomesoplenty_ebony.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_biomesoplenty_ebony.json index 316f0f210e..3630f15476 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_biomesoplenty_ebony.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_biomesoplenty_ebony.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_ebony" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_ebony" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_ebony" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 14 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_ebony" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 14 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_biomesoplenty_ethereal.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_biomesoplenty_ethereal.json index 7607eb595a..7e3cb1c6fe 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_biomesoplenty_ethereal.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_biomesoplenty_ethereal.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_ethereal" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_ethereal" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_ethereal" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 4 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_ethereal" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 4 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_biomesoplenty_eucalyptus.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_biomesoplenty_eucalyptus.json index 403ba05f4b..9c4cf4d726 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_biomesoplenty_eucalyptus.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_biomesoplenty_eucalyptus.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_eucalyptus" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_eucalyptus" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_eucalyptus" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 15 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_eucalyptus" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 15 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_biomesoplenty_fir.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_biomesoplenty_fir.json index 1216e3849a..9717a64e9a 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_biomesoplenty_fir.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_biomesoplenty_fir.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_fir" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_fir" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_fir" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 3 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_fir" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 3 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_biomesoplenty_hellbark.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_biomesoplenty_hellbark.json index e5b9b9d0a3..ce38c0610f 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_biomesoplenty_hellbark.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_biomesoplenty_hellbark.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_hellbark" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_hellbark" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_hellbark" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 11 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_hellbark" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 11 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_biomesoplenty_jacaranda.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_biomesoplenty_jacaranda.json index 9563d1cbf6..874c759c79 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_biomesoplenty_jacaranda.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_biomesoplenty_jacaranda.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_jacaranda" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_jacaranda" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_jacaranda" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 12 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_jacaranda" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 12 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_biomesoplenty_magic.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_biomesoplenty_magic.json index a052c60e27..18ea0ae6a1 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_biomesoplenty_magic.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_biomesoplenty_magic.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_magic" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_magic" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_magic" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 5 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_magic" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 5 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_biomesoplenty_mahogany.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_biomesoplenty_mahogany.json index f5135fb2fa..98b6f34696 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_biomesoplenty_mahogany.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_biomesoplenty_mahogany.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_mahogany" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_mahogany" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_mahogany" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 13 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_mahogany" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 13 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_biomesoplenty_mangrove.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_biomesoplenty_mangrove.json index f4524f95e7..d28e2fae56 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_biomesoplenty_mangrove.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_biomesoplenty_mangrove.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_mangrove" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_mangrove" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_mangrove" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 6 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_mangrove" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 6 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_biomesoplenty_palm.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_biomesoplenty_palm.json index a90dee939b..dd9a64fdf2 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_biomesoplenty_palm.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_biomesoplenty_palm.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_palm" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_palm" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_palm" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 7 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_palm" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 7 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_biomesoplenty_pine.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_biomesoplenty_pine.json index 48e15022a0..876826b2f7 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_biomesoplenty_pine.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_biomesoplenty_pine.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_pine" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_pine" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_pine" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 10 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_pine" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 10 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_biomesoplenty_redwood.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_biomesoplenty_redwood.json index 2dd12e561f..aeff78148f 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_biomesoplenty_redwood.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_biomesoplenty_redwood.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_redwood" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_redwood" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_redwood" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 8 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_redwood" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 8 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_biomesoplenty_sacred_oak.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_biomesoplenty_sacred_oak.json index 431597a9f3..5a7aafb735 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_biomesoplenty_sacred_oak.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_biomesoplenty_sacred_oak.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_sacred_oak" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_sacred_oak" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_sacred_oak" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_sacred_oak" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 0 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_biomesoplenty_umbran.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_biomesoplenty_umbran.json index 1da5da5b85..b9cfd45784 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_biomesoplenty_umbran.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_biomesoplenty_umbran.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_umbran" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_umbran" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_umbran" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 2 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_umbran" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 2 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_biomesoplenty_willow.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_biomesoplenty_willow.json index 04f585ba65..10166fa16c 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_biomesoplenty_willow.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_biomesoplenty_willow.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_willow" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_willow" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_willow" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "biomesoplenty:planks_0", + "data": 9 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_willow" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "biomesoplenty:planks_0", - "data": 9 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_birch.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_birch.json index 1e9a5f1982..8bb3656362 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_birch.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_birch.json @@ -1,32 +1,33 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_tall_birch" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_birch" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_tall_birch" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:planks", + "data": 2 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_birch" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "minecraft:planks", - "data": 2 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_acacia.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_acacia.json index f5d895247b..ff04938227 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_acacia.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_acacia.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_tall_forestry_acacia" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_acacia" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_tall_forestry_acacia" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 2 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_acacia" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 2 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_balsa.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_balsa.json index 5987f36b82..620f839fc3 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_balsa.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_balsa.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_tall_forestry_balsa" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_balsa" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_tall_forestry_balsa" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 11 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_balsa" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 11 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_baobab.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_baobab.json index 3d3cd11e3c..22f91ed0c4 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_baobab.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_baobab.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_tall_forestry_baobab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_baobab" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_tall_forestry_baobab" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 6 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_baobab" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 6 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_cherry.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_cherry.json index bc6556a369..fecfffb3c6 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_cherry.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_cherry.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_tall_forestry_cherry" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_cherry" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_tall_forestry_cherry" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 15 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_cherry" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 15 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_chestnut.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_chestnut.json index 81c83da0fa..31c9539a21 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_chestnut.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_chestnut.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_tall_forestry_chestnut" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_chestnut" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_tall_forestry_chestnut" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 4 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_chestnut" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 4 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_citrus.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_citrus.json index c877d2a24a..3da63778eb 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_citrus.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_citrus.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_tall_forestry_citrus" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_citrus" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_tall_forestry_citrus" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.1", + "data": 7 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_citrus" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 7 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_cocobolo.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_cocobolo.json index 182af6adeb..b4e4ecaabf 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_cocobolo.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_cocobolo.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_tall_forestry_cocobolo" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_cocobolo" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_tall_forestry_cocobolo" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.1", + "data": 11 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_cocobolo" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 11 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_ebony.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_ebony.json index f6f9592405..85c8308682 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_ebony.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_ebony.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_tall_forestry_ebony" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_ebony" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_tall_forestry_ebony" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 9 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_ebony" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 9 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_giganteum.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_giganteum.json index e9b8b120be..7abdd8e473 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_giganteum.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_giganteum.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_tall_forestry_giganteum" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_giganteum" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_tall_forestry_giganteum" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.1", + "data": 8 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_giganteum" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 8 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_greenheart.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_greenheart.json index fdfc577ed8..2ce43fd372 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_greenheart.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_greenheart.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_tall_forestry_greenheart" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_greenheart" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_tall_forestry_greenheart" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 14 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_greenheart" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 14 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_ipe.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_ipe.json index cd4374b8eb..36631adb33 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_ipe.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_ipe.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_tall_forestry_ipe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_ipe" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_tall_forestry_ipe" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.1", + "data": 9 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_ipe" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 9 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_kapok.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_kapok.json index 34ce99967d..c52521e1ce 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_kapok.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_kapok.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_tall_forestry_kapok" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_kapok" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_tall_forestry_kapok" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 8 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_kapok" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 8 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_larch.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_larch.json index 638fb11459..7205c118ac 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_larch.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_larch.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_tall_forestry_larch" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_larch" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_tall_forestry_larch" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_larch" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 0 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_lime.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_lime.json index 507ac4a8cc..d0bb09f1c5 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_lime.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_lime.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_tall_forestry_lime" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_lime" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_tall_forestry_lime" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 3 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_lime" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 3 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_mahoe.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_mahoe.json index 8ca10d987a..bd76a4930b 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_mahoe.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_mahoe.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_tall_forestry_mahoe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_mahoe" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_tall_forestry_mahoe" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.1", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_mahoe" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 0 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_mahogany.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_mahogany.json index 59c6764f03..ab39b21aba 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_mahogany.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_mahogany.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_tall_forestry_mahogany" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_mahogany" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_tall_forestry_mahogany" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 10 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_mahogany" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 10 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_maple.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_maple.json index 7ce8cb715a..43346e471c 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_maple.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_maple.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_tall_forestry_maple" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_maple" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_tall_forestry_maple" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.1", + "data": 6 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_maple" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 6 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_padauk.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_padauk.json index 6906eb9a24..8ab2514d2c 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_padauk.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_padauk.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_tall_forestry_padauk" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_padauk" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_tall_forestry_padauk" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.1", + "data": 10 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_padauk" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 10 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_palm.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_palm.json index 44ea103a13..3712c890ab 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_palm.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_palm.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_tall_forestry_palm" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_palm" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_tall_forestry_palm" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.1", + "data": 2 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_palm" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 2 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_papaya.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_papaya.json index 9e5a1504cf..eca54e558c 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_papaya.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_papaya.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_tall_forestry_papaya" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_papaya" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_tall_forestry_papaya" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.1", + "data": 3 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_papaya" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 3 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_pine.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_pine.json index c09d1c0638..7cb1398fd2 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_pine.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_pine.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_tall_forestry_pine" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_pine" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_tall_forestry_pine" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.1", + "data": 4 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_pine" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 4 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_plum.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_plum.json index 2f48644e7b..2dcbf920a3 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_plum.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_plum.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_tall_forestry_plum" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_plum" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_tall_forestry_plum" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.1", + "data": 5 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_plum" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 5 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_poplar.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_poplar.json index e1b30b10fd..97d5be6dda 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_poplar.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_poplar.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_tall_forestry_poplar" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_poplar" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_tall_forestry_poplar" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.1", + "data": 1 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_poplar" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 1 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_sequoia.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_sequoia.json index 22ab100ff9..d5df736f67 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_sequoia.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_sequoia.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_tall_forestry_sequoia" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_sequoia" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_tall_forestry_sequoia" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 7 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_sequoia" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 7 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_teak.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_teak.json index 320f86ac46..7ef9f85ddb 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_teak.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_teak.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_tall_forestry_teak" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_teak" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_tall_forestry_teak" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 1 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_teak" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 1 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_walnut.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_walnut.json index cb90888642..cb3c5ec8e8 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_walnut.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_walnut.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_tall_forestry_walnut" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_walnut" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_tall_forestry_walnut" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 13 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_walnut" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 13 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_wenge.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_wenge.json index a1d126a99b..47c2f019d2 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_wenge.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_wenge.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_tall_forestry_wenge" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_wenge" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_tall_forestry_wenge" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 5 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_wenge" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 5 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_willow.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_willow.json index d3f2ba0ad3..8242c3e769 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_willow.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_willow.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_tall_forestry_willow" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_willow" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_tall_forestry_willow" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.0", + "data": 12 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_willow" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.0", - "data": 12 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_zebrawood.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_zebrawood.json index a632697078..3807bd0cc8 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_zebrawood.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_forestry_zebrawood.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_tall_forestry_zebrawood" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_zebrawood" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_tall_forestry_zebrawood" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "forestry:planks.1", + "data": 12 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_zebrawood" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "forestry:planks.1", - "data": 12 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_immersiveengineering_treated_wood.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_immersiveengineering_treated_wood.json index 2053f3493a..4fde6b0c03 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_immersiveengineering_treated_wood.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_immersiveengineering_treated_wood.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_tall_immersiveengineering_treated_wood" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_immersiveengineering_treated_wood" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_tall_immersiveengineering_treated_wood" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "immersiveengineering:treated_wood", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_immersiveengineering_treated_wood" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "immersiveengineering:treated_wood", - "data": 0 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_immersiveengineering_treated_wood_1.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_immersiveengineering_treated_wood_1.json new file mode 100644 index 0000000000..847d57ddc6 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_immersiveengineering_treated_wood_1.json @@ -0,0 +1,39 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_tall_immersiveengineering_treated_wood_1" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "immersiveengineering:treated_wood", + "data": 1 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_immersiveengineering_treated_wood_1" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_immersiveengineering_treated_wood_2.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_immersiveengineering_treated_wood_2.json new file mode 100644 index 0000000000..33a20b66f2 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_immersiveengineering_treated_wood_2.json @@ -0,0 +1,39 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_tall_immersiveengineering_treated_wood_2" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "immersiveengineering:treated_wood", + "data": 2 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_immersiveengineering_treated_wood_2" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_jungle.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_jungle.json index 94dddad0d9..c102bdec67 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_jungle.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_jungle.json @@ -1,32 +1,33 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_tall_jungle" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_jungle" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_tall_jungle" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:planks", + "data": 3 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_jungle" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "minecraft:planks", - "data": 3 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_natura_amaranth.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_natura_amaranth.json index 6a8a213584..a4bde963df 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_natura_amaranth.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_natura_amaranth.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_tall_natura_amaranth" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_natura_amaranth" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_tall_natura_amaranth" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "natura:overworld_planks", + "data": 2 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_natura_amaranth" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:overworld_planks", - "data": 2 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_natura_bloodwood.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_natura_bloodwood.json index 2043dc133f..94d946d97e 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_natura_bloodwood.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_natura_bloodwood.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_tall_natura_bloodwood" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_natura_bloodwood" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_tall_natura_bloodwood" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "natura:nether_planks", + "data": 1 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_natura_bloodwood" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:nether_planks", - "data": 1 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_natura_darkwood.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_natura_darkwood.json index b3b44a8c29..e58a79f6fc 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_natura_darkwood.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_natura_darkwood.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_tall_natura_darkwood" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_natura_darkwood" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_tall_natura_darkwood" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "natura:nether_planks", + "data": 2 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_natura_darkwood" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:nether_planks", - "data": 2 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_natura_eucalyptus.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_natura_eucalyptus.json index 510acf164f..24fd3816f6 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_natura_eucalyptus.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_natura_eucalyptus.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_tall_natura_eucalyptus" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_natura_eucalyptus" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_tall_natura_eucalyptus" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "natura:overworld_planks", + "data": 5 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_natura_eucalyptus" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:overworld_planks", - "data": 5 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_natura_fusewood.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_natura_fusewood.json index c82e098d0c..f8a8cea2af 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_natura_fusewood.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_natura_fusewood.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_tall_natura_fusewood" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_natura_fusewood" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_tall_natura_fusewood" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "natura:nether_planks", + "data": 3 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_natura_fusewood" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:nether_planks", - "data": 3 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_natura_ghostwood.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_natura_ghostwood.json index cd39223d2e..a1154b8718 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_natura_ghostwood.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_natura_ghostwood.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_tall_natura_ghostwood" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_natura_ghostwood" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_tall_natura_ghostwood" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "natura:nether_planks", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_natura_ghostwood" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:nether_planks", - "data": 0 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_natura_hopseed.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_natura_hopseed.json index 355c508e84..021a8d93ee 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_natura_hopseed.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_natura_hopseed.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_tall_natura_hopseed" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_natura_hopseed" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_tall_natura_hopseed" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "natura:overworld_planks", + "data": 6 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_natura_hopseed" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:overworld_planks", - "data": 6 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_natura_maple.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_natura_maple.json index 85d57357d9..34e608dd5d 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_natura_maple.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_natura_maple.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_tall_natura_maple" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_natura_maple" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_tall_natura_maple" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "natura:overworld_planks", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_natura_maple" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:overworld_planks", - "data": 0 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_natura_sakura.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_natura_sakura.json index 4e721b3a5b..c535daeec9 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_natura_sakura.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_natura_sakura.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_tall_natura_sakura" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_natura_sakura" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_tall_natura_sakura" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "natura:overworld_planks", + "data": 7 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_natura_sakura" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:overworld_planks", - "data": 7 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_natura_silverbell.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_natura_silverbell.json index 455c0630c1..efdc479864 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_natura_silverbell.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_natura_silverbell.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_tall_natura_silverbell" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_natura_silverbell" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_tall_natura_silverbell" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "natura:overworld_planks", + "data": 1 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_natura_silverbell" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:overworld_planks", - "data": 1 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_natura_tiger.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_natura_tiger.json index ebfc3eb9eb..00f3f706b4 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_natura_tiger.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_natura_tiger.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_tall_natura_tiger" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_natura_tiger" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_tall_natura_tiger" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "natura:overworld_planks", + "data": 3 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_natura_tiger" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:overworld_planks", - "data": 3 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_natura_willow.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_natura_willow.json index 21fed3edeb..deec0cd94c 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_natura_willow.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_natura_willow.json @@ -1,32 +1,39 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_tall_natura_willow" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_natura_willow" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_tall_natura_willow" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "natura:overworld_planks", + "data": 4 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_natura_willow" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "natura:overworld_planks", - "data": 4 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_oak.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_oak.json index 9499ce318e..38167fad22 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_oak.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_oak.json @@ -1,32 +1,33 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_tall_oak" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_oak" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_tall_oak" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:planks", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_oak" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "minecraft:planks", - "data": 0 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_spruce.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_spruce.json index 4c236c8b74..da09dec101 100644 --- a/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_spruce.json +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/chair_wood_ironage_stool_tall_spruce.json @@ -1,32 +1,33 @@ { - "rewards": { - "recipes": [ - "ironagefurniture:chair_wood_ironage_stool_tall_spruce" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_spruce" - } + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:chair_wood_ironage_stool_tall_spruce" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:planks", + "data": 1 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:chair_wood_ironage_stool_tall_spruce" + } + } }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "item": "minecraft:planks", - "data": 1 - } + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" ] - ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/light_metal_ironage_block_floor_glow_clear.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/light_metal_ironage_block_floor_glow_clear.json new file mode 100644 index 0000000000..8add37c144 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/light_metal_ironage_block_floor_glow_clear.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:light_metal_ironage_block_floor_glow_clear" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:glowstone_dust" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:light_metal_ironage_block_floor_glow_clear" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/light_metal_ironage_block_floor_lava_clear.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/light_metal_ironage_block_floor_lava_clear.json new file mode 100644 index 0000000000..f07a962cdc --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/light_metal_ironage_block_floor_lava_clear.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:light_metal_ironage_block_floor_lava_clear" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:glass_bottle" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:light_metal_ironage_block_floor_lava_clear" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/light_metal_ironage_block_floor_red_clear.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/light_metal_ironage_block_floor_red_clear.json new file mode 100644 index 0000000000..49973cdd27 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/light_metal_ironage_block_floor_red_clear.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:light_metal_ironage_block_floor_red_clear" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:redstone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:light_metal_ironage_block_floor_red_clear" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/light_metal_ironage_sconce_floor_empty_iron.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/light_metal_ironage_sconce_floor_empty_iron.json new file mode 100644 index 0000000000..0ed5fbd609 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/light_metal_ironage_sconce_floor_empty_iron.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:light_metal_ironage_sconce_floor_empty_iron" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:iron_nugget" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:light_metal_ironage_sconce_floor_empty_iron" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/advancements/recipes/obsidian.json b/src/main/resources/assets/ironagefurniture/advancements/recipes/obsidian.json new file mode 100644 index 0000000000..fc824b2847 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/advancements/recipes/obsidian.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "ironagefurniture:obsidian" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "ironagefurniture:obsidian_chunk" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ironagefurniture:obsidian" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} diff --git a/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_block_floor_glow_clear.json b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_block_floor_glow_clear.json new file mode 100644 index 0000000000..a80dac9b5c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_block_floor_glow_clear.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "ironagefurniture:light_metal_ironage_block_floor_glow_clear", "y": 0 }, + "facing=east": { "model": "ironagefurniture:light_metal_ironage_block_floor_glow_clear", "y": 90 }, + "facing=south": { "model": "ironagefurniture:light_metal_ironage_block_floor_glow_clear", "y": 180 }, + "facing=west": { "model": "ironagefurniture:light_metal_ironage_block_floor_glow_clear", "y": 270 } + } +} diff --git a/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_block_floor_lava_clear.json b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_block_floor_lava_clear.json new file mode 100644 index 0000000000..0ef1a40b2b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_block_floor_lava_clear.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "ironagefurniture:light_metal_ironage_block_floor_lava_clear", "y": 0 }, + "facing=east": { "model": "ironagefurniture:light_metal_ironage_block_floor_lava_clear", "y": 90 }, + "facing=south": { "model": "ironagefurniture:light_metal_ironage_block_floor_lava_clear", "y": 180 }, + "facing=west": { "model": "ironagefurniture:light_metal_ironage_block_floor_lava_clear", "y": 270 } + } +} diff --git a/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_block_floor_red_clear.json b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_block_floor_red_clear.json new file mode 100644 index 0000000000..ba77ee13c2 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_block_floor_red_clear.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "ironagefurniture:light_metal_ironage_block_floor_red_clear", "y": 0 }, + "facing=east": { "model": "ironagefurniture:light_metal_ironage_block_floor_red_clear", "y": 90 }, + "facing=south": { "model": "ironagefurniture:light_metal_ironage_block_floor_red_clear", "y": 180 }, + "facing=west": { "model": "ironagefurniture:light_metal_ironage_block_floor_red_clear", "y": 270 } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_block_floor_red_clear_eight.json b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_block_floor_red_clear_eight.json new file mode 100644 index 0000000000..b9a0e48e9f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_block_floor_red_clear_eight.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "ironagefurniture:light_metal_ironage_block_floor_red_clear_lit", "y": 0 }, + "facing=east": { "model": "ironagefurniture:light_metal_ironage_block_floor_red_clear_lit", "y": 90 }, + "facing=south": { "model": "ironagefurniture:light_metal_ironage_block_floor_red_clear_lit", "y": 180 }, + "facing=west": { "model": "ironagefurniture:light_metal_ironage_block_floor_red_clear_lit", "y": 270 } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_block_floor_red_clear_eleven.json b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_block_floor_red_clear_eleven.json new file mode 100644 index 0000000000..b9a0e48e9f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_block_floor_red_clear_eleven.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "ironagefurniture:light_metal_ironage_block_floor_red_clear_lit", "y": 0 }, + "facing=east": { "model": "ironagefurniture:light_metal_ironage_block_floor_red_clear_lit", "y": 90 }, + "facing=south": { "model": "ironagefurniture:light_metal_ironage_block_floor_red_clear_lit", "y": 180 }, + "facing=west": { "model": "ironagefurniture:light_metal_ironage_block_floor_red_clear_lit", "y": 270 } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_block_floor_red_clear_fifteen.json b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_block_floor_red_clear_fifteen.json new file mode 100644 index 0000000000..b9a0e48e9f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_block_floor_red_clear_fifteen.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "ironagefurniture:light_metal_ironage_block_floor_red_clear_lit", "y": 0 }, + "facing=east": { "model": "ironagefurniture:light_metal_ironage_block_floor_red_clear_lit", "y": 90 }, + "facing=south": { "model": "ironagefurniture:light_metal_ironage_block_floor_red_clear_lit", "y": 180 }, + "facing=west": { "model": "ironagefurniture:light_metal_ironage_block_floor_red_clear_lit", "y": 270 } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_block_floor_red_clear_five.json b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_block_floor_red_clear_five.json new file mode 100644 index 0000000000..b9a0e48e9f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_block_floor_red_clear_five.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "ironagefurniture:light_metal_ironage_block_floor_red_clear_lit", "y": 0 }, + "facing=east": { "model": "ironagefurniture:light_metal_ironage_block_floor_red_clear_lit", "y": 90 }, + "facing=south": { "model": "ironagefurniture:light_metal_ironage_block_floor_red_clear_lit", "y": 180 }, + "facing=west": { "model": "ironagefurniture:light_metal_ironage_block_floor_red_clear_lit", "y": 270 } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_block_floor_red_clear_four.json b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_block_floor_red_clear_four.json new file mode 100644 index 0000000000..b9a0e48e9f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_block_floor_red_clear_four.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "ironagefurniture:light_metal_ironage_block_floor_red_clear_lit", "y": 0 }, + "facing=east": { "model": "ironagefurniture:light_metal_ironage_block_floor_red_clear_lit", "y": 90 }, + "facing=south": { "model": "ironagefurniture:light_metal_ironage_block_floor_red_clear_lit", "y": 180 }, + "facing=west": { "model": "ironagefurniture:light_metal_ironage_block_floor_red_clear_lit", "y": 270 } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_block_floor_red_clear_fourteen.json b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_block_floor_red_clear_fourteen.json new file mode 100644 index 0000000000..b9a0e48e9f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_block_floor_red_clear_fourteen.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "ironagefurniture:light_metal_ironage_block_floor_red_clear_lit", "y": 0 }, + "facing=east": { "model": "ironagefurniture:light_metal_ironage_block_floor_red_clear_lit", "y": 90 }, + "facing=south": { "model": "ironagefurniture:light_metal_ironage_block_floor_red_clear_lit", "y": 180 }, + "facing=west": { "model": "ironagefurniture:light_metal_ironage_block_floor_red_clear_lit", "y": 270 } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_block_floor_red_clear_nine.json b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_block_floor_red_clear_nine.json new file mode 100644 index 0000000000..b9a0e48e9f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_block_floor_red_clear_nine.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "ironagefurniture:light_metal_ironage_block_floor_red_clear_lit", "y": 0 }, + "facing=east": { "model": "ironagefurniture:light_metal_ironage_block_floor_red_clear_lit", "y": 90 }, + "facing=south": { "model": "ironagefurniture:light_metal_ironage_block_floor_red_clear_lit", "y": 180 }, + "facing=west": { "model": "ironagefurniture:light_metal_ironage_block_floor_red_clear_lit", "y": 270 } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_block_floor_red_clear_one.json b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_block_floor_red_clear_one.json new file mode 100644 index 0000000000..b9a0e48e9f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_block_floor_red_clear_one.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "ironagefurniture:light_metal_ironage_block_floor_red_clear_lit", "y": 0 }, + "facing=east": { "model": "ironagefurniture:light_metal_ironage_block_floor_red_clear_lit", "y": 90 }, + "facing=south": { "model": "ironagefurniture:light_metal_ironage_block_floor_red_clear_lit", "y": 180 }, + "facing=west": { "model": "ironagefurniture:light_metal_ironage_block_floor_red_clear_lit", "y": 270 } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_block_floor_red_clear_seven.json b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_block_floor_red_clear_seven.json new file mode 100644 index 0000000000..b9a0e48e9f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_block_floor_red_clear_seven.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "ironagefurniture:light_metal_ironage_block_floor_red_clear_lit", "y": 0 }, + "facing=east": { "model": "ironagefurniture:light_metal_ironage_block_floor_red_clear_lit", "y": 90 }, + "facing=south": { "model": "ironagefurniture:light_metal_ironage_block_floor_red_clear_lit", "y": 180 }, + "facing=west": { "model": "ironagefurniture:light_metal_ironage_block_floor_red_clear_lit", "y": 270 } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_block_floor_red_clear_six.json b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_block_floor_red_clear_six.json new file mode 100644 index 0000000000..b9a0e48e9f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_block_floor_red_clear_six.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "ironagefurniture:light_metal_ironage_block_floor_red_clear_lit", "y": 0 }, + "facing=east": { "model": "ironagefurniture:light_metal_ironage_block_floor_red_clear_lit", "y": 90 }, + "facing=south": { "model": "ironagefurniture:light_metal_ironage_block_floor_red_clear_lit", "y": 180 }, + "facing=west": { "model": "ironagefurniture:light_metal_ironage_block_floor_red_clear_lit", "y": 270 } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_block_floor_red_clear_ten.json b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_block_floor_red_clear_ten.json new file mode 100644 index 0000000000..b9a0e48e9f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_block_floor_red_clear_ten.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "ironagefurniture:light_metal_ironage_block_floor_red_clear_lit", "y": 0 }, + "facing=east": { "model": "ironagefurniture:light_metal_ironage_block_floor_red_clear_lit", "y": 90 }, + "facing=south": { "model": "ironagefurniture:light_metal_ironage_block_floor_red_clear_lit", "y": 180 }, + "facing=west": { "model": "ironagefurniture:light_metal_ironage_block_floor_red_clear_lit", "y": 270 } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_block_floor_red_clear_thirteen.json b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_block_floor_red_clear_thirteen.json new file mode 100644 index 0000000000..b9a0e48e9f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_block_floor_red_clear_thirteen.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "ironagefurniture:light_metal_ironage_block_floor_red_clear_lit", "y": 0 }, + "facing=east": { "model": "ironagefurniture:light_metal_ironage_block_floor_red_clear_lit", "y": 90 }, + "facing=south": { "model": "ironagefurniture:light_metal_ironage_block_floor_red_clear_lit", "y": 180 }, + "facing=west": { "model": "ironagefurniture:light_metal_ironage_block_floor_red_clear_lit", "y": 270 } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_block_floor_red_clear_three.json b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_block_floor_red_clear_three.json new file mode 100644 index 0000000000..b9a0e48e9f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_block_floor_red_clear_three.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "ironagefurniture:light_metal_ironage_block_floor_red_clear_lit", "y": 0 }, + "facing=east": { "model": "ironagefurniture:light_metal_ironage_block_floor_red_clear_lit", "y": 90 }, + "facing=south": { "model": "ironagefurniture:light_metal_ironage_block_floor_red_clear_lit", "y": 180 }, + "facing=west": { "model": "ironagefurniture:light_metal_ironage_block_floor_red_clear_lit", "y": 270 } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_block_floor_red_clear_twelve.json b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_block_floor_red_clear_twelve.json new file mode 100644 index 0000000000..b9a0e48e9f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_block_floor_red_clear_twelve.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "ironagefurniture:light_metal_ironage_block_floor_red_clear_lit", "y": 0 }, + "facing=east": { "model": "ironagefurniture:light_metal_ironage_block_floor_red_clear_lit", "y": 90 }, + "facing=south": { "model": "ironagefurniture:light_metal_ironage_block_floor_red_clear_lit", "y": 180 }, + "facing=west": { "model": "ironagefurniture:light_metal_ironage_block_floor_red_clear_lit", "y": 270 } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_block_floor_red_clear_two.json b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_block_floor_red_clear_two.json new file mode 100644 index 0000000000..b9a0e48e9f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_block_floor_red_clear_two.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "ironagefurniture:light_metal_ironage_block_floor_red_clear_lit", "y": 0 }, + "facing=east": { "model": "ironagefurniture:light_metal_ironage_block_floor_red_clear_lit", "y": 90 }, + "facing=south": { "model": "ironagefurniture:light_metal_ironage_block_floor_red_clear_lit", "y": 180 }, + "facing=west": { "model": "ironagefurniture:light_metal_ironage_block_floor_red_clear_lit", "y": 270 } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_empty_iron.json b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_empty_iron.json new file mode 100644 index 0000000000..ca05776154 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_empty_iron.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "ironagefurniture:light_metal_ironage_sconce_floor_empty_iron" + }, + "facing=east": { + "model": "ironagefurniture:light_metal_ironage_sconce_floor_empty_iron", + "y": 90 + }, + "facing=south": { + "model": "ironagefurniture:light_metal_ironage_sconce_floor_empty_iron", + "y": 180 + }, + "facing=west": { + "model": "ironagefurniture:light_metal_ironage_sconce_floor_empty_iron", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_glow_iron.json b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_glow_iron.json new file mode 100644 index 0000000000..3299e3d81f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_glow_iron.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "ironagefurniture:light_metal_ironage_sconce_floor_glow_iron", "y": 0 }, + "facing=east": { "model": "ironagefurniture:light_metal_ironage_sconce_floor_glow_iron", "y": 90 }, + "facing=south": { "model": "ironagefurniture:light_metal_ironage_sconce_floor_glow_iron", "y": 180 }, + "facing=west": { "model": "ironagefurniture:light_metal_ironage_sconce_floor_glow_iron", "y": 270 } + } +} diff --git a/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_lava_iron.json b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_lava_iron.json new file mode 100644 index 0000000000..f370349099 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_lava_iron.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "ironagefurniture:light_metal_ironage_sconce_floor_lava_iron", "y": 0 }, + "facing=east": { "model": "ironagefurniture:light_metal_ironage_sconce_floor_lava_iron", "y": 90 }, + "facing=south": { "model": "ironagefurniture:light_metal_ironage_sconce_floor_lava_iron", "y": 180 }, + "facing=west": { "model": "ironagefurniture:light_metal_ironage_sconce_floor_lava_iron", "y": 270 } + } +} diff --git a/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_red_iron.json b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_red_iron.json new file mode 100644 index 0000000000..7ee2ff30eb --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_red_iron.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "ironagefurniture:light_metal_ironage_sconce_floor_red_iron", "y": 0 }, + "facing=east": { "model": "ironagefurniture:light_metal_ironage_sconce_floor_red_iron", "y": 90 }, + "facing=south": { "model": "ironagefurniture:light_metal_ironage_sconce_floor_red_iron", "y": 180 }, + "facing=west": { "model": "ironagefurniture:light_metal_ironage_sconce_floor_red_iron", "y": 270 } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_red_iron_eight.json b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_red_iron_eight.json new file mode 100644 index 0000000000..7ee2ff30eb --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_red_iron_eight.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "ironagefurniture:light_metal_ironage_sconce_floor_red_iron", "y": 0 }, + "facing=east": { "model": "ironagefurniture:light_metal_ironage_sconce_floor_red_iron", "y": 90 }, + "facing=south": { "model": "ironagefurniture:light_metal_ironage_sconce_floor_red_iron", "y": 180 }, + "facing=west": { "model": "ironagefurniture:light_metal_ironage_sconce_floor_red_iron", "y": 270 } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_red_iron_eleven.json b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_red_iron_eleven.json new file mode 100644 index 0000000000..7ee2ff30eb --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_red_iron_eleven.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "ironagefurniture:light_metal_ironage_sconce_floor_red_iron", "y": 0 }, + "facing=east": { "model": "ironagefurniture:light_metal_ironage_sconce_floor_red_iron", "y": 90 }, + "facing=south": { "model": "ironagefurniture:light_metal_ironage_sconce_floor_red_iron", "y": 180 }, + "facing=west": { "model": "ironagefurniture:light_metal_ironage_sconce_floor_red_iron", "y": 270 } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_red_iron_fifteen.json b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_red_iron_fifteen.json new file mode 100644 index 0000000000..7ee2ff30eb --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_red_iron_fifteen.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "ironagefurniture:light_metal_ironage_sconce_floor_red_iron", "y": 0 }, + "facing=east": { "model": "ironagefurniture:light_metal_ironage_sconce_floor_red_iron", "y": 90 }, + "facing=south": { "model": "ironagefurniture:light_metal_ironage_sconce_floor_red_iron", "y": 180 }, + "facing=west": { "model": "ironagefurniture:light_metal_ironage_sconce_floor_red_iron", "y": 270 } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_red_iron_five.json b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_red_iron_five.json new file mode 100644 index 0000000000..7ee2ff30eb --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_red_iron_five.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "ironagefurniture:light_metal_ironage_sconce_floor_red_iron", "y": 0 }, + "facing=east": { "model": "ironagefurniture:light_metal_ironage_sconce_floor_red_iron", "y": 90 }, + "facing=south": { "model": "ironagefurniture:light_metal_ironage_sconce_floor_red_iron", "y": 180 }, + "facing=west": { "model": "ironagefurniture:light_metal_ironage_sconce_floor_red_iron", "y": 270 } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_red_iron_four.json b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_red_iron_four.json new file mode 100644 index 0000000000..7ee2ff30eb --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_red_iron_four.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "ironagefurniture:light_metal_ironage_sconce_floor_red_iron", "y": 0 }, + "facing=east": { "model": "ironagefurniture:light_metal_ironage_sconce_floor_red_iron", "y": 90 }, + "facing=south": { "model": "ironagefurniture:light_metal_ironage_sconce_floor_red_iron", "y": 180 }, + "facing=west": { "model": "ironagefurniture:light_metal_ironage_sconce_floor_red_iron", "y": 270 } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_red_iron_fourteen.json b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_red_iron_fourteen.json new file mode 100644 index 0000000000..7ee2ff30eb --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_red_iron_fourteen.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "ironagefurniture:light_metal_ironage_sconce_floor_red_iron", "y": 0 }, + "facing=east": { "model": "ironagefurniture:light_metal_ironage_sconce_floor_red_iron", "y": 90 }, + "facing=south": { "model": "ironagefurniture:light_metal_ironage_sconce_floor_red_iron", "y": 180 }, + "facing=west": { "model": "ironagefurniture:light_metal_ironage_sconce_floor_red_iron", "y": 270 } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_red_iron_nine.json b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_red_iron_nine.json new file mode 100644 index 0000000000..7ee2ff30eb --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_red_iron_nine.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "ironagefurniture:light_metal_ironage_sconce_floor_red_iron", "y": 0 }, + "facing=east": { "model": "ironagefurniture:light_metal_ironage_sconce_floor_red_iron", "y": 90 }, + "facing=south": { "model": "ironagefurniture:light_metal_ironage_sconce_floor_red_iron", "y": 180 }, + "facing=west": { "model": "ironagefurniture:light_metal_ironage_sconce_floor_red_iron", "y": 270 } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_red_iron_one.json b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_red_iron_one.json new file mode 100644 index 0000000000..7ee2ff30eb --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_red_iron_one.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "ironagefurniture:light_metal_ironage_sconce_floor_red_iron", "y": 0 }, + "facing=east": { "model": "ironagefurniture:light_metal_ironage_sconce_floor_red_iron", "y": 90 }, + "facing=south": { "model": "ironagefurniture:light_metal_ironage_sconce_floor_red_iron", "y": 180 }, + "facing=west": { "model": "ironagefurniture:light_metal_ironage_sconce_floor_red_iron", "y": 270 } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_red_iron_seven.json b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_red_iron_seven.json new file mode 100644 index 0000000000..7ee2ff30eb --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_red_iron_seven.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "ironagefurniture:light_metal_ironage_sconce_floor_red_iron", "y": 0 }, + "facing=east": { "model": "ironagefurniture:light_metal_ironage_sconce_floor_red_iron", "y": 90 }, + "facing=south": { "model": "ironagefurniture:light_metal_ironage_sconce_floor_red_iron", "y": 180 }, + "facing=west": { "model": "ironagefurniture:light_metal_ironage_sconce_floor_red_iron", "y": 270 } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_red_iron_six.json b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_red_iron_six.json new file mode 100644 index 0000000000..7ee2ff30eb --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_red_iron_six.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "ironagefurniture:light_metal_ironage_sconce_floor_red_iron", "y": 0 }, + "facing=east": { "model": "ironagefurniture:light_metal_ironage_sconce_floor_red_iron", "y": 90 }, + "facing=south": { "model": "ironagefurniture:light_metal_ironage_sconce_floor_red_iron", "y": 180 }, + "facing=west": { "model": "ironagefurniture:light_metal_ironage_sconce_floor_red_iron", "y": 270 } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_red_iron_ten.json b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_red_iron_ten.json new file mode 100644 index 0000000000..7ee2ff30eb --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_red_iron_ten.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "ironagefurniture:light_metal_ironage_sconce_floor_red_iron", "y": 0 }, + "facing=east": { "model": "ironagefurniture:light_metal_ironage_sconce_floor_red_iron", "y": 90 }, + "facing=south": { "model": "ironagefurniture:light_metal_ironage_sconce_floor_red_iron", "y": 180 }, + "facing=west": { "model": "ironagefurniture:light_metal_ironage_sconce_floor_red_iron", "y": 270 } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_red_iron_thirteen.json b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_red_iron_thirteen.json new file mode 100644 index 0000000000..7ee2ff30eb --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_red_iron_thirteen.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "ironagefurniture:light_metal_ironage_sconce_floor_red_iron", "y": 0 }, + "facing=east": { "model": "ironagefurniture:light_metal_ironage_sconce_floor_red_iron", "y": 90 }, + "facing=south": { "model": "ironagefurniture:light_metal_ironage_sconce_floor_red_iron", "y": 180 }, + "facing=west": { "model": "ironagefurniture:light_metal_ironage_sconce_floor_red_iron", "y": 270 } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_red_iron_three.json b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_red_iron_three.json new file mode 100644 index 0000000000..7ee2ff30eb --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_red_iron_three.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "ironagefurniture:light_metal_ironage_sconce_floor_red_iron", "y": 0 }, + "facing=east": { "model": "ironagefurniture:light_metal_ironage_sconce_floor_red_iron", "y": 90 }, + "facing=south": { "model": "ironagefurniture:light_metal_ironage_sconce_floor_red_iron", "y": 180 }, + "facing=west": { "model": "ironagefurniture:light_metal_ironage_sconce_floor_red_iron", "y": 270 } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_red_iron_twelve.json b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_red_iron_twelve.json new file mode 100644 index 0000000000..7ee2ff30eb --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_red_iron_twelve.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "ironagefurniture:light_metal_ironage_sconce_floor_red_iron", "y": 0 }, + "facing=east": { "model": "ironagefurniture:light_metal_ironage_sconce_floor_red_iron", "y": 90 }, + "facing=south": { "model": "ironagefurniture:light_metal_ironage_sconce_floor_red_iron", "y": 180 }, + "facing=west": { "model": "ironagefurniture:light_metal_ironage_sconce_floor_red_iron", "y": 270 } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_red_iron_two.json b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_red_iron_two.json new file mode 100644 index 0000000000..7ee2ff30eb --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_red_iron_two.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "ironagefurniture:light_metal_ironage_sconce_floor_red_iron", "y": 0 }, + "facing=east": { "model": "ironagefurniture:light_metal_ironage_sconce_floor_red_iron", "y": 90 }, + "facing=south": { "model": "ironagefurniture:light_metal_ironage_sconce_floor_red_iron", "y": 180 }, + "facing=west": { "model": "ironagefurniture:light_metal_ironage_sconce_floor_red_iron", "y": 270 } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_redtorch_iron.json b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_redtorch_iron.json new file mode 100644 index 0000000000..50ab4575c2 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_redtorch_iron.json @@ -0,0 +1,20 @@ +{ + "variants": { + "facing=north": { + "model": "ironagefurniture:light_metal_ironage_sconce_floor_redtorch_iron", + "y": 0 + }, + "facing=east": { + "model": "ironagefurniture:light_metal_ironage_sconce_floor_redtorch_iron", + "y": 90 + }, + "facing=south": { + "model": "ironagefurniture:light_metal_ironage_sconce_floor_redtorch_iron", + "y": 180 + }, + "facing=west": { + "model": "ironagefurniture:light_metal_ironage_sconce_floor_redtorch_iron", + "y": 270 + } + } +} diff --git a/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_redtorch_iron_unlit.json b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_redtorch_iron_unlit.json new file mode 100644 index 0000000000..b3c7dddfcc --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_redtorch_iron_unlit.json @@ -0,0 +1,20 @@ +{ + "variants": { + "facing=north": { + "model": "ironagefurniture:light_metal_ironage_sconce_floor_redtorch_iron_unlit", + "y": 0 + }, + "facing=east": { + "model": "ironagefurniture:light_metal_ironage_sconce_floor_redtorch_iron_unlit", + "y": 90 + }, + "facing=south": { + "model": "ironagefurniture:light_metal_ironage_sconce_floor_redtorch_iron_unlit", + "y": 180 + }, + "facing=west": { + "model": "ironagefurniture:light_metal_ironage_sconce_floor_redtorch_iron_unlit", + "y": 270 + } + } +} diff --git a/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_torch_iron.json b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_torch_iron.json new file mode 100644 index 0000000000..dafa39f553 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_torch_iron.json @@ -0,0 +1,20 @@ +{ + "variants": { + "facing=north": { + "model": "ironagefurniture:light_metal_ironage_sconce_floor_torch_iron", + "y": 0 + }, + "facing=east": { + "model": "ironagefurniture:light_metal_ironage_sconce_floor_torch_iron", + "y": 90 + }, + "facing=south": { + "model": "ironagefurniture:light_metal_ironage_sconce_floor_torch_iron", + "y": 180 + }, + "facing=west": { + "model": "ironagefurniture:light_metal_ironage_sconce_floor_torch_iron", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_torch_iron_unlit.json b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_torch_iron_unlit.json new file mode 100644 index 0000000000..dafa39f553 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_floor_torch_iron_unlit.json @@ -0,0 +1,20 @@ +{ + "variants": { + "facing=north": { + "model": "ironagefurniture:light_metal_ironage_sconce_floor_torch_iron", + "y": 0 + }, + "facing=east": { + "model": "ironagefurniture:light_metal_ironage_sconce_floor_torch_iron", + "y": 90 + }, + "facing=south": { + "model": "ironagefurniture:light_metal_ironage_sconce_floor_torch_iron", + "y": 180 + }, + "facing=west": { + "model": "ironagefurniture:light_metal_ironage_sconce_floor_torch_iron", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_empty_iron.json b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_empty_iron.json new file mode 100644 index 0000000000..646d3f004c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_empty_iron.json @@ -0,0 +1,20 @@ +{ + "variants": { + "facing=north": { + "model": "ironagefurniture:light_metal_ironage_sconce_wall_empty_iron", + "y": 270 + }, + "facing=east": { + "model": "ironagefurniture:light_metal_ironage_sconce_wall_empty_iron", + "y": 0 + }, + "facing=south": { + "model": "ironagefurniture:light_metal_ironage_sconce_wall_empty_iron", + "y": 90 + }, + "facing=west": { + "model": "ironagefurniture:light_metal_ironage_sconce_wall_empty_iron", + "y": 180 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_glow_iron.json b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_glow_iron.json new file mode 100644 index 0000000000..018965b218 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_glow_iron.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "ironagefurniture:light_metal_ironage_sconce_wall_glow_iron", "y": 270 }, + "facing=east": { "model": "ironagefurniture:light_metal_ironage_sconce_wall_glow_iron", "y": 0 }, + "facing=south": { "model": "ironagefurniture:light_metal_ironage_sconce_wall_glow_iron", "y": 90 }, + "facing=west": { "model": "ironagefurniture:light_metal_ironage_sconce_wall_glow_iron", "y": 180 } + } +} diff --git a/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_lava_iron.json b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_lava_iron.json new file mode 100644 index 0000000000..4405efa934 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_lava_iron.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "ironagefurniture:light_metal_ironage_sconce_wall_lava_iron", "y": 270 }, + "facing=east": { "model": "ironagefurniture:light_metal_ironage_sconce_wall_lava_iron", "y": 0 }, + "facing=south": { "model": "ironagefurniture:light_metal_ironage_sconce_wall_lava_iron", "y": 90 }, + "facing=west": { "model": "ironagefurniture:light_metal_ironage_sconce_wall_lava_iron", "y": 180 } + } +} diff --git a/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_red_iron.json b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_red_iron.json new file mode 100644 index 0000000000..bc6882a5b1 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_red_iron.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "ironagefurniture:light_metal_ironage_sconce_wall_red_iron", "y": 270 }, + "facing=east": { "model": "ironagefurniture:light_metal_ironage_sconce_wall_red_iron", "y": 0 }, + "facing=south": { "model": "ironagefurniture:light_metal_ironage_sconce_wall_red_iron", "y": 90 }, + "facing=west": { "model": "ironagefurniture:light_metal_ironage_sconce_wall_red_iron", "y": 180 } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_red_iron_eight.json b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_red_iron_eight.json new file mode 100644 index 0000000000..bc6882a5b1 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_red_iron_eight.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "ironagefurniture:light_metal_ironage_sconce_wall_red_iron", "y": 270 }, + "facing=east": { "model": "ironagefurniture:light_metal_ironage_sconce_wall_red_iron", "y": 0 }, + "facing=south": { "model": "ironagefurniture:light_metal_ironage_sconce_wall_red_iron", "y": 90 }, + "facing=west": { "model": "ironagefurniture:light_metal_ironage_sconce_wall_red_iron", "y": 180 } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_red_iron_eleven.json b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_red_iron_eleven.json new file mode 100644 index 0000000000..bc6882a5b1 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_red_iron_eleven.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "ironagefurniture:light_metal_ironage_sconce_wall_red_iron", "y": 270 }, + "facing=east": { "model": "ironagefurniture:light_metal_ironage_sconce_wall_red_iron", "y": 0 }, + "facing=south": { "model": "ironagefurniture:light_metal_ironage_sconce_wall_red_iron", "y": 90 }, + "facing=west": { "model": "ironagefurniture:light_metal_ironage_sconce_wall_red_iron", "y": 180 } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_red_iron_fifteen.json b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_red_iron_fifteen.json new file mode 100644 index 0000000000..bc6882a5b1 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_red_iron_fifteen.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "ironagefurniture:light_metal_ironage_sconce_wall_red_iron", "y": 270 }, + "facing=east": { "model": "ironagefurniture:light_metal_ironage_sconce_wall_red_iron", "y": 0 }, + "facing=south": { "model": "ironagefurniture:light_metal_ironage_sconce_wall_red_iron", "y": 90 }, + "facing=west": { "model": "ironagefurniture:light_metal_ironage_sconce_wall_red_iron", "y": 180 } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_red_iron_five.json b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_red_iron_five.json new file mode 100644 index 0000000000..bc6882a5b1 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_red_iron_five.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "ironagefurniture:light_metal_ironage_sconce_wall_red_iron", "y": 270 }, + "facing=east": { "model": "ironagefurniture:light_metal_ironage_sconce_wall_red_iron", "y": 0 }, + "facing=south": { "model": "ironagefurniture:light_metal_ironage_sconce_wall_red_iron", "y": 90 }, + "facing=west": { "model": "ironagefurniture:light_metal_ironage_sconce_wall_red_iron", "y": 180 } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_red_iron_four.json b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_red_iron_four.json new file mode 100644 index 0000000000..bc6882a5b1 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_red_iron_four.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "ironagefurniture:light_metal_ironage_sconce_wall_red_iron", "y": 270 }, + "facing=east": { "model": "ironagefurniture:light_metal_ironage_sconce_wall_red_iron", "y": 0 }, + "facing=south": { "model": "ironagefurniture:light_metal_ironage_sconce_wall_red_iron", "y": 90 }, + "facing=west": { "model": "ironagefurniture:light_metal_ironage_sconce_wall_red_iron", "y": 180 } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_red_iron_fourteen.json b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_red_iron_fourteen.json new file mode 100644 index 0000000000..bc6882a5b1 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_red_iron_fourteen.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "ironagefurniture:light_metal_ironage_sconce_wall_red_iron", "y": 270 }, + "facing=east": { "model": "ironagefurniture:light_metal_ironage_sconce_wall_red_iron", "y": 0 }, + "facing=south": { "model": "ironagefurniture:light_metal_ironage_sconce_wall_red_iron", "y": 90 }, + "facing=west": { "model": "ironagefurniture:light_metal_ironage_sconce_wall_red_iron", "y": 180 } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_red_iron_nine.json b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_red_iron_nine.json new file mode 100644 index 0000000000..bc6882a5b1 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_red_iron_nine.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "ironagefurniture:light_metal_ironage_sconce_wall_red_iron", "y": 270 }, + "facing=east": { "model": "ironagefurniture:light_metal_ironage_sconce_wall_red_iron", "y": 0 }, + "facing=south": { "model": "ironagefurniture:light_metal_ironage_sconce_wall_red_iron", "y": 90 }, + "facing=west": { "model": "ironagefurniture:light_metal_ironage_sconce_wall_red_iron", "y": 180 } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_red_iron_one.json b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_red_iron_one.json new file mode 100644 index 0000000000..bc6882a5b1 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_red_iron_one.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "ironagefurniture:light_metal_ironage_sconce_wall_red_iron", "y": 270 }, + "facing=east": { "model": "ironagefurniture:light_metal_ironage_sconce_wall_red_iron", "y": 0 }, + "facing=south": { "model": "ironagefurniture:light_metal_ironage_sconce_wall_red_iron", "y": 90 }, + "facing=west": { "model": "ironagefurniture:light_metal_ironage_sconce_wall_red_iron", "y": 180 } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_red_iron_seven.json b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_red_iron_seven.json new file mode 100644 index 0000000000..bc6882a5b1 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_red_iron_seven.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "ironagefurniture:light_metal_ironage_sconce_wall_red_iron", "y": 270 }, + "facing=east": { "model": "ironagefurniture:light_metal_ironage_sconce_wall_red_iron", "y": 0 }, + "facing=south": { "model": "ironagefurniture:light_metal_ironage_sconce_wall_red_iron", "y": 90 }, + "facing=west": { "model": "ironagefurniture:light_metal_ironage_sconce_wall_red_iron", "y": 180 } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_red_iron_six.json b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_red_iron_six.json new file mode 100644 index 0000000000..bc6882a5b1 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_red_iron_six.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "ironagefurniture:light_metal_ironage_sconce_wall_red_iron", "y": 270 }, + "facing=east": { "model": "ironagefurniture:light_metal_ironage_sconce_wall_red_iron", "y": 0 }, + "facing=south": { "model": "ironagefurniture:light_metal_ironage_sconce_wall_red_iron", "y": 90 }, + "facing=west": { "model": "ironagefurniture:light_metal_ironage_sconce_wall_red_iron", "y": 180 } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_red_iron_ten.json b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_red_iron_ten.json new file mode 100644 index 0000000000..bc6882a5b1 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_red_iron_ten.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "ironagefurniture:light_metal_ironage_sconce_wall_red_iron", "y": 270 }, + "facing=east": { "model": "ironagefurniture:light_metal_ironage_sconce_wall_red_iron", "y": 0 }, + "facing=south": { "model": "ironagefurniture:light_metal_ironage_sconce_wall_red_iron", "y": 90 }, + "facing=west": { "model": "ironagefurniture:light_metal_ironage_sconce_wall_red_iron", "y": 180 } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_red_iron_thirteen.json b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_red_iron_thirteen.json new file mode 100644 index 0000000000..bc6882a5b1 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_red_iron_thirteen.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "ironagefurniture:light_metal_ironage_sconce_wall_red_iron", "y": 270 }, + "facing=east": { "model": "ironagefurniture:light_metal_ironage_sconce_wall_red_iron", "y": 0 }, + "facing=south": { "model": "ironagefurniture:light_metal_ironage_sconce_wall_red_iron", "y": 90 }, + "facing=west": { "model": "ironagefurniture:light_metal_ironage_sconce_wall_red_iron", "y": 180 } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_red_iron_three.json b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_red_iron_three.json new file mode 100644 index 0000000000..bc6882a5b1 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_red_iron_three.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "ironagefurniture:light_metal_ironage_sconce_wall_red_iron", "y": 270 }, + "facing=east": { "model": "ironagefurniture:light_metal_ironage_sconce_wall_red_iron", "y": 0 }, + "facing=south": { "model": "ironagefurniture:light_metal_ironage_sconce_wall_red_iron", "y": 90 }, + "facing=west": { "model": "ironagefurniture:light_metal_ironage_sconce_wall_red_iron", "y": 180 } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_red_iron_twelve.json b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_red_iron_twelve.json new file mode 100644 index 0000000000..bc6882a5b1 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_red_iron_twelve.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "ironagefurniture:light_metal_ironage_sconce_wall_red_iron", "y": 270 }, + "facing=east": { "model": "ironagefurniture:light_metal_ironage_sconce_wall_red_iron", "y": 0 }, + "facing=south": { "model": "ironagefurniture:light_metal_ironage_sconce_wall_red_iron", "y": 90 }, + "facing=west": { "model": "ironagefurniture:light_metal_ironage_sconce_wall_red_iron", "y": 180 } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_red_iron_two.json b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_red_iron_two.json new file mode 100644 index 0000000000..bc6882a5b1 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_red_iron_two.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "ironagefurniture:light_metal_ironage_sconce_wall_red_iron", "y": 270 }, + "facing=east": { "model": "ironagefurniture:light_metal_ironage_sconce_wall_red_iron", "y": 0 }, + "facing=south": { "model": "ironagefurniture:light_metal_ironage_sconce_wall_red_iron", "y": 90 }, + "facing=west": { "model": "ironagefurniture:light_metal_ironage_sconce_wall_red_iron", "y": 180 } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_redtorch_iron.json b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_redtorch_iron.json new file mode 100644 index 0000000000..81a557a012 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_redtorch_iron.json @@ -0,0 +1,20 @@ +{ + "variants": { + "facing=north": { + "model": "ironagefurniture:light_metal_ironage_sconce_wall_redtorch_iron", + "y": 270 + }, + "facing=east": { + "model": "ironagefurniture:light_metal_ironage_sconce_wall_redtorch_iron", + "y": 0 + }, + "facing=south": { + "model": "ironagefurniture:light_metal_ironage_sconce_wall_redtorch_iron", + "y": 90 + }, + "facing=west": { + "model": "ironagefurniture:light_metal_ironage_sconce_wall_redtorch_iron", + "y": 180 + } + } +} diff --git a/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_redtorch_iron_unlit.json b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_redtorch_iron_unlit.json new file mode 100644 index 0000000000..d991b4661a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_redtorch_iron_unlit.json @@ -0,0 +1,20 @@ +{ + "variants": { + "facing=north": { + "model": "ironagefurniture:light_metal_ironage_sconce_wall_redtorch_iron_unlit", + "y": 270 + }, + "facing=east": { + "model": "ironagefurniture:light_metal_ironage_sconce_wall_redtorch_iron_unlit", + "y": 0 + }, + "facing=south": { + "model": "ironagefurniture:light_metal_ironage_sconce_wall_redtorch_iron_unlit", + "y": 90 + }, + "facing=west": { + "model": "ironagefurniture:light_metal_ironage_sconce_wall_redtorch_iron_unlit", + "y": 180 + } + } +} diff --git a/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_torch_iron.json b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_torch_iron.json new file mode 100644 index 0000000000..dca4bc2926 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_torch_iron.json @@ -0,0 +1,20 @@ +{ + "variants": { + "facing=north": { + "model": "ironagefurniture:light_metal_ironage_sconce_wall_torch_iron", + "y": 270 + }, + "facing=east": { + "model": "ironagefurniture:light_metal_ironage_sconce_wall_torch_iron", + "y": 0 + }, + "facing=south": { + "model": "ironagefurniture:light_metal_ironage_sconce_wall_torch_iron", + "y": 90 + }, + "facing=west": { + "model": "ironagefurniture:light_metal_ironage_sconce_wall_torch_iron", + "y": 180 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_torch_iron_unlit.json b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_torch_iron_unlit.json new file mode 100644 index 0000000000..4f4822fb27 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/blockstates/light_metal_ironage_sconce_wall_torch_iron_unlit.json @@ -0,0 +1,20 @@ +{ + "variants": { + "facing=north": { + "model": "ironagefurniture:light_metal_ironage_sconce_wall_torch_iron_unlit", + "y": 270 + }, + "facing=east": { + "model": "ironagefurniture:light_metal_ironage_sconce_wall_torch_iron_unlit", + "y": 0 + }, + "facing=south": { + "model": "ironagefurniture:light_metal_ironage_sconce_wall_torch_iron_unlit", + "y": 90 + }, + "facing=west": { + "model": "ironagefurniture:light_metal_ironage_sconce_wall_torch_iron_unlit", + "y": 180 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ironagefurniture/blockstates/obsidian_chunk.json b/src/main/resources/assets/ironagefurniture/blockstates/obsidian_chunk.json new file mode 100644 index 0000000000..56f833932f --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/blockstates/obsidian_chunk.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "ironagefurniture:obsidian_chunk", "y": 0 }, + "facing=east": { "model": "ironagefurniture:obsidian_chunk", "y": 90 }, + "facing=south": { "model": "ironagefurniture:obsidian_chunk", "y": 180 }, + "facing=west": { "model": "ironagefurniture:obsidian_chunk", "y": 270 } + } +} diff --git a/src/main/resources/assets/ironagefurniture/lang/en_EN.lang b/src/main/resources/assets/ironagefurniture/lang/en_EN.lang index b937b4aa3b..67e682b07e 100644 --- a/src/main/resources/assets/ironagefurniture/lang/en_EN.lang +++ b/src/main/resources/assets/ironagefurniture/lang/en_EN.lang @@ -1369,3 +1369,8 @@ tile.ironagefurniture.chair_wood_ironage_stool_tall_oak.name=Oak Tall Stool tile.ironagefurniture.chair_wood_ironage_stool_tall_spruce.name=Spruce Tall Stool itemGroup.IronAgeFurniture=Iron Age Furniture +tile.ironagefurniture.light_metal_ironage_sconce_floor_empty_iron.name=Sconce +tile.ironagefurniture.light_metal_ironage_block_floor_glow_clear.name=Glow Dust Lamp +tile.ironagefurniture.light_metal_ironage_block_floor_red_clear.name=Red Lamp +tile.ironagefurniture.light_metal_ironage_block_floor_lava_clear.name=Lava Lamp +tile.ironagefurniture.obsidian_chunk.name=Obsidian Chunk diff --git a/src/main/resources/assets/ironagefurniture/lang/en_GB.lang b/src/main/resources/assets/ironagefurniture/lang/en_GB.lang index b937b4aa3b..67e682b07e 100644 --- a/src/main/resources/assets/ironagefurniture/lang/en_GB.lang +++ b/src/main/resources/assets/ironagefurniture/lang/en_GB.lang @@ -1369,3 +1369,8 @@ tile.ironagefurniture.chair_wood_ironage_stool_tall_oak.name=Oak Tall Stool tile.ironagefurniture.chair_wood_ironage_stool_tall_spruce.name=Spruce Tall Stool itemGroup.IronAgeFurniture=Iron Age Furniture +tile.ironagefurniture.light_metal_ironage_sconce_floor_empty_iron.name=Sconce +tile.ironagefurniture.light_metal_ironage_block_floor_glow_clear.name=Glow Dust Lamp +tile.ironagefurniture.light_metal_ironage_block_floor_red_clear.name=Red Lamp +tile.ironagefurniture.light_metal_ironage_block_floor_lava_clear.name=Lava Lamp +tile.ironagefurniture.obsidian_chunk.name=Obsidian Chunk diff --git a/src/main/resources/assets/ironagefurniture/lang/en_US.lang b/src/main/resources/assets/ironagefurniture/lang/en_US.lang index b937b4aa3b..67e682b07e 100644 --- a/src/main/resources/assets/ironagefurniture/lang/en_US.lang +++ b/src/main/resources/assets/ironagefurniture/lang/en_US.lang @@ -1369,3 +1369,8 @@ tile.ironagefurniture.chair_wood_ironage_stool_tall_oak.name=Oak Tall Stool tile.ironagefurniture.chair_wood_ironage_stool_tall_spruce.name=Spruce Tall Stool itemGroup.IronAgeFurniture=Iron Age Furniture +tile.ironagefurniture.light_metal_ironage_sconce_floor_empty_iron.name=Sconce +tile.ironagefurniture.light_metal_ironage_block_floor_glow_clear.name=Glow Dust Lamp +tile.ironagefurniture.light_metal_ironage_block_floor_red_clear.name=Red Lamp +tile.ironagefurniture.light_metal_ironage_block_floor_lava_clear.name=Lava Lamp +tile.ironagefurniture.obsidian_chunk.name=Obsidian Chunk diff --git a/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_block_floor_glow_clear.json b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_block_floor_glow_clear.json new file mode 100644 index 0000000000..409becebe9 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_block_floor_glow_clear.json @@ -0,0 +1,7 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/template_light_metal_ironage_block_floor_vial", + "textures": { + "contents": "minecraft:blocks/glowstone" + } +} diff --git a/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_block_floor_lava_clear.json b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_block_floor_lava_clear.json new file mode 100644 index 0000000000..197e15ddf3 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_block_floor_lava_clear.json @@ -0,0 +1,7 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/template_light_metal_ironage_block_floor_vial", + "textures": { + "contents": "minecraft:blocks/lava_still" + } +} diff --git a/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_block_floor_red_clear.json b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_block_floor_red_clear.json new file mode 100644 index 0000000000..50aee0d11c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_block_floor_red_clear.json @@ -0,0 +1,7 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/template_light_metal_ironage_block_floor_vial", + "textures": { + "contents": "minecraft:blocks/redstone_block" + } +} diff --git a/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_block_floor_red_clear_lit.json b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_block_floor_red_clear_lit.json new file mode 100644 index 0000000000..50aee0d11c --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_block_floor_red_clear_lit.json @@ -0,0 +1,7 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/template_light_metal_ironage_block_floor_vial", + "textures": { + "contents": "minecraft:blocks/redstone_block" + } +} diff --git a/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_empty_iron.json b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_empty_iron.json new file mode 100644 index 0000000000..ddcf19aa12 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_empty_iron.json @@ -0,0 +1,587 @@ +{ + "credit": "By FoxNekitsune", + "ambientocclusion": false, + "textures": { + "1": "minecraft:blocks/iron_block", + "particle": "minecraft:blocks/iron_block" + }, + "elements": [ + { + "from": [ + 6.5, + 8, + 5.5 + ], + "to": [ + 9.5, + 9, + 6.5 + ], + "faces": { + "north": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#1" + }, + "east": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + }, + "south": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#1" + }, + "west": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + }, + "up": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#1" + }, + "down": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#1" + } + } + }, + { + "from": [ + 6.5, + 8, + 9.5 + ], + "to": [ + 9.5, + 9, + 10.5 + ], + "faces": { + "north": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#1" + }, + "east": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + }, + "south": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#1" + }, + "west": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + }, + "up": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#1" + }, + "down": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#1" + } + } + }, + { + "from": [ + 5.5, + 8, + 6.5 + ], + "to": [ + 6.5, + 9, + 9.5 + ], + "faces": { + "north": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + }, + "east": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#1" + }, + "south": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + }, + "west": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#1" + }, + "up": { + "uv": [ + 0, + 0, + 1, + 3 + ], + "texture": "#1" + }, + "down": { + "uv": [ + 0, + 0, + 1, + 3 + ], + "texture": "#1" + } + } + }, + { + "from": [ + 9.5, + 8, + 6.5 + ], + "to": [ + 10.5, + 9, + 9.5 + ], + "faces": { + "north": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + }, + "east": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#1" + }, + "south": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + }, + "west": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#1" + }, + "up": { + "uv": [ + 0, + 0, + 1, + 3 + ], + "texture": "#1" + }, + "down": { + "uv": [ + 0, + 0, + 1, + 3 + ], + "texture": "#1" + } + } + }, + { + "from": [ + 7.5, + 0, + 7.5 + ], + "to": [ + 8.5, + 2, + 8.5 + ], + "faces": { + "north": { + "uv": [ + 2, + 9, + 3, + 11 + ], + "texture": "#1" + }, + "east": { + "uv": [ + 13, + 7, + 14, + 9 + ], + "texture": "#1" + }, + "south": { + "uv": [ + 3, + 9, + 4, + 11 + ], + "texture": "#1" + }, + "west": { + "uv": [ + 2, + 7, + 3, + 9 + ], + "texture": "#1" + }, + "up": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + }, + "down": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + } + } + }, + { + "from": [ + 7.5, + 1, + 6.5 + ], + "to": [ + 8.5, + 3, + 7.5 + ], + "faces": { + "north": { + "uv": [ + 1, + 7.25, + 2, + 9.25 + ], + "texture": "#1" + }, + "east": { + "uv": [ + 14, + 6, + 15, + 8 + ], + "texture": "#1" + }, + "south": { + "uv": [ + 2, + 6, + 3, + 8 + ], + "texture": "#1" + }, + "west": { + "uv": [ + 1, + 6, + 2, + 8 + ], + "texture": "#1" + }, + "up": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + }, + "down": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + } + } + }, + { + "from": [ + 7.5, + 2, + 5.5 + ], + "to": [ + 8.5, + 8, + 6.5 + ], + "faces": { + "north": { + "uv": [ + 1, + 0, + 2, + 6 + ], + "texture": "#1" + }, + "east": { + "uv": [ + 15, + 0, + 16, + 6 + ], + "texture": "#1" + }, + "south": { + "uv": [ + 2, + 0, + 3, + 6 + ], + "texture": "#1" + }, + "west": { + "uv": [ + 0, + 0, + 1, + 6 + ], + "texture": "#1" + }, + "up": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + }, + "down": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + } + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [ + 0, + -180, + 0 + ], + "translation": [ + 0, + 1, + -0.5 + ] + }, + "thirdperson_lefthand": { + "rotation": [ + 0, + -180, + 0 + ], + "translation": [ + 0, + 1, + 0.5 + ] + }, + "firstperson_righthand": { + "rotation": [ + 0, + -180, + 0 + ], + "translation": [ + 2.5, + 1.5, + 0 + ] + }, + "firstperson_lefthand": { + "rotation": [ + 0, + -180, + 0 + ], + "translation": [ + 2.5, + 1.5, + 0 + ] + }, + "ground": { + "scale": [ + 0.5, + 0.5, + 0.5 + ] + }, + "gui": { + "rotation": [ + 0, + 70, + 35 + ], + "translation": [ + 0, + 2.75, + 0 + ] + }, + "fixed": { + "rotation": [ + 0, + -90, + 0 + ], + "translation": [ + 0, + 2.5, + 0 + ] + } + }, + "groups": [ + { + "name": "Sconce", + "origin": [ + 0, + 0, + 0 + ], + "color": 0, + "children": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6 + ] + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_glow_iron.json b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_glow_iron.json new file mode 100644 index 0000000000..43d0ab8061 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_glow_iron.json @@ -0,0 +1,8 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/template_light_metal_ironage_sconce_floor_vial", + "textures": { + "contents": "minecraft:blocks/glowstone", + "metal": "minecraft:blocks/iron_block" + } +} diff --git a/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_lava_iron.json b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_lava_iron.json new file mode 100644 index 0000000000..e28d16d966 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_lava_iron.json @@ -0,0 +1,8 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/template_light_metal_ironage_sconce_floor_vial", + "textures": { + "contents": "minecraft:blocks/lava_still", + "metal": "minecraft:blocks/iron_block" + } +} diff --git a/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_red_iron.json b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_red_iron.json new file mode 100644 index 0000000000..1ea1834840 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_red_iron.json @@ -0,0 +1,8 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/template_light_metal_ironage_sconce_floor_vial", + "textures": { + "contents": "minecraft:blocks/redstone_block", + "metal": "minecraft:blocks/iron_block" + } +} diff --git a/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_red_iron_eight.json b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_red_iron_eight.json new file mode 100644 index 0000000000..0f756c647d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_red_iron_eight.json @@ -0,0 +1,8 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/template_light_metal_ironage_sconce_floor_vial", + "textures": { + "contents": "minecraft:blocks/iron_block", + "metal": "minecraft:blocks/iron_block" + } +} diff --git a/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_red_iron_eleven.json b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_red_iron_eleven.json new file mode 100644 index 0000000000..1ea1834840 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_red_iron_eleven.json @@ -0,0 +1,8 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/template_light_metal_ironage_sconce_floor_vial", + "textures": { + "contents": "minecraft:blocks/redstone_block", + "metal": "minecraft:blocks/iron_block" + } +} diff --git a/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_red_iron_fifteen.json b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_red_iron_fifteen.json new file mode 100644 index 0000000000..1ea1834840 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_red_iron_fifteen.json @@ -0,0 +1,8 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/template_light_metal_ironage_sconce_floor_vial", + "textures": { + "contents": "minecraft:blocks/redstone_block", + "metal": "minecraft:blocks/iron_block" + } +} diff --git a/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_red_iron_five.json b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_red_iron_five.json new file mode 100644 index 0000000000..1ea1834840 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_red_iron_five.json @@ -0,0 +1,8 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/template_light_metal_ironage_sconce_floor_vial", + "textures": { + "contents": "minecraft:blocks/redstone_block", + "metal": "minecraft:blocks/iron_block" + } +} diff --git a/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_red_iron_four.json b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_red_iron_four.json new file mode 100644 index 0000000000..1ea1834840 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_red_iron_four.json @@ -0,0 +1,8 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/template_light_metal_ironage_sconce_floor_vial", + "textures": { + "contents": "minecraft:blocks/redstone_block", + "metal": "minecraft:blocks/iron_block" + } +} diff --git a/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_red_iron_fourteen.json b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_red_iron_fourteen.json new file mode 100644 index 0000000000..1ea1834840 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_red_iron_fourteen.json @@ -0,0 +1,8 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/template_light_metal_ironage_sconce_floor_vial", + "textures": { + "contents": "minecraft:blocks/redstone_block", + "metal": "minecraft:blocks/iron_block" + } +} diff --git a/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_red_iron_nine.json b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_red_iron_nine.json new file mode 100644 index 0000000000..1ea1834840 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_red_iron_nine.json @@ -0,0 +1,8 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/template_light_metal_ironage_sconce_floor_vial", + "textures": { + "contents": "minecraft:blocks/redstone_block", + "metal": "minecraft:blocks/iron_block" + } +} diff --git a/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_red_iron_one.json b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_red_iron_one.json new file mode 100644 index 0000000000..1ea1834840 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_red_iron_one.json @@ -0,0 +1,8 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/template_light_metal_ironage_sconce_floor_vial", + "textures": { + "contents": "minecraft:blocks/redstone_block", + "metal": "minecraft:blocks/iron_block" + } +} diff --git a/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_red_iron_seven.json b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_red_iron_seven.json new file mode 100644 index 0000000000..1ea1834840 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_red_iron_seven.json @@ -0,0 +1,8 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/template_light_metal_ironage_sconce_floor_vial", + "textures": { + "contents": "minecraft:blocks/redstone_block", + "metal": "minecraft:blocks/iron_block" + } +} diff --git a/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_red_iron_six.json b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_red_iron_six.json new file mode 100644 index 0000000000..1ea1834840 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_red_iron_six.json @@ -0,0 +1,8 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/template_light_metal_ironage_sconce_floor_vial", + "textures": { + "contents": "minecraft:blocks/redstone_block", + "metal": "minecraft:blocks/iron_block" + } +} diff --git a/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_red_iron_ten.json b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_red_iron_ten.json new file mode 100644 index 0000000000..1ea1834840 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_red_iron_ten.json @@ -0,0 +1,8 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/template_light_metal_ironage_sconce_floor_vial", + "textures": { + "contents": "minecraft:blocks/redstone_block", + "metal": "minecraft:blocks/iron_block" + } +} diff --git a/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_red_iron_thirteen.json b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_red_iron_thirteen.json new file mode 100644 index 0000000000..1ea1834840 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_red_iron_thirteen.json @@ -0,0 +1,8 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/template_light_metal_ironage_sconce_floor_vial", + "textures": { + "contents": "minecraft:blocks/redstone_block", + "metal": "minecraft:blocks/iron_block" + } +} diff --git a/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_red_iron_three.json b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_red_iron_three.json new file mode 100644 index 0000000000..1ea1834840 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_red_iron_three.json @@ -0,0 +1,8 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/template_light_metal_ironage_sconce_floor_vial", + "textures": { + "contents": "minecraft:blocks/redstone_block", + "metal": "minecraft:blocks/iron_block" + } +} diff --git a/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_red_iron_twelve.json b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_red_iron_twelve.json new file mode 100644 index 0000000000..1ea1834840 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_red_iron_twelve.json @@ -0,0 +1,8 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/template_light_metal_ironage_sconce_floor_vial", + "textures": { + "contents": "minecraft:blocks/redstone_block", + "metal": "minecraft:blocks/iron_block" + } +} diff --git a/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_red_iron_two.json b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_red_iron_two.json new file mode 100644 index 0000000000..1ea1834840 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_red_iron_two.json @@ -0,0 +1,8 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/template_light_metal_ironage_sconce_floor_vial", + "textures": { + "contents": "minecraft:blocks/redstone_block", + "metal": "minecraft:blocks/iron_block" + } +} diff --git a/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_redtorch_iron.json b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_redtorch_iron.json new file mode 100644 index 0000000000..597954cc7a --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_redtorch_iron.json @@ -0,0 +1,8 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/template_light_metal_ironage_sconce_floor_redtorch", + "textures": { + "metal": "minecraft:blocks/iron_block", + "torchtexture": "minecraft:blocks/redstone_torch_on" + } +} diff --git a/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_redtorch_iron_unlit.json b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_redtorch_iron_unlit.json new file mode 100644 index 0000000000..7f90fe912e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_redtorch_iron_unlit.json @@ -0,0 +1,8 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/template_light_metal_ironage_sconce_floor_torch", + "textures": { + "metal": "minecraft:blocks/iron_block", + "torchtexture": "minecraft:blocks/redstone_torch_off" + } +} diff --git a/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_torch_iron.json b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_torch_iron.json new file mode 100644 index 0000000000..4fc7e6003d --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_floor_torch_iron.json @@ -0,0 +1,8 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/template_light_metal_ironage_sconce_floor_torch", + "textures": { + "metal": "minecraft:blocks/iron_block", + "torchtexture": "minecraft:blocks/torch_on" + } +} diff --git a/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_empty_iron.json b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_empty_iron.json new file mode 100644 index 0000000000..10edc07733 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_empty_iron.json @@ -0,0 +1,685 @@ +{ + "credit": "By FoxNekitsune", + "ambientocclusion": false, + "textures": { + "1": "minecraft:blocks/iron_block", + "particle": "minecraft:blocks/iron_block" + }, + "elements": [ + { + "from": [ + 1.5, + 9, + 6.5 + ], + "to": [ + 2.5, + 10, + 9.5 + ], + "rotation": { + "angle": 0, + "axis": "y", + "origin": [ + 8, + 0, + 8 + ] + }, + "faces": { + "north": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + }, + "east": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#1" + }, + "south": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + }, + "west": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#1" + }, + "up": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "rotation": 270, + "texture": "#1" + }, + "down": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "rotation": 90, + "texture": "#1" + } + } + }, + { + "from": [ + 5.5, + 9, + 6.5 + ], + "to": [ + 6.5, + 10, + 9.5 + ], + "rotation": { + "angle": 0, + "axis": "y", + "origin": [ + 8, + 0, + 8 + ] + }, + "faces": { + "north": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + }, + "east": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#1" + }, + "south": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + }, + "west": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#1" + }, + "up": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "rotation": 270, + "texture": "#1" + }, + "down": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "rotation": 90, + "texture": "#1" + } + } + }, + { + "from": [ + 2.5, + 9, + 9.5 + ], + "to": [ + 5.5, + 10, + 10.5 + ], + "rotation": { + "angle": 0, + "axis": "y", + "origin": [ + 8, + 0, + 8 + ] + }, + "faces": { + "north": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#1" + }, + "east": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + }, + "south": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#1" + }, + "west": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + }, + "up": { + "uv": [ + 0, + 0, + 1, + 3 + ], + "rotation": 270, + "texture": "#1" + }, + "down": { + "uv": [ + 0, + 0, + 1, + 3 + ], + "rotation": 90, + "texture": "#1" + } + } + }, + { + "from": [ + 2.5, + 9, + 5.5 + ], + "to": [ + 5.5, + 10, + 6.5 + ], + "rotation": { + "angle": 0, + "axis": "y", + "origin": [ + 8, + 0, + 8 + ] + }, + "faces": { + "north": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#1" + }, + "east": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + }, + "south": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#1" + }, + "west": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + }, + "up": { + "uv": [ + 0, + 0, + 1, + 3 + ], + "rotation": 270, + "texture": "#1" + }, + "down": { + "uv": [ + 0, + 0, + 1, + 3 + ], + "rotation": 90, + "texture": "#1" + } + } + }, + { + "from": [ + 0.5, + 2, + 7.5 + ], + "to": [ + 2.5, + 3, + 8.5 + ], + "rotation": { + "angle": 0, + "axis": "y", + "origin": [ + 8, + 0, + 8 + ] + }, + "faces": { + "north": { + "uv": [ + 13, + 7, + 15, + 8 + ], + "texture": "#1" + }, + "east": { + "uv": [ + 3, + 9, + 5, + 10 + ], + "texture": "#1" + }, + "south": { + "uv": [ + 2, + 7, + 4, + 8 + ], + "texture": "#1" + }, + "west": { + "uv": [ + 2, + 9, + 4, + 10 + ], + "texture": "#1" + }, + "up": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "rotation": 270, + "texture": "#1" + }, + "down": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "rotation": 90, + "texture": "#1" + } + } + }, + { + "from": [ + -0.5, + 3, + 7.5 + ], + "to": [ + 2.5, + 4, + 8.5 + ], + "rotation": { + "angle": 0, + "axis": "y", + "origin": [ + 8, + 0, + 8 + ] + }, + "faces": { + "north": { + "uv": [ + 14, + 6, + 15, + 8 + ], + "texture": "#1" + }, + "east": { + "uv": [ + 2, + 6, + 3, + 8 + ], + "texture": "#1" + }, + "south": { + "uv": [ + 1, + 6, + 2, + 8 + ], + "texture": "#1" + }, + "west": { + "uv": [ + 1, + 7.25, + 2, + 9.25 + ], + "texture": "#1" + }, + "up": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "rotation": 270, + "texture": "#1" + }, + "down": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "rotation": 90, + "texture": "#1" + } + } + }, + { + "from": [ + -0.5, + 10, + 7.5 + ], + "to": [ + 2.5, + 11, + 8.5 + ], + "rotation": { + "angle": 0, + "axis": "y", + "origin": [ + 8, + 0, + 8 + ] + }, + "faces": { + "north": { + "uv": [ + 14, + 6, + 15, + 8 + ], + "texture": "#1" + }, + "east": { + "uv": [ + 2, + 6, + 3, + 8 + ], + "texture": "#1" + }, + "south": { + "uv": [ + 1, + 6, + 2, + 8 + ], + "texture": "#1" + }, + "west": { + "uv": [ + 1, + 7.25, + 2, + 9.25 + ], + "texture": "#1" + }, + "up": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "rotation": 270, + "texture": "#1" + }, + "down": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "rotation": 90, + "texture": "#1" + } + } + }, + { + "from": [ + -0.5, + 4, + 7.5 + ], + "to": [ + 0.5, + 10, + 8.5 + ], + "rotation": { + "angle": 0, + "axis": "y", + "origin": [ + 8, + 0, + 8 + ] + }, + "faces": { + "north": { + "uv": [ + 15, + 0, + 16, + 7 + ], + "texture": "#1" + }, + "east": { + "uv": [ + 2, + 0, + 3, + 7 + ], + "texture": "#1" + }, + "south": { + "uv": [ + 0, + 0, + 1, + 7 + ], + "texture": "#1" + }, + "west": { + "uv": [ + 1, + 0, + 2, + 7 + ], + "texture": "#1" + }, + "up": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "rotation": 270, + "texture": "#1" + }, + "down": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "rotation": 90, + "texture": "#1" + } + } + } + ], + "groups": [ + { + "name": "Sconce", + "origin": [ + 0, + 0, + 0 + ], + "color": 0, + "children": [ + { + "name": "Ring", + "origin": [ + 8, + 0, + 8 + ], + "color": 0, + "children": [ + 0, + 1, + 2, + 3 + ] + }, + { + "name": "Stand", + "origin": [ + 8, + 0, + 8 + ], + "color": 0, + "children": [ + 4, + 5, + 6, + 7 + ] + } + ] + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_glow_iron.json b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_glow_iron.json new file mode 100644 index 0000000000..1fdf1b99f0 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_glow_iron.json @@ -0,0 +1,8 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/template_light_metal_ironage_sconce_wall_vial", + "textures": { + "contents": "minecraft:blocks/glowstone", + "metal": "minecraft:blocks/iron_block" + } +} diff --git a/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_lava_iron.json b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_lava_iron.json new file mode 100644 index 0000000000..0b9a64a703 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_lava_iron.json @@ -0,0 +1,8 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/template_light_metal_ironage_sconce_wall_vial", + "textures": { + "contents": "minecraft:blocks/lava_still", + "metal": "minecraft:blocks/iron_block" + } +} diff --git a/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_red_iron.json b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_red_iron.json new file mode 100644 index 0000000000..862b9a7a3e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_red_iron.json @@ -0,0 +1,8 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/template_light_metal_ironage_sconce_wall_vial", + "textures": { + "contents": "minecraft:blocks/redstone_block", + "metal": "minecraft:blocks/iron_block" + } +} diff --git a/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_red_iron_eight.json b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_red_iron_eight.json new file mode 100644 index 0000000000..862b9a7a3e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_red_iron_eight.json @@ -0,0 +1,8 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/template_light_metal_ironage_sconce_wall_vial", + "textures": { + "contents": "minecraft:blocks/redstone_block", + "metal": "minecraft:blocks/iron_block" + } +} diff --git a/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_red_iron_eleven.json b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_red_iron_eleven.json new file mode 100644 index 0000000000..862b9a7a3e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_red_iron_eleven.json @@ -0,0 +1,8 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/template_light_metal_ironage_sconce_wall_vial", + "textures": { + "contents": "minecraft:blocks/redstone_block", + "metal": "minecraft:blocks/iron_block" + } +} diff --git a/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_red_iron_fifteen.json b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_red_iron_fifteen.json new file mode 100644 index 0000000000..862b9a7a3e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_red_iron_fifteen.json @@ -0,0 +1,8 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/template_light_metal_ironage_sconce_wall_vial", + "textures": { + "contents": "minecraft:blocks/redstone_block", + "metal": "minecraft:blocks/iron_block" + } +} diff --git a/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_red_iron_five.json b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_red_iron_five.json new file mode 100644 index 0000000000..862b9a7a3e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_red_iron_five.json @@ -0,0 +1,8 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/template_light_metal_ironage_sconce_wall_vial", + "textures": { + "contents": "minecraft:blocks/redstone_block", + "metal": "minecraft:blocks/iron_block" + } +} diff --git a/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_red_iron_four.json b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_red_iron_four.json new file mode 100644 index 0000000000..862b9a7a3e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_red_iron_four.json @@ -0,0 +1,8 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/template_light_metal_ironage_sconce_wall_vial", + "textures": { + "contents": "minecraft:blocks/redstone_block", + "metal": "minecraft:blocks/iron_block" + } +} diff --git a/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_red_iron_fourteen.json b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_red_iron_fourteen.json new file mode 100644 index 0000000000..862b9a7a3e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_red_iron_fourteen.json @@ -0,0 +1,8 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/template_light_metal_ironage_sconce_wall_vial", + "textures": { + "contents": "minecraft:blocks/redstone_block", + "metal": "minecraft:blocks/iron_block" + } +} diff --git a/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_red_iron_nine.json b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_red_iron_nine.json new file mode 100644 index 0000000000..862b9a7a3e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_red_iron_nine.json @@ -0,0 +1,8 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/template_light_metal_ironage_sconce_wall_vial", + "textures": { + "contents": "minecraft:blocks/redstone_block", + "metal": "minecraft:blocks/iron_block" + } +} diff --git a/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_red_iron_one.json b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_red_iron_one.json new file mode 100644 index 0000000000..862b9a7a3e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_red_iron_one.json @@ -0,0 +1,8 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/template_light_metal_ironage_sconce_wall_vial", + "textures": { + "contents": "minecraft:blocks/redstone_block", + "metal": "minecraft:blocks/iron_block" + } +} diff --git a/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_red_iron_seven.json b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_red_iron_seven.json new file mode 100644 index 0000000000..862b9a7a3e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_red_iron_seven.json @@ -0,0 +1,8 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/template_light_metal_ironage_sconce_wall_vial", + "textures": { + "contents": "minecraft:blocks/redstone_block", + "metal": "minecraft:blocks/iron_block" + } +} diff --git a/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_red_iron_six.json b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_red_iron_six.json new file mode 100644 index 0000000000..862b9a7a3e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_red_iron_six.json @@ -0,0 +1,8 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/template_light_metal_ironage_sconce_wall_vial", + "textures": { + "contents": "minecraft:blocks/redstone_block", + "metal": "minecraft:blocks/iron_block" + } +} diff --git a/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_red_iron_ten.json b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_red_iron_ten.json new file mode 100644 index 0000000000..862b9a7a3e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_red_iron_ten.json @@ -0,0 +1,8 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/template_light_metal_ironage_sconce_wall_vial", + "textures": { + "contents": "minecraft:blocks/redstone_block", + "metal": "minecraft:blocks/iron_block" + } +} diff --git a/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_red_iron_thirteen.json b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_red_iron_thirteen.json new file mode 100644 index 0000000000..862b9a7a3e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_red_iron_thirteen.json @@ -0,0 +1,8 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/template_light_metal_ironage_sconce_wall_vial", + "textures": { + "contents": "minecraft:blocks/redstone_block", + "metal": "minecraft:blocks/iron_block" + } +} diff --git a/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_red_iron_three.json b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_red_iron_three.json new file mode 100644 index 0000000000..862b9a7a3e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_red_iron_three.json @@ -0,0 +1,8 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/template_light_metal_ironage_sconce_wall_vial", + "textures": { + "contents": "minecraft:blocks/redstone_block", + "metal": "minecraft:blocks/iron_block" + } +} diff --git a/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_red_iron_twelve.json b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_red_iron_twelve.json new file mode 100644 index 0000000000..862b9a7a3e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_red_iron_twelve.json @@ -0,0 +1,8 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/template_light_metal_ironage_sconce_wall_vial", + "textures": { + "contents": "minecraft:blocks/redstone_block", + "metal": "minecraft:blocks/iron_block" + } +} diff --git a/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_red_iron_two.json b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_red_iron_two.json new file mode 100644 index 0000000000..862b9a7a3e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_red_iron_two.json @@ -0,0 +1,8 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/template_light_metal_ironage_sconce_wall_vial", + "textures": { + "contents": "minecraft:blocks/redstone_block", + "metal": "minecraft:blocks/iron_block" + } +} diff --git a/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_redtorch_iron.json b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_redtorch_iron.json new file mode 100644 index 0000000000..fc4bdbaf42 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_redtorch_iron.json @@ -0,0 +1,8 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/template_light_metal_ironage_sconce_wall_redtorch", + "textures": { + "metal": "minecraft:blocks/iron_block", + "torchtexture": "minecraft:blocks/redstone_torch_on" + } +} diff --git a/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_redtorch_iron_unlit.json b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_redtorch_iron_unlit.json new file mode 100644 index 0000000000..04279d7e65 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_redtorch_iron_unlit.json @@ -0,0 +1,8 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/template_light_metal_ironage_sconce_wall_torch", + "textures": { + "metal": "minecraft:blocks/iron_block", + "torchtexture": "minecraft:blocks/redstone_torch_off" + } +} diff --git a/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_torch_iron.json b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_torch_iron.json new file mode 100644 index 0000000000..e8f4c44a6b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_torch_iron.json @@ -0,0 +1,8 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/template_light_metal_ironage_sconce_wall_torch", + "textures": { + "metal": "minecraft:blocks/iron_block", + "torchtexture": "minecraft:blocks/torch_on" + } +} diff --git a/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_torch_iron_unlit.json b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_torch_iron_unlit.json new file mode 100644 index 0000000000..e8f4c44a6b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/block/light_metal_ironage_sconce_wall_torch_iron_unlit.json @@ -0,0 +1,8 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/template_light_metal_ironage_sconce_wall_torch", + "textures": { + "metal": "minecraft:blocks/iron_block", + "torchtexture": "minecraft:blocks/torch_on" + } +} diff --git a/src/main/resources/assets/ironagefurniture/models/block/obsidian_chunk.json b/src/main/resources/assets/ironagefurniture/models/block/obsidian_chunk.json new file mode 100644 index 0000000000..867a830fc3 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/block/obsidian_chunk.json @@ -0,0 +1,143 @@ +{ + "credit": "By FoxNekitsune", + "textures": { + "0": "minecraft:blocks/obsidian", + "particle": "minecraft:blocks/obsidian" + }, + "elements": [ + { + "from": [ + 7, + 0, + 6 + ], + "to": [ + 10, + 3, + 9 + ], + "faces": { + "north": { + "uv": [ + 0, + 0, + 3, + 3 + ], + "texture": "#0" + }, + "east": { + "uv": [ + 9, + 0, + 12, + 3 + ], + "texture": "#0" + }, + "south": { + "uv": [ + 6, + 0, + 9, + 3 + ], + "texture": "#0" + }, + "west": { + "uv": [ + 3, + 0, + 6, + 3 + ], + "texture": "#0" + }, + "up": { + "uv": [ + 5, + 6, + 8, + 9 + ], + "texture": "#0" + }, + "down": { + "uv": [ + 9, + 12, + 12, + 15 + ], + "texture": "#0" + } + } + } + ], + "display": { + "thirdperson_righthand": { + "translation": [ + -1.5, + 6, + 0 + ] + }, + "thirdperson_lefthand": { + "translation": [ + -1.5, + 6, + 0 + ] + }, + "firstperson_righthand": { + "translation": [ + 0, + 5, + 0 + ] + }, + "firstperson_lefthand": { + "translation": [ + 0, + 5, + 0 + ] + }, + "ground": { + "translation": [ + 0, + 4, + 0 + ] + }, + "gui": { + "rotation": [ + 35, + 45, + 0 + ], + "translation": [ + 0.5, + 10.5, + 0 + ], + "scale": [ + 2, + 2, + 2 + ] + }, + "fixed": { + "rotation": [ + 0, + 55, + 0 + ], + "translation": [ + 0, + 7, + 0 + ] + } + } +} diff --git a/src/main/resources/assets/ironagefurniture/models/block/template_light_metal_ironage_block_floor_vial.json b/src/main/resources/assets/ironagefurniture/models/block/template_light_metal_ironage_block_floor_vial.json new file mode 100644 index 0000000000..873e5bc580 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/block/template_light_metal_ironage_block_floor_vial.json @@ -0,0 +1,416 @@ +{ + "credit": "By FoxNekitsune", + "textures": { + "1": "minecraft:blocks/glass", + "2": "#contents", + "particle": "#contents" + }, + "elements": [ + { + "from": [ + 6, + 0, + 6 + ], + "to": [ + 10, + 4, + 10 + ], + "faces": { + "north": { + "uv": [ + 0, + 0, + 16, + 16 + ], + "texture": "#1" + }, + "east": { + "uv": [ + 0, + 0, + 16, + 16 + ], + "texture": "#1" + }, + "south": { + "uv": [ + 0, + 0, + 16, + 16 + ], + "texture": "#1" + }, + "west": { + "uv": [ + 0, + 0, + 16, + 16 + ], + "texture": "#1" + }, + "up": { + "uv": [ + 0, + 0, + 16, + 16 + ], + "texture": "#1" + }, + "down": { + "uv": [ + 0, + 0, + 16, + 16 + ], + "texture": "#1" + } + } + }, + { + "from": [ + 7, + 4, + 7 + ], + "to": [ + 9, + 6, + 9 + ], + "faces": { + "north": { + "uv": [ + 12, + 0, + 14, + 2 + ], + "texture": "#1" + }, + "east": { + "uv": [ + 6, + 0, + 8, + 2 + ], + "texture": "#1" + }, + "south": { + "uv": [ + 1, + 0, + 3, + 2 + ], + "texture": "#1" + }, + "west": { + "uv": [ + 6, + 0, + 8, + 2 + ], + "texture": "#1" + }, + "up": { + "uv": [ + 3.5, + 4.25, + 5.5, + 6.25 + ], + "texture": "#1" + }, + "down": { + "uv": [ + 0, + 0, + 2, + 2 + ], + "texture": "#1" + } + } + }, + { + "from": [ + 6.5, + 0.5, + 6.5 + ], + "to": [ + 9.5, + 2.5, + 9.5 + ], + "faces": { + "north": { + "uv": [ + 0, + 0, + 3, + 2 + ], + "texture": "#2" + }, + "east": { + "uv": [ + 0, + 0, + 3, + 2 + ], + "texture": "#2" + }, + "south": { + "uv": [ + 0, + 0, + 3, + 2 + ], + "texture": "#2" + }, + "west": { + "uv": [ + 0, + 0, + 3, + 2 + ], + "texture": "#2" + }, + "up": { + "uv": [ + 0, + 0, + 3, + 3 + ], + "texture": "#2" + }, + "down": { + "uv": [ + 0, + 0, + 3, + 3 + ], + "texture": "#2" + } + } + }, + { + "from": [ + 7.5, + 2, + 7.5 + ], + "to": [ + 8.5, + 3, + 8.5 + ], + "faces": { + "north": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#2" + }, + "east": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#2" + }, + "south": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#2" + }, + "west": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#2" + }, + "up": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#2" + }, + "down": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#2" + } + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [ + 65, + -180, + 0 + ], + "translation": [ + 0, + 0, + 2 + ], + "scale": [ + 0.75, + 0.75, + 0.75 + ] + }, + "thirdperson_lefthand": { + "rotation": [ + 65, + -180, + 0 + ], + "translation": [ + 0, + 0, + 2 + ], + "scale": [ + 0.75, + 0.75, + 0.75 + ] + }, + "firstperson_righthand": { + "rotation": [ + 0, + -180, + 0 + ], + "translation": [ + 0, + 5.25, + 2 + ], + "scale": [ + 0.75, + 0.75, + 0.75 + ] + }, + "firstperson_lefthand": { + "rotation": [ + 0, + -180, + 0 + ], + "translation": [ + 0, + 5.25, + 2 + ], + "scale": [ + 0.75, + 0.75, + 0.75 + ] + }, + "ground": { + "translation": [ + 0, + 4, + 0 + ] + }, + "gui": { + "rotation": [ + 35, + 45, + 0 + ], + "translation": [ + 0.5, + 10, + 0 + ], + "scale": [ + 2, + 2, + 2 + ] + }, + "fixed": { + "rotation": [ + 0, + 55, + 0 + ], + "translation": [ + 0, + 6.25, + 0 + ] + } + }, + "groups": [ + { + "name": "Container", + "origin": [ + 8, + 8, + 8 + ], + "color": 0, + "children": [ + 0, + 1 + ] + }, + { + "name": "Contents", + "origin": [ + 8, + 8, + 8 + ], + "color": 0, + "children": [ + 2, + 3 + ] + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/models/block/template_light_metal_ironage_sconce_floor_redtorch.json b/src/main/resources/assets/ironagefurniture/models/block/template_light_metal_ironage_sconce_floor_redtorch.json new file mode 100644 index 0000000000..f47c1ba0a5 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/block/template_light_metal_ironage_sconce_floor_redtorch.json @@ -0,0 +1,934 @@ +{ + "credit": "By FoxNekitsune", + "ambientocclusion": false, + "textures": { + "1": "#metal", + "particle": "#torchtexture", + "torch": "#torchtexture" + }, + "elements": [ + { + "from": [ + 6.5, + 8, + 5.5 + ], + "to": [ + 9.5, + 9, + 6.5 + ], + "faces": { + "north": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#1" + }, + "east": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + }, + "south": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#1" + }, + "west": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + }, + "up": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#1" + }, + "down": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#1" + } + } + }, + { + "from": [ + 6.5, + 8, + 9.5 + ], + "to": [ + 9.5, + 9, + 10.5 + ], + "faces": { + "north": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#1" + }, + "east": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + }, + "south": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#1" + }, + "west": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + }, + "up": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#1" + }, + "down": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#1" + } + } + }, + { + "from": [ + 5.5, + 8, + 6.5 + ], + "to": [ + 6.5, + 9, + 9.5 + ], + "faces": { + "north": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + }, + "east": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#1" + }, + "south": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + }, + "west": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#1" + }, + "up": { + "uv": [ + 0, + 0, + 1, + 3 + ], + "texture": "#1" + }, + "down": { + "uv": [ + 0, + 0, + 1, + 3 + ], + "texture": "#1" + } + } + }, + { + "from": [ + 9.5, + 8, + 6.5 + ], + "to": [ + 10.5, + 9, + 9.5 + ], + "faces": { + "north": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + }, + "east": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#1" + }, + "south": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + }, + "west": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#1" + }, + "up": { + "uv": [ + 0, + 0, + 1, + 3 + ], + "texture": "#1" + }, + "down": { + "uv": [ + 0, + 0, + 1, + 3 + ], + "texture": "#1" + } + } + }, + { + "from": [ + 7.75, + 8.25, + 6.5 + ], + "to": [ + 8.25, + 8.75, + 9.5 + ], + "faces": { + "north": { + "uv": [ + 0, + 0, + 0.5, + 0.5 + ], + "texture": "#1" + }, + "east": { + "uv": [ + 0, + 0, + 3, + 0.5 + ], + "texture": "#1" + }, + "south": { + "uv": [ + 0, + 0, + 0.5, + 0.5 + ], + "texture": "#1" + }, + "west": { + "uv": [ + 0, + 0, + 3, + 0.5 + ], + "texture": "#1" + }, + "up": { + "uv": [ + 0, + 0, + 0.5, + 3 + ], + "texture": "#1" + }, + "down": { + "uv": [ + 0, + 0, + 0.5, + 3 + ], + "texture": "#1" + } + } + }, + { + "from": [ + 6.5, + 8.25, + 7.75 + ], + "to": [ + 9.5, + 8.75, + 8.25 + ], + "faces": { + "north": { + "uv": [ + 0, + 0, + 3, + 0.5 + ], + "texture": "#1" + }, + "east": { + "uv": [ + 0, + 0, + 0.5, + 0.5 + ], + "texture": "#1" + }, + "south": { + "uv": [ + 0, + 0, + 3, + 0.5 + ], + "texture": "#1" + }, + "west": { + "uv": [ + 0, + 0, + 0.5, + 0.5 + ], + "texture": "#1" + }, + "up": { + "uv": [ + 0, + 0, + 3, + 0.5 + ], + "texture": "#1" + }, + "down": { + "uv": [ + 0, + 0, + 3, + 0.5 + ], + "texture": "#1" + } + } + }, + { + "from": [ + 7.5, + 0, + 7.5 + ], + "to": [ + 8.5, + 2, + 8.5 + ], + "faces": { + "north": { + "uv": [ + 2, + 9, + 3, + 11 + ], + "texture": "#1" + }, + "east": { + "uv": [ + 13, + 7, + 14, + 9 + ], + "texture": "#1" + }, + "south": { + "uv": [ + 3, + 9, + 4, + 11 + ], + "texture": "#1" + }, + "west": { + "uv": [ + 2, + 7, + 3, + 9 + ], + "texture": "#1" + }, + "up": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + }, + "down": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + } + } + }, + { + "from": [ + 7.5, + 1, + 6.5 + ], + "to": [ + 8.5, + 3, + 7.5 + ], + "faces": { + "north": { + "uv": [ + 1, + 7.25, + 2, + 9.25 + ], + "texture": "#1" + }, + "east": { + "uv": [ + 14, + 6, + 15, + 8 + ], + "texture": "#1" + }, + "south": { + "uv": [ + 2, + 6, + 3, + 8 + ], + "texture": "#1" + }, + "west": { + "uv": [ + 1, + 6, + 2, + 8 + ], + "texture": "#1" + }, + "up": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + }, + "down": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + } + } + }, + { + "from": [ + 7.5, + 2, + 5.5 + ], + "to": [ + 8.5, + 8, + 6.5 + ], + "faces": { + "north": { + "uv": [ + 1, + 0, + 2, + 6 + ], + "texture": "#1" + }, + "east": { + "uv": [ + 15, + 0, + 16, + 6 + ], + "texture": "#1" + }, + "south": { + "uv": [ + 2, + 0, + 3, + 6 + ], + "texture": "#1" + }, + "west": { + "uv": [ + 0, + 0, + 1, + 6 + ], + "texture": "#1" + }, + "up": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + }, + "down": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + } + } + }, + { + "name": "Torch", + "from": [ + 6, + 3, + 7 + ], + "to": [ + 10, + 14, + 9 + ], + "rotation": { + "angle": 0, + "axis": "y", + "origin": [ + 9, + 8, + 8 + ] + }, + "faces": { + "north": { + "uv": [ + 6, + 5, + 10, + 16 + ], + "texture": "#torch" + }, + "east": { + "uv": [ + 4, + 6, + 6, + 16 + ], + "texture": "#torch" + }, + "south": { + "uv": [ + 6, + 5, + 10, + 16 + ], + "texture": "#torch" + }, + "west": { + "uv": [ + 10, + 6, + 12, + 16 + ], + "texture": "#torch" + }, + "up": { + "uv": [ + 7, + 3, + 9, + 5 + ], + "texture": "#torch" + }, + "down": { + "uv": [ + 7, + 3, + 9, + 5 + ], + "texture": "#torch" + } + } + }, + { + "name": "Torch", + "from": [ + 7, + 3, + 6 + ], + "to": [ + 9, + 14, + 10 + ], + "rotation": { + "angle": 0, + "axis": "y", + "origin": [ + 9, + 8, + 8 + ] + }, + "faces": { + "north": { + "uv": [ + 4, + 6, + 6, + 16 + ], + "texture": "#torch" + }, + "east": { + "uv": [ + 6, + 5, + 10, + 16 + ], + "texture": "#torch" + }, + "south": { + "uv": [ + 10, + 6, + 12, + 16 + ], + "texture": "#torch" + }, + "west": { + "uv": [ + 6, + 5, + 10, + 16 + ], + "texture": "#torch" + }, + "up": { + "uv": [ + 7, + 3, + 9, + 5 + ], + "rotation": 270, + "texture": "#torch" + }, + "down": { + "uv": [ + 7, + 3, + 9, + 5 + ], + "rotation": 90, + "texture": "#torch" + } + } + }, + { + "name": "Torch", + "from": [ + 7, + 3, + 7 + ], + "to": [ + 9, + 13, + 9 + ], + "rotation": { + "angle": 0, + "axis": "y", + "origin": [ + 9, + 8, + 8 + ] + }, + "faces": { + "north": { + "uv": [ + 4, + 6, + 6, + 16 + ], + "texture": "#torch" + }, + "east": { + "uv": [ + 12, + 6, + 16, + 16 + ], + "texture": "#torch" + }, + "south": { + "uv": [ + 10, + 6, + 12, + 16 + ], + "texture": "#torch" + }, + "west": { + "uv": [ + 0, + 6, + 4, + 16 + ], + "texture": "#torch" + }, + "up": { + "uv": [ + 7, + 6, + 9, + 8 + ], + "rotation": 270, + "texture": "#torch" + }, + "down": { + "uv": [ + 7, + 14, + 9, + 16 + ], + "rotation": 90, + "texture": "#torch" + } + } + } + ], + "display": { + "thirdperson_righthand": { + "translation": [ + 0, + 3, + 0 + ] + }, + "thirdperson_lefthand": { + "translation": [ + 0, + 3, + 0 + ] + }, + "ground": { + "scale": [ + 0.5, + 0.5, + 0.5 + ] + }, + "gui": { + "translation": [ + 0, + 2.75, + 0 + ] + }, + "fixed": { + "translation": [ + 0, + 2.5, + 0 + ] + } + }, + "groups": [ + { + "name": "Sconce", + "origin": [ + 0, + 0, + 0 + ], + "color": 0, + "children": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8 + ] + }, + { + "name": "Torch", + "origin": [ + 9, + 8, + 8 + ], + "color": 0, + "children": [ + 9, + 10, + 11 + ] + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/models/block/template_light_metal_ironage_sconce_floor_torch.json b/src/main/resources/assets/ironagefurniture/models/block/template_light_metal_ironage_sconce_floor_torch.json new file mode 100644 index 0000000000..139215bdcf --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/block/template_light_metal_ironage_sconce_floor_torch.json @@ -0,0 +1,752 @@ +{ + "credit": "By FoxNekitsune", + "ambientocclusion": false, + "textures": { + "1": "#metal", + "torch": "#torchtexture", + "particle": "#metal" + }, + "elements": [ + { + "name": "Torch", + "from": [ + 7, + 3, + 7 + ], + "to": [ + 9, + 13, + 9 + ], + "faces": { + "north": { + "uv": [ + 7, + 6, + 9, + 16 + ], + "texture": "#torch" + }, + "east": { + "uv": [ + 7, + 6, + 9, + 16 + ], + "texture": "#torch" + }, + "south": { + "uv": [ + 7, + 6, + 9, + 16 + ], + "texture": "#torch" + }, + "west": { + "uv": [ + 7, + 6, + 9, + 16 + ], + "texture": "#torch" + }, + "up": { + "uv": [ + 7, + 6, + 9, + 8 + ], + "texture": "#torch" + }, + "down": { + "uv": [ + 7, + 13, + 9, + 15 + ], + "texture": "#torch" + } + } + }, + { + "from": [ + 6.5, + 8, + 5.5 + ], + "to": [ + 9.5, + 9, + 6.5 + ], + "faces": { + "north": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#1" + }, + "east": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + }, + "south": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#1" + }, + "west": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + }, + "up": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#1" + }, + "down": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#1" + } + } + }, + { + "from": [ + 6.5, + 8, + 9.5 + ], + "to": [ + 9.5, + 9, + 10.5 + ], + "faces": { + "north": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#1" + }, + "east": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + }, + "south": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#1" + }, + "west": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + }, + "up": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#1" + }, + "down": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#1" + } + } + }, + { + "from": [ + 5.5, + 8, + 6.5 + ], + "to": [ + 6.5, + 9, + 9.5 + ], + "faces": { + "north": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + }, + "east": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#1" + }, + "south": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + }, + "west": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#1" + }, + "up": { + "uv": [ + 0, + 0, + 1, + 3 + ], + "texture": "#1" + }, + "down": { + "uv": [ + 0, + 0, + 1, + 3 + ], + "texture": "#1" + } + } + }, + { + "from": [ + 9.5, + 8, + 6.5 + ], + "to": [ + 10.5, + 9, + 9.5 + ], + "faces": { + "north": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + }, + "east": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#1" + }, + "south": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + }, + "west": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#1" + }, + "up": { + "uv": [ + 0, + 0, + 1, + 3 + ], + "texture": "#1" + }, + "down": { + "uv": [ + 0, + 0, + 1, + 3 + ], + "texture": "#1" + } + } + }, + { + "from": [ + 7.75, + 8.25, + 6.5 + ], + "to": [ + 8.25, + 8.75, + 9.5 + ], + "faces": { + "north": { + "uv": [ + 0, + 0, + 0.5, + 0.5 + ], + "texture": "#1" + }, + "east": { + "uv": [ + 0, + 0, + 3, + 0.5 + ], + "texture": "#1" + }, + "south": { + "uv": [ + 0, + 0, + 0.5, + 0.5 + ], + "texture": "#1" + }, + "west": { + "uv": [ + 0, + 0, + 3, + 0.5 + ], + "texture": "#1" + }, + "up": { + "uv": [ + 0, + 0, + 0.5, + 3 + ], + "texture": "#1" + }, + "down": { + "uv": [ + 0, + 0, + 0.5, + 3 + ], + "texture": "#1" + } + } + }, + { + "from": [ + 6.5, + 8.25, + 7.75 + ], + "to": [ + 9.5, + 8.75, + 8.25 + ], + "faces": { + "north": { + "uv": [ + 0, + 0, + 3, + 0.5 + ], + "texture": "#1" + }, + "east": { + "uv": [ + 0, + 0, + 0.5, + 0.5 + ], + "texture": "#1" + }, + "south": { + "uv": [ + 0, + 0, + 3, + 0.5 + ], + "texture": "#1" + }, + "west": { + "uv": [ + 0, + 0, + 0.5, + 0.5 + ], + "texture": "#1" + }, + "up": { + "uv": [ + 0, + 0, + 3, + 0.5 + ], + "texture": "#1" + }, + "down": { + "uv": [ + 0, + 0, + 3, + 0.5 + ], + "texture": "#1" + } + } + }, + { + "from": [ + 7.5, + 0, + 7.5 + ], + "to": [ + 8.5, + 2, + 8.5 + ], + "faces": { + "north": { + "uv": [ + 2, + 9, + 3, + 11 + ], + "texture": "#1" + }, + "east": { + "uv": [ + 13, + 7, + 14, + 9 + ], + "texture": "#1" + }, + "south": { + "uv": [ + 3, + 9, + 4, + 11 + ], + "texture": "#1" + }, + "west": { + "uv": [ + 2, + 7, + 3, + 9 + ], + "texture": "#1" + }, + "up": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + }, + "down": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + } + } + }, + { + "from": [ + 7.5, + 1, + 6.5 + ], + "to": [ + 8.5, + 3, + 7.5 + ], + "faces": { + "north": { + "uv": [ + 1, + 7.25, + 2, + 9.25 + ], + "texture": "#1" + }, + "east": { + "uv": [ + 14, + 6, + 15, + 8 + ], + "texture": "#1" + }, + "south": { + "uv": [ + 2, + 6, + 3, + 8 + ], + "texture": "#1" + }, + "west": { + "uv": [ + 1, + 6, + 2, + 8 + ], + "texture": "#1" + }, + "up": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + }, + "down": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + } + } + }, + { + "from": [ + 7.5, + 2, + 5.5 + ], + "to": [ + 8.5, + 8, + 6.5 + ], + "faces": { + "north": { + "uv": [ + 1, + 0, + 2, + 6 + ], + "texture": "#1" + }, + "east": { + "uv": [ + 15, + 0, + 16, + 6 + ], + "texture": "#1" + }, + "south": { + "uv": [ + 2, + 0, + 3, + 6 + ], + "texture": "#1" + }, + "west": { + "uv": [ + 0, + 0, + 1, + 6 + ], + "texture": "#1" + }, + "up": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + }, + "down": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + } + } + } + ], + "display": { + "thirdperson_righthand": { + "translation": [ + 0, + 3, + 0 + ] + }, + "thirdperson_lefthand": { + "translation": [ + 0, + 3, + 0 + ] + }, + "ground": { + "scale": [ + 0.5, + 0.5, + 0.5 + ] + }, + "gui": { + "translation": [ + 0, + 2.75, + 0 + ] + }, + "fixed": { + "translation": [ + 0, + 2.5, + 0 + ] + } + }, + "groups": [ + 0, + { + "name": "Sconce", + "origin": [ + 0, + 0, + 0 + ], + "color": 0, + "children": [ + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9 + ] + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/models/block/template_light_metal_ironage_sconce_floor_vial.json b/src/main/resources/assets/ironagefurniture/models/block/template_light_metal_ironage_sconce_floor_vial.json new file mode 100644 index 0000000000..c2012ca065 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/block/template_light_metal_ironage_sconce_floor_vial.json @@ -0,0 +1,807 @@ +{ + "credit": "By FoxNekitsune", + "ambientocclusion": false, + "textures": { + "2": "#contents", + "3": "minecraft:blocks/glass", + "4": "#metal", + "particle": "#metal" + }, + "elements": [ + { + "from": [ + 6.5, + 8, + 5.5 + ], + "to": [ + 9.5, + 9, + 6.5 + ], + "faces": { + "north": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#4" + }, + "east": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#4" + }, + "south": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#4" + }, + "west": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#4" + }, + "up": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#4" + }, + "down": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#4" + } + } + }, + { + "from": [ + 6.5, + 8, + 9.5 + ], + "to": [ + 9.5, + 9, + 10.5 + ], + "faces": { + "north": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#4" + }, + "east": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#4" + }, + "south": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#4" + }, + "west": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#4" + }, + "up": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#4" + }, + "down": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#4" + } + } + }, + { + "from": [ + 5.5, + 8, + 6.5 + ], + "to": [ + 6.5, + 9, + 9.5 + ], + "faces": { + "north": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#4" + }, + "east": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#4" + }, + "south": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#4" + }, + "west": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#4" + }, + "up": { + "uv": [ + 0, + 0, + 1, + 3 + ], + "texture": "#4" + }, + "down": { + "uv": [ + 0, + 0, + 1, + 3 + ], + "texture": "#4" + } + } + }, + { + "from": [ + 9.5, + 8, + 6.5 + ], + "to": [ + 10.5, + 9, + 9.5 + ], + "faces": { + "north": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#4" + }, + "east": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#4" + }, + "south": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#4" + }, + "west": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#4" + }, + "up": { + "uv": [ + 0, + 0, + 1, + 3 + ], + "texture": "#4" + }, + "down": { + "uv": [ + 0, + 0, + 1, + 3 + ], + "texture": "#4" + } + } + }, + { + "from": [ + 7.5, + 0, + 7.5 + ], + "to": [ + 8.5, + 2, + 8.5 + ], + "faces": { + "north": { + "uv": [ + 2, + 9, + 3, + 11 + ], + "texture": "#4" + }, + "east": { + "uv": [ + 13, + 7, + 14, + 9 + ], + "texture": "#4" + }, + "south": { + "uv": [ + 3, + 9, + 4, + 11 + ], + "texture": "#4" + }, + "west": { + "uv": [ + 2, + 7, + 3, + 9 + ], + "texture": "#4" + }, + "up": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#4" + }, + "down": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#4" + } + } + }, + { + "from": [ + 7.5, + 1, + 6.5 + ], + "to": [ + 8.5, + 3, + 7.5 + ], + "faces": { + "north": { + "uv": [ + 1, + 7.25, + 2, + 9.25 + ], + "texture": "#4" + }, + "east": { + "uv": [ + 14, + 6, + 15, + 8 + ], + "texture": "#4" + }, + "south": { + "uv": [ + 2, + 6, + 3, + 8 + ], + "texture": "#4" + }, + "west": { + "uv": [ + 1, + 6, + 2, + 8 + ], + "texture": "#4" + }, + "up": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#4" + }, + "down": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#4" + } + } + }, + { + "from": [ + 7.5, + 2, + 5.5 + ], + "to": [ + 8.5, + 8, + 6.5 + ], + "faces": { + "north": { + "uv": [ + 1, + 0, + 2, + 6 + ], + "texture": "#4" + }, + "east": { + "uv": [ + 15, + 0, + 16, + 6 + ], + "texture": "#4" + }, + "south": { + "uv": [ + 2, + 0, + 3, + 6 + ], + "texture": "#4" + }, + "west": { + "uv": [ + 0, + 0, + 1, + 6 + ], + "texture": "#4" + }, + "up": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#4" + }, + "down": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#4" + } + } + }, + { + "from": [ + 6, + 4, + 6 + ], + "to": [ + 10, + 8, + 10 + ], + "faces": { + "north": { + "uv": [ + 0, + 0, + 16, + 16 + ], + "texture": "#3" + }, + "east": { + "uv": [ + 0, + 0, + 16, + 16 + ], + "texture": "#3" + }, + "south": { + "uv": [ + 0, + 0, + 16, + 16 + ], + "texture": "#3" + }, + "west": { + "uv": [ + 0, + 0, + 16, + 16 + ], + "texture": "#3" + }, + "up": { + "uv": [ + 0, + 0, + 16, + 16 + ], + "texture": "#3" + }, + "down": { + "uv": [ + 0, + 0, + 16, + 16 + ], + "texture": "#3" + } + } + }, + { + "from": [ + 7, + 8, + 7 + ], + "to": [ + 9, + 10, + 9 + ], + "faces": { + "north": { + "uv": [ + 12, + 0, + 14, + 2 + ], + "texture": "#3" + }, + "east": { + "uv": [ + 6, + 0, + 8, + 2 + ], + "texture": "#3" + }, + "south": { + "uv": [ + 1, + 0, + 3, + 2 + ], + "texture": "#3" + }, + "west": { + "uv": [ + 6, + 0, + 8, + 2 + ], + "texture": "#3" + }, + "up": { + "uv": [ + 3.5, + 4.25, + 5.5, + 6.25 + ], + "texture": "#3" + }, + "down": { + "uv": [ + 0, + 0, + 2, + 2 + ], + "texture": "#3" + } + } + }, + { + "from": [ + 6.5, + 4.5, + 6.5 + ], + "to": [ + 9.5, + 7.5, + 9.5 + ], + "faces": { + "north": { + "uv": [ + 0, + 0, + 3, + 3 + ], + "texture": "#2" + }, + "east": { + "uv": [ + 0, + 0, + 3, + 3 + ], + "texture": "#2" + }, + "south": { + "uv": [ + 0, + 0, + 3, + 3 + ], + "texture": "#2" + }, + "west": { + "uv": [ + 0, + 0, + 3, + 3 + ], + "texture": "#2" + }, + "up": { + "uv": [ + 0, + 0, + 3, + 3 + ], + "texture": "#2" + }, + "down": { + "uv": [ + 0, + 0, + 3, + 3 + ], + "texture": "#2" + } + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [ + 0, + -180, + 0 + ], + "translation": [ + 0, + 1, + -0.5 + ] + }, + "thirdperson_lefthand": { + "rotation": [ + 0, + -180, + 0 + ], + "translation": [ + 0, + 1, + 0.5 + ] + }, + "firstperson_righthand": { + "rotation": [ + 0, + -180, + 0 + ], + "translation": [ + 2.5, + 1.5, + 0 + ] + }, + "firstperson_lefthand": { + "rotation": [ + 0, + -180, + 0 + ], + "translation": [ + 2.5, + 1.5, + 0 + ] + }, + "ground": { + "scale": [ + 0.5, + 0.5, + 0.5 + ] + }, + "gui": { + "rotation": [ + 0, + 70, + 35 + ], + "translation": [ + 0, + 2.75, + 0 + ] + }, + "fixed": { + "rotation": [ + 0, + -90, + 0 + ], + "translation": [ + 0, + 2.5, + 0 + ] + } + }, + "groups": [ + { + "name": "Sconce", + "origin": [ + 0, + 0, + 0 + ], + "color": 0, + "children": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6 + ] + }, + { + "name": "Container", + "origin": [ + 8, + 8, + 8 + ], + "color": 0, + "children": [ + 7, + 8, + 9 + ] + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/models/block/template_light_metal_ironage_sconce_wall_redtorch.json b/src/main/resources/assets/ironagefurniture/models/block/template_light_metal_ironage_sconce_wall_redtorch.json new file mode 100644 index 0000000000..f44bf14bb5 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/block/template_light_metal_ironage_sconce_wall_redtorch.json @@ -0,0 +1,1017 @@ +{ + "credit": "By FoxNekitsune", + "ambientocclusion": false, + "textures": { + "1": "#metal", + "2": "#torchtexture", + "particle": "#torchtexture" + }, + "elements": [ + { + "from": [ + 1.5, + 9, + 6.5 + ], + "to": [ + 2.5, + 10, + 9.5 + ], + "rotation": { + "angle": 0, + "axis": "y", + "origin": [ + 8, + 0, + 8 + ] + }, + "faces": { + "north": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + }, + "east": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#1" + }, + "south": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + }, + "west": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#1" + }, + "up": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "rotation": 270, + "texture": "#1" + }, + "down": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "rotation": 90, + "texture": "#1" + } + } + }, + { + "from": [ + 5.5, + 9, + 6.5 + ], + "to": [ + 6.5, + 10, + 9.5 + ], + "rotation": { + "angle": 0, + "axis": "y", + "origin": [ + 8, + 0, + 8 + ] + }, + "faces": { + "north": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + }, + "east": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#1" + }, + "south": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + }, + "west": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#1" + }, + "up": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "rotation": 270, + "texture": "#1" + }, + "down": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "rotation": 90, + "texture": "#1" + } + } + }, + { + "from": [ + 2.5, + 9, + 9.5 + ], + "to": [ + 5.5, + 10, + 10.5 + ], + "rotation": { + "angle": 0, + "axis": "y", + "origin": [ + 8, + 0, + 8 + ] + }, + "faces": { + "north": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#1" + }, + "east": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + }, + "south": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#1" + }, + "west": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + }, + "up": { + "uv": [ + 0, + 0, + 1, + 3 + ], + "rotation": 270, + "texture": "#1" + }, + "down": { + "uv": [ + 0, + 0, + 1, + 3 + ], + "rotation": 90, + "texture": "#1" + } + } + }, + { + "from": [ + 2.5, + 9, + 5.5 + ], + "to": [ + 5.5, + 10, + 6.5 + ], + "rotation": { + "angle": 0, + "axis": "y", + "origin": [ + 8, + 0, + 8 + ] + }, + "faces": { + "north": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#1" + }, + "east": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + }, + "south": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#1" + }, + "west": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + }, + "up": { + "uv": [ + 0, + 0, + 1, + 3 + ], + "rotation": 270, + "texture": "#1" + }, + "down": { + "uv": [ + 0, + 0, + 1, + 3 + ], + "rotation": 90, + "texture": "#1" + } + } + }, + { + "from": [ + 2.5, + 9.25, + 7.75 + ], + "to": [ + 5.5, + 9.75, + 8.25 + ], + "rotation": { + "angle": 0, + "axis": "y", + "origin": [ + 8, + 0, + 8 + ] + }, + "faces": { + "north": { + "uv": [ + 0, + 0, + 3, + 0.5 + ], + "texture": "#1" + }, + "east": { + "uv": [ + 0, + 0, + 0.5, + 0.5 + ], + "texture": "#1" + }, + "south": { + "uv": [ + 0, + 0, + 3, + 0.5 + ], + "texture": "#1" + }, + "west": { + "uv": [ + 0, + 0, + 0.5, + 0.5 + ], + "texture": "#1" + }, + "up": { + "uv": [ + 0, + 0, + 0.5, + 3 + ], + "rotation": 270, + "texture": "#1" + }, + "down": { + "uv": [ + 0, + 0, + 0.5, + 3 + ], + "rotation": 90, + "texture": "#1" + } + } + }, + { + "from": [ + 3.75, + 9.25, + 6.5 + ], + "to": [ + 4.25, + 9.75, + 9.5 + ], + "rotation": { + "angle": 0, + "axis": "y", + "origin": [ + 8, + 0, + 8 + ] + }, + "faces": { + "north": { + "uv": [ + 0, + 0, + 0.5, + 0.5 + ], + "texture": "#1" + }, + "east": { + "uv": [ + 0, + 0, + 3, + 0.5 + ], + "texture": "#1" + }, + "south": { + "uv": [ + 0, + 0, + 0.5, + 0.5 + ], + "texture": "#1" + }, + "west": { + "uv": [ + 0, + 0, + 3, + 0.5 + ], + "texture": "#1" + }, + "up": { + "uv": [ + 0, + 0, + 3, + 0.5 + ], + "rotation": 270, + "texture": "#1" + }, + "down": { + "uv": [ + 0, + 0, + 3, + 0.5 + ], + "rotation": 90, + "texture": "#1" + } + } + }, + { + "from": [ + 0.5, + 2, + 7.5 + ], + "to": [ + 2.5, + 3, + 8.5 + ], + "rotation": { + "angle": 0, + "axis": "y", + "origin": [ + 8, + 0, + 8 + ] + }, + "faces": { + "north": { + "uv": [ + 13, + 7, + 15, + 8 + ], + "texture": "#1" + }, + "east": { + "uv": [ + 3, + 9, + 5, + 10 + ], + "texture": "#1" + }, + "south": { + "uv": [ + 2, + 7, + 4, + 8 + ], + "texture": "#1" + }, + "west": { + "uv": [ + 2, + 9, + 4, + 10 + ], + "texture": "#1" + }, + "up": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "rotation": 270, + "texture": "#1" + }, + "down": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "rotation": 90, + "texture": "#1" + } + } + }, + { + "from": [ + -0.5, + 3, + 7.5 + ], + "to": [ + 2.5, + 4, + 8.5 + ], + "rotation": { + "angle": 0, + "axis": "y", + "origin": [ + 8, + 0, + 8 + ] + }, + "faces": { + "north": { + "uv": [ + 14, + 6, + 15, + 8 + ], + "texture": "#1" + }, + "east": { + "uv": [ + 2, + 6, + 3, + 8 + ], + "texture": "#1" + }, + "south": { + "uv": [ + 1, + 6, + 2, + 8 + ], + "texture": "#1" + }, + "west": { + "uv": [ + 1, + 7.25, + 2, + 9.25 + ], + "texture": "#1" + }, + "up": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "rotation": 270, + "texture": "#1" + }, + "down": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "rotation": 90, + "texture": "#1" + } + } + }, + { + "from": [ + -0.5, + 10, + 7.5 + ], + "to": [ + 2.5, + 11, + 8.5 + ], + "rotation": { + "angle": 0, + "axis": "y", + "origin": [ + 8, + 0, + 8 + ] + }, + "faces": { + "north": { + "uv": [ + 14, + 6, + 15, + 8 + ], + "texture": "#1" + }, + "east": { + "uv": [ + 2, + 6, + 3, + 8 + ], + "texture": "#1" + }, + "south": { + "uv": [ + 1, + 6, + 2, + 8 + ], + "texture": "#1" + }, + "west": { + "uv": [ + 1, + 7.25, + 2, + 9.25 + ], + "texture": "#1" + }, + "up": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "rotation": 270, + "texture": "#1" + }, + "down": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "rotation": 90, + "texture": "#1" + } + } + }, + { + "from": [ + -0.5, + 4, + 7.5 + ], + "to": [ + 0.5, + 10, + 8.5 + ], + "rotation": { + "angle": 0, + "axis": "y", + "origin": [ + 8, + 0, + 8 + ] + }, + "faces": { + "north": { + "uv": [ + 15, + 0, + 16, + 7 + ], + "texture": "#1" + }, + "east": { + "uv": [ + 2, + 0, + 3, + 7 + ], + "texture": "#1" + }, + "south": { + "uv": [ + 0, + 0, + 1, + 7 + ], + "texture": "#1" + }, + "west": { + "uv": [ + 1, + 0, + 2, + 7 + ], + "texture": "#1" + }, + "up": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "rotation": 270, + "texture": "#1" + }, + "down": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "rotation": 90, + "texture": "#1" + } + } + }, + { + "name": "Torch", + "from": [ + -1, + 4.5, + 7 + ], + "to": [ + 1, + 14.5, + 9 + ], + "rotation": { + "angle": -22.5, + "axis": "z", + "origin": [ + 0, + 0, + 0 + ] + }, + "faces": { + "north": { + "uv": [ + 7, + 6, + 9, + 16 + ], + "texture": "#2" + }, + "east": { + "uv": [ + 7, + 6, + 9, + 16 + ], + "texture": "#2" + }, + "south": { + "uv": [ + 7, + 6, + 9, + 16 + ], + "texture": "#2" + }, + "west": { + "uv": [ + 7, + 6, + 9, + 16 + ], + "texture": "#2" + }, + "up": { + "uv": [ + 6, + 5, + 10, + 8 + ], + "texture": "#2" + }, + "down": { + "uv": [ + 7, + 13, + 9, + 15 + ], + "texture": "#2" + } + } + }, + { + "name": "Torch Cap", + "from": [ + -1.5, + 12.5, + 6.5 + ], + "to": [ + 1.5, + 15.5, + 9.5 + ], + "rotation": { + "angle": -22.5, + "axis": "z", + "origin": [ + 0, + 0, + 0 + ] + }, + "faces": { + "north": { + "uv": [ + 6, + 5, + 10, + 8 + ], + "texture": "#2" + }, + "east": { + "uv": [ + 6, + 5, + 10, + 8 + ], + "texture": "#2" + }, + "south": { + "uv": [ + 6, + 5, + 10, + 8 + ], + "texture": "#2" + }, + "west": { + "uv": [ + 6, + 5, + 10, + 8 + ], + "texture": "#2" + }, + "down": { + "uv": [ + 7, + 3, + 9, + 5 + ], + "texture": "#2" + } + } + } + ], + "groups": [ + { + "name": "Sconce", + "origin": [ + 0, + 0, + 0 + ], + "color": 0, + "children": [ + { + "name": "Ring", + "origin": [ + 8, + 0, + 8 + ], + "color": 0, + "children": [ + 0, + 1, + 2, + 3 + ] + }, + { + "name": "Grips", + "origin": [ + 8, + 0, + 8 + ], + "color": 0, + "children": [ + 4, + 5 + ] + }, + { + "name": "Stand", + "origin": [ + 8, + 0, + 8 + ], + "color": 0, + "children": [ + 6, + 7, + 8, + 9 + ] + } + ] + }, + { + "name": "Torch", + "origin": [ + 0, + 0, + 0 + ], + "color": 0, + "children": [ + 10, + 11 + ] + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/models/block/template_light_metal_ironage_sconce_wall_torch.json b/src/main/resources/assets/ironagefurniture/models/block/template_light_metal_ironage_sconce_wall_torch.json new file mode 100644 index 0000000000..ec192d59cd --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/block/template_light_metal_ironage_sconce_wall_torch.json @@ -0,0 +1,936 @@ +{ + "credit": "By FoxNekitsune", + "ambientocclusion": false, + "textures": { + "1": "#metal", + "particle": "#torchtexture", + "torch": "#torchtexture" + }, + "elements": [ + { + "name": "Torch", + "from": [ + -1, + 4.5, + 7 + ], + "to": [ + 1, + 14.5, + 9 + ], + "rotation": { + "angle": -22.5, + "axis": "z", + "origin": [ + 0, + 0, + 0 + ] + }, + "faces": { + "north": { + "uv": [ + 7, + 6, + 9, + 16 + ], + "texture": "#torch" + }, + "east": { + "uv": [ + 7, + 6, + 9, + 16 + ], + "texture": "#torch" + }, + "south": { + "uv": [ + 7, + 6, + 9, + 16 + ], + "texture": "#torch" + }, + "west": { + "uv": [ + 7, + 6, + 9, + 16 + ], + "texture": "#torch" + }, + "up": { + "uv": [ + 7, + 6, + 9, + 8 + ], + "texture": "#torch" + }, + "down": { + "uv": [ + 7, + 13, + 9, + 15 + ], + "texture": "#torch" + } + } + }, + { + "from": [ + 1.5, + 9, + 6.5 + ], + "to": [ + 2.5, + 10, + 9.5 + ], + "rotation": { + "angle": 0, + "axis": "y", + "origin": [ + 8, + 0, + 8 + ] + }, + "faces": { + "north": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + }, + "east": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#1" + }, + "south": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + }, + "west": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#1" + }, + "up": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "rotation": 270, + "texture": "#1" + }, + "down": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "rotation": 90, + "texture": "#1" + } + } + }, + { + "from": [ + 5.5, + 9, + 6.5 + ], + "to": [ + 6.5, + 10, + 9.5 + ], + "rotation": { + "angle": 0, + "axis": "y", + "origin": [ + 8, + 0, + 8 + ] + }, + "faces": { + "north": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + }, + "east": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#1" + }, + "south": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + }, + "west": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#1" + }, + "up": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "rotation": 270, + "texture": "#1" + }, + "down": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "rotation": 90, + "texture": "#1" + } + } + }, + { + "from": [ + 2.5, + 9, + 9.5 + ], + "to": [ + 5.5, + 10, + 10.5 + ], + "rotation": { + "angle": 0, + "axis": "y", + "origin": [ + 8, + 0, + 8 + ] + }, + "faces": { + "north": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#1" + }, + "east": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + }, + "south": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#1" + }, + "west": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + }, + "up": { + "uv": [ + 0, + 0, + 1, + 3 + ], + "rotation": 270, + "texture": "#1" + }, + "down": { + "uv": [ + 0, + 0, + 1, + 3 + ], + "rotation": 90, + "texture": "#1" + } + } + }, + { + "from": [ + 2.5, + 9, + 5.5 + ], + "to": [ + 5.5, + 10, + 6.5 + ], + "rotation": { + "angle": 0, + "axis": "y", + "origin": [ + 8, + 0, + 8 + ] + }, + "faces": { + "north": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#1" + }, + "east": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + }, + "south": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#1" + }, + "west": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + }, + "up": { + "uv": [ + 0, + 0, + 1, + 3 + ], + "rotation": 270, + "texture": "#1" + }, + "down": { + "uv": [ + 0, + 0, + 1, + 3 + ], + "rotation": 90, + "texture": "#1" + } + } + }, + { + "from": [ + 2.5, + 9.25, + 7.75 + ], + "to": [ + 5.5, + 9.75, + 8.25 + ], + "rotation": { + "angle": 0, + "axis": "y", + "origin": [ + 8, + 0, + 8 + ] + }, + "faces": { + "north": { + "uv": [ + 0, + 0, + 3, + 0.5 + ], + "texture": "#1" + }, + "east": { + "uv": [ + 0, + 0, + 0.5, + 0.5 + ], + "texture": "#1" + }, + "south": { + "uv": [ + 0, + 0, + 3, + 0.5 + ], + "texture": "#1" + }, + "west": { + "uv": [ + 0, + 0, + 0.5, + 0.5 + ], + "texture": "#1" + }, + "up": { + "uv": [ + 0, + 0, + 0.5, + 3 + ], + "rotation": 270, + "texture": "#1" + }, + "down": { + "uv": [ + 0, + 0, + 0.5, + 3 + ], + "rotation": 90, + "texture": "#1" + } + } + }, + { + "from": [ + 3.75, + 9.25, + 6.5 + ], + "to": [ + 4.25, + 9.75, + 9.5 + ], + "rotation": { + "angle": 0, + "axis": "y", + "origin": [ + 8, + 0, + 8 + ] + }, + "faces": { + "north": { + "uv": [ + 0, + 0, + 0.5, + 0.5 + ], + "texture": "#1" + }, + "east": { + "uv": [ + 0, + 0, + 3, + 0.5 + ], + "texture": "#1" + }, + "south": { + "uv": [ + 0, + 0, + 0.5, + 0.5 + ], + "texture": "#1" + }, + "west": { + "uv": [ + 0, + 0, + 3, + 0.5 + ], + "texture": "#1" + }, + "up": { + "uv": [ + 0, + 0, + 3, + 0.5 + ], + "rotation": 270, + "texture": "#1" + }, + "down": { + "uv": [ + 0, + 0, + 3, + 0.5 + ], + "rotation": 90, + "texture": "#1" + } + } + }, + { + "from": [ + 0.5, + 2, + 7.5 + ], + "to": [ + 2.5, + 3, + 8.5 + ], + "rotation": { + "angle": 0, + "axis": "y", + "origin": [ + 8, + 0, + 8 + ] + }, + "faces": { + "north": { + "uv": [ + 13, + 7, + 15, + 8 + ], + "texture": "#1" + }, + "east": { + "uv": [ + 3, + 9, + 5, + 10 + ], + "texture": "#1" + }, + "south": { + "uv": [ + 2, + 7, + 4, + 8 + ], + "texture": "#1" + }, + "west": { + "uv": [ + 2, + 9, + 4, + 10 + ], + "texture": "#1" + }, + "up": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "rotation": 270, + "texture": "#1" + }, + "down": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "rotation": 90, + "texture": "#1" + } + } + }, + { + "from": [ + -0.5, + 3, + 7.5 + ], + "to": [ + 2.5, + 4, + 8.5 + ], + "rotation": { + "angle": 0, + "axis": "y", + "origin": [ + 8, + 0, + 8 + ] + }, + "faces": { + "north": { + "uv": [ + 14, + 6, + 15, + 8 + ], + "texture": "#1" + }, + "east": { + "uv": [ + 2, + 6, + 3, + 8 + ], + "texture": "#1" + }, + "south": { + "uv": [ + 1, + 6, + 2, + 8 + ], + "texture": "#1" + }, + "west": { + "uv": [ + 1, + 7.25, + 2, + 9.25 + ], + "texture": "#1" + }, + "up": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "rotation": 270, + "texture": "#1" + }, + "down": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "rotation": 90, + "texture": "#1" + } + } + }, + { + "from": [ + -0.5, + 10, + 7.5 + ], + "to": [ + 2.5, + 11, + 8.5 + ], + "rotation": { + "angle": 0, + "axis": "y", + "origin": [ + 8, + 0, + 8 + ] + }, + "faces": { + "north": { + "uv": [ + 14, + 6, + 15, + 8 + ], + "texture": "#1" + }, + "east": { + "uv": [ + 2, + 6, + 3, + 8 + ], + "texture": "#1" + }, + "south": { + "uv": [ + 1, + 6, + 2, + 8 + ], + "texture": "#1" + }, + "west": { + "uv": [ + 1, + 7.25, + 2, + 9.25 + ], + "texture": "#1" + }, + "up": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "rotation": 270, + "texture": "#1" + }, + "down": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "rotation": 90, + "texture": "#1" + } + } + }, + { + "from": [ + -0.5, + 4, + 7.5 + ], + "to": [ + 0.5, + 10, + 8.5 + ], + "rotation": { + "angle": 0, + "axis": "y", + "origin": [ + 8, + 0, + 8 + ] + }, + "faces": { + "north": { + "uv": [ + 15, + 0, + 16, + 7 + ], + "texture": "#1" + }, + "east": { + "uv": [ + 2, + 0, + 3, + 7 + ], + "texture": "#1" + }, + "south": { + "uv": [ + 0, + 0, + 1, + 7 + ], + "texture": "#1" + }, + "west": { + "uv": [ + 1, + 0, + 2, + 7 + ], + "texture": "#1" + }, + "up": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "rotation": 270, + "texture": "#1" + }, + "down": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "rotation": 90, + "texture": "#1" + } + } + } + ], + "groups": [ + 0, + { + "name": "Sconce", + "origin": [ + 0, + 0, + 0 + ], + "color": 0, + "children": [ + { + "name": "Ring", + "origin": [ + 8, + 0, + 8 + ], + "color": 0, + "children": [ + 1, + 2, + 3, + 4 + ] + }, + { + "name": "Grips", + "origin": [ + 8, + 0, + 8 + ], + "color": 0, + "children": [ + 5, + 6 + ] + }, + { + "name": "Stand", + "origin": [ + 8, + 0, + 8 + ], + "color": 0, + "children": [ + 7, + 8, + 9, + 10 + ] + } + ] + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/models/block/template_light_metal_ironage_sconce_wall_vial.json b/src/main/resources/assets/ironagefurniture/models/block/template_light_metal_ironage_sconce_wall_vial.json new file mode 100644 index 0000000000..8909e2c9e7 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/block/template_light_metal_ironage_sconce_wall_vial.json @@ -0,0 +1,963 @@ +{ + "credit": "By FoxNekitsune", + "ambientocclusion": false, + "textures": { + "1": "#metal", + "2": "minecraft:blocks/glass", + "3": "#contents", + "particle": "minecraft:blocks/glass" + }, + "elements": [ + { + "from": [ + 1.5, + 9, + 6.5 + ], + "to": [ + 2.5, + 10, + 9.5 + ], + "rotation": { + "angle": 0, + "axis": "y", + "origin": [ + 8, + 0, + 8 + ] + }, + "faces": { + "north": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + }, + "east": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#1" + }, + "south": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + }, + "west": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#1" + }, + "up": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "rotation": 270, + "texture": "#1" + }, + "down": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "rotation": 90, + "texture": "#1" + } + } + }, + { + "from": [ + 5.5, + 9, + 6.5 + ], + "to": [ + 6.5, + 10, + 9.5 + ], + "rotation": { + "angle": 0, + "axis": "y", + "origin": [ + 8, + 0, + 8 + ] + }, + "faces": { + "north": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + }, + "east": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#1" + }, + "south": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + }, + "west": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#1" + }, + "up": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "rotation": 270, + "texture": "#1" + }, + "down": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "rotation": 90, + "texture": "#1" + } + } + }, + { + "from": [ + 2.5, + 9, + 9.5 + ], + "to": [ + 5.5, + 10, + 10.5 + ], + "rotation": { + "angle": 0, + "axis": "y", + "origin": [ + 8, + 0, + 8 + ] + }, + "faces": { + "north": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#1" + }, + "east": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + }, + "south": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#1" + }, + "west": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + }, + "up": { + "uv": [ + 0, + 0, + 1, + 3 + ], + "rotation": 270, + "texture": "#1" + }, + "down": { + "uv": [ + 0, + 0, + 1, + 3 + ], + "rotation": 90, + "texture": "#1" + } + } + }, + { + "from": [ + 2.5, + 9, + 5.5 + ], + "to": [ + 5.5, + 10, + 6.5 + ], + "rotation": { + "angle": 0, + "axis": "y", + "origin": [ + 8, + 0, + 8 + ] + }, + "faces": { + "north": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#1" + }, + "east": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + }, + "south": { + "uv": [ + 0, + 0, + 3, + 1 + ], + "texture": "#1" + }, + "west": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#1" + }, + "up": { + "uv": [ + 0, + 0, + 1, + 3 + ], + "rotation": 270, + "texture": "#1" + }, + "down": { + "uv": [ + 0, + 0, + 1, + 3 + ], + "rotation": 90, + "texture": "#1" + } + } + }, + { + "from": [ + 0.5, + 2, + 7.5 + ], + "to": [ + 2.5, + 3, + 8.5 + ], + "rotation": { + "angle": 0, + "axis": "y", + "origin": [ + 8, + 0, + 8 + ] + }, + "faces": { + "north": { + "uv": [ + 13, + 7, + 15, + 8 + ], + "texture": "#1" + }, + "east": { + "uv": [ + 3, + 9, + 5, + 10 + ], + "texture": "#1" + }, + "south": { + "uv": [ + 2, + 7, + 4, + 8 + ], + "texture": "#1" + }, + "west": { + "uv": [ + 2, + 9, + 4, + 10 + ], + "texture": "#1" + }, + "up": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "rotation": 270, + "texture": "#1" + }, + "down": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "rotation": 90, + "texture": "#1" + } + } + }, + { + "from": [ + -0.5, + 3, + 7.5 + ], + "to": [ + 2.5, + 4, + 8.5 + ], + "rotation": { + "angle": 0, + "axis": "y", + "origin": [ + 8, + 0, + 8 + ] + }, + "faces": { + "north": { + "uv": [ + 14, + 6, + 15, + 8 + ], + "texture": "#1" + }, + "east": { + "uv": [ + 2, + 6, + 3, + 8 + ], + "texture": "#1" + }, + "south": { + "uv": [ + 1, + 6, + 2, + 8 + ], + "texture": "#1" + }, + "west": { + "uv": [ + 1, + 7.25, + 2, + 9.25 + ], + "texture": "#1" + }, + "up": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "rotation": 270, + "texture": "#1" + }, + "down": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "rotation": 90, + "texture": "#1" + } + } + }, + { + "from": [ + -0.5, + 10, + 7.5 + ], + "to": [ + 2.5, + 11, + 8.5 + ], + "rotation": { + "angle": 0, + "axis": "y", + "origin": [ + 8, + 0, + 8 + ] + }, + "faces": { + "north": { + "uv": [ + 14, + 6, + 15, + 8 + ], + "texture": "#1" + }, + "east": { + "uv": [ + 2, + 6, + 3, + 8 + ], + "texture": "#1" + }, + "south": { + "uv": [ + 1, + 6, + 2, + 8 + ], + "texture": "#1" + }, + "west": { + "uv": [ + 1, + 7.25, + 2, + 9.25 + ], + "texture": "#1" + }, + "up": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "rotation": 270, + "texture": "#1" + }, + "down": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "rotation": 90, + "texture": "#1" + } + } + }, + { + "from": [ + -0.5, + 4, + 7.5 + ], + "to": [ + 0.5, + 10, + 8.5 + ], + "rotation": { + "angle": 0, + "axis": "y", + "origin": [ + 8, + 0, + 8 + ] + }, + "faces": { + "north": { + "uv": [ + 15, + 0, + 16, + 7 + ], + "texture": "#1" + }, + "east": { + "uv": [ + 2, + 0, + 3, + 7 + ], + "texture": "#1" + }, + "south": { + "uv": [ + 0, + 0, + 1, + 7 + ], + "texture": "#1" + }, + "west": { + "uv": [ + 1, + 0, + 2, + 7 + ], + "texture": "#1" + }, + "up": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "rotation": 270, + "texture": "#1" + }, + "down": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "rotation": 90, + "texture": "#1" + } + } + }, + { + "from": [ + 2, + 5, + 6 + ], + "to": [ + 6, + 9, + 10 + ], + "faces": { + "north": { + "uv": [ + 0, + 0, + 16, + 16 + ], + "texture": "#2" + }, + "east": { + "uv": [ + 0, + 0, + 16, + 16 + ], + "texture": "#2" + }, + "south": { + "uv": [ + 0, + 0, + 16, + 16 + ], + "texture": "#2" + }, + "west": { + "uv": [ + 0, + 0, + 16, + 16 + ], + "texture": "#2" + }, + "up": { + "uv": [ + 0, + 0, + 16, + 16 + ], + "texture": "#2" + }, + "down": { + "uv": [ + 0, + 0, + 16, + 16 + ], + "texture": "#2" + } + } + }, + { + "from": [ + 3, + 9, + 7 + ], + "to": [ + 5, + 11, + 9 + ], + "faces": { + "north": { + "uv": [ + 12, + 0, + 14, + 2 + ], + "texture": "#2" + }, + "east": { + "uv": [ + 6, + 0, + 8, + 2 + ], + "texture": "#2" + }, + "south": { + "uv": [ + 1, + 0, + 3, + 2 + ], + "texture": "#2" + }, + "west": { + "uv": [ + 6, + 0, + 8, + 2 + ], + "texture": "#2" + }, + "up": { + "uv": [ + 3.5, + 4.25, + 5.5, + 6.25 + ], + "texture": "#2" + }, + "down": { + "uv": [ + 0, + 0, + 2, + 2 + ], + "texture": "#2" + } + } + }, + { + "from": [ + 3.5, + 7, + 7.5 + ], + "to": [ + 4.5, + 8, + 8.5 + ], + "faces": { + "north": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#3" + }, + "east": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#3" + }, + "south": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#3" + }, + "west": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#3" + }, + "up": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#3" + }, + "down": { + "uv": [ + 0, + 0, + 1, + 1 + ], + "texture": "#3" + } + } + }, + { + "from": [ + 2.5, + 5.5, + 6.5 + ], + "to": [ + 5.5, + 7.5, + 9.5 + ], + "faces": { + "north": { + "uv": [ + 0, + 0, + 3, + 2 + ], + "texture": "#3" + }, + "east": { + "uv": [ + 0, + 0, + 3, + 2 + ], + "texture": "#3" + }, + "south": { + "uv": [ + 0, + 0, + 3, + 2 + ], + "texture": "#3" + }, + "west": { + "uv": [ + 0, + 0, + 3, + 2 + ], + "texture": "#3" + }, + "up": { + "uv": [ + 0, + 0, + 3, + 3 + ], + "texture": "#3" + }, + "down": { + "uv": [ + 0, + 0, + 3, + 3 + ], + "texture": "#3" + } + } + } + ], + "groups": [ + { + "name": "Sconce", + "origin": [ + 0, + 0, + 0 + ], + "color": 0, + "children": [ + { + "name": "Ring", + "origin": [ + 8, + 0, + 8 + ], + "color": 0, + "children": [ + 0, + 1, + 2, + 3 + ] + }, + { + "name": "Stand", + "origin": [ + 8, + 0, + 8 + ], + "color": 0, + "children": [ + 4, + 5, + 6, + 7 + ] + } + ] + }, + 8, + 9, + 10, + 11 + ] +} diff --git a/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_block_floor_glow_clear.json b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_block_floor_glow_clear.json new file mode 100644 index 0000000000..d88e3f2adf --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_block_floor_glow_clear.json @@ -0,0 +1,4 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/light_metal_ironage_block_floor_glow_clear" +} diff --git a/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_block_floor_lava_clear.json b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_block_floor_lava_clear.json new file mode 100644 index 0000000000..991275f7ad --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_block_floor_lava_clear.json @@ -0,0 +1,4 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/light_metal_ironage_block_floor_lava_clear" +} diff --git a/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_block_floor_red_clear.json b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_block_floor_red_clear.json new file mode 100644 index 0000000000..910d312339 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_block_floor_red_clear.json @@ -0,0 +1,4 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/light_metal_ironage_block_floor_red_clear" +} diff --git a/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_empty_iron.json b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_empty_iron.json new file mode 100644 index 0000000000..4da0a848c2 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_empty_iron.json @@ -0,0 +1,4 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/light_metal_ironage_sconce_floor_empty_iron" +} diff --git a/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_glow_iron.json b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_glow_iron.json new file mode 100644 index 0000000000..f1e492d70b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_glow_iron.json @@ -0,0 +1,4 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/light_metal_ironage_sconce_floor_glow_iron" +} diff --git a/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_lava_iron.json b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_lava_iron.json new file mode 100644 index 0000000000..98e46de613 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_lava_iron.json @@ -0,0 +1,4 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/light_metal_ironage_sconce_floor_lava_iron" +} diff --git a/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_red_iron.json b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_red_iron.json new file mode 100644 index 0000000000..6b2b8be628 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_red_iron.json @@ -0,0 +1,4 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/light_metal_ironage_sconce_floor_red_iron" +} diff --git a/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_red_iron_eight.json b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_red_iron_eight.json new file mode 100644 index 0000000000..6b2b8be628 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_red_iron_eight.json @@ -0,0 +1,4 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/light_metal_ironage_sconce_floor_red_iron" +} diff --git a/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_red_iron_eleven.json b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_red_iron_eleven.json new file mode 100644 index 0000000000..6b2b8be628 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_red_iron_eleven.json @@ -0,0 +1,4 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/light_metal_ironage_sconce_floor_red_iron" +} diff --git a/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_red_iron_fifteen.json b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_red_iron_fifteen.json new file mode 100644 index 0000000000..6b2b8be628 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_red_iron_fifteen.json @@ -0,0 +1,4 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/light_metal_ironage_sconce_floor_red_iron" +} diff --git a/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_red_iron_five.json b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_red_iron_five.json new file mode 100644 index 0000000000..6b2b8be628 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_red_iron_five.json @@ -0,0 +1,4 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/light_metal_ironage_sconce_floor_red_iron" +} diff --git a/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_red_iron_four.json b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_red_iron_four.json new file mode 100644 index 0000000000..6b2b8be628 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_red_iron_four.json @@ -0,0 +1,4 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/light_metal_ironage_sconce_floor_red_iron" +} diff --git a/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_red_iron_fourteen.json b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_red_iron_fourteen.json new file mode 100644 index 0000000000..6b2b8be628 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_red_iron_fourteen.json @@ -0,0 +1,4 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/light_metal_ironage_sconce_floor_red_iron" +} diff --git a/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_red_iron_nine.json b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_red_iron_nine.json new file mode 100644 index 0000000000..6b2b8be628 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_red_iron_nine.json @@ -0,0 +1,4 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/light_metal_ironage_sconce_floor_red_iron" +} diff --git a/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_red_iron_one.json b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_red_iron_one.json new file mode 100644 index 0000000000..6b2b8be628 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_red_iron_one.json @@ -0,0 +1,4 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/light_metal_ironage_sconce_floor_red_iron" +} diff --git a/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_red_iron_seven.json b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_red_iron_seven.json new file mode 100644 index 0000000000..6b2b8be628 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_red_iron_seven.json @@ -0,0 +1,4 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/light_metal_ironage_sconce_floor_red_iron" +} diff --git a/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_red_iron_six.json b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_red_iron_six.json new file mode 100644 index 0000000000..6b2b8be628 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_red_iron_six.json @@ -0,0 +1,4 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/light_metal_ironage_sconce_floor_red_iron" +} diff --git a/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_red_iron_ten.json b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_red_iron_ten.json new file mode 100644 index 0000000000..6b2b8be628 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_red_iron_ten.json @@ -0,0 +1,4 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/light_metal_ironage_sconce_floor_red_iron" +} diff --git a/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_red_iron_thirteen.json b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_red_iron_thirteen.json new file mode 100644 index 0000000000..6b2b8be628 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_red_iron_thirteen.json @@ -0,0 +1,4 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/light_metal_ironage_sconce_floor_red_iron" +} diff --git a/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_red_iron_three.json b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_red_iron_three.json new file mode 100644 index 0000000000..6b2b8be628 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_red_iron_three.json @@ -0,0 +1,4 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/light_metal_ironage_sconce_floor_red_iron" +} diff --git a/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_red_iron_twelve.json b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_red_iron_twelve.json new file mode 100644 index 0000000000..6b2b8be628 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_red_iron_twelve.json @@ -0,0 +1,4 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/light_metal_ironage_sconce_floor_red_iron" +} diff --git a/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_red_iron_two.json b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_red_iron_two.json new file mode 100644 index 0000000000..6b2b8be628 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_red_iron_two.json @@ -0,0 +1,4 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/light_metal_ironage_sconce_floor_red_iron" +} diff --git a/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_redtorch_iron.json b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_redtorch_iron.json new file mode 100644 index 0000000000..70faed6476 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_redtorch_iron.json @@ -0,0 +1,4 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/light_metal_ironage_sconce_floor_redtorch_iron" +} diff --git a/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_redtorch_iron_unlit.json b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_redtorch_iron_unlit.json new file mode 100644 index 0000000000..70faed6476 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_redtorch_iron_unlit.json @@ -0,0 +1,4 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/light_metal_ironage_sconce_floor_redtorch_iron" +} diff --git a/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_torch_iron.json b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_torch_iron.json new file mode 100644 index 0000000000..ec171a6407 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_torch_iron.json @@ -0,0 +1,4 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/light_metal_ironage_sconce_floor_torch_iron" +} diff --git a/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_torch_iron_unlit.json b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_torch_iron_unlit.json new file mode 100644 index 0000000000..ec171a6407 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_floor_torch_iron_unlit.json @@ -0,0 +1,4 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/light_metal_ironage_sconce_floor_torch_iron" +} diff --git a/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_empty_iron.json b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_empty_iron.json new file mode 100644 index 0000000000..317133d246 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_empty_iron.json @@ -0,0 +1,4 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/light_metal_ironage_sconce_wall_empty_iron" +} diff --git a/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_glow_iron.json b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_glow_iron.json new file mode 100644 index 0000000000..a688c37086 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_glow_iron.json @@ -0,0 +1,4 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/light_metal_ironage_sconce_wall_glow_iron" +} diff --git a/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_lava_iron.json b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_lava_iron.json new file mode 100644 index 0000000000..a8bb3be3c1 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_lava_iron.json @@ -0,0 +1,4 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/light_metal_ironage_sconce_wall_lava_iron" +} diff --git a/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_red_iron.json b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_red_iron.json new file mode 100644 index 0000000000..e2b4b8ccb9 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_red_iron.json @@ -0,0 +1,4 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/light_metal_ironage_sconce_wall_red_iron" +} diff --git a/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_red_iron_eight.json b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_red_iron_eight.json new file mode 100644 index 0000000000..e2b4b8ccb9 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_red_iron_eight.json @@ -0,0 +1,4 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/light_metal_ironage_sconce_wall_red_iron" +} diff --git a/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_red_iron_eleven.json b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_red_iron_eleven.json new file mode 100644 index 0000000000..e2b4b8ccb9 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_red_iron_eleven.json @@ -0,0 +1,4 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/light_metal_ironage_sconce_wall_red_iron" +} diff --git a/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_red_iron_fifteen.json b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_red_iron_fifteen.json new file mode 100644 index 0000000000..e2b4b8ccb9 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_red_iron_fifteen.json @@ -0,0 +1,4 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/light_metal_ironage_sconce_wall_red_iron" +} diff --git a/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_red_iron_five.json b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_red_iron_five.json new file mode 100644 index 0000000000..e2b4b8ccb9 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_red_iron_five.json @@ -0,0 +1,4 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/light_metal_ironage_sconce_wall_red_iron" +} diff --git a/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_red_iron_four.json b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_red_iron_four.json new file mode 100644 index 0000000000..e2b4b8ccb9 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_red_iron_four.json @@ -0,0 +1,4 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/light_metal_ironage_sconce_wall_red_iron" +} diff --git a/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_red_iron_fourteen.json b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_red_iron_fourteen.json new file mode 100644 index 0000000000..e2b4b8ccb9 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_red_iron_fourteen.json @@ -0,0 +1,4 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/light_metal_ironage_sconce_wall_red_iron" +} diff --git a/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_red_iron_nine.json b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_red_iron_nine.json new file mode 100644 index 0000000000..e2b4b8ccb9 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_red_iron_nine.json @@ -0,0 +1,4 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/light_metal_ironage_sconce_wall_red_iron" +} diff --git a/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_red_iron_one.json b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_red_iron_one.json new file mode 100644 index 0000000000..e2b4b8ccb9 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_red_iron_one.json @@ -0,0 +1,4 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/light_metal_ironage_sconce_wall_red_iron" +} diff --git a/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_red_iron_seven.json b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_red_iron_seven.json new file mode 100644 index 0000000000..e2b4b8ccb9 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_red_iron_seven.json @@ -0,0 +1,4 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/light_metal_ironage_sconce_wall_red_iron" +} diff --git a/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_red_iron_six.json b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_red_iron_six.json new file mode 100644 index 0000000000..e2b4b8ccb9 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_red_iron_six.json @@ -0,0 +1,4 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/light_metal_ironage_sconce_wall_red_iron" +} diff --git a/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_red_iron_ten.json b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_red_iron_ten.json new file mode 100644 index 0000000000..e2b4b8ccb9 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_red_iron_ten.json @@ -0,0 +1,4 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/light_metal_ironage_sconce_wall_red_iron" +} diff --git a/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_red_iron_thirteen.json b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_red_iron_thirteen.json new file mode 100644 index 0000000000..e2b4b8ccb9 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_red_iron_thirteen.json @@ -0,0 +1,4 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/light_metal_ironage_sconce_wall_red_iron" +} diff --git a/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_red_iron_three.json b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_red_iron_three.json new file mode 100644 index 0000000000..e2b4b8ccb9 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_red_iron_three.json @@ -0,0 +1,4 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/light_metal_ironage_sconce_wall_red_iron" +} diff --git a/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_red_iron_twelve.json b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_red_iron_twelve.json new file mode 100644 index 0000000000..e2b4b8ccb9 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_red_iron_twelve.json @@ -0,0 +1,4 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/light_metal_ironage_sconce_wall_red_iron" +} diff --git a/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_red_iron_two.json b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_red_iron_two.json new file mode 100644 index 0000000000..e2b4b8ccb9 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_red_iron_two.json @@ -0,0 +1,4 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/light_metal_ironage_sconce_wall_red_iron" +} diff --git a/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_redtorch_iron.json b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_redtorch_iron.json new file mode 100644 index 0000000000..d04f62047b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_redtorch_iron.json @@ -0,0 +1,4 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/light_metal_ironage_sconce_wall_redtorch_iron" +} diff --git a/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_redtorch_iron_unlit.json b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_redtorch_iron_unlit.json new file mode 100644 index 0000000000..d04f62047b --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_redtorch_iron_unlit.json @@ -0,0 +1,4 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/light_metal_ironage_sconce_wall_redtorch_iron" +} diff --git a/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_torch_iron.json b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_torch_iron.json new file mode 100644 index 0000000000..492bf4cc29 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_torch_iron.json @@ -0,0 +1,4 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/light_metal_ironage_sconce_wall_torch_iron" +} diff --git a/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_torch_iron_unlit.json b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_torch_iron_unlit.json new file mode 100644 index 0000000000..492bf4cc29 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/item/light_metal_ironage_sconce_wall_torch_iron_unlit.json @@ -0,0 +1,4 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/light_metal_ironage_sconce_wall_torch_iron" +} diff --git a/src/main/resources/assets/ironagefurniture/models/item/obsidian_chunk.json b/src/main/resources/assets/ironagefurniture/models/item/obsidian_chunk.json new file mode 100644 index 0000000000..1bfd5c22dc --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/models/item/obsidian_chunk.json @@ -0,0 +1,4 @@ +{ + "credit": "By FoxNekitsune", + "parent": "ironagefurniture:block/obsidian_chunk" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/cfm_classic_acacia.json b/src/main/resources/assets/ironagefurniture/recipes/cfm_classic_acacia.json index c29010cd3f..a65c4a0060 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/cfm_classic_acacia.json +++ b/src/main/resources/assets/ironagefurniture/recipes/cfm_classic_acacia.json @@ -1,18 +1,18 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "cfm:chair_acacia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_classic_acacia" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "cfm" - } - ] -} \ No newline at end of file + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "cfm:chair_acacia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_classic_acacia" + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "cfm" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/cfm_classic_big_oak.json b/src/main/resources/assets/ironagefurniture/recipes/cfm_classic_big_oak.json index eb0bb05996..7bffe4a3a9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/cfm_classic_big_oak.json +++ b/src/main/resources/assets/ironagefurniture/recipes/cfm_classic_big_oak.json @@ -1,18 +1,18 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "cfm:chair_dark_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_classic_big_oak" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "cfm" - } - ] -} \ No newline at end of file + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "cfm:chair_dark_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_classic_big_oak" + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "cfm" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/cfm_classic_birch.json b/src/main/resources/assets/ironagefurniture/recipes/cfm_classic_birch.json index 6a8209ed76..9d7ef11cf5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/cfm_classic_birch.json +++ b/src/main/resources/assets/ironagefurniture/recipes/cfm_classic_birch.json @@ -1,18 +1,18 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "cfm:chair_birch" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_classic_birch" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "cfm" - } - ] -} \ No newline at end of file + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "cfm:chair_birch" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_classic_birch" + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "cfm" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/cfm_classic_jungle.json b/src/main/resources/assets/ironagefurniture/recipes/cfm_classic_jungle.json index a4e5305154..1f4948286a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/cfm_classic_jungle.json +++ b/src/main/resources/assets/ironagefurniture/recipes/cfm_classic_jungle.json @@ -1,18 +1,18 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "cfm:chair_jungle" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_classic_jungle" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "cfm" - } - ] -} \ No newline at end of file + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "cfm:chair_jungle" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_classic_jungle" + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "cfm" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/cfm_classic_oak.json b/src/main/resources/assets/ironagefurniture/recipes/cfm_classic_oak.json index dcefeb65f2..450bb27533 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/cfm_classic_oak.json +++ b/src/main/resources/assets/ironagefurniture/recipes/cfm_classic_oak.json @@ -1,18 +1,18 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "cfm:chair_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_classic_oak" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "cfm" - } - ] -} \ No newline at end of file + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "cfm:chair_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_classic_oak" + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "cfm" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/cfm_classic_spruce.json b/src/main/resources/assets/ironagefurniture/recipes/cfm_classic_spruce.json index ea9da4b046..091702302e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/cfm_classic_spruce.json +++ b/src/main/resources/assets/ironagefurniture/recipes/cfm_classic_spruce.json @@ -1,18 +1,18 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "cfm:chair_spruce" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_classic_spruce" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "cfm" - } - ] -} \ No newline at end of file + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "cfm:chair_spruce" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_classic_spruce" + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "cfm" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_0.json index c5bbbb93ec..bf54a2f78b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_0.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_acacia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_acacia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_1.json index 8a9fcbe506..0ce6cb98fd 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_1.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_acacia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_acacia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_10.json index b5d17f17aa..f7324c3fda 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_10.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_acacia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_acacia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_11.json index 3b295f3a17..b351f7c674 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_11.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_acacia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_acacia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_12.json index 901340adf0..12dc95318b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_12.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_acacia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_acacia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_13.json index e53b39aea4..f4187e0fb5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_13.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_acacia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_acacia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_14.json index e6f4ab962d..ddf86e59f3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_14.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_acacia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_acacia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_15.json index c370f22c78..ff3f36ae42 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_15.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_acacia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_acacia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_2.json index 85de3ef71d..be89d2c09c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_2.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_acacia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_acacia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_3.json index b53fa835f1..4e6117343a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_3.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_acacia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_acacia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_4.json index 46d9e86856..7f3095340c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_4.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_acacia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_acacia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_5.json index 653c350751..084a522c33 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_5.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_acacia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_acacia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_6.json index 55581911de..5c2b5b0822 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_6.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_acacia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_acacia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_7.json index ccdf16eade..5eae021854 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_7.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_acacia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_acacia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_8.json index d715c906d6..565b5c69e4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_8.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_acacia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_acacia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_9.json index a8fea541ba..057595de68 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_9.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_acacia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_acacia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_0.json index 00cdb578af..edf1846045 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_0.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_big_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_big_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_1.json index dc1cac2db7..730eaff787 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_1.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_big_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_big_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_10.json index eb5b33f9a1..de49dd3597 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_10.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_big_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_big_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_11.json index 5cece07a07..48b08d0ef6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_11.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_big_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_big_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_12.json index 7362af6bb8..9fcb7aeb0f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_12.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_big_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_big_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_13.json index a8a2bd1bd0..b222266e2b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_13.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_big_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_big_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_14.json index 19a3607486..77d5b154b6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_14.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_big_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_big_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_15.json index 411f61617e..814f32345c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_15.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_big_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_big_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_2.json index 895a46e919..4817cd1194 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_2.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_big_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_big_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_3.json index fb87c9ec6e..99c65692b8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_3.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_big_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_big_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_4.json index fff89254be..bbd99d16c9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_4.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_big_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_big_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_5.json index 29d29df950..712eb5d884 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_5.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_big_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_big_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_6.json index c30bdc78e0..25b3a98acc 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_6.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_big_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_big_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_7.json index 4170a277ef..270822be4a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_7.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_big_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_big_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_8.json index 098d761507..dd019bc236 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_8.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_big_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_big_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_9.json index 814a74255b..77566b7013 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_9.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_big_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_big_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_0.json index dab379b028..a6b195bc29 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_cherry" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_cherry" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_1.json index 95a26f174c..58f280ccea 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_cherry" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_cherry" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_10.json index aacf822841..a1c64035f4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_cherry" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_cherry" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_11.json index 1b5458e1dc..58c575ebc6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_cherry" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_cherry" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_12.json index bf3572b4b1..55548d0d95 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_cherry" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_cherry" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_13.json index b4b751465f..856578a3a8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_cherry" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_cherry" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_14.json index f9b5edad46..b93fcfea72 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_cherry" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_cherry" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_15.json index 60745a6a0e..9fbe50e23f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_cherry" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_cherry" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_2.json index 18b916b73d..dda3b70ea9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_cherry" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_cherry" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_3.json index c216f3c131..a1df873357 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_cherry" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_cherry" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_4.json index e7771bdfb4..fe518e49f5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_cherry" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_cherry" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_5.json index abeb56d195..84d066cf2b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_cherry" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_cherry" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_6.json index 62de5de5e4..884aab4647 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_cherry" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_cherry" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_7.json index 4df30478c1..28e0c5c183 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_cherry" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_cherry" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_8.json index 5cac559281..9ab1479d9d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_cherry" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_cherry" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_9.json index 107af42762..3d0e1a33d4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_cherry" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_cherry" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_0.json index 1a202e1946..bb0c83575d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ebony" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ebony" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_1.json index fb427553f4..ddff4031f9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ebony" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ebony" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_10.json index ed5192d9a2..954dd5ee13 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ebony" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ebony" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_11.json index d1ad17aab4..84f6844b7e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ebony" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ebony" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_12.json index bce7f8d6e1..ce4571a905 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ebony" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ebony" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_13.json index 1d3ef4a9ab..9c782be2f9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ebony" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ebony" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_14.json index ea20077c8d..00a579227f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ebony" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ebony" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_15.json index 4bbc1b2d32..707a87a347 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ebony" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ebony" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_2.json index 0f430c3b2f..17ae461d30 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ebony" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ebony" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_3.json index 68ecb2a50c..19fce577ac 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ebony" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ebony" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_4.json index 97f0301667..90ddca1e59 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ebony" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ebony" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_5.json index 2a18bb513b..59d6bc7f09 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ebony" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ebony" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_6.json index 7337a8f96a..52165dddbe 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ebony" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ebony" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_7.json index 045a3a9677..94fb50d36e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ebony" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ebony" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_8.json index 0b29775afb..15043fd2a6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ebony" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ebony" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_9.json index 86324bed0a..ace7327352 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ebony" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ebony" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_0.json index 30693d4e91..871ef42c55 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ethereal" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ethereal" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_1.json index 3a12c52a7e..99dd2cbf0b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ethereal" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ethereal" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_10.json index d26f2f2da4..c65ab0be13 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ethereal" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ethereal" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_11.json index 328b56b4dd..fcc7c8c047 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ethereal" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ethereal" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_12.json index aea9ed446b..121f0351fa 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ethereal" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ethereal" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_13.json index da52e886f0..16d82a6756 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ethereal" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ethereal" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_14.json index 76ce60ba24..28132cf4cc 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ethereal" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ethereal" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_15.json index fe3f053b93..4228c610d8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ethereal" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ethereal" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_2.json index bf3c268293..6ee4af7477 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ethereal" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ethereal" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_3.json index 24a48edafa..349b2771a8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ethereal" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ethereal" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_4.json index f8db8dea44..e60d8f74b1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ethereal" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ethereal" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_5.json index f652f33c0f..aab8d91efe 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ethereal" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ethereal" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_6.json index 0600dee26e..8b54a0ee93 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ethereal" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ethereal" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_7.json index d5e781c76d..11fb76bae2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ethereal" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ethereal" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_8.json index e70d1a1b54..abde3f5a3e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ethereal" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ethereal" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_9.json index 0167796336..1baac7266c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ethereal" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ethereal" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_0.json index 9c90dc769c..93ba31ff5c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_eucalyptus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_eucalyptus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_1.json index 294df3f464..975528bb2e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_eucalyptus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_eucalyptus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_10.json index 895c97d214..851ac48c94 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_eucalyptus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_eucalyptus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_11.json index eb2f9d9afb..9ab1f84c34 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_eucalyptus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_eucalyptus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_12.json index 627df14600..849bb4a95c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_eucalyptus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_eucalyptus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_13.json index 824263958f..59ee573fb3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_eucalyptus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_eucalyptus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_14.json index f9be088641..3f80919ce8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_eucalyptus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_eucalyptus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_15.json index 10cca534e7..a9341923d3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_eucalyptus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_eucalyptus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_2.json index 6fd03006f9..9dfe1e8d8b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_eucalyptus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_eucalyptus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_3.json index a07cb16ab1..09c92d06a2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_eucalyptus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_eucalyptus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_4.json index 81aca6a66e..c482100546 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_eucalyptus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_eucalyptus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_5.json index 505ca17f97..0fa637f82c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_eucalyptus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_eucalyptus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_6.json index 0e8b907b03..e38dd3ba9f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_eucalyptus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_eucalyptus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_7.json index 5d7a39a3fa..50fcc990b6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_eucalyptus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_eucalyptus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_8.json index 2e93807a01..53d41f7a4c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_eucalyptus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_eucalyptus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_9.json index 93b2ece232..0e1dda4b67 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_eucalyptus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_eucalyptus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_0.json index 9732d4ead6..30bab9fd1d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_fir" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_fir" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_1.json index fd8cf033ab..8267da0e35 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_fir" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_fir" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_10.json index 4e316f65d8..23eaeb1e75 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_fir" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_fir" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_11.json index 4fe5fe3498..0de1a1abfc 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_fir" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_fir" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_12.json index 30b2233ee0..f7f691fd47 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_fir" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_fir" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_13.json index 458b9d18de..b8105afe80 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_fir" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_fir" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_14.json index cc58cfdbfe..c853f28604 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_fir" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_fir" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_15.json index 5cf2dc8722..6595192305 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_fir" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_fir" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_2.json index 9f624edea0..611ca25498 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_fir" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_fir" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_3.json index 3ac365719a..4a0062f58e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_fir" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_fir" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_4.json index 0102e748f0..bf29e1d6fa 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_fir" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_fir" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_5.json index cdac447766..b7d8dca575 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_fir" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_fir" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_6.json index dd7e6878de..cd0f7fb57d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_fir" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_fir" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_7.json index 6da8e9d360..ee0605091e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_fir" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_fir" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_8.json index 475639c271..dc3dbf6bfe 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_fir" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_fir" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_9.json index cd5c5ad395..5c844bd968 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_fir" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_fir" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_0.json index b4b390534e..f39a6cbed2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_hellbark" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_hellbark" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_1.json index 34c86960db..e0f8073409 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_hellbark" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_hellbark" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_10.json index 640a20015f..5f51fd434f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_hellbark" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_hellbark" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_11.json index 6632fe4b44..fdf9369acb 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_hellbark" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_hellbark" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_12.json index 34c31d296a..dc81f2209a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_hellbark" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_hellbark" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_13.json index 16b50c7b78..cc1c3f51fa 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_hellbark" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_hellbark" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_14.json index 5a013a3375..e57ab4c2c3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_hellbark" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_hellbark" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_15.json index 05b2583a5b..bc1fa0bdc9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_hellbark" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_hellbark" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_2.json index b585217d66..5cd1e717fa 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_hellbark" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_hellbark" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_3.json index 201ca6768a..a3813fee9f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_hellbark" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_hellbark" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_4.json index e5acbefe0e..1f306f066e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_hellbark" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_hellbark" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_5.json index 2e9d3c15e9..a733c66aa0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_hellbark" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_hellbark" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_6.json index 53635c0a31..b5658f67c6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_hellbark" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_hellbark" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_7.json index 8630376d32..dca5d8acee 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_hellbark" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_hellbark" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_8.json index ca9f85e61d..d11f317ef6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_hellbark" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_hellbark" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_9.json index bc53a6c901..6fcafdc8f3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_hellbark" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_hellbark" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_0.json index 35d1f2bcc1..5d962edda7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_jacaranda" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_jacaranda" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_1.json index f1359c608e..79cc215b46 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_jacaranda" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_jacaranda" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_10.json index 262eb1226b..002d0849cd 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_jacaranda" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_jacaranda" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_11.json index 371c23491c..6fffe1dc3a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_jacaranda" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_jacaranda" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_12.json index dd303bc9d1..20e17e33c2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_jacaranda" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_jacaranda" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_13.json index 60000d3668..ea03cf33b9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_jacaranda" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_jacaranda" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_14.json index f1847e9f52..c0fd370c95 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_jacaranda" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_jacaranda" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_15.json index 404a7389c0..76f4d19b6a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_jacaranda" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_jacaranda" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_2.json index 560c48643b..a084a3358a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_jacaranda" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_jacaranda" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_3.json index dee7a5c2b9..825c22f8ad 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_jacaranda" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_jacaranda" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_4.json index b18c0f3412..336e7cc14e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_jacaranda" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_jacaranda" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_5.json index da922f2162..806cf8a7a5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_jacaranda" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_jacaranda" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_6.json index 09609558d7..33915aa65d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_jacaranda" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_jacaranda" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_7.json index 658ab9d317..e105ecc641 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_jacaranda" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_jacaranda" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_8.json index 2a9f4f537f..c2bb1a997c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_jacaranda" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_jacaranda" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_9.json index 75a61467da..f6a4a7489a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_jacaranda" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_jacaranda" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_0.json index c53365f4c9..b5ff255726 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_magic" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_magic" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_1.json index 21349e7876..b48cdddfcc 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_magic" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_magic" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_10.json index 1637a9e983..bd76f31e42 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_magic" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_magic" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_11.json index 8e6c5c9289..facb8cdd8f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_magic" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_magic" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_12.json index 9052b781ba..c09d1c8942 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_magic" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_magic" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_13.json index 9b90f5c803..5495f8effb 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_magic" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_magic" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_14.json index c5a294aad8..958c2253aa 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_magic" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_magic" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_15.json index 462c7327e5..2b527e2ddb 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_magic" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_magic" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_2.json index c25def3666..c861222365 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_magic" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_magic" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_3.json index 18534f826e..aa5b4313ce 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_magic" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_magic" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_4.json index 97788dd32e..74beb4b0d0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_magic" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_magic" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_5.json index b284670504..95500be1f4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_magic" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_magic" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_6.json index 79ca90961c..257071fa04 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_magic" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_magic" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_7.json index 3a3af995a5..ce0fd1f4e4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_magic" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_magic" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_8.json index 12f84d7b11..ce9f21e97c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_magic" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_magic" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_9.json index 97efef8489..3c74a4c17c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_magic" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_magic" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_0.json index f13d59e95e..4646a53866 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mahogany" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mahogany" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_1.json index 7b9a44f1ea..3ef8995e57 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mahogany" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mahogany" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_10.json index 36e98a2127..f9bd683360 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mahogany" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mahogany" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_11.json index 92ffd18d61..f764af7206 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mahogany" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mahogany" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_12.json index 75d3c72a1b..98ff1fd7f1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mahogany" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mahogany" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_13.json index bf2d450f7e..ba465bd16f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mahogany" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mahogany" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_14.json index 92abfd4f13..9505a7dd15 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mahogany" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mahogany" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_15.json index 8c263ef4e5..b5233c11c4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mahogany" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mahogany" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_2.json index 5da7d7ec7c..7a59f24e56 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mahogany" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mahogany" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_3.json index b765773266..a952c027b8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mahogany" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mahogany" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_4.json index 338ae23529..6cd7a15363 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mahogany" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mahogany" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_5.json index bc8b01d13f..bb54d5c2e5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mahogany" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mahogany" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_6.json index 146d60b622..1628179127 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mahogany" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mahogany" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_7.json index e3c8dad457..d9edb0095f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mahogany" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mahogany" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_8.json index 2bac98fefc..feb125a0ae 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mahogany" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mahogany" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_9.json index 19d880e9a1..14c1c72002 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mahogany" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mahogany" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_0.json index e260d8862d..914a863ef9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mangrove" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mangrove" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_1.json index ef2089eaaa..8781f6f79a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mangrove" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mangrove" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_10.json index 0fc631d532..c2a9dd527c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mangrove" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mangrove" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_11.json index 763481a8d3..78e4a187f3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mangrove" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mangrove" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_12.json index 8a9439d611..7018e21e98 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mangrove" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mangrove" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_13.json index f38493ed54..a904d3f432 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mangrove" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mangrove" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_14.json index a6ce503da0..d65d62eebb 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mangrove" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mangrove" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_15.json index a5a7f68816..c884745cfe 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mangrove" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mangrove" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_2.json index 39daa6c2b5..7cbb5114be 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mangrove" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mangrove" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_3.json index 10cfd20a1f..a610bff508 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mangrove" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mangrove" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_4.json index 93ddb65e93..3149f40b11 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mangrove" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mangrove" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_5.json index d3112bd432..77bd9c5bc2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mangrove" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mangrove" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_6.json index 7b1f853366..f16be4e06e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mangrove" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mangrove" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_7.json index 59c4855a2d..ebc7dbc14c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mangrove" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mangrove" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_8.json index a974842109..f74bd491fa 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mangrove" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mangrove" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_9.json index c78f31968d..9342f1c88b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mangrove" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mangrove" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_0.json index 69838a2118..b5a16a6084 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_palm" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_palm" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_1.json index 223fe8fdd3..7c78576487 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_palm" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_palm" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_10.json index 3398295d9e..c7eceb443f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_palm" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_palm" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_11.json index 1b2f73ecc4..9724c7e41c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_palm" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_palm" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_12.json index 91ae743a83..9243fc6cf6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_palm" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_palm" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_13.json index 59ee19f137..71f3b39e6a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_palm" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_palm" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_14.json index df0776a452..0511667f4c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_palm" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_palm" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_15.json index 440a11080a..ff560d46d1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_palm" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_palm" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_2.json index 06a486be91..0a4373db6f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_palm" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_palm" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_3.json index e17fc4bfdf..bd4d70a251 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_palm" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_palm" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_4.json index 6ae109399c..14fd176c09 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_palm" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_palm" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_5.json index d537b803e6..ccab1ad109 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_palm" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_palm" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_6.json index 05fa08425f..fe05bfa723 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_palm" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_palm" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_7.json index 7476824639..592335ae79 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_palm" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_palm" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_8.json index fc5fd13db2..4710c0df35 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_palm" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_palm" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_9.json index 2876aae01f..1a6509186d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_palm" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_palm" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_0.json index 1ab5ed4820..fa98876472 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_pine" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_pine" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_1.json index c48835f82e..6d01cbcb6c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_pine" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_pine" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_10.json index e9234fc86c..2a2dbf0dbf 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_pine" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_pine" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_11.json index c0d00f2309..36b31a283d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_pine" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_pine" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_12.json index 58791d7082..5c585500ce 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_pine" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_pine" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_13.json index f268c6a424..e569287263 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_pine" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_pine" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_14.json index 83ff14e886..b0608ed0c9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_pine" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_pine" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_15.json index a3c3e2ba39..29d1f823f9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_pine" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_pine" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_2.json index 008faae22a..9772ad6f0f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_pine" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_pine" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_3.json index 42cb1ff4ff..30252b62e4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_pine" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_pine" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_4.json index 9abff6ec2b..e6fd7be12b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_pine" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_pine" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_5.json index ce00af14f6..4057985503 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_pine" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_pine" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_6.json index 1b91f9c70d..697faacf9e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_pine" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_pine" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_7.json index e9f3514a8d..2cee091ddb 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_pine" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_pine" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_8.json index 28bb99e24a..a5498a3a3d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_pine" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_pine" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_9.json index a90913cb84..e728ce4aed 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_pine" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_pine" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_0.json index 953fda3f68..cc1579f3ea 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_redwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_redwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_1.json index 58168bd1d6..8ae791428d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_redwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_redwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_10.json index 96c547c7aa..f27f5cb7d5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_redwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_redwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_11.json index d1d83d7cc7..5a70488d29 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_redwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_redwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_12.json index e9b8a32cb6..3e4727f09e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_redwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_redwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_13.json index 8a89482754..2148e7dfa6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_redwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_redwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_14.json index 1308c2a324..dac7a91d03 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_redwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_redwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_15.json index b8e8235b26..7f10f88018 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_redwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_redwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_2.json index fa5f9a3734..4b6c427c47 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_redwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_redwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_3.json index 9d0b283317..9dd69a8d7a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_redwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_redwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_4.json index c417be0195..bd161235c2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_redwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_redwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_5.json index dd425e5713..48ffbaf44a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_redwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_redwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_6.json index f3d011cc76..bd256f1eea 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_redwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_redwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_7.json index f4d8357a11..14e78b37de 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_redwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_redwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_8.json index 1c5a49e7dd..b78f501f1d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_redwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_redwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_9.json index 4b887e8afd..f26cc309f3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_redwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_redwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_0.json index 64744112b1..7a07a934d2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_sacred_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_sacred_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_1.json index f3f7686859..d0ff991acb 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_sacred_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_sacred_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_10.json index a19235e2cd..04f499c5fa 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_sacred_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_sacred_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_11.json index 08a71c157c..9fb9d4b45c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_sacred_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_sacred_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_12.json index 19d448c4ed..beaec78ed8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_sacred_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_sacred_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_13.json index 75f77d1ee8..6c253d7f5f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_sacred_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_sacred_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_14.json index 55035945aa..0c55ccb259 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_sacred_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_sacred_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_15.json index e1bdb6b9da..19a9439d20 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_sacred_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_sacred_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_2.json index d999a9e811..462ba3694a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_sacred_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_sacred_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_3.json index 2f66901268..3479542e0d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_sacred_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_sacred_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_4.json index 5600d4d711..6b7443ea65 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_sacred_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_sacred_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_5.json index ebdfcaa998..4f97568d94 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_sacred_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_sacred_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_6.json index 677f6f2c6f..0f1c33a0dc 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_sacred_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_sacred_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_7.json index dd8ebeccdd..6473022f0d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_sacred_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_sacred_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_8.json index c3866a96f8..6cc7f2d07d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_sacred_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_sacred_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_9.json index a658393e35..5de99256a1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_sacred_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_sacred_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_0.json index b6a7dcaaee..f851c4e25e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_umbran" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_umbran" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_1.json index 2ba3623c63..ffb0a61bd3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_umbran" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_umbran" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_10.json index 45e0bcf560..d2b16a6dde 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_umbran" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_umbran" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_11.json index 79b8ee4e49..ca40a2089d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_umbran" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_umbran" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_12.json index 30d72f9eb3..d45100d039 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_umbran" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_umbran" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_13.json index 5218457f3d..f492c38a05 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_umbran" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_umbran" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_14.json index 407107a201..773c94c914 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_umbran" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_umbran" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_15.json index fcda109d14..2acb21684c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_umbran" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_umbran" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_2.json index 44b4126c05..e28134f927 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_umbran" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_umbran" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_3.json index bc5d647ca3..f66c094221 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_umbran" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_umbran" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_4.json index baf7e9bdac..624e62f436 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_umbran" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_umbran" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_5.json index 65e7aad13e..f311a2c8f1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_umbran" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_umbran" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_6.json index 59fed7ba99..8c8fca9a02 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_umbran" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_umbran" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_7.json index 1e9224366b..43c50b0290 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_umbran" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_umbran" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_8.json index 53068b4ad4..bebacafd75 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_umbran" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_umbran" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_9.json index 84fb154de1..c92c965e16 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_umbran" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_umbran" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_0.json index 54adbe25c4..da3dd3d754 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_1.json index 4a85fa6176..fd859dcb22 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_10.json index 9c9a7bdba3..19eeb8b08f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_11.json index 54d30e10ce..4a04f32f4c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_12.json index 0631259e45..d582ef6432 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_13.json index e13635e3a8..056acef000 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_14.json index bd1d783bc5..22417ea8c8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_15.json index f1704d42cf..1663c0f6be 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_2.json index 9a51ab3f1b..dd6767d7ea 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_3.json index 092094a266..b6f145539f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_4.json index b1c088c885..0309095861 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_5.json index d0d11fda66..3c0d8f3b67 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_6.json index 996b4e3b0f..50cf6dc9bc 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_7.json index ba72b0f0bc..07010eb648 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_8.json index 4975e3a343..8e77ef9b80 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_9.json index 3efba7ada3..e8a411467d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_0.json index 8abfb5d234..2331c31555 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_0.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_birch" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_birch" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_1.json index 3338bd4382..942fb4818f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_1.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_birch" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_birch" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_10.json index 6721cb53b4..78e3354a72 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_10.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_birch" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_birch" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_11.json index 46143b2d91..6ec829b3e6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_11.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_birch" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_birch" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_12.json index 44e418f5eb..641ff4563a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_12.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_birch" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_birch" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_13.json index d9812c428e..a13871a520 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_13.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_birch" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_birch" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_14.json index 771cd5d751..b11970d1f9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_14.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_birch" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_birch" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_15.json index dda3d0176c..564fc2b7a1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_15.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_birch" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_birch" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_2.json index 43babfbc87..7c92b5e2d1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_2.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_birch" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_birch" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_3.json index 6045afcf32..9bda1e8d76 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_3.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_birch" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_birch" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_4.json index 5f4d89a587..956d78c286 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_4.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_birch" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_birch" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_5.json index 36c67cca36..ef64a6e453 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_5.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_birch" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_birch" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_6.json index ab2fb98e41..66cd97045d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_6.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_birch" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_birch" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_7.json index 8a144c72cc..2caad67f01 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_7.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_birch" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_birch" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_8.json index 42b0ceb040..76b7ad7d13 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_8.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_birch" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_birch" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_9.json index 521bcdea47..f3de1b918b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_9.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_birch" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_birch" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_0.json index 8fbe4823d2..7ccb2cfa52 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_acacia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_acacia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_1.json index 39ee48ce8e..be262be5ea 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_acacia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_acacia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_10.json index f053017139..54850b365f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_acacia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_acacia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_11.json index 54b9300a2d..24b271ecd3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_acacia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_acacia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_12.json index e81a9c660d..995f6ed0d7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_acacia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_acacia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_13.json index 5d06294f80..704e1291b4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_acacia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_acacia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_14.json index f51b9db70e..1e0e136f49 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_acacia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_acacia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_15.json index 6338507296..89ae1a3826 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_acacia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_acacia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_2.json index fbb4c56153..c659b82965 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_acacia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_acacia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_3.json index 396a124ae2..4afcd152f9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_acacia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_acacia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_4.json index ed4aff2832..92214c2769 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_acacia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_acacia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_5.json index 42e852f27c..7f8f57e5e1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_acacia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_acacia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_6.json index b23f7de6dd..b4d43313ed 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_acacia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_acacia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_7.json index 654ccec100..39c338cbd4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_acacia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_acacia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_8.json index a259ee6d5b..0700895aac 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_acacia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_acacia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_9.json index 152d3a05e1..fc5a8e8f4f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_acacia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_acacia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_0.json index 3394430285..68347b05f4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_balsa" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_balsa" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_1.json index b7a0903fd5..def20b3dc9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_balsa" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_balsa" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_10.json index 1f28c09996..234799fe5f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_balsa" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_balsa" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_11.json index 55f1158a7e..81369957e9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_balsa" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_balsa" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_12.json index 924e117b82..d4b63c317c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_balsa" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_balsa" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_13.json index 155d11d642..a605ade53d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_balsa" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_balsa" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_14.json index 47edb18b2f..b846c3a388 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_balsa" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_balsa" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_15.json index 6eb91cc445..5571f1165a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_balsa" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_balsa" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_2.json index 6638f7be6f..c42e59f5f7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_balsa" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_balsa" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_3.json index 326c25c48f..68f3301799 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_balsa" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_balsa" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_4.json index 122a356ff7..90562fc876 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_balsa" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_balsa" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_5.json index 68c345ba20..52ac64cc08 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_balsa" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_balsa" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_6.json index 173fc245f1..b87432113c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_balsa" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_balsa" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_7.json index df6c1b04d2..4ab7e869d3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_balsa" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_balsa" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_8.json index 282fa4018f..413fcd2219 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_balsa" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_balsa" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_9.json index 4fd840b2f9..18ff4689b4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_balsa" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_balsa" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_0.json index 9c08b1b61c..7169983460 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_baobab" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_baobab" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_1.json index d855f46bc8..f861e21b45 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_baobab" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_baobab" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_10.json index 8fdff224a7..bf237657fe 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_baobab" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_baobab" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_11.json index 5889a9354a..ab746d1d17 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_baobab" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_baobab" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_12.json index dc83d2d41c..8460d5e8b8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_baobab" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_baobab" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_13.json index 2cbe8d68fa..b45dc3f6e5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_baobab" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_baobab" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_14.json index 3280c523ba..a4fe821280 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_baobab" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_baobab" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_15.json index 9ae836d972..47b08127df 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_baobab" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_baobab" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_2.json index 527d5f5fe5..0d74f4a3df 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_baobab" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_baobab" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_3.json index b49f746958..fbbfffae14 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_baobab" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_baobab" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_4.json index ea25598ab9..e9a09b93f8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_baobab" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_baobab" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_5.json index 810d6f1777..4ad65d552e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_baobab" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_baobab" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_6.json index d8b525bb65..f254ce6d4d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_baobab" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_baobab" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_7.json index 9222a7f5aa..afe9cb6378 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_baobab" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_baobab" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_8.json index 752b62b1a5..e2a18eca5b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_baobab" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_baobab" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_9.json index f3cc94c0e5..2981ef4289 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_baobab" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_baobab" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_0.json index e09f0cb110..9039a80df0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cherry" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cherry" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_1.json index 7758d9d611..0f3c36cf5e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cherry" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cherry" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_10.json index a7d6adaeb5..9ca4d58eff 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cherry" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cherry" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_11.json index 17c16b3dfd..97f6cf1c02 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cherry" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cherry" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_12.json index f1e126fefd..afe026153c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cherry" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cherry" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_13.json index c5592233b4..53ebe1a860 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cherry" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cherry" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_14.json index cc424504d2..a295fda6fc 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cherry" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cherry" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_15.json index a6345a2697..b2c7e1be49 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cherry" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cherry" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_2.json index e1547d6b3b..296bae8cf0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cherry" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cherry" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_3.json index e70039f1f7..ea8c01fa35 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cherry" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cherry" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_4.json index 40ace1ff72..3ccd9240d6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cherry" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cherry" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_5.json index 2f1a703278..1f131f42b8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cherry" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cherry" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_6.json index a9877d134a..df0d6e622f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cherry" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cherry" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_7.json index 5cb66b608b..4511042c90 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cherry" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cherry" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_8.json index 71c498e7f4..827713f3ae 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cherry" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cherry" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_9.json index f1fb707001..3446eb042d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cherry" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cherry" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_0.json index 7417a528a5..bd8d01f5e6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_chestnut" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_chestnut" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_1.json index 1c686398f8..05d35a4592 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_chestnut" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_chestnut" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_10.json index 18a3208f20..c42e1daf8b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_chestnut" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_chestnut" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_11.json index c83612818f..03eb3c13d1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_chestnut" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_chestnut" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_12.json index 6718ed6b8b..6603e0c4d9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_chestnut" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_chestnut" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_13.json index b13cfb1317..18f6960e64 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_chestnut" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_chestnut" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_14.json index 12293fb835..26e03bc5ad 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_chestnut" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_chestnut" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_15.json index e226d78d5d..903b0c3a59 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_chestnut" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_chestnut" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_2.json index 6fff80d2dd..be66811810 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_chestnut" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_chestnut" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_3.json index a009b525a0..b302c34833 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_chestnut" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_chestnut" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_4.json index 1bb8fcb6c1..0f67229f7e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_chestnut" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_chestnut" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_5.json index 9e5ef464d0..da06f95b6b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_chestnut" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_chestnut" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_6.json index 54446ec582..d45734f93e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_chestnut" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_chestnut" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_7.json index 5949c70ec6..bc5b87e73d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_chestnut" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_chestnut" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_8.json index f2d515cd97..da857ff999 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_chestnut" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_chestnut" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_9.json index 2c6dcd4d27..a55328b727 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_chestnut" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_chestnut" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_0.json index 85132331cc..4a54604d54 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_citrus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_citrus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_1.json index f3fd934f43..2cce0c22c9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_citrus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_citrus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_10.json index d418efe446..3eb448f57e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_citrus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_citrus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_11.json index 90c80a689c..5b07ed7238 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_citrus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_citrus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_12.json index ceed781f20..f682755884 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_citrus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_citrus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_13.json index 5af43cfef4..f6d81ca8e3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_citrus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_citrus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_14.json index d53cd7a382..8c5af8f75b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_citrus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_citrus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_15.json index 24b82b988a..c4ea3479dd 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_citrus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_citrus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_2.json index 0d1635565f..2bc8f37713 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_citrus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_citrus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_3.json index c396149719..19e492f99e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_citrus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_citrus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_4.json index 6d20ff04da..81b5e77b27 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_citrus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_citrus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_5.json index 6462a17767..928ad3818f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_citrus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_citrus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_6.json index a75fdfbb0d..44495989dd 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_citrus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_citrus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_7.json index 545ac1e7f1..fc02328096 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_citrus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_citrus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_8.json index d39c2282ba..04115a5673 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_citrus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_citrus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_9.json index 6f3aa202ac..a489d6db0c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_citrus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_citrus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_0.json index e5b490e41e..1e578d45e5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cocobolo" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cocobolo" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_1.json index 6d5989b22d..ff6c5b99c6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cocobolo" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cocobolo" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_10.json index aa11280392..a464720dcf 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cocobolo" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cocobolo" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_11.json index 73ee0dfed4..b14acab79f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cocobolo" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cocobolo" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_12.json index 55ad1a8635..05ec87d53c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cocobolo" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cocobolo" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_13.json index 63ccc6cc11..2de5a82aa5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cocobolo" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cocobolo" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_14.json index 7d08790330..4d6a37c7d6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cocobolo" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cocobolo" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_15.json index 0192256d96..104181195e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cocobolo" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cocobolo" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_2.json index 509af020c8..5682b4d09b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cocobolo" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cocobolo" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_3.json index 4044c5d1a9..dfeae17e70 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cocobolo" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cocobolo" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_4.json index d92ad2bd5a..b7c2708246 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cocobolo" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cocobolo" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_5.json index e01c879724..9b41e96100 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cocobolo" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cocobolo" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_6.json index b7bd73cc82..02add67ba7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cocobolo" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cocobolo" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_7.json index 1f8f0fca84..10ccb2f9b3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cocobolo" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cocobolo" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_8.json index d19c123585..a54a8d647c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cocobolo" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cocobolo" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_9.json index bb035a5441..72065dd193 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cocobolo" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cocobolo" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_0.json index d2e369b9c2..8e2e28f69b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ebony" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ebony" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_1.json index d25007679f..9feb4332bb 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ebony" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ebony" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_10.json index 24ddaca31e..899902e199 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ebony" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ebony" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_11.json index 5bb3843fc6..b4e686bce4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ebony" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ebony" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_12.json index bd8a66fb9c..6ab7712ad7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ebony" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ebony" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_13.json index be8121ebfb..f4047bb894 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ebony" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ebony" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_14.json index ca6f6055a7..7387e671ff 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ebony" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ebony" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_15.json index 9c2290fa6a..8b1a17731d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ebony" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ebony" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_2.json index 7acd681a88..07185309a1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ebony" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ebony" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_3.json index 9027206020..0fd2a2f05a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ebony" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ebony" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_4.json index 22c85fb266..0b0ede905c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ebony" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ebony" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_5.json index 45c98ec16b..be77e60bd2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ebony" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ebony" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_6.json index b4bb452529..acfd6d471f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ebony" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ebony" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_7.json index d27ce62ff1..037d41167d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ebony" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ebony" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_8.json index e756e5f350..e2454ecaca 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ebony" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ebony" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_9.json index affe1af437..aa0fb062d3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ebony" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ebony" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_0.json index 18c9fa23a4..9109ed77ed 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_giganteum" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_giganteum" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_1.json index fc6ad90e0a..b25f692a15 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_giganteum" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_giganteum" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_10.json index cb91461c2b..8c34540043 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_giganteum" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_giganteum" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_11.json index 67a7fc5e4f..608ed2f438 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_giganteum" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_giganteum" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_12.json index f58028f061..8373c6c2a3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_giganteum" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_giganteum" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_13.json index 6ac0abc9c8..8026063a1c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_giganteum" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_giganteum" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_14.json index c718f2a059..b3f5dba469 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_giganteum" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_giganteum" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_15.json index c9b19e560a..a2e04a4d6c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_giganteum" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_giganteum" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_2.json index 0d422e9057..557f11d59f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_giganteum" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_giganteum" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_3.json index e134ec0292..b8b5da101d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_giganteum" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_giganteum" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_4.json index 77182cf518..15404985e2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_giganteum" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_giganteum" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_5.json index b436145cd0..3cc43f12dc 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_giganteum" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_giganteum" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_6.json index 4ca0ac9df6..3e5f945c38 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_giganteum" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_giganteum" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_7.json index b90cddc87a..e2083fd347 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_giganteum" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_giganteum" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_8.json index a3f7aa83a6..ccd9426d59 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_giganteum" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_giganteum" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_9.json index bbbd03144f..fee3db5d70 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_giganteum" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_giganteum" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_0.json index d7254c1bf2..6800e03c78 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_greenheart" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_greenheart" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_1.json index bb34bcaa9a..ac12cf8a1a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_greenheart" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_greenheart" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_10.json index 3f32b537a9..54b9438e77 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_greenheart" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_greenheart" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_11.json index bbb3ec9f04..9a9d088404 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_greenheart" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_greenheart" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_12.json index 6a58661f95..f1d4f66a22 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_greenheart" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_greenheart" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_13.json index 0e1eb510d6..8b81b7e18d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_greenheart" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_greenheart" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_14.json index 8774c41996..9c7307b4f9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_greenheart" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_greenheart" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_15.json index eb3b6db7cb..875f6f8e6d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_greenheart" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_greenheart" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_2.json index f4360e5b79..82ff02b40d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_greenheart" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_greenheart" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_3.json index 4b5f60809b..708ae37fe9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_greenheart" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_greenheart" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_4.json index 0ff1c3722c..49e3032277 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_greenheart" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_greenheart" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_5.json index 806d1a9cbe..5ee3584566 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_greenheart" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_greenheart" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_6.json index f9a2a1b8ff..e85255b244 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_greenheart" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_greenheart" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_7.json index 30ac4a87e6..55a2e1a3be 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_greenheart" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_greenheart" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_8.json index 8afc573c35..0cde8c82d3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_greenheart" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_greenheart" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_9.json index 21e2d5a652..8b51b3214c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_greenheart" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_greenheart" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_0.json index 1ef396f1d6..219fec6256 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ipe" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ipe" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_1.json index fe15276248..aa1fbf0bd9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ipe" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ipe" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_10.json index 302f0977c7..78c94bc583 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ipe" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ipe" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_11.json index 05287d4e09..7361f23f33 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ipe" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ipe" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_12.json index 3caec5599c..38e918bcc2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ipe" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ipe" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_13.json index 275d6934b4..cb1b2a84fd 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ipe" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ipe" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_14.json index 01fb5792da..28ec42c753 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ipe" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ipe" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_15.json index e1396b2200..bea0c79d7e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ipe" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ipe" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_2.json index 4b982ef813..abf804e0e4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ipe" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ipe" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_3.json index 01a3fa817e..2df2bcbfc1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ipe" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ipe" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_4.json index bf03b1353f..6c6c579090 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ipe" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ipe" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_5.json index 5f3b8ec3db..6e2e816390 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ipe" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ipe" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_6.json index 3f0539bd29..09d1bfa82c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ipe" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ipe" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_7.json index 2c1b55ce09..39719de7ab 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ipe" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ipe" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_8.json index c5b9845efe..15fe895049 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ipe" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ipe" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_9.json index a5fde6b0d2..47e3581581 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ipe" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ipe" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_0.json index 1ffa55a545..c4380851f9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_kapok" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_kapok" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_1.json index 7275dccdbd..12545ddba7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_kapok" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_kapok" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_10.json index 66483ab19e..cd75c1cece 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_kapok" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_kapok" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_11.json index a3d25197ff..10ba4e5d5b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_kapok" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_kapok" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_12.json index 31f130c4d5..8b9b6c404a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_kapok" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_kapok" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_13.json index 1ab3af7723..a7160ede39 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_kapok" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_kapok" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_14.json index bdcabd0aa8..09c9354faa 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_kapok" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_kapok" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_15.json index a3898bd903..4047b38880 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_kapok" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_kapok" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_2.json index 19eb9a88aa..3ad800929b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_kapok" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_kapok" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_3.json index df6724ac4a..a4b1aa0cc3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_kapok" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_kapok" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_4.json index bb7746fc1d..293f3c9a2b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_kapok" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_kapok" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_5.json index d6e39aa928..c9000afa7b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_kapok" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_kapok" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_6.json index 5ad74cba15..d47322731e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_kapok" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_kapok" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_7.json index b5818c0766..f5ab5f0b5f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_kapok" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_kapok" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_8.json index a6b0111bb5..5d32be4ef6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_kapok" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_kapok" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_9.json index e2b70e62dc..523c0953c3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_kapok" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_kapok" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_0.json index 1d7fe0e7f6..8cef3abe4c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_larch" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_larch" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_1.json index 01ba876c62..cb53650bb0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_larch" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_larch" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_10.json index 3de5e114b1..bf6817b8a6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_larch" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_larch" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_11.json index 2b18d80d2b..08d835ffed 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_larch" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_larch" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_12.json index 28eaff5628..38a179f78a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_larch" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_larch" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_13.json index 72bc7cfa12..2cbe8201d5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_larch" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_larch" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_14.json index d62f141204..4f052251fe 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_larch" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_larch" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_15.json index c8b5c3c9d6..3183c33d1c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_larch" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_larch" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_2.json index 5ba84ce0c9..dfc89f6bae 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_larch" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_larch" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_3.json index b4dcdd55ff..bef3a2236b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_larch" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_larch" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_4.json index 64e99c325a..fcf71ac14a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_larch" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_larch" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_5.json index 11c6158c16..2da18faa0f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_larch" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_larch" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_6.json index 357d1e689e..d7ee69bfb6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_larch" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_larch" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_7.json index 73f1345ff7..de33021510 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_larch" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_larch" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_8.json index 02b39f9c38..9c9f91dbec 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_larch" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_larch" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_9.json index f6bf8648f8..1e2f66a7c3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_larch" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_larch" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_0.json index 5669ff8ea4..fbcf1b212c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_lime" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_lime" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_1.json index 076bc7c031..5dc2700d75 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_lime" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_lime" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_10.json index 4ae32cc362..ea209b0781 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_lime" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_lime" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_11.json index 1316394e83..a691edf98d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_lime" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_lime" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_12.json index ee5d160ab1..acb0c9f44d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_lime" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_lime" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_13.json index f14f4b0cad..f11e0f7058 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_lime" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_lime" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_14.json index f7a0f53a8d..8c04674c46 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_lime" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_lime" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_15.json index 9957e3e6eb..a0b9ea4071 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_lime" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_lime" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_2.json index e83ee5a5bc..284387be23 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_lime" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_lime" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_3.json index 8f95da172e..33947a2a40 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_lime" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_lime" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_4.json index 0f30e6d48e..872e8d4444 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_lime" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_lime" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_5.json index 06031a31ca..dde904cd2e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_lime" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_lime" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_6.json index b3527930ec..ef4eef0e83 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_lime" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_lime" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_7.json index ea5f4a41ed..1e0ae381fa 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_lime" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_lime" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_8.json index 26b5feaf08..7fe33d97e1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_lime" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_lime" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_9.json index eccfcd1f7b..65a6683e2d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_lime" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_lime" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_0.json index d937f38d12..1d6cb5686d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahoe" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahoe" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_1.json index d60bf5b2d4..2eb3319e1a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahoe" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahoe" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_10.json index c92925a2e3..de776b91a3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahoe" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahoe" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_11.json index 6a379acb06..8cf8e5bdf9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahoe" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahoe" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_12.json index 396a6ca589..a854d08572 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahoe" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahoe" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_13.json index 74678a4792..b85cd3d839 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahoe" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahoe" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_14.json index ebd3e9474d..f113503b4c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahoe" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahoe" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_15.json index ba269a93fe..60976f0746 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahoe" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahoe" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_2.json index 3a71fd458b..97dad00f83 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahoe" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahoe" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_3.json index 06b7a76555..9850ed4726 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahoe" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahoe" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_4.json index f3ca617320..f9a93b87d5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahoe" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahoe" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_5.json index f21ee0c6da..61f79496cc 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahoe" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahoe" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_6.json index 24fcd0f896..cc9e9e3544 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahoe" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahoe" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_7.json index 1c5d3211ed..82ef7f5c76 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahoe" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahoe" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_8.json index 26cf884f01..ea346e5b1f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahoe" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahoe" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_9.json index c56bf042ff..a84556842b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahoe" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahoe" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_0.json index d9f2f4aa68..4d4f97a5a0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahogany" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahogany" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_1.json index 0b9b556028..89e13a1f25 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahogany" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahogany" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_10.json index 4e052bdf73..3183a119da 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahogany" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahogany" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_11.json index b6a9d0a294..3d4c641a3b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahogany" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahogany" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_12.json index c32d528645..54a44a2c00 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahogany" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahogany" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_13.json index 9708888364..6e366ad94f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahogany" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahogany" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_14.json index 4e63ae63f4..15e85f2103 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahogany" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahogany" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_15.json index 076c56dd05..c2030d5170 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahogany" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahogany" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_2.json index a6e8c12def..476427892b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahogany" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahogany" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_3.json index e53b899352..339ec3d0ca 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahogany" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahogany" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_4.json index bff1aebe23..64823ec273 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahogany" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahogany" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_5.json index ea2141431b..7f1fe9b68a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahogany" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahogany" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_6.json index baca952d45..758387da70 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahogany" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahogany" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_7.json index 8ec52a2fa0..6256cf1b4c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahogany" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahogany" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_8.json index 7480ef6194..5e39c70728 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahogany" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahogany" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_9.json index ccce80636a..4e45779c46 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahogany" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahogany" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_0.json index c9b4341f2c..90810a4db3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_maple" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_maple" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_1.json index ae461943ef..057591e3d5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_maple" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_maple" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_10.json index 4159477ad7..1e7481b058 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_maple" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_maple" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_11.json index 66622c0ae5..e1e06e6c9b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_maple" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_maple" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_12.json index c78c88a853..0928f5db83 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_maple" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_maple" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_13.json index 2e145822df..c25ee046bb 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_maple" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_maple" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_14.json index 16512c15df..fb8041c858 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_maple" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_maple" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_15.json index 239dd309c4..eb1c030e3c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_maple" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_maple" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_2.json index 9c6477efe3..9c859f7460 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_maple" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_maple" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_3.json index ddae5e6e70..8c6978126c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_maple" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_maple" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_4.json index c6efba0314..5fad271eaf 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_maple" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_maple" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_5.json index e8c4d6d154..4bc4f2645b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_maple" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_maple" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_6.json index 36959da890..60d3445691 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_maple" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_maple" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_7.json index 5fb15e4e94..d79be0d0fd 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_maple" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_maple" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_8.json index 22bd8112b4..4467af245c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_maple" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_maple" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_9.json index d31e4d731d..c71686a2c7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_maple" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_maple" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_0.json index 6b6d00a869..8c57d9214f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_padauk" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_padauk" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_1.json index 588a817d65..fc3a2e8837 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_padauk" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_padauk" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_10.json index 1b0df16594..81bd9de7f6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_padauk" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_padauk" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_11.json index c1659e4ce5..d2579a2b4f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_padauk" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_padauk" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_12.json index 30e0a22fa7..690ce73f50 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_padauk" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_padauk" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_13.json index 5f3675c254..e3ca941bc5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_padauk" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_padauk" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_14.json index 6a07fd4d9d..129e0b56b2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_padauk" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_padauk" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_15.json index 79be0ef900..f2d7ebcfdc 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_padauk" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_padauk" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_2.json index d78140b758..637106819c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_padauk" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_padauk" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_3.json index 5506f66fba..67b68f0546 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_padauk" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_padauk" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_4.json index 73a52b6ef0..c97a4800b6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_padauk" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_padauk" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_5.json index 13f6085203..675e72224b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_padauk" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_padauk" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_6.json index 244d76c424..1adf910f37 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_padauk" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_padauk" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_7.json index e19b354eac..326783b54f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_padauk" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_padauk" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_8.json index f2ea271f19..91b50c67d0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_padauk" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_padauk" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_9.json index a172a8bf8b..8a6edd1fe8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_padauk" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_padauk" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_0.json index 71335de627..35a4851259 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_palm" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_palm" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_1.json index 0aba334979..f239fc6370 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_palm" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_palm" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_10.json index e0e085f078..a15ec3cf33 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_palm" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_palm" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_11.json index 0fab4cd04d..28024fcf05 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_palm" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_palm" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_12.json index 6dff17db16..2e4e0cc469 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_palm" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_palm" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_13.json index 6b521e61ed..eefefc0bc9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_palm" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_palm" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_14.json index f4ab66b9c4..647f831897 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_palm" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_palm" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_15.json index 4754eab452..01613dedfd 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_palm" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_palm" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_2.json index f09743828f..0e8b5b21e0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_palm" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_palm" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_3.json index ae6207c67b..5c44f31210 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_palm" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_palm" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_4.json index 4f639fcac7..0bd6802453 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_palm" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_palm" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_5.json index 360435ae6f..06f8befa6e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_palm" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_palm" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_6.json index 9cdcd4dbe8..2ca44d39da 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_palm" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_palm" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_7.json index faf48fd37c..9c0e24cdf6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_palm" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_palm" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_8.json index ed66f9f511..6d4dd3bd19 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_palm" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_palm" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_9.json index e9b69d4090..e724da550b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_palm" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_palm" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_0.json index 738b84919b..6464e408ed 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_papaya" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_papaya" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_1.json index c8efbff8b6..b77e44451c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_papaya" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_papaya" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_10.json index 2fe5411167..8c167298cb 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_papaya" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_papaya" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_11.json index 714e907a50..7e4347d90a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_papaya" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_papaya" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_12.json index b1fe19e329..867b9ab428 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_papaya" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_papaya" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_13.json index 3e8d86a591..40d5a872c8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_papaya" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_papaya" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_14.json index 71c0aa16ed..c566ab11cd 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_papaya" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_papaya" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_15.json index 8e450a8e89..6a11817d23 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_papaya" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_papaya" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_2.json index c9c607ab2f..936cc91f2f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_papaya" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_papaya" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_3.json index fa2e566551..5cecefedc0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_papaya" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_papaya" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_4.json index 962762b551..fb091608eb 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_papaya" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_papaya" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_5.json index c069349697..1218e69e86 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_papaya" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_papaya" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_6.json index 04e6665f06..9777b1d62b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_papaya" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_papaya" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_7.json index 077adb9e82..68bff2bb06 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_papaya" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_papaya" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_8.json index 12657b4917..1103617f14 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_papaya" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_papaya" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_9.json index f1e5369d67..6dc0d82721 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_papaya" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_papaya" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_0.json index 7afb35a12c..5e321a64ed 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_pine" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_pine" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_1.json index ecfb6b0d54..11373cf307 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_pine" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_pine" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_10.json index 2dc8b25fa7..8e5e0cefa9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_pine" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_pine" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_11.json index 0bdd280161..45cc9e56e8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_pine" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_pine" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_12.json index fdf9bda60f..51bb878cb6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_pine" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_pine" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_13.json index 6097b1a8f4..9c9b6834b0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_pine" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_pine" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_14.json index e3b190a209..9919562c56 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_pine" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_pine" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_15.json index 90aa75a076..cd8277aa3e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_pine" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_pine" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_2.json index 17a90d8e5d..fe61f18a8f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_pine" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_pine" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_3.json index 971eba237f..4fc009bb48 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_pine" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_pine" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_4.json index 2aa674d474..110f914263 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_pine" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_pine" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_5.json index c61843e397..8b70ad00f2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_pine" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_pine" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_6.json index ae98a403ca..26c68a4138 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_pine" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_pine" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_7.json index e44f4b1ea1..6e659de807 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_pine" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_pine" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_8.json index c793157fc2..3020b5611c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_pine" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_pine" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_9.json index be9986d81f..964ae81b2e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_pine" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_pine" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_0.json index b05421e2e9..038626a476 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_plum" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_plum" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_1.json index 8338c48d6f..382adf4c67 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_plum" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_plum" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_10.json index cfd6267742..56f7d7cf90 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_plum" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_plum" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_11.json index ff967bc1d6..9f6c23f5ea 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_plum" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_plum" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_12.json index b04e407cc0..081043de67 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_plum" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_plum" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_13.json index 36a591c869..26ee58b5db 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_plum" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_plum" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_14.json index d119226dc0..75b41abbb7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_plum" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_plum" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_15.json index 02f3b0ddfb..0bf9dd7fab 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_plum" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_plum" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_2.json index d5076fa0e7..4f9cc17598 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_plum" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_plum" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_3.json index 83524c6713..b411e8157f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_plum" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_plum" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_4.json index e66ef553a1..eec5661d59 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_plum" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_plum" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_5.json index 2c34c619d4..396b33d9b6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_plum" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_plum" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_6.json index edac691522..35717567e4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_plum" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_plum" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_7.json index 55b133a79d..1d7d8fdd68 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_plum" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_plum" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_8.json index 820f9a836f..b961e7680b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_plum" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_plum" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_9.json index 020f87c84e..2525928be9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_plum" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_plum" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_0.json index 29091c0b83..9b1d9827c5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_poplar" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_poplar" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_1.json index 3260d74c99..62c4bf6aec 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_poplar" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_poplar" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_10.json index 79e9bfab92..c99c10e999 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_poplar" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_poplar" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_11.json index d6953ac21b..3d09aa846b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_poplar" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_poplar" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_12.json index 92bfc8887c..cdcb89b8d8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_poplar" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_poplar" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_13.json index 348c0135e6..78fe167a1f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_poplar" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_poplar" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_14.json index 924211bcba..fe0f71603d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_poplar" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_poplar" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_15.json index 437854ab06..e948437461 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_poplar" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_poplar" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_2.json index b66bb1187b..c820d5ffff 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_poplar" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_poplar" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_3.json index b6954d78cc..d7eb90f54a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_poplar" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_poplar" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_4.json index c6a73ac2c2..d9222fe6ac 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_poplar" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_poplar" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_5.json index 324c8cad17..4411a86bbc 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_poplar" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_poplar" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_6.json index ae6d68b921..09f953741b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_poplar" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_poplar" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_7.json index 6d959c5549..8bc8d86b7c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_poplar" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_poplar" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_8.json index b45a97c953..e94a9f2358 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_poplar" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_poplar" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_9.json index 4b40219988..8f644ebb33 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_poplar" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_poplar" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_0.json index 00dc7c5048..9d6911af12 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_sequoia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_sequoia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_1.json index 0efa7823c1..4d64fd0f7f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_sequoia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_sequoia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_10.json index ad84d12ab1..64b05d88e3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_sequoia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_sequoia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_11.json index 631232aaae..c7828b8ce3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_sequoia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_sequoia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_12.json index 0672bafa3a..97ef6a04e4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_sequoia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_sequoia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_13.json index e3a4c38904..8ca42004a0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_sequoia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_sequoia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_14.json index 98f1c662b6..350088499a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_sequoia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_sequoia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_15.json index 3cbe9ea126..df0db327e5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_sequoia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_sequoia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_2.json index 247e5586a7..d9d436a566 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_sequoia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_sequoia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_3.json index c27ea120b0..63cdaa83b3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_sequoia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_sequoia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_4.json index 691ed3650b..4bac474958 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_sequoia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_sequoia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_5.json index a2c4a9a815..4c38b66e47 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_sequoia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_sequoia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_6.json index 0b03cd6eb6..f5bae8cd14 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_sequoia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_sequoia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_7.json index 74e3b7cf12..048e7b6e13 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_sequoia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_sequoia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_8.json index fe05616284..a952dbf37f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_sequoia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_sequoia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_9.json index 334685668c..f793b77f92 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_sequoia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_sequoia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_0.json index 193fa3dbfd..54d838c1b5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_teak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_teak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_1.json index dec0bca58a..710cac7016 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_teak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_teak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_10.json index 06d770366b..6e82c990e4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_teak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_teak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_11.json index b57674c1a5..bfa80fc359 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_teak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_teak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_12.json index a9e9e52bf2..04d8acd431 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_teak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_teak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_13.json index 1a42152411..dd7cdb2d53 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_teak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_teak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_14.json index e0fbda5d35..28aa5ac483 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_teak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_teak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_15.json index c92b5f908c..7480c82e82 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_teak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_teak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_2.json index ce3b0ec63c..bc9a6c5334 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_teak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_teak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_3.json index 269d620493..5ef7f792ef 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_teak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_teak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_4.json index 2b1a5aece5..c494621940 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_teak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_teak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_5.json index 81671cd78b..afe2df0c41 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_teak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_teak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_6.json index 55a6b3b9d9..1e2489a141 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_teak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_teak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_7.json index 557d273e66..8a438aa22a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_teak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_teak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_8.json index 2e0ce6525a..f1c37cef6e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_teak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_teak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_9.json index d0da3c966c..f99303ae97 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_teak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_teak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_0.json index f0f7402327..7310036e1a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_walnut" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_walnut" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_1.json index 7b0cad9133..a056197dc7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_walnut" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_walnut" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_10.json index 08a69c1752..5c2cefebcc 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_walnut" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_walnut" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_11.json index f684fc38f8..d9717c3e99 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_walnut" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_walnut" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_12.json index 749b5cdb8e..9aa47b1632 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_walnut" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_walnut" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_13.json index 8eefa1ea0c..c3e91ac6bc 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_walnut" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_walnut" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_14.json index 112ea71082..cfe9fede59 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_walnut" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_walnut" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_15.json index 21b2287dd4..c0e744ce3d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_walnut" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_walnut" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_2.json index 82109cf2d2..9764cce5f8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_walnut" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_walnut" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_3.json index f34b926254..4eb96b7116 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_walnut" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_walnut" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_4.json index 5c5ed9b5e6..76ffd674be 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_walnut" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_walnut" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_5.json index f6da884db7..bd25a4e8f5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_walnut" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_walnut" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_6.json index f37a7c65dd..aeb55e85f6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_walnut" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_walnut" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_7.json index 8b425babbd..2c0cf623b2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_walnut" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_walnut" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_8.json index 64d72e4052..6cb9b2dd6a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_walnut" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_walnut" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_9.json index eac2f53f04..46d9b349ca 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_walnut" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_walnut" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_0.json index a61d169e77..537fdac978 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_wenge" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_wenge" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_1.json index c31e1c313e..22af52a9b8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_wenge" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_wenge" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_10.json index 46e0bb59ea..48e7361883 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_wenge" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_wenge" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_11.json index 22ec27ec1f..91742aae74 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_wenge" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_wenge" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_12.json index dc5c03a349..1a913cd712 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_wenge" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_wenge" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_13.json index c13736bc68..3772fd18e7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_wenge" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_wenge" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_14.json index 9059f84faa..cf3782c7c7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_wenge" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_wenge" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_15.json index 1292cebbe0..3531374293 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_wenge" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_wenge" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_2.json index 7220e0b4c7..5e01bd95a0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_wenge" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_wenge" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_3.json index a56d551214..40820d7255 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_wenge" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_wenge" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_4.json index d7ef43b7f8..db8c1c8b20 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_wenge" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_wenge" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_5.json index d6ca642186..df774d5bba 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_wenge" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_wenge" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_6.json index cf965402d6..286e518f43 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_wenge" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_wenge" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_7.json index 4ba8135e3d..a65c9776c6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_wenge" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_wenge" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_8.json index 376e49e29a..a092b190be 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_wenge" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_wenge" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_9.json index b5b8847011..c7203c0d65 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_wenge" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_wenge" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_0.json index c283d91ec0..76ed0416e8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_1.json index 02727cb4b2..29f59f18a8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_10.json index b126cc3700..d065a977d6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_11.json index caad769ba0..f29f076257 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_12.json index dc65faf950..83c21a5487 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_13.json index 786083d36e..76fff6bb6f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_14.json index f66348f7e1..7f5b96bc4a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_15.json index 9efef4b40d..e6df77e7b8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_2.json index 09fd5f5cdc..b10ab26200 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_3.json index d7c85c1206..99d8838d9d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_4.json index d8fe2ef6ae..73013f0035 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_5.json index cfffd12982..33c858c84a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_6.json index 31e353e617..b4433deb71 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_7.json index 63280c8c64..46e45dc9fd 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_8.json index 71cc04d47b..2d97e9dba6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_9.json index b89d79da0c..c0e77744ea 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_0.json index 13d1641f9e..df546e6181 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_zebrawood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_zebrawood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_1.json index 45272e04e2..900d1d84e1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_zebrawood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_zebrawood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_10.json index 975a51aff2..648f16ba46 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_zebrawood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_zebrawood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_11.json index ecefb17eb2..fcf50a9ce9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_zebrawood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_zebrawood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_12.json index d74ec90ce5..c3f50fc6ae 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_zebrawood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_zebrawood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_13.json index ecfd791f1a..36c3c4f4c9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_zebrawood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_zebrawood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_14.json index 99c7346033..a22cc7ab61 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_zebrawood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_zebrawood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_15.json index 4483d00f5a..bc6a02bb0e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_zebrawood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_zebrawood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_2.json index 6ab4b370b2..dcd2823d3a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_zebrawood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_zebrawood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_3.json index 8fbdee5be4..8cd6aa1df7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_zebrawood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_zebrawood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_4.json index d4d086e6fc..234d12b708 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_zebrawood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_zebrawood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_5.json index b75caee3ba..7acad433e6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_zebrawood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_zebrawood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_6.json index d64e8e9b38..be5d78d516 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_zebrawood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_zebrawood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_7.json index 18a51aa47c..f8c4f7d62f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_zebrawood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_zebrawood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_8.json index 2f9052b702..9bd5e9a74f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_zebrawood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_zebrawood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_9.json index 6106372577..0824fae6a0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_zebrawood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_zebrawood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_0.json index 848f331e36..8ef67572eb 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "immersiveengineering" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_1.json index fcfe579a4e..a0d06f3b2d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "immersiveengineering" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_10.json index 18634e4b01..34569fa5a3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "immersiveengineering" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_11.json index d5388340d7..41deb3fb77 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "immersiveengineering" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_12.json index 2f8db1e5b0..683aad276c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "immersiveengineering" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_13.json index 90eb4e73cf..47487c6263 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "immersiveengineering" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_14.json index 16c7a8b775..a3356a9a78 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "immersiveengineering" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_15.json index 24ada17d67..d198204133 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "immersiveengineering" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_2.json index d1ae81f628..f329cce44e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "immersiveengineering" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_3.json index 43fa5263d4..094603dfd3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "immersiveengineering" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_4.json index af14d4419f..6647aa9b5e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "immersiveengineering" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_5.json index b159f0213e..3118f3ef29 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "immersiveengineering" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_6.json index 3e5bcded22..80f2b900a6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "immersiveengineering" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_7.json index ab9e0ce48a..af4e6d4e89 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "immersiveengineering" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_8.json index f090e590f0..2a24f907d7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "immersiveengineering" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_9.json index 217129e997..5053ee3481 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "immersiveengineering" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_0.json index 96da0d290d..a29da8f7c4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_0.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_jungle" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_jungle" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_1.json index 737a0b7673..48227f15ca 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_1.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_jungle" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_jungle" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_10.json index e085d40556..deeb736840 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_10.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_jungle" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_jungle" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_11.json index 191b9fc661..faa5d0aaf8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_11.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_jungle" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_jungle" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_12.json index 30846fe998..88c7443480 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_12.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_jungle" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_jungle" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_13.json index bfb444d678..1be359ea52 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_13.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_jungle" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_jungle" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_14.json index aae08ba3be..d2f384ca69 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_14.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_jungle" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_jungle" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_15.json index 5025b1400d..6dfec955fe 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_15.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_jungle" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_jungle" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_2.json index f29776e08d..c5caa7ac22 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_2.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_jungle" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_jungle" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_3.json index f85ccd4e15..e403d889ec 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_3.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_jungle" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_jungle" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_4.json index e48b1b4084..f7850df5d0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_4.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_jungle" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_jungle" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_5.json index 3a8ce241ae..fce3e0f6e6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_5.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_jungle" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_jungle" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_6.json index 6fe6ee3e3b..0ac19f7ca2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_6.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_jungle" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_jungle" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_7.json index d3cbcd84c3..51b08e0cb7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_7.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_jungle" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_jungle" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_8.json index 68cdbe909b..4b1c36cf02 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_8.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_jungle" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_jungle" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_9.json index 27007213f8..b0e0762f1a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_9.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_jungle" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_jungle" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_0.json index f5616e5247..ab180b3e18 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_amaranth" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_amaranth" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_1.json index 358092ad4d..b2e797aaf1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_amaranth" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_amaranth" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_10.json index a278a82261..a843f615d1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_amaranth" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_amaranth" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_11.json index bf77b91d4a..cb95dbe80e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_amaranth" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_amaranth" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_12.json index 4991c0b0f6..72ee62aec5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_amaranth" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_amaranth" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_13.json index 3c48a31f33..3889d12f1f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_amaranth" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_amaranth" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_14.json index 8185cbf145..b3f371c54b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_amaranth" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_amaranth" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_15.json index 05a4d0a92b..b64a966d06 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_amaranth" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_amaranth" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_2.json index 5a7b09b49f..7d660831da 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_amaranth" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_amaranth" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_3.json index 757b67aed6..3fe6028e60 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_amaranth" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_amaranth" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_4.json index 57be177bdb..fbbea411a4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_amaranth" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_amaranth" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_5.json index 97d6919d73..aec4366e5d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_amaranth" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_amaranth" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_6.json index 81289fd08a..100dcd309a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_amaranth" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_amaranth" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_7.json index 6fe5de33e9..c3a9e1de4d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_amaranth" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_amaranth" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_8.json index d2b9f39442..04b0a5fa15 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_amaranth" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_amaranth" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_9.json index cabb9b6288..4495a146fe 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_amaranth" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_amaranth" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_0.json index 532b4df8cb..1a0cb185c3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_bloodwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_bloodwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_1.json index 6bb78f2a63..788d1f676b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_bloodwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_bloodwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_10.json index 9f8f5e7fdb..91ff059956 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_bloodwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_bloodwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_11.json index 39c20edea1..781efe5e50 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_bloodwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_bloodwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_12.json index fe0c27167c..d6f46760f1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_bloodwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_bloodwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_13.json index 5b52b58f07..578341b9a1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_bloodwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_bloodwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_14.json index 856f3664af..027045aea3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_bloodwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_bloodwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_15.json index e811d2af2b..bd3efce18c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_bloodwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_bloodwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_2.json index c68cad723e..e3d1194b59 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_bloodwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_bloodwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_3.json index ae99a0cee8..b6c71afb0f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_bloodwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_bloodwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_4.json index 04d7dbcbc8..5243f549ed 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_bloodwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_bloodwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_5.json index 7138c1853a..4303af3490 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_bloodwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_bloodwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_6.json index 0f6a2e7a35..43e20f5c89 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_bloodwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_bloodwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_7.json index 01eb14af31..e1769422ea 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_bloodwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_bloodwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_8.json index 7c2068bdff..0cc31a3ca8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_bloodwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_bloodwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_9.json index 1667b7df0f..f202fddc14 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_bloodwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_bloodwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_0.json index 79e7f9c807..b5877c63e3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_darkwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_darkwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_1.json index c1db7949e3..c26ab5c30b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_darkwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_darkwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_10.json index 033b11817d..6224e20a96 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_darkwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_darkwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_11.json index 220ad36962..be0ffa73db 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_darkwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_darkwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_12.json index 50222b592d..f54ee3d544 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_darkwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_darkwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_13.json index c5b03a6ac7..7fda6fbc93 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_darkwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_darkwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_14.json index 60ba5a21b3..f91543786a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_darkwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_darkwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_15.json index 6275d9b8eb..57cd8b0c98 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_darkwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_darkwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_2.json index cf29a82d14..5ec9068b4e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_darkwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_darkwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_3.json index 1f72189abf..df5907c347 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_darkwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_darkwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_4.json index 8fa2c06794..4675fd23ff 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_darkwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_darkwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_5.json index 937b655181..c7a3b5f9e0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_darkwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_darkwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_6.json index 49b056f2c7..0d9e4db3f4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_darkwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_darkwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_7.json index e19503e534..5761236f71 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_darkwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_darkwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_8.json index 19f82cb870..377508c872 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_darkwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_darkwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_9.json index ece9cf6e81..1024b40038 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_darkwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_darkwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_0.json index bc46f3f085..a0e14e582b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_eucalyptus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_eucalyptus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_1.json index 1b320f68fb..487938a01e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_eucalyptus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_eucalyptus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_10.json index e48330edaf..abb327c1db 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_eucalyptus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_eucalyptus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_11.json index b3b72fab1d..8a023d0989 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_eucalyptus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_eucalyptus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_12.json index a36927c2c5..2f94d32e46 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_eucalyptus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_eucalyptus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_13.json index 11e048894e..9766cf36b4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_eucalyptus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_eucalyptus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_14.json index 3bcbad583c..e704f5aff0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_eucalyptus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_eucalyptus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_15.json index cfea8a100e..54c6103d4c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_eucalyptus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_eucalyptus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_2.json index e126aff2de..f6c3e4c3df 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_eucalyptus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_eucalyptus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_3.json index 4dca3c4bf4..4f6dde3e50 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_eucalyptus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_eucalyptus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_4.json index 7fd7d4a8c8..3798028af7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_eucalyptus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_eucalyptus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_5.json index eada62eda8..5045a48df4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_eucalyptus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_eucalyptus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_6.json index 4193d92265..3958b077be 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_eucalyptus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_eucalyptus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_7.json index bb5ba8e822..33e97874f3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_eucalyptus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_eucalyptus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_8.json index 02c119d3df..2815ffe309 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_eucalyptus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_eucalyptus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_9.json index bff6e1ffdd..b7537becc9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_eucalyptus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_eucalyptus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_0.json index 94b25c6365..d6aaaf2ecf 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_fusewood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_fusewood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_1.json index ce6770acd3..25da1f9924 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_fusewood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_fusewood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_10.json index 4307dbac1f..c55e71be20 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_fusewood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_fusewood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_11.json index 8f73e5d95c..6e38f80b4c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_fusewood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_fusewood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_12.json index 22775f6be2..5c303ec97e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_fusewood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_fusewood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_13.json index 2152eca588..eccfe430c3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_fusewood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_fusewood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_14.json index b148b17126..d429578a2b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_fusewood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_fusewood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_15.json index 9245d6d837..3a151dccd7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_fusewood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_fusewood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_2.json index cddcbf71e4..712540a2ed 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_fusewood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_fusewood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_3.json index 9db6e7b6e9..e470a7598d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_fusewood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_fusewood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_4.json index 7b772277d2..546c4f24b5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_fusewood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_fusewood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_5.json index ecf09015e2..ca7db457c5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_fusewood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_fusewood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_6.json index ecca6fce8f..ac3f2c70e6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_fusewood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_fusewood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_7.json index 39ed363742..904ec3302c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_fusewood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_fusewood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_8.json index 734cf013a8..26d223de8c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_fusewood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_fusewood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_9.json index 7300658bbe..5a9b61432a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_fusewood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_fusewood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_0.json index f3c7c7a062..41dc6b3d4e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_ghostwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_ghostwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_1.json index 7d3fa04df1..e4cd64357d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_ghostwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_ghostwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_10.json index d9034b8527..4199c26835 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_ghostwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_ghostwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_11.json index 20cfa4c55e..90b53222d8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_ghostwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_ghostwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_12.json index 76c2cef92a..646239919b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_ghostwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_ghostwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_13.json index d3720d0df8..e3869c492d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_ghostwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_ghostwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_14.json index 89a9df7086..7dbbb9da04 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_ghostwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_ghostwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_15.json index da095f0440..917c8c01f5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_ghostwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_ghostwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_2.json index 817d9698c0..4763392a03 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_ghostwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_ghostwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_3.json index 903e6ece9d..2761f0c5af 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_ghostwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_ghostwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_4.json index 17947fdf2c..65dbeb9684 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_ghostwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_ghostwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_5.json index ee9bd1b4c8..1afeb32db5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_ghostwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_ghostwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_6.json index 6933e3ad9b..c1b5f7478d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_ghostwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_ghostwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_7.json index e7e74c16d5..21563518e7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_ghostwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_ghostwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_8.json index e117491fc1..d21db746d6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_ghostwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_ghostwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_9.json index ead4d64959..e539ed594c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_ghostwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_ghostwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_0.json index 0cd03ddee1..67a2184676 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_hopseed" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_hopseed" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_1.json index 70e2644871..be3db38e7f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_hopseed" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_hopseed" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_10.json index 08154acd51..875374402e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_hopseed" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_hopseed" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_11.json index c307b6df97..5681fb263e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_hopseed" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_hopseed" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_12.json index 10fbecfe5a..67e4070a36 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_hopseed" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_hopseed" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_13.json index b8d773309d..e6b5a87679 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_hopseed" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_hopseed" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_14.json index 80a43d9c69..5c01ce085d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_hopseed" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_hopseed" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_15.json index 2abde5c0db..f4d2d6d512 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_hopseed" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_hopseed" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_2.json index ca0b82324c..710578cf48 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_hopseed" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_hopseed" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_3.json index 78920d4dc1..d75d5c7ed7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_hopseed" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_hopseed" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_4.json index 50885ba3db..1a0c943ed5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_hopseed" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_hopseed" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_5.json index e44d5e1cc0..dcb24409e2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_hopseed" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_hopseed" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_6.json index df237641c9..064a089068 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_hopseed" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_hopseed" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_7.json index 6c4e8efa07..59e33baed4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_hopseed" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_hopseed" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_8.json index 1188860a73..1eccd03316 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_hopseed" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_hopseed" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_9.json index 8104c8b4ce..6ce55bb730 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_hopseed" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_hopseed" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_0.json index 8e46b75a5c..da656d9169 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_maple" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_maple" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_1.json index e981fea38d..5f50268a18 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_maple" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_maple" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_10.json index f8dd477b79..337593e61f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_maple" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_maple" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_11.json index f62b6cd9b9..673c50d0d2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_maple" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_maple" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_12.json index ffdeddbf1a..8e55d73025 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_maple" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_maple" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_13.json index cf8a9e7138..712fbe9153 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_maple" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_maple" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_14.json index 875eeb6af0..180313a847 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_maple" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_maple" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_15.json index 58c233e406..943e153b85 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_maple" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_maple" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_2.json index f13a1b8292..eb72d60e61 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_maple" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_maple" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_3.json index 9b9cb2d0d1..ffe801005a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_maple" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_maple" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_4.json index c24d17f3d8..a9ae91d886 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_maple" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_maple" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_5.json index bc2f69c996..0927ee70ee 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_maple" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_maple" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_6.json index d8f60a6bda..65f4e9fb08 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_maple" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_maple" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_7.json index 26162ddcad..7526d39fe5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_maple" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_maple" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_8.json index f63e9539d9..28c89cdefa 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_maple" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_maple" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_9.json index 941c642abc..037fc87e68 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_maple" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_maple" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_0.json index 01fce52859..8e607025b2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_sakura" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_sakura" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_1.json index 8aae4eba94..f7f4a5d556 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_sakura" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_sakura" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_10.json index 7d21d4ba54..75afdb8ec1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_sakura" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_sakura" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_11.json index 6d68adb7f9..e945ce4f47 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_sakura" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_sakura" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_12.json index 448910900e..881fce7626 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_sakura" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_sakura" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_13.json index 985c01b474..edef1855bd 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_sakura" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_sakura" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_14.json index bb7ba5c3be..d789061aa2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_sakura" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_sakura" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_15.json index 5f523bec01..cc69dd15bb 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_sakura" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_sakura" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_2.json index b1646bc838..4a01e66e86 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_sakura" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_sakura" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_3.json index 4f0a360264..0f7a9a6848 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_sakura" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_sakura" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_4.json index 997ac145d3..69c5e93613 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_sakura" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_sakura" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_5.json index 0b44bbd86c..86aa387a78 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_sakura" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_sakura" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_6.json index 527adaa844..02a601b376 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_sakura" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_sakura" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_7.json index 7dddd44149..27cab42930 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_sakura" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_sakura" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_8.json index d40b0b79b3..1d70648f95 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_sakura" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_sakura" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_9.json index ea71d4de86..77a9cf4400 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_sakura" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_sakura" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_0.json index 3a786b1a10..4f82f8a7ff 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_silverbell" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_silverbell" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_1.json index 49f7a49962..908bda3277 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_silverbell" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_silverbell" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_10.json index 23f567f26c..0e9558d872 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_silverbell" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_silverbell" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_11.json index 7cd788413d..250670ba35 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_silverbell" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_silverbell" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_12.json index d24f468ac5..cf486060dd 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_silverbell" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_silverbell" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_13.json index cc870cd685..16c092f178 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_silverbell" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_silverbell" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_14.json index 1a2560f208..1aa761d988 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_silverbell" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_silverbell" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_15.json index 33b41803fc..e589af30db 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_silverbell" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_silverbell" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_2.json index 4f122a75f1..de7c66cfd2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_silverbell" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_silverbell" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_3.json index 2bc022609a..e19079ed95 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_silverbell" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_silverbell" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_4.json index db387fbcd7..d2640d3da7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_silverbell" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_silverbell" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_5.json index 6f4290c399..ffb424aad0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_silverbell" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_silverbell" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_6.json index cd9eee58a3..0d2bcdc974 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_silverbell" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_silverbell" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_7.json index a96c91fa35..48213aa4da 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_silverbell" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_silverbell" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_8.json index b62d3a6351..49f64ba508 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_silverbell" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_silverbell" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_9.json index b4e86678f4..6b27f2ab4e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_silverbell" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_silverbell" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_0.json index 711b085d3b..2b10b9ee70 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_tiger" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_tiger" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_1.json index ee15939d97..bae21bb774 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_tiger" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_tiger" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_10.json index 928400853d..656178a6e6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_tiger" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_tiger" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_11.json index 6c56066102..79715234ef 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_tiger" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_tiger" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_12.json index f39bc6de30..3962114783 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_tiger" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_tiger" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_13.json index f78d5b3b48..e6475fe858 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_tiger" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_tiger" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_14.json index 31f35f2c8a..e879234341 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_tiger" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_tiger" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_15.json index 23ba270821..a9340eb574 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_tiger" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_tiger" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_2.json index 6300893425..8fbe02cda6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_tiger" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_tiger" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_3.json index 1d0fa0abe9..5cf8aef2d5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_tiger" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_tiger" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_4.json index 60c2e2483e..f6e85b84ee 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_tiger" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_tiger" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_5.json index 22a8dbcc07..e3fb14e55b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_tiger" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_tiger" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_6.json index 3f0fdb25bb..91a5e55c1f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_tiger" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_tiger" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_7.json index da982a82f9..a0eb44d81b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_tiger" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_tiger" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_8.json index 42a6ba791a..d2b8219588 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_tiger" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_tiger" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_9.json index abff8b1519..7640f1acd3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_tiger" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_tiger" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_0.json index e377869af4..7a0f938917 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_1.json index 26a95509a5..53a8ba6174 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_10.json index 449577a3d1..5941344daf 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_11.json index e023d428bf..1bce31c350 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_12.json index 0a05577416..6b67b805fd 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_13.json index 6188e9b61c..e41336c67d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_14.json index 6ae2f78378..4be966ded2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_15.json index d0d7fc9adf..e07da0889c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_2.json index 41d773fe4f..b70c960ad0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_3.json index e55f1d8851..8bdf52d715 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_4.json index 13933c7020..da76a831ea 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_5.json index b1e647381e..6d15fce112 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_6.json index e5af37f1ae..68ad044f3c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_7.json index 18cc1db7c3..ec9e495343 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_8.json index de5f1f5d90..834f96d110 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_9.json index 4423623cbe..2f2b0aa0d8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_0.json index f26edfbdc4..52b58fab73 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_0.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_1.json index 36f49b3128..f7cbc3f687 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_1.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_10.json index 552d619a3e..b7016efcfe 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_10.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_11.json index 3574df1abf..779f2b86f3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_11.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_12.json index 29cce60245..4c5bc058e1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_12.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_13.json index 3035ac472e..b87f6e7110 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_13.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_14.json index 75873b7d4b..e5f9d6ac28 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_14.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_15.json index bc489211d6..c2820dc95b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_15.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_2.json index 39b109781d..cc98acf088 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_2.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_3.json index ce9b02b2e0..5d95b85788 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_3.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_4.json index eb052a51fb..7ee168715a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_4.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_5.json index c2b65071ad..c47a7e2c5e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_5.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_6.json index 57fc8f1110..1469adde0f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_6.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_7.json index fb4dfc6df6..cb9b77c671 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_7.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_8.json index 249386240c..17622285d3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_8.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_9.json index 61d3a5a486..0b636043a9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_9.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_0.json index a847f97b30..dd29fc7f98 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_0.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_spruce" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_spruce" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_1.json index fa08342443..3f46acbf77 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_1.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_spruce" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_spruce" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_10.json index c55e45f252..3add9161ed 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_10.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_spruce" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_spruce" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_11.json index eb79e8da72..b50267e8fb 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_11.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_spruce" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_spruce" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_12.json index e5eff63215..a7e0268360 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_12.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_spruce" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_spruce" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_13.json index ef21d29769..2ae9bb5927 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_13.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_spruce" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_spruce" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_14.json index 1098dab1e1..b544ba86ad 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_14.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_spruce" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_spruce" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_15.json index 572f22b09b..66acb5a032 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_15.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_spruce" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_spruce" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_2.json index 14a165fef4..bb1a610235 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_2.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_spruce" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_spruce" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_3.json index 0d38be1fcf..7ddf0469a4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_3.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_spruce" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_spruce" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_4.json index 5489c9bc31..7f37cf90cd 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_4.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_spruce" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_spruce" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_5.json index fc91f1b363..2cc1427c2c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_5.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_spruce" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_spruce" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_6.json index c01c16fa5c..e0ccbd094b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_6.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_spruce" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_spruce" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_7.json index b931c96ee0..5bef224f9e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_7.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_spruce" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_spruce" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_8.json index 839f210c98..9983ed083b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_8.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_spruce" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_spruce" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_9.json index bcfc0259f1..6bdf5b45e7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_9.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_spruce" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_spruce" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_acacia.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_acacia.json index 9516e76f06..29a1c3e041 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_acacia.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_acacia.json @@ -1,23 +1,23 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_acacia", - "data": 0 - }, - "pattern": [ - "x ", - "xx", - "yy" - ], - "key": { - "x": { - "item": "minecraft:planks", - "data": 4 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_acacia", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture" -} \ No newline at end of file + "pattern": [ + "x ", + "xx", + "yy" + ], + "key": { + "x": { + "item": "minecraft:planks", + "data": 4 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_big_oak.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_big_oak.json index bea9290594..1514efb3e9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_big_oak.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_big_oak.json @@ -1,23 +1,23 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_big_oak", - "data": 0 - }, - "pattern": [ - "x ", - "xx", - "yy" - ], - "key": { - "x": { - "item": "minecraft:planks", - "data": 5 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_big_oak", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture" -} \ No newline at end of file + "pattern": [ + "x ", + "xx", + "yy" + ], + "key": { + "x": { + "item": "minecraft:planks", + "data": 5 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_cherry.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_cherry.json index 5e795f8956..4b78fda026 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_cherry.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_cherry.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_cherry", - "data": 0 - }, - "pattern": [ - "x ", - "xx", - "yy" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 1 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_cherry", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xx", + "yy" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 1 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_ebony.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_ebony.json index ed9be0b108..829e863277 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_ebony.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_ebony.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ebony", - "data": 0 - }, - "pattern": [ - "x ", - "xx", - "yy" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 14 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ebony", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xx", + "yy" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 14 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_ethereal.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_ethereal.json index 8c168751a5..6b84dc7d29 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_ethereal.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_ethereal.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ethereal", - "data": 0 - }, - "pattern": [ - "x ", - "xx", - "yy" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 4 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_ethereal", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xx", + "yy" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 4 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_eucalyptus.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_eucalyptus.json index 2340f94308..be9fd465ba 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_eucalyptus.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_eucalyptus.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_eucalyptus", - "data": 0 - }, - "pattern": [ - "x ", - "xx", - "yy" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 15 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_eucalyptus", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xx", + "yy" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 15 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_fir.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_fir.json index f5364e4b2d..7a4223ffcb 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_fir.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_fir.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_fir", - "data": 0 - }, - "pattern": [ - "x ", - "xx", - "yy" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 3 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_fir", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xx", + "yy" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 3 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_hellbark.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_hellbark.json index 67bbd7d5cd..f7551948a2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_hellbark.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_hellbark.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_hellbark", - "data": 0 - }, - "pattern": [ - "x ", - "xx", - "yy" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 11 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_hellbark", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xx", + "yy" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 11 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_jacaranda.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_jacaranda.json index 54286e4b2f..7032a9b6b0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_jacaranda.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_jacaranda.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_jacaranda", - "data": 0 - }, - "pattern": [ - "x ", - "xx", - "yy" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 12 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_jacaranda", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xx", + "yy" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 12 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_magic.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_magic.json index e91c9ac807..be6b096afd 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_magic.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_magic.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_magic", - "data": 0 - }, - "pattern": [ - "x ", - "xx", - "yy" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 5 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_magic", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xx", + "yy" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 5 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_mahogany.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_mahogany.json index eac1fe947f..f0bc403742 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_mahogany.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_mahogany.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mahogany", - "data": 0 - }, - "pattern": [ - "x ", - "xx", - "yy" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 13 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mahogany", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xx", + "yy" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 13 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_mangrove.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_mangrove.json index 3c40ece276..56bf9a60f0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_mangrove.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_mangrove.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mangrove", - "data": 0 - }, - "pattern": [ - "x ", - "xx", - "yy" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 6 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_mangrove", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xx", + "yy" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 6 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_palm.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_palm.json index 3c72116eec..0708c8cd54 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_palm.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_palm.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_palm", - "data": 0 - }, - "pattern": [ - "x ", - "xx", - "yy" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 7 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_palm", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xx", + "yy" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 7 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_pine.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_pine.json index 4ab35c1735..f202492d9e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_pine.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_pine.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_pine", - "data": 0 - }, - "pattern": [ - "x ", - "xx", - "yy" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 10 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_pine", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xx", + "yy" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 10 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_redwood.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_redwood.json index 0ae7f374c6..4b490aeb00 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_redwood.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_redwood.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_redwood", - "data": 0 - }, - "pattern": [ - "x ", - "xx", - "yy" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 8 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_redwood", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xx", + "yy" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 8 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_sacred_oak.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_sacred_oak.json index 90c1818e1c..1ebea5c859 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_sacred_oak.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_sacred_oak.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_sacred_oak", - "data": 0 - }, - "pattern": [ - "x ", - "xx", - "yy" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 0 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_sacred_oak", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xx", + "yy" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 0 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_umbran.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_umbran.json index 34c71d907f..996550b573 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_umbran.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_umbran.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_umbran", - "data": 0 - }, - "pattern": [ - "x ", - "xx", - "yy" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 2 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_umbran", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xx", + "yy" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 2 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_willow.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_willow.json index 4871eade3d..09be4f8daf 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_willow.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_biomesoplenty_willow.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_willow", - "data": 0 - }, - "pattern": [ - "x ", - "xx", - "yy" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 9 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_biomesoplenty_willow", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xx", + "yy" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 9 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_birch.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_birch.json index e695a9b083..e735bc4420 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_birch.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_birch.json @@ -1,23 +1,23 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_birch", - "data": 0 - }, - "pattern": [ - "x ", - "xx", - "yy" - ], - "key": { - "x": { - "item": "minecraft:planks", - "data": 2 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_birch", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture" -} \ No newline at end of file + "pattern": [ + "x ", + "xx", + "yy" + ], + "key": { + "x": { + "item": "minecraft:planks", + "data": 2 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_acacia.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_acacia.json index 4eb850abc5..e92e81f5ab 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_acacia.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_acacia.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_acacia", - "data": 0 - }, - "pattern": [ - "x ", - "xx", - "yy" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 2 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_acacia", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xx", + "yy" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 2 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_balsa.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_balsa.json index 8eaba1e28a..d4047a7a12 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_balsa.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_balsa.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_balsa", - "data": 0 - }, - "pattern": [ - "x ", - "xx", - "yy" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 11 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_balsa", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xx", + "yy" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 11 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_baobab.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_baobab.json index 836219dc17..f4df17ebe7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_baobab.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_baobab.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_baobab", - "data": 0 - }, - "pattern": [ - "x ", - "xx", - "yy" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 6 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_baobab", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xx", + "yy" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 6 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_cherry.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_cherry.json index b57b980384..24aae277b7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_cherry.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_cherry.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cherry", - "data": 0 - }, - "pattern": [ - "x ", - "xx", - "yy" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 15 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cherry", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xx", + "yy" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 15 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_chestnut.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_chestnut.json index 034f77e8ae..692c8258bb 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_chestnut.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_chestnut.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_chestnut", - "data": 0 - }, - "pattern": [ - "x ", - "xx", - "yy" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 4 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_chestnut", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xx", + "yy" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 4 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_citrus.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_citrus.json index fca758c081..dee6de2318 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_citrus.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_citrus.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_citrus", - "data": 0 - }, - "pattern": [ - "x ", - "xx", - "yy" - ], - "key": { - "x": { - "item": "forestry:planks.1", - "data": 7 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_citrus", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xx", + "yy" + ], + "key": { + "x": { + "item": "forestry:planks.1", + "data": 7 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_cocobolo.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_cocobolo.json index b4c9b59f22..506e7da14f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_cocobolo.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_cocobolo.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cocobolo", - "data": 0 - }, - "pattern": [ - "x ", - "xx", - "yy" - ], - "key": { - "x": { - "item": "forestry:planks.1", - "data": 11 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_cocobolo", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xx", + "yy" + ], + "key": { + "x": { + "item": "forestry:planks.1", + "data": 11 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_ebony.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_ebony.json index e1bb06b736..8e3a1dde40 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_ebony.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_ebony.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ebony", - "data": 0 - }, - "pattern": [ - "x ", - "xx", - "yy" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 9 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ebony", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xx", + "yy" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 9 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_giganteum.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_giganteum.json index 8de3c2966d..0a24315fc9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_giganteum.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_giganteum.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_giganteum", - "data": 0 - }, - "pattern": [ - "x ", - "xx", - "yy" - ], - "key": { - "x": { - "item": "forestry:planks.1", - "data": 8 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_giganteum", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xx", + "yy" + ], + "key": { + "x": { + "item": "forestry:planks.1", + "data": 8 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_greenheart.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_greenheart.json index 00578581ff..bec5703320 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_greenheart.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_greenheart.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_greenheart", - "data": 0 - }, - "pattern": [ - "x ", - "xx", - "yy" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 14 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_greenheart", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xx", + "yy" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 14 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_ipe.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_ipe.json index ce8046458d..a5fcb6783c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_ipe.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_ipe.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ipe", - "data": 0 - }, - "pattern": [ - "x ", - "xx", - "yy" - ], - "key": { - "x": { - "item": "forestry:planks.1", - "data": 9 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_ipe", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xx", + "yy" + ], + "key": { + "x": { + "item": "forestry:planks.1", + "data": 9 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_kapok.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_kapok.json index 0a5070d9b9..3f1d77e8a1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_kapok.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_kapok.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_kapok", - "data": 0 - }, - "pattern": [ - "x ", - "xx", - "yy" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 8 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_kapok", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xx", + "yy" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 8 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_larch.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_larch.json index 71148d46dc..5d8d743450 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_larch.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_larch.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_larch", - "data": 0 - }, - "pattern": [ - "x ", - "xx", - "yy" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 0 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_larch", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xx", + "yy" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 0 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_lime.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_lime.json index 48421b367b..bbae0ea19b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_lime.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_lime.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_lime", - "data": 0 - }, - "pattern": [ - "x ", - "xx", - "yy" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 3 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_lime", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xx", + "yy" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 3 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_mahoe.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_mahoe.json index 0e5855f041..aeccc4de4d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_mahoe.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_mahoe.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahoe", - "data": 0 - }, - "pattern": [ - "x ", - "xx", - "yy" - ], - "key": { - "x": { - "item": "forestry:planks.1", - "data": 0 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahoe", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xx", + "yy" + ], + "key": { + "x": { + "item": "forestry:planks.1", + "data": 0 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_mahogany.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_mahogany.json index 11e1b42075..4c4646804d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_mahogany.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_mahogany.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahogany", - "data": 0 - }, - "pattern": [ - "x ", - "xx", - "yy" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 10 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_mahogany", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xx", + "yy" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 10 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_maple.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_maple.json index a1833a8a0d..42c90f29af 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_maple.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_maple.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_maple", - "data": 0 - }, - "pattern": [ - "x ", - "xx", - "yy" - ], - "key": { - "x": { - "item": "forestry:planks.1", - "data": 6 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_maple", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xx", + "yy" + ], + "key": { + "x": { + "item": "forestry:planks.1", + "data": 6 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_padauk.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_padauk.json index d7821bb56d..00577e070d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_padauk.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_padauk.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_padauk", - "data": 0 - }, - "pattern": [ - "x ", - "xx", - "yy" - ], - "key": { - "x": { - "item": "forestry:planks.1", - "data": 10 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_padauk", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xx", + "yy" + ], + "key": { + "x": { + "item": "forestry:planks.1", + "data": 10 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_palm.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_palm.json index 38b0c7dffb..623dff6d5d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_palm.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_palm.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_palm", - "data": 0 - }, - "pattern": [ - "x ", - "xx", - "yy" - ], - "key": { - "x": { - "item": "forestry:planks.1", - "data": 2 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_palm", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xx", + "yy" + ], + "key": { + "x": { + "item": "forestry:planks.1", + "data": 2 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_papaya.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_papaya.json index 3b662d7f49..3065fb03f3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_papaya.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_papaya.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_papaya", - "data": 0 - }, - "pattern": [ - "x ", - "xx", - "yy" - ], - "key": { - "x": { - "item": "forestry:planks.1", - "data": 3 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_papaya", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xx", + "yy" + ], + "key": { + "x": { + "item": "forestry:planks.1", + "data": 3 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_pine.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_pine.json index 32de10e10f..b2c157da9a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_pine.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_pine.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_pine", - "data": 0 - }, - "pattern": [ - "x ", - "xx", - "yy" - ], - "key": { - "x": { - "item": "forestry:planks.1", - "data": 4 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_pine", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xx", + "yy" + ], + "key": { + "x": { + "item": "forestry:planks.1", + "data": 4 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_plum.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_plum.json index b4464ba9d4..8c8451ae22 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_plum.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_plum.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_plum", - "data": 0 - }, - "pattern": [ - "x ", - "xx", - "yy" - ], - "key": { - "x": { - "item": "forestry:planks.1", - "data": 5 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_plum", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xx", + "yy" + ], + "key": { + "x": { + "item": "forestry:planks.1", + "data": 5 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_poplar.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_poplar.json index 834ed84b25..67a5825799 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_poplar.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_poplar.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_poplar", - "data": 0 - }, - "pattern": [ - "x ", - "xx", - "yy" - ], - "key": { - "x": { - "item": "forestry:planks.1", - "data": 1 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_poplar", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xx", + "yy" + ], + "key": { + "x": { + "item": "forestry:planks.1", + "data": 1 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_sequoia.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_sequoia.json index b8989ae89a..d98c771079 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_sequoia.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_sequoia.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_sequoia", - "data": 0 - }, - "pattern": [ - "x ", - "xx", - "yy" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 7 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_sequoia", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xx", + "yy" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 7 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_teak.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_teak.json index 237373a09a..19043efbd9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_teak.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_teak.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_teak", - "data": 0 - }, - "pattern": [ - "x ", - "xx", - "yy" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 1 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_teak", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xx", + "yy" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 1 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_walnut.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_walnut.json index 7e4d857efc..0b75dce541 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_walnut.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_walnut.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_walnut", - "data": 0 - }, - "pattern": [ - "x ", - "xx", - "yy" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 13 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_walnut", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xx", + "yy" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 13 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_wenge.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_wenge.json index e5392803ef..7ee3bb3a35 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_wenge.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_wenge.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_wenge", - "data": 0 - }, - "pattern": [ - "x ", - "xx", - "yy" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 5 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_wenge", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xx", + "yy" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 5 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_willow.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_willow.json index 60b6a14655..9ef4e4f040 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_willow.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_willow.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_willow", - "data": 0 - }, - "pattern": [ - "x ", - "xx", - "yy" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 12 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_willow", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xx", + "yy" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 12 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_zebrawood.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_zebrawood.json index c700cbd1dd..7dbd6c4461 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_zebrawood.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_forestry_zebrawood.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_zebrawood", - "data": 0 - }, - "pattern": [ - "x ", - "xx", - "yy" - ], - "key": { - "x": { - "item": "forestry:planks.1", - "data": 12 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_forestry_zebrawood", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xx", + "yy" + ], + "key": { + "x": { + "item": "forestry:planks.1", + "data": 12 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood.json index f6721ca0ae..5b9bd98b38 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood", - "data": 0 - }, - "pattern": [ - "x ", - "xx", - "yy" - ], - "key": { - "x": { - "item": "immersiveengineering:treated_wood", - "data": 0 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "immersiveengineering" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xx", + "yy" + ], + "key": { + "x": { + "item": "immersiveengineering:treated_wood", + "data": 0 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood_1.json index b0957b7001..63bf615c66 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood_1.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood", - "data": 0 - }, - "pattern": [ - "x ", - "xx", - "yy" - ], - "key": { - "x": { - "item": "immersiveengineering:treated_wood", - "data": 1 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "immersiveengineering" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xx", + "yy" + ], + "key": { + "x": { + "item": "immersiveengineering:treated_wood", + "data": 1 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood_2.json index 2f55e5301d..1958a5e131 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood_2.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood", - "data": 0 - }, - "pattern": [ - "x ", - "xx", - "yy" - ], - "key": { - "x": { - "item": "immersiveengineering:treated_wood", - "data": 2 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "immersiveengineering" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xx", + "yy" + ], + "key": { + "x": { + "item": "immersiveengineering:treated_wood", + "data": 2 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_jungle.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_jungle.json index 0e422c6189..94991c0d79 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_jungle.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_jungle.json @@ -1,23 +1,23 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_jungle", - "data": 0 - }, - "pattern": [ - "x ", - "xx", - "yy" - ], - "key": { - "x": { - "item": "minecraft:planks", - "data": 3 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_jungle", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture" -} \ No newline at end of file + "pattern": [ + "x ", + "xx", + "yy" + ], + "key": { + "x": { + "item": "minecraft:planks", + "data": 3 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_natura_amaranth.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_natura_amaranth.json index 14b6e193af..0553dc5d78 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_natura_amaranth.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_natura_amaranth.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_amaranth", - "data": 0 - }, - "pattern": [ - "x ", - "xx", - "yy" - ], - "key": { - "x": { - "item": "natura:overworld_planks", - "data": 2 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_amaranth", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xx", + "yy" + ], + "key": { + "x": { + "item": "natura:overworld_planks", + "data": 2 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_natura_bloodwood.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_natura_bloodwood.json index 3436fb2c65..9e4d12ef1e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_natura_bloodwood.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_natura_bloodwood.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_bloodwood", - "data": 0 - }, - "pattern": [ - "x ", - "xx", - "yy" - ], - "key": { - "x": { - "item": "natura:nether_planks", - "data": 1 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_bloodwood", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xx", + "yy" + ], + "key": { + "x": { + "item": "natura:nether_planks", + "data": 1 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_natura_darkwood.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_natura_darkwood.json index e35dc78b5f..2dc35424b3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_natura_darkwood.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_natura_darkwood.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_darkwood", - "data": 0 - }, - "pattern": [ - "x ", - "xx", - "yy" - ], - "key": { - "x": { - "item": "natura:nether_planks", - "data": 2 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_darkwood", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xx", + "yy" + ], + "key": { + "x": { + "item": "natura:nether_planks", + "data": 2 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_natura_eucalyptus.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_natura_eucalyptus.json index 242d34ba5c..5fc7f74b5b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_natura_eucalyptus.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_natura_eucalyptus.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_eucalyptus", - "data": 0 - }, - "pattern": [ - "x ", - "xx", - "yy" - ], - "key": { - "x": { - "item": "natura:overworld_planks", - "data": 5 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_eucalyptus", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xx", + "yy" + ], + "key": { + "x": { + "item": "natura:overworld_planks", + "data": 5 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_natura_fusewood.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_natura_fusewood.json index 9bf56d8f68..f0588f88a4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_natura_fusewood.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_natura_fusewood.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_fusewood", - "data": 0 - }, - "pattern": [ - "x ", - "xx", - "yy" - ], - "key": { - "x": { - "item": "natura:nether_planks", - "data": 3 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_fusewood", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xx", + "yy" + ], + "key": { + "x": { + "item": "natura:nether_planks", + "data": 3 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_natura_ghostwood.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_natura_ghostwood.json index 43478f0ee8..b07cd97116 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_natura_ghostwood.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_natura_ghostwood.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_ghostwood", - "data": 0 - }, - "pattern": [ - "x ", - "xx", - "yy" - ], - "key": { - "x": { - "item": "natura:nether_planks", - "data": 0 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_ghostwood", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xx", + "yy" + ], + "key": { + "x": { + "item": "natura:nether_planks", + "data": 0 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_natura_hopseed.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_natura_hopseed.json index fe95cdbe45..5feb8db12c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_natura_hopseed.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_natura_hopseed.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_hopseed", - "data": 0 - }, - "pattern": [ - "x ", - "xx", - "yy" - ], - "key": { - "x": { - "item": "natura:overworld_planks", - "data": 6 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_hopseed", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xx", + "yy" + ], + "key": { + "x": { + "item": "natura:overworld_planks", + "data": 6 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_natura_maple.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_natura_maple.json index fddb66a821..b03618962c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_natura_maple.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_natura_maple.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_maple", - "data": 0 - }, - "pattern": [ - "x ", - "xx", - "yy" - ], - "key": { - "x": { - "item": "natura:overworld_planks", - "data": 0 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_maple", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xx", + "yy" + ], + "key": { + "x": { + "item": "natura:overworld_planks", + "data": 0 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_natura_sakura.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_natura_sakura.json index ce9ef30f4b..149f297881 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_natura_sakura.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_natura_sakura.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_sakura", - "data": 0 - }, - "pattern": [ - "x ", - "xx", - "yy" - ], - "key": { - "x": { - "item": "natura:overworld_planks", - "data": 7 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_sakura", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xx", + "yy" + ], + "key": { + "x": { + "item": "natura:overworld_planks", + "data": 7 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_natura_silverbell.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_natura_silverbell.json index b7373b4c54..fdbf685e7a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_natura_silverbell.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_natura_silverbell.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_silverbell", - "data": 0 - }, - "pattern": [ - "x ", - "xx", - "yy" - ], - "key": { - "x": { - "item": "natura:overworld_planks", - "data": 1 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_silverbell", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xx", + "yy" + ], + "key": { + "x": { + "item": "natura:overworld_planks", + "data": 1 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_natura_tiger.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_natura_tiger.json index e6acfe6325..77bac519ab 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_natura_tiger.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_natura_tiger.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_tiger", - "data": 0 - }, - "pattern": [ - "x ", - "xx", - "yy" - ], - "key": { - "x": { - "item": "natura:overworld_planks", - "data": 3 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_tiger", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xx", + "yy" + ], + "key": { + "x": { + "item": "natura:overworld_planks", + "data": 3 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_natura_willow.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_natura_willow.json index d99728da8c..08bd64b945 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_natura_willow.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_natura_willow.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_willow", - "data": 0 - }, - "pattern": [ - "x ", - "xx", - "yy" - ], - "key": { - "x": { - "item": "natura:overworld_planks", - "data": 4 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_natura_willow", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xx", + "yy" + ], + "key": { + "x": { + "item": "natura:overworld_planks", + "data": 4 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_oak.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_oak.json index 940b0015f7..a106df0e42 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_oak.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_oak.json @@ -1,23 +1,23 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_oak", - "data": 0 - }, - "pattern": [ - "x ", - "xx", - "yy" - ], - "key": { - "x": { - "item": "minecraft:planks", - "data": 0 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_oak", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture" -} \ No newline at end of file + "pattern": [ + "x ", + "xx", + "yy" + ], + "key": { + "x": { + "item": "minecraft:planks", + "data": 0 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_spruce.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_spruce.json index 5a22300926..0c78757c90 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_spruce.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_single_spruce.json @@ -1,23 +1,23 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_single_spruce", - "data": 0 - }, - "pattern": [ - "x ", - "xx", - "yy" - ], - "key": { - "x": { - "item": "minecraft:planks", - "data": 1 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_back_single_spruce", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture" -} \ No newline at end of file + "pattern": [ + "x ", + "xx", + "yy" + ], + "key": { + "x": { + "item": "minecraft:planks", + "data": 1 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_acacia.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_acacia.json index be2d762e70..2a2987e8cd 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_acacia.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_acacia.json @@ -1,18 +1,18 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_log_single_acacia", - "data": 0, - "count": 3 - }, - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "minecraft:log2", - "data": 0 - } - }, - "group": "furniture" -} \ No newline at end of file + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_log_single_acacia", + "data": 0, + "count": 3 + }, + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "minecraft:log2", + "data": 0 + } + }, + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_big_oak.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_big_oak.json index 5c35c32725..e92ac46191 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_big_oak.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_big_oak.json @@ -1,18 +1,18 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_log_single_big_oak", - "data": 0, - "count": 3 - }, - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "minecraft:log2", - "data": 1 - } - }, - "group": "furniture" -} \ No newline at end of file + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_log_single_big_oak", + "data": 0, + "count": 3 + }, + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "minecraft:log2", + "data": 1 + } + }, + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_cherry.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_cherry.json index 784db61b7c..7b3e34dc8e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_cherry.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_cherry.json @@ -1,24 +1,24 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_cherry", - "data": 0, - "count": 3 - }, - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "biomesoplenty:log_0", - "data": 5 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_cherry", + "data": 0, + "count": 3 + }, + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "biomesoplenty:log_0", + "data": 5 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_ebony.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_ebony.json index f325b3cda0..b671cfd873 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_ebony.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_ebony.json @@ -1,24 +1,24 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_ebony", - "data": 0, - "count": 3 - }, - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "biomesoplenty:log_3", - "data": 6 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_ebony", + "data": 0, + "count": 3 + }, + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "biomesoplenty:log_3", + "data": 6 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_ethereal.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_ethereal.json index 3ec0ce9f85..6e4cff69fd 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_ethereal.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_ethereal.json @@ -1,24 +1,24 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_ethereal", - "data": 0, - "count": 3 - }, - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "biomesoplenty:log_1", - "data": 4 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_ethereal", + "data": 0, + "count": 3 + }, + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "biomesoplenty:log_1", + "data": 4 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_eucalyptus.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_eucalyptus.json index 26e263ae28..9c55744173 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_eucalyptus.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_eucalyptus.json @@ -1,24 +1,24 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_eucalyptus", - "data": 0, - "count": 3 - }, - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "biomesoplenty:log_3", - "data": 7 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_eucalyptus", + "data": 0, + "count": 3 + }, + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "biomesoplenty:log_3", + "data": 7 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_fir.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_fir.json index 8bf1d89c00..1b611f590a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_fir.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_fir.json @@ -1,24 +1,24 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_fir", - "data": 0, - "count": 3 - }, - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "biomesoplenty:log_0", - "data": 7 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_fir", + "data": 0, + "count": 3 + }, + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "biomesoplenty:log_0", + "data": 7 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_hellbark.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_hellbark.json index 1248d43ffb..8250ba8904 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_hellbark.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_hellbark.json @@ -1,24 +1,24 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_hellbark", - "data": 0, - "count": 3 - }, - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "biomesoplenty:log_2", - "data": 7 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_hellbark", + "data": 0, + "count": 3 + }, + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "biomesoplenty:log_2", + "data": 7 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_jacaranda.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_jacaranda.json index 3c442e2986..2e40cf9478 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_jacaranda.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_jacaranda.json @@ -1,24 +1,24 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_jacaranda", - "data": 0, - "count": 3 - }, - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "biomesoplenty:log_3", - "data": 4 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_jacaranda", + "data": 0, + "count": 3 + }, + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "biomesoplenty:log_3", + "data": 4 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_magic.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_magic.json index bda49b5b75..b7e43ef9ea 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_magic.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_magic.json @@ -1,24 +1,24 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_magic", - "data": 0, - "count": 3 - }, - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "biomesoplenty:log_1", - "data": 5 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_magic", + "data": 0, + "count": 3 + }, + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "biomesoplenty:log_1", + "data": 5 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_mahogany.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_mahogany.json index b9af30b439..fabf3d6955 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_mahogany.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_mahogany.json @@ -1,24 +1,24 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_mahogany", - "data": 0, - "count": 3 - }, - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "biomesoplenty:log_3", - "data": 5 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_mahogany", + "data": 0, + "count": 3 + }, + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "biomesoplenty:log_3", + "data": 5 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_mangrove.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_mangrove.json index 60cce3425f..964b409ad3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_mangrove.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_mangrove.json @@ -1,24 +1,24 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_mangrove", - "data": 0, - "count": 3 - }, - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "biomesoplenty:log_1", - "data": 6 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_mangrove", + "data": 0, + "count": 3 + }, + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "biomesoplenty:log_1", + "data": 6 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_palm.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_palm.json index 19c6e5e514..be8011e688 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_palm.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_palm.json @@ -1,24 +1,24 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_palm", - "data": 0, - "count": 3 - }, - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "biomesoplenty:log_1", - "data": 7 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_palm", + "data": 0, + "count": 3 + }, + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "biomesoplenty:log_1", + "data": 7 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_pine.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_pine.json index 2501cda91f..afca12cece 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_pine.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_pine.json @@ -1,24 +1,24 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_pine", - "data": 0, - "count": 3 - }, - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "biomesoplenty:log_2", - "data": 6 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_pine", + "data": 0, + "count": 3 + }, + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "biomesoplenty:log_2", + "data": 6 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_redwood.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_redwood.json index 4b01eb17ba..14ab4189a2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_redwood.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_redwood.json @@ -1,24 +1,24 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_redwood", - "data": 0, - "count": 3 - }, - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "biomesoplenty:log_2", - "data": 4 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_redwood", + "data": 0, + "count": 3 + }, + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "biomesoplenty:log_2", + "data": 4 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_sacred_oak.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_sacred_oak.json index 17987ed18b..b0e7055175 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_sacred_oak.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_sacred_oak.json @@ -1,24 +1,24 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_sacred_oak", - "data": 0, - "count": 3 - }, - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "biomesoplenty:log_0", - "data": 4 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_sacred_oak", + "data": 0, + "count": 3 + }, + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "biomesoplenty:log_0", + "data": 4 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_umbran.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_umbran.json index 174241211d..3d40e47187 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_umbran.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_umbran.json @@ -1,24 +1,24 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_umbran", - "data": 0, - "count": 3 - }, - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "biomesoplenty:log_0", - "data": 6 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_umbran", + "data": 0, + "count": 3 + }, + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "biomesoplenty:log_0", + "data": 6 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_willow.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_willow.json index 89c6304648..38fe112e1f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_willow.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_biomesoplenty_willow.json @@ -1,24 +1,24 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_willow", - "data": 0, - "count": 3 - }, - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "biomesoplenty:log_2", - "data": 5 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_log_single_biomesoplenty_willow", + "data": 0, + "count": 3 + }, + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "biomesoplenty:log_2", + "data": 5 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_birch.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_birch.json index 919be0d2a9..db2caa9940 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_birch.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_birch.json @@ -1,18 +1,18 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_log_single_birch", - "data": 0, - "count": 3 - }, - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "minecraft:log", - "data": 2 - } - }, - "group": "furniture" -} \ No newline at end of file + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_log_single_birch", + "data": 0, + "count": 3 + }, + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "minecraft:log", + "data": 2 + } + }, + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_acacia.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_acacia.json index 475898af69..2ac671cad7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_acacia.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_acacia.json @@ -1,24 +1,24 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_acacia", - "data": 0, - "count": 3 - }, - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "forestry:logs.0", - "data": 2 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_acacia", + "data": 0, + "count": 3 + }, + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "forestry:logs.0", + "data": 2 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_balsa.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_balsa.json index 7e8d597a79..bd05c0fba5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_balsa.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_balsa.json @@ -1,24 +1,24 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_balsa", - "data": 0, - "count": 3 - }, - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "forestry:logs.2", - "data": 3 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_balsa", + "data": 0, + "count": 3 + }, + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "forestry:logs.2", + "data": 3 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_baobab.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_baobab.json index 44e5c5c834..215c6060f9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_baobab.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_baobab.json @@ -1,24 +1,24 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_baobab", - "data": 0, - "count": 3 - }, - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "forestry:logs.1", - "data": 2 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_baobab", + "data": 0, + "count": 3 + }, + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "forestry:logs.1", + "data": 2 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_cherry.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_cherry.json index 54b70d7f6a..2a5aa5deb3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_cherry.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_cherry.json @@ -1,24 +1,24 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_cherry", - "data": 0, - "count": 3 - }, - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "forestry:logs.3", - "data": 3 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_cherry", + "data": 0, + "count": 3 + }, + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "forestry:logs.3", + "data": 3 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_chestnut.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_chestnut.json index 43772d6148..f7119eab50 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_chestnut.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_chestnut.json @@ -1,24 +1,24 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_chestnut", - "data": 0, - "count": 3 - }, - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "forestry:logs.1", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_chestnut", + "data": 0, + "count": 3 + }, + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "forestry:logs.1", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_citrus.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_citrus.json index a7759deb18..a0ec0a9a2c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_citrus.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_citrus.json @@ -1,24 +1,24 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_citrus", - "data": 0, - "count": 3 - }, - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "forestry:logs.5", - "data": 3 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_citrus", + "data": 0, + "count": 3 + }, + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "forestry:logs.5", + "data": 3 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_cocobolo.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_cocobolo.json index 0a3904e31f..0f2e40c89d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_cocobolo.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_cocobolo.json @@ -1,24 +1,24 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_cocobolo", - "data": 0, - "count": 3 - }, - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "forestry:logs.6", - "data": 3 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_cocobolo", + "data": 0, + "count": 3 + }, + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "forestry:logs.6", + "data": 3 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_ebony.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_ebony.json index b8faf77b65..fc5e61be28 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_ebony.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_ebony.json @@ -1,24 +1,24 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_ebony", - "data": 0, - "count": 3 - }, - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "forestry:logs.2", - "data": 1 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_ebony", + "data": 0, + "count": 3 + }, + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "forestry:logs.2", + "data": 1 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_giganteum.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_giganteum.json index ed8049ba91..bdf776d313 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_giganteum.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_giganteum.json @@ -1,24 +1,24 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_giganteum", - "data": 0, - "count": 3 - }, - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "forestry:logs.6", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_giganteum", + "data": 0, + "count": 3 + }, + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "forestry:logs.6", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_greenheart.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_greenheart.json index b7bad7bf2a..8c660fa121 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_greenheart.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_greenheart.json @@ -1,24 +1,24 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_greenheart", - "data": 0, - "count": 3 - }, - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "forestry:logs.3", - "data": 2 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_greenheart", + "data": 0, + "count": 3 + }, + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "forestry:logs.3", + "data": 2 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_ipe.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_ipe.json index b717606c11..98f2fd9fb1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_ipe.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_ipe.json @@ -1,24 +1,24 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_ipe", - "data": 0, - "count": 3 - }, - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "forestry:logs.6", - "data": 1 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_ipe", + "data": 0, + "count": 3 + }, + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "forestry:logs.6", + "data": 1 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_kapok.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_kapok.json index 658511b2a5..a9ada057d7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_kapok.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_kapok.json @@ -1,24 +1,24 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_kapok", - "data": 0, - "count": 3 - }, - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "forestry:logs.2", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_kapok", + "data": 0, + "count": 3 + }, + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "forestry:logs.2", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_larch.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_larch.json index b19cac5867..23290734e1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_larch.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_larch.json @@ -1,24 +1,24 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_larch", - "data": 0, - "count": 3 - }, - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "forestry:logs.0", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_larch", + "data": 0, + "count": 3 + }, + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "forestry:logs.0", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_lime.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_lime.json index 97ca6042d9..b3a3c13c22 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_lime.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_lime.json @@ -1,24 +1,24 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_lime", - "data": 0, - "count": 3 - }, - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "forestry:logs.0", - "data": 3 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_lime", + "data": 0, + "count": 3 + }, + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "forestry:logs.0", + "data": 3 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_mahoe.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_mahoe.json index 53a02f8c2c..af632be3e4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_mahoe.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_mahoe.json @@ -1,24 +1,24 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_mahoe", - "data": 0, - "count": 3 - }, - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "forestry:logs.4", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_mahoe", + "data": 0, + "count": 3 + }, + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "forestry:logs.4", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_mahogany.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_mahogany.json index 6516a8a4ba..fc39f39aaf 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_mahogany.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_mahogany.json @@ -1,24 +1,24 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_mahogany", - "data": 0, - "count": 3 - }, - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "forestry:logs.2", - "data": 2 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_mahogany", + "data": 0, + "count": 3 + }, + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "forestry:logs.2", + "data": 2 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_maple.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_maple.json index 7cbe7e8f38..82f1f7c13e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_maple.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_maple.json @@ -1,24 +1,24 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_maple", - "data": 0, - "count": 3 - }, - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "forestry:logs.5", - "data": 2 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_maple", + "data": 0, + "count": 3 + }, + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "forestry:logs.5", + "data": 2 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_padauk.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_padauk.json index 7f85cfa59e..165212af39 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_padauk.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_padauk.json @@ -1,24 +1,24 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_padauk", - "data": 0, - "count": 3 - }, - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "forestry:logs.6", - "data": 2 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_padauk", + "data": 0, + "count": 3 + }, + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "forestry:logs.6", + "data": 2 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_palm.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_palm.json index 73efedeae6..340fc8a01c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_palm.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_palm.json @@ -1,24 +1,24 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_palm", - "data": 0, - "count": 3 - }, - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "forestry:logs.4", - "data": 2 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_palm", + "data": 0, + "count": 3 + }, + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "forestry:logs.4", + "data": 2 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_papaya.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_papaya.json index efd050acdd..6ed7fde30e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_papaya.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_papaya.json @@ -1,24 +1,24 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_papaya", - "data": 0, - "count": 3 - }, - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "forestry:logs.4", - "data": 3 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_papaya", + "data": 0, + "count": 3 + }, + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "forestry:logs.4", + "data": 3 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_pine.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_pine.json index 2a93e55f88..0e4451e945 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_pine.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_pine.json @@ -1,24 +1,24 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_pine", - "data": 0, - "count": 3 - }, - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "forestry:logs.5", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_pine", + "data": 0, + "count": 3 + }, + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "forestry:logs.5", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_plum.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_plum.json index 142fd319c9..67b1bcebe7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_plum.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_plum.json @@ -1,24 +1,24 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_plum", - "data": 0, - "count": 3 - }, - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "forestry:logs.5", - "data": 1 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_plum", + "data": 0, + "count": 3 + }, + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "forestry:logs.5", + "data": 1 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_poplar.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_poplar.json index de50c1603c..64be62dff3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_poplar.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_poplar.json @@ -1,24 +1,24 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_poplar", - "data": 0, - "count": 3 - }, - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "forestry:logs.4", - "data": 1 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_poplar", + "data": 0, + "count": 3 + }, + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "forestry:logs.4", + "data": 1 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_sequoia.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_sequoia.json index 5ca90264af..3056d71a88 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_sequoia.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_sequoia.json @@ -1,24 +1,24 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_sequoia", - "data": 0, - "count": 3 - }, - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "forestry:logs.1", - "data": 3 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_sequoia", + "data": 0, + "count": 3 + }, + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "forestry:logs.1", + "data": 3 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_teak.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_teak.json index a0a85e5044..2f36168ddc 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_teak.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_teak.json @@ -1,24 +1,24 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_teak", - "data": 0, - "count": 3 - }, - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "forestry:logs.0", - "data": 1 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_teak", + "data": 0, + "count": 3 + }, + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "forestry:logs.0", + "data": 1 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_walnut.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_walnut.json index 6c765b4292..03cf2fdf44 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_walnut.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_walnut.json @@ -1,24 +1,24 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_walnut", - "data": 0, - "count": 3 - }, - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "forestry:logs.3", - "data": 1 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_walnut", + "data": 0, + "count": 3 + }, + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "forestry:logs.3", + "data": 1 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_wenge.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_wenge.json index 7896e1a5ce..c88692cf7b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_wenge.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_wenge.json @@ -1,24 +1,24 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_wenge", - "data": 0, - "count": 3 - }, - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "forestry:logs.1", - "data": 1 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_wenge", + "data": 0, + "count": 3 + }, + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "forestry:logs.1", + "data": 1 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_willow.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_willow.json index 162ba62ec7..e30a069ab1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_willow.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_willow.json @@ -1,24 +1,24 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_willow", - "data": 0, - "count": 3 - }, - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "forestry:logs.3", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_willow", + "data": 0, + "count": 3 + }, + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "forestry:logs.3", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_zebrawood.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_zebrawood.json index d4a03213cb..08eb2b7ad5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_zebrawood.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_forestry_zebrawood.json @@ -1,24 +1,24 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_zebrawood", - "data": 0, - "count": 3 - }, - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "forestry:logs.7", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_log_single_forestry_zebrawood", + "data": 0, + "count": 3 + }, + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "forestry:logs.7", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_jungle.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_jungle.json index b28ece3990..81edd78f7b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_jungle.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_jungle.json @@ -1,18 +1,18 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_log_single_jungle", - "data": 0, - "count": 3 - }, - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "minecraft:log", - "data": 3 - } - }, - "group": "furniture" -} \ No newline at end of file + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_log_single_jungle", + "data": 0, + "count": 3 + }, + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "minecraft:log", + "data": 3 + } + }, + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_natura_amaranth.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_natura_amaranth.json index 6bdf8c2128..4868b8640d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_natura_amaranth.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_natura_amaranth.json @@ -1,24 +1,24 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_log_single_natura_amaranth", - "data": 0, - "count": 3 - }, - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "natura:overworld_logs", - "data": 2 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_log_single_natura_amaranth", + "data": 0, + "count": 3 + }, + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "natura:overworld_logs", + "data": 2 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_natura_bloodwood.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_natura_bloodwood.json index 16ca2d5c82..d9280cf4cc 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_natura_bloodwood.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_natura_bloodwood.json @@ -1,24 +1,24 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_log_single_natura_bloodwood", - "data": 0, - "count": 3 - }, - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "natura:nether_logs2", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_log_single_natura_bloodwood", + "data": 0, + "count": 3 + }, + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "natura:nether_logs2", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_natura_darkwood.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_natura_darkwood.json index dfc8d49e21..e3ca8714c9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_natura_darkwood.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_natura_darkwood.json @@ -1,24 +1,24 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_log_single_natura_darkwood", - "data": 0, - "count": 3 - }, - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "natura:nether_logs", - "data": 1 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_log_single_natura_darkwood", + "data": 0, + "count": 3 + }, + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "natura:nether_logs", + "data": 1 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_natura_eucalyptus.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_natura_eucalyptus.json index 615b9eb7fc..12e9cb33df 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_natura_eucalyptus.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_natura_eucalyptus.json @@ -1,24 +1,24 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_log_single_natura_eucalyptus", - "data": 0, - "count": 3 - }, - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "natura:overworld_logs2", - "data": 1 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_log_single_natura_eucalyptus", + "data": 0, + "count": 3 + }, + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "natura:overworld_logs2", + "data": 1 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_natura_fusewood.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_natura_fusewood.json index b345015a83..4cea877144 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_natura_fusewood.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_natura_fusewood.json @@ -1,24 +1,24 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_log_single_natura_fusewood", - "data": 0, - "count": 3 - }, - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "natura:nether_logs", - "data": 2 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_log_single_natura_fusewood", + "data": 0, + "count": 3 + }, + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "natura:nether_logs", + "data": 2 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_natura_ghostwood.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_natura_ghostwood.json index 8dec481985..21ae178f31 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_natura_ghostwood.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_natura_ghostwood.json @@ -1,24 +1,24 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_log_single_natura_ghostwood", - "data": 0, - "count": 3 - }, - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "natura:nether_logs", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_log_single_natura_ghostwood", + "data": 0, + "count": 3 + }, + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "natura:nether_logs", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_natura_hopseed.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_natura_hopseed.json index e1a9b08a53..f1feb63af8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_natura_hopseed.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_natura_hopseed.json @@ -1,24 +1,24 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_log_single_natura_hopseed", - "data": 0, - "count": 3 - }, - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "natura:overworld_logs2", - "data": 2 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_log_single_natura_hopseed", + "data": 0, + "count": 3 + }, + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "natura:overworld_logs2", + "data": 2 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_natura_maple.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_natura_maple.json index ec6d56ac97..db9506c70b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_natura_maple.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_natura_maple.json @@ -1,24 +1,24 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_log_single_natura_maple", - "data": 0, - "count": 3 - }, - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "natura:overworld_logs", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_log_single_natura_maple", + "data": 0, + "count": 3 + }, + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "natura:overworld_logs", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_natura_sakura.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_natura_sakura.json index bb8712e27e..c0914bbc47 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_natura_sakura.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_natura_sakura.json @@ -1,24 +1,24 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_log_single_natura_sakura", - "data": 0, - "count": 3 - }, - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "natura:overworld_logs2", - "data": 3 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_log_single_natura_sakura", + "data": 0, + "count": 3 + }, + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "natura:overworld_logs2", + "data": 3 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_natura_silverbell.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_natura_silverbell.json index ea6516c933..9d3be7f784 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_natura_silverbell.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_natura_silverbell.json @@ -1,24 +1,24 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_log_single_natura_silverbell", - "data": 0, - "count": 3 - }, - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "natura:overworld_logs", - "data": 1 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_log_single_natura_silverbell", + "data": 0, + "count": 3 + }, + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "natura:overworld_logs", + "data": 1 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_natura_tiger.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_natura_tiger.json index f540208246..2d1a4ec552 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_natura_tiger.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_natura_tiger.json @@ -1,24 +1,24 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_log_single_natura_tiger", - "data": 0, - "count": 3 - }, - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "natura:overworld_logs", - "data": 3 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_log_single_natura_tiger", + "data": 0, + "count": 3 + }, + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "natura:overworld_logs", + "data": 3 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_natura_willow.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_natura_willow.json index 0d475548fc..d633d0e761 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_natura_willow.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_natura_willow.json @@ -1,24 +1,24 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_log_single_natura_willow", - "data": 0, - "count": 3 - }, - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "natura:overworld_logs2", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_log_single_natura_willow", + "data": 0, + "count": 3 + }, + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "natura:overworld_logs2", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_oak.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_oak.json index 7107566697..42399d95cd 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_oak.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_oak.json @@ -1,18 +1,18 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_log_single_oak", - "data": 0, - "count": 3 - }, - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "minecraft:log", - "data": 0 - } - }, - "group": "furniture" -} \ No newline at end of file + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_log_single_oak", + "data": 0, + "count": 3 + }, + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "minecraft:log", + "data": 0 + } + }, + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_spruce.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_spruce.json index 64981940e0..7336fb9f46 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_spruce.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_log_single_spruce.json @@ -1,18 +1,18 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_log_single_spruce", - "data": 0, - "count": 3 - }, - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "minecraft:log", - "data": 1 - } - }, - "group": "furniture" -} \ No newline at end of file + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_log_single_spruce", + "data": 0, + "count": 3 + }, + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "minecraft:log", + "data": 1 + } + }, + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_0.json index a990ca50ee..85d5a6ed58 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_0.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_acacia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_acacia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_1.json index c51c9aed5a..524433c27b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_1.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_acacia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_acacia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_10.json index 8b3c970635..3ccc9636e9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_10.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_acacia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_acacia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_11.json index 8053236306..fc56e08d6c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_11.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_acacia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_acacia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_12.json index 0bf6a08931..c30e91623d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_12.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_acacia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_acacia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_13.json index 9efaa1a8f5..2416489c8c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_13.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_acacia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_acacia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_14.json index 1069788d71..a3bcf24aca 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_14.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_acacia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_acacia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_15.json index 86b3e4aa0e..cf5f0ae7fb 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_15.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_acacia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_acacia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_2.json index f22c51e3d0..b54a8d18c4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_2.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_acacia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_acacia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_3.json index 491ebabff0..2fe466f1fc 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_3.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_acacia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_acacia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_4.json index 8bde7c1973..a0a156b8c8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_4.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_acacia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_acacia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_5.json index 064ebdb572..75fab2350a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_5.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_acacia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_acacia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_6.json index af53fffb0e..7e7fc59d9b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_6.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_acacia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_acacia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_7.json index 0f235f7c10..b6014c39cd 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_7.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_acacia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_acacia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_8.json index 481ac8ea70..95f3067a3c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_8.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_acacia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_acacia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_9.json index 5882209bf9..8ce899f4e0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_9.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_acacia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_acacia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_0.json index 4d05440d51..1d3d0725be 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_0.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_big_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_big_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_1.json index 130030dcbe..bb1d312b29 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_1.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_big_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_big_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_10.json index be7824b575..8b80307621 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_10.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_big_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_big_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_11.json index dc528512c8..29d0b2814c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_11.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_big_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_big_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_12.json index 7044fe0dc7..0278032c46 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_12.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_big_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_big_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_13.json index 77af704a5d..909eb6c4d0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_13.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_big_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_big_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_14.json index 28494ae762..0ec25f49b0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_14.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_big_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_big_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_15.json index c899b25aef..eaf524f1d8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_15.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_big_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_big_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_2.json index 2f53a88423..4a155496f0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_2.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_big_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_big_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_3.json index 550e5886ac..cda945ab25 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_3.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_big_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_big_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_4.json index a01fa3ad62..fbf17dc02a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_4.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_big_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_big_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_5.json index 4cb93072b0..c353ef6279 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_5.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_big_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_big_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_6.json index 8ebc221045..3301f48d77 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_6.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_big_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_big_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_7.json index a1981ccd88..81470644b7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_7.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_big_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_big_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_8.json index 7ad432c01a..715c1d3b9a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_8.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_big_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_big_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_9.json index b5f6bc2257..20ac700e2d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_9.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_big_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_big_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_0.json index 3fd0d2b4e8..96b358202e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_cherry" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_cherry" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_1.json index 9abb91f2a8..64c7fc7664 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_cherry" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_cherry" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_10.json index ed77566292..a600867892 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_cherry" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_cherry" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_11.json index 51dca6f6b9..2b9839e7f0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_cherry" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_cherry" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_12.json index df343993b3..3275826fbd 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_cherry" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_cherry" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_13.json index c293f6a3cd..d658c79277 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_cherry" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_cherry" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_14.json index b168f23a21..87ea0fe82c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_cherry" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_cherry" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_15.json index c794d90a80..4a8f5fdc8e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_cherry" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_cherry" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_2.json index d0b23eb240..ef65abbc87 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_cherry" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_cherry" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_3.json index 2b80d3dd95..92371eab1c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_cherry" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_cherry" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_4.json index 5aa2d730bc..f6bc206ddc 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_cherry" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_cherry" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_5.json index 6e2ee19141..59037afde9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_cherry" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_cherry" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_6.json index dfcf75db93..6f85d463da 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_cherry" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_cherry" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_7.json index 1a6b4109e5..8084fc0616 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_cherry" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_cherry" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_8.json index 7d0a13718d..b5af4df9a7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_cherry" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_cherry" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_9.json index 7eb9622ed6..73c342a74f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_cherry" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_cherry" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_0.json index c9bd379e23..861d50ea47 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ebony" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ebony" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_1.json index 068c566fdf..1783cd4125 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ebony" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ebony" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_10.json index 0aea972b1f..685abd429b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ebony" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ebony" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_11.json index ec5c57318a..6f4d2459fb 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ebony" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ebony" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_12.json index 4f3f27478c..4d7b1fab3b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ebony" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ebony" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_13.json index 572a5b9074..8580ea1934 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ebony" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ebony" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_14.json index 330d3fafe2..3b5e3d4092 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ebony" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ebony" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_15.json index c24facc473..01d6f87f39 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ebony" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ebony" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_2.json index 6c93511512..8b887f8cc9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ebony" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ebony" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_3.json index 09fbf131c8..d7364c1afc 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ebony" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ebony" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_4.json index 990cf5495b..eff1104ac1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ebony" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ebony" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_5.json index d0df7472b5..7bf413963f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ebony" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ebony" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_6.json index fd605af224..ce6ca2d205 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ebony" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ebony" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_7.json index 3801553597..4d2816a999 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ebony" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ebony" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_8.json index b806cee7df..ffb9424b72 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ebony" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ebony" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_9.json index 14921f1e14..53ebdf2c03 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ebony" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ebony" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_0.json index e42ae647da..3196774db2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ethereal" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ethereal" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_1.json index 2698df7722..1667d36b3a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ethereal" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ethereal" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_10.json index 4c1d767418..dd8d5ee770 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ethereal" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ethereal" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_11.json index a73e9db687..fc1361eea5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ethereal" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ethereal" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_12.json index 9965a8208a..a4975abe14 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ethereal" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ethereal" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_13.json index a50fede103..980819169c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ethereal" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ethereal" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_14.json index 2c81ecf3cb..52786e8280 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ethereal" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ethereal" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_15.json index e2c9b017a2..707077d42d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ethereal" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ethereal" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_2.json index 49b9c31bd4..0aed116204 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ethereal" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ethereal" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_3.json index dbd3ae1565..530ebae05b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ethereal" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ethereal" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_4.json index 011969552a..4488136fb0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ethereal" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ethereal" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_5.json index 6fa32689bd..732003d2a0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ethereal" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ethereal" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_6.json index 379082a807..96c4922a75 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ethereal" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ethereal" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_7.json index c70e0a63ae..50b0975d04 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ethereal" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ethereal" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_8.json index ba25823674..ca575355df 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ethereal" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ethereal" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_9.json index b69eedaf6b..125dc46bd4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ethereal" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ethereal" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_0.json index 643398a96d..a000e01e4c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_eucalyptus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_eucalyptus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_1.json index c2d168b957..2f44978f5a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_eucalyptus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_eucalyptus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_10.json index 091b01e134..5421140d00 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_eucalyptus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_eucalyptus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_11.json index 46862738eb..5a374db80c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_eucalyptus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_eucalyptus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_12.json index f14da72789..731e47c635 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_eucalyptus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_eucalyptus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_13.json index cdcb3cb6eb..afec910005 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_eucalyptus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_eucalyptus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_14.json index 28ba4e7b0a..8595ab3635 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_eucalyptus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_eucalyptus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_15.json index b7d167d6f5..ba01d41535 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_eucalyptus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_eucalyptus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_2.json index 1cfa5261e2..dfea60df09 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_eucalyptus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_eucalyptus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_3.json index a0120ecc1f..ce2003caf7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_eucalyptus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_eucalyptus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_4.json index 7aa6497e38..7e83ee6106 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_eucalyptus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_eucalyptus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_5.json index f8fc8139ae..85c1e4e4ff 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_eucalyptus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_eucalyptus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_6.json index 9c1b06c345..1302c23aaf 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_eucalyptus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_eucalyptus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_7.json index 9cd8cca660..9bd5d87ee3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_eucalyptus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_eucalyptus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_8.json index 7189b65bb5..4548e32c74 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_eucalyptus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_eucalyptus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_9.json index 5be97298ab..35540514d3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_eucalyptus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_eucalyptus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_0.json index 44da0fe8f0..913fe93a6c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_fir" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_fir" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_1.json index 29dfcbd28d..459a5fa526 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_fir" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_fir" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_10.json index 83688bf498..637cd421f7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_fir" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_fir" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_11.json index 8a4d704482..6c0f4edfa5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_fir" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_fir" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_12.json index ac024554ff..69c673ba1e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_fir" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_fir" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_13.json index fe764a75e2..879bbd3f5d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_fir" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_fir" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_14.json index 9945d60ef1..034f38289a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_fir" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_fir" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_15.json index 318a109f70..fe3bd47b4e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_fir" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_fir" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_2.json index db5fce1481..e3a38f72a0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_fir" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_fir" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_3.json index 0683902b61..6e17f1be7d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_fir" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_fir" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_4.json index 3cb205688b..07db7840c0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_fir" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_fir" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_5.json index d50673cc7e..7eb2288224 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_fir" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_fir" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_6.json index 3ba5485eb9..0b886cb698 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_fir" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_fir" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_7.json index 342b175e4b..9b8f04801a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_fir" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_fir" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_8.json index d3f254f8fc..601bff0b1e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_fir" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_fir" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_9.json index 200bdfb3b4..ddffdb1ab3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_fir" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_fir" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_0.json index ccf636bd8a..4629516ec4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_hellbark" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_hellbark" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_1.json index af29b384d7..7900b4a8d3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_hellbark" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_hellbark" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_10.json index 63334e5df2..78a21cdcfe 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_hellbark" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_hellbark" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_11.json index 0aa5f4408b..675166e137 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_hellbark" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_hellbark" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_12.json index 558397b01d..dd0bd51073 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_hellbark" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_hellbark" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_13.json index d32c741ae0..a4051a2397 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_hellbark" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_hellbark" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_14.json index eaca791be0..17cca78d01 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_hellbark" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_hellbark" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_15.json index d0b6b1c424..71077c3529 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_hellbark" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_hellbark" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_2.json index b02408c036..a518ec12b6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_hellbark" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_hellbark" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_3.json index d68459356c..f1363fdc5f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_hellbark" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_hellbark" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_4.json index 5a139a077d..fd9af33089 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_hellbark" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_hellbark" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_5.json index 3f506394ec..13c91e6051 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_hellbark" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_hellbark" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_6.json index e6da271670..925311db53 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_hellbark" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_hellbark" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_7.json index 18fa3f0b2f..1b5589384d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_hellbark" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_hellbark" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_8.json index e5bd354e8e..d0e67c1cdb 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_hellbark" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_hellbark" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_9.json index 3fa751a1f9..8afd85bf48 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_hellbark" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_hellbark" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_0.json index 59ac490294..ecca2249e0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_jacaranda" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_jacaranda" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_1.json index 7e19949a8d..3b03f1fb18 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_jacaranda" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_jacaranda" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_10.json index 70202eccbc..5569632b13 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_jacaranda" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_jacaranda" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_11.json index 60b7de949e..aee9ab1cb0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_jacaranda" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_jacaranda" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_12.json index e163e38a9b..09413a84d4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_jacaranda" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_jacaranda" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_13.json index 6097748135..618482a92a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_jacaranda" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_jacaranda" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_14.json index 6f6e67d719..91c4eb7962 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_jacaranda" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_jacaranda" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_15.json index 907a83336b..2659b90979 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_jacaranda" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_jacaranda" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_2.json index 31bdb5506d..3f15830416 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_jacaranda" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_jacaranda" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_3.json index b7fde8dbe3..005afe8d15 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_jacaranda" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_jacaranda" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_4.json index f9631c4519..7f046670ea 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_jacaranda" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_jacaranda" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_5.json index a0865d6149..d720370b36 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_jacaranda" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_jacaranda" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_6.json index bbfc4c4b8a..1ac658658b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_jacaranda" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_jacaranda" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_7.json index fc3f1c2b6e..80516a61bb 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_jacaranda" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_jacaranda" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_8.json index f636ff9853..0146054277 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_jacaranda" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_jacaranda" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_9.json index d3592c4dcf..ad74d40819 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_jacaranda" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_jacaranda" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_0.json index 3f8ef298b0..1d8d3fa2a9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_magic" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_magic" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_1.json index 33305384d3..b30ea13a33 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_magic" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_magic" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_10.json index cb4d05e355..09d3fa9dca 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_magic" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_magic" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_11.json index e495835684..b1bdf6b14a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_magic" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_magic" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_12.json index 54ec6eb899..c8443eaf98 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_magic" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_magic" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_13.json index 4ef4cbd68f..9a80175a39 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_magic" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_magic" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_14.json index 4cb9ae0606..0f1ff2e603 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_magic" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_magic" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_15.json index 1aafcf497c..8058fd54e9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_magic" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_magic" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_2.json index f16ee93bba..e5d61f5f54 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_magic" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_magic" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_3.json index da71c9919f..d904bea002 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_magic" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_magic" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_4.json index 650e9d9cf6..c6f5339e48 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_magic" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_magic" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_5.json index a259719f44..31e5989952 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_magic" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_magic" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_6.json index 9b18830ed8..3db486ad98 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_magic" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_magic" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_7.json index 6fe8dd757b..05bde4a760 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_magic" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_magic" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_8.json index 59acd2eefc..623bc4a9f4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_magic" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_magic" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_9.json index a25350c4e6..bf16b00d4c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_magic" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_magic" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_0.json index d9cea5bb1f..137c7f5197 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mahogany" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mahogany" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_1.json index a5ad83ca5a..242be551cd 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mahogany" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mahogany" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_10.json index 6524507ead..5e3d4a3420 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mahogany" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mahogany" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_11.json index f39b53b503..d878792735 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mahogany" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mahogany" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_12.json index eaa6c187ba..20f96ce59f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mahogany" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mahogany" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_13.json index 2ed834129e..448f8839f3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mahogany" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mahogany" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_14.json index 92cc334b9c..96b3b894ba 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mahogany" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mahogany" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_15.json index 2a62ad89fe..597f231d54 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mahogany" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mahogany" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_2.json index 1760856706..819314a5a7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mahogany" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mahogany" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_3.json index db1ec395de..7f4c4de32d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mahogany" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mahogany" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_4.json index 9f2b517112..a6ecac432c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mahogany" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mahogany" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_5.json index 123dd93cb7..6cd5c6532e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mahogany" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mahogany" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_6.json index 15815b2113..49ed096a10 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mahogany" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mahogany" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_7.json index b24d474a22..759644529b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mahogany" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mahogany" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_8.json index c1ea1278e4..a0f1034b95 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mahogany" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mahogany" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_9.json index 2c5d39063b..39ae529609 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mahogany" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mahogany" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_0.json index b24589a432..93c828a72a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mangrove" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mangrove" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_1.json index 47ccbc3383..bb1a673233 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mangrove" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mangrove" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_10.json index 868f54856f..acda27928a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mangrove" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mangrove" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_11.json index 8528e24c39..6b8f99395a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mangrove" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mangrove" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_12.json index c8fc0cc0cd..ae726db59f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mangrove" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mangrove" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_13.json index aabbc5b5fb..5a4d7dbd35 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mangrove" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mangrove" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_14.json index 70a6251b88..bb7be2787f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mangrove" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mangrove" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_15.json index 53125bab43..8fcff7d463 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mangrove" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mangrove" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_2.json index 759b5f9782..d8179e5791 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mangrove" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mangrove" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_3.json index 9af0b6c31e..4c85ea0148 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mangrove" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mangrove" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_4.json index efbb6a81f8..6a34aead31 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mangrove" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mangrove" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_5.json index c6270bd8e5..701bf4b863 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mangrove" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mangrove" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_6.json index a1080e1237..85ff51138f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mangrove" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mangrove" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_7.json index 1843612545..46e43d4bf8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mangrove" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mangrove" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_8.json index 00a699ea30..d777e07fe2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mangrove" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mangrove" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_9.json index 4c23c76b31..9673527457 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mangrove" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mangrove" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_0.json index 7670fc965b..4a0f91cfca 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_palm" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_palm" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_1.json index 72f9efc750..d05cbf99c3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_palm" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_palm" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_10.json index c571153360..61d70c38ee 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_palm" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_palm" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_11.json index 1851bf4ba9..f599373daf 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_palm" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_palm" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_12.json index 2c8c1687f7..82ca9e2e17 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_palm" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_palm" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_13.json index 27284c22ba..72c8f7e81f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_palm" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_palm" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_14.json index 23226134c3..599b2e3ad9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_palm" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_palm" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_15.json index 41d42324fb..430cbf2429 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_palm" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_palm" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_2.json index 15680dd721..a95e59e5ae 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_palm" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_palm" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_3.json index 365cf0f649..7e50e08259 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_palm" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_palm" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_4.json index 8da99ceb2b..0bfdd19468 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_palm" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_palm" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_5.json index 19bff464c4..8d5566bd77 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_palm" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_palm" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_6.json index 550110179e..1b86938251 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_palm" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_palm" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_7.json index bccd9dbe04..1591120d2f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_palm" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_palm" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_8.json index d8e249171b..995a150547 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_palm" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_palm" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_9.json index e2e9529d13..1a414060e7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_palm" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_palm" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_0.json index b3a7aa5d3d..10e1e0b562 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_pine" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_pine" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_1.json index 852f321eed..af311d77f4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_pine" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_pine" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_10.json index c805539452..34d95303a7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_pine" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_pine" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_11.json index 1ea50b5f87..8385b25d87 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_pine" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_pine" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_12.json index 700c5aaa7c..ce198780a1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_pine" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_pine" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_13.json index c3cb205336..c15c7feca9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_pine" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_pine" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_14.json index f3fe037849..0f5bbc599d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_pine" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_pine" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_15.json index b81bdb10e8..f7ac8a80fa 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_pine" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_pine" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_2.json index a1988d7463..f9080a7ea0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_pine" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_pine" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_3.json index 8cd6738e04..6013db4ea7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_pine" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_pine" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_4.json index a0cc5b8b3a..ad6aca00cc 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_pine" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_pine" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_5.json index 2ecb88f970..099d7d1ef7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_pine" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_pine" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_6.json index d6e540692f..6012661645 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_pine" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_pine" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_7.json index 660c2338e7..8f8a80df4c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_pine" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_pine" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_8.json index 2a322fe272..be7e65e8e8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_pine" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_pine" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_9.json index 8b3e056ae8..35c0351753 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_pine" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_pine" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_0.json index 347e1d8e4f..10449ddead 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_redwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_redwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_1.json index 7f7f99c5d7..22344790aa 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_redwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_redwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_10.json index 3b69e84457..af267d54e1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_redwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_redwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_11.json index 0ddbb7f7e0..4ae02f9930 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_redwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_redwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_12.json index 5cecab5544..5ac30d84af 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_redwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_redwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_13.json index 5f5fd692d5..a3b0889a6b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_redwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_redwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_14.json index feac98178b..0c4a222421 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_redwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_redwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_15.json index ae7ed30234..1045b9aa63 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_redwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_redwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_2.json index 55dc2df3bd..fc240aff53 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_redwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_redwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_3.json index 734ad1ddf6..fdc408a247 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_redwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_redwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_4.json index 84a5bbd874..9b80a1fa37 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_redwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_redwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_5.json index 79b4648e2a..49705bb9df 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_redwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_redwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_6.json index 5a719136f6..2f446fbe6d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_redwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_redwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_7.json index bdab4adcd5..89da4a410a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_redwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_redwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_8.json index db1e9a1db3..49523dfddb 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_redwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_redwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_9.json index a5272c6318..1f135064bf 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_redwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_redwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_0.json index 86c2867dc3..3c23d3c53a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_sacred_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_sacred_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_1.json index 9cf1372e20..28a34c5bb2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_sacred_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_sacred_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_10.json index ebb32a6443..784875734a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_sacred_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_sacred_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_11.json index 29823f867e..94b563c229 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_sacred_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_sacred_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_12.json index b941ed304b..0abbfa8daa 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_sacred_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_sacred_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_13.json index 38920bbb1e..fb27c78c8c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_sacred_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_sacred_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_14.json index 27546e7dbe..e1823c5c71 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_sacred_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_sacred_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_15.json index 9f8cacae8a..0f2de17dc5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_sacred_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_sacred_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_2.json index de4a221b3d..011e94e682 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_sacred_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_sacred_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_3.json index b72fca5923..2f29c35093 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_sacred_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_sacred_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_4.json index b4be4bf9d6..3d62115075 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_sacred_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_sacred_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_5.json index 32b57c23e1..0903dbbfdd 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_sacred_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_sacred_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_6.json index 0fa95f242d..642dd58fc9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_sacred_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_sacred_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_7.json index 9d42b135ba..010c556fd2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_sacred_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_sacred_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_8.json index e2203705a1..3257a55b20 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_sacred_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_sacred_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_9.json index 7f6bcce806..98c485678a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_sacred_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_sacred_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_0.json index e5cd8a332f..b2da158b84 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_umbran" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_umbran" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_1.json index 23627e284e..10f7af0bf2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_umbran" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_umbran" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_10.json index 4bd6a07504..dd18ab879c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_umbran" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_umbran" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_11.json index 82ab64d1a6..663ebff922 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_umbran" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_umbran" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_12.json index 419ccf9e81..eba45e0459 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_umbran" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_umbran" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_13.json index a2be611041..928e2a18ed 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_umbran" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_umbran" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_14.json index ed23a8e358..b5d16adf8b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_umbran" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_umbran" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_15.json index 9770eca20d..4b2bb82a1c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_umbran" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_umbran" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_2.json index c7df910db4..7b9a866040 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_umbran" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_umbran" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_3.json index ad9642409b..c952e9fe68 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_umbran" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_umbran" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_4.json index b798043279..539e11d360 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_umbran" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_umbran" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_5.json index a29cb9e4fa..2c788b119e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_umbran" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_umbran" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_6.json index 10929530f3..c861ea6f1d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_umbran" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_umbran" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_7.json index c522818d26..004144454c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_umbran" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_umbran" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_8.json index 6554ae092e..4829ab013a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_umbran" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_umbran" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_9.json index 969ff9a040..0aec045999 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_umbran" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_umbran" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_0.json index 90c79dd29e..f2fb360de6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_1.json index 8ab984739f..13c0287a16 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_10.json index 05b923be22..50e6733b1a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_11.json index 6b2dbb575b..92d0bd424c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_12.json index f18baa1acf..05d111afec 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_13.json index 32db6f77bf..a5c7e1513a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_14.json index 6e3b0ef9a9..fd6b9300b7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_15.json index 6b4ac053b7..d47ca5a3f9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_2.json index 678b6bc84a..c522c92b4b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_3.json index 64108fa909..13b6bfda49 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_4.json index e73450eee6..b871cf116c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_5.json index 101cce7db7..ad31f6b049 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_6.json index 359e5606d6..2832695343 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_7.json index ff75ff375d..64401d1862 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_8.json index dc7c770c74..bf31395353 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_9.json index 661deee71d..a81f76c40b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_0.json index dc5ff876ca..c8c6445c85 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_0.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_birch" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_birch" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_1.json index 4299ce389e..66c1e28839 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_1.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_birch" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_birch" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_10.json index 27deb1eecc..78e560c2fb 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_10.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_birch" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_birch" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_11.json index 57e8a2be47..f3fd2ce635 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_11.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_birch" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_birch" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_12.json index 1e7f693671..230c4ccafc 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_12.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_birch" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_birch" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_13.json index f6949872e2..91543c9eff 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_13.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_birch" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_birch" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_14.json index 6a614a5fca..15c8a606da 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_14.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_birch" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_birch" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_15.json index bfb6dc6e51..4caab982da 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_15.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_birch" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_birch" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_2.json index 95ffe06cf5..debbe3fdd6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_2.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_birch" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_birch" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_3.json index 4daed71532..02621ae40c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_3.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_birch" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_birch" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_4.json index dd1f9561cf..1eebc712d2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_4.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_birch" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_birch" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_5.json index 21f73452ea..bdcea806d9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_5.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_birch" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_birch" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_6.json index dd146e6b30..1ad3184baf 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_6.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_birch" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_birch" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_7.json index 3681af4f1d..4887bdf7ba 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_7.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_birch" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_birch" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_8.json index 79b17cb6c9..9f41dcf900 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_8.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_birch" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_birch" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_9.json index 01ca0f58e9..89ce965abb 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_9.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_birch" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_birch" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_0.json index 8001840103..5033906836 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_acacia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_acacia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_1.json index 7a47872ce2..39f479dd34 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_acacia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_acacia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_10.json index 0e956cbab8..ca41832ef4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_acacia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_acacia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_11.json index 44832f13cd..57ab26bd08 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_acacia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_acacia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_12.json index 76db3ad798..90fa52d36c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_acacia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_acacia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_13.json index 862b340383..f660cc1ace 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_acacia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_acacia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_14.json index 48c9914376..9932f83120 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_acacia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_acacia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_15.json index b2d1b17936..4f92367eac 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_acacia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_acacia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_2.json index 82e4087e26..a41cb6bbd1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_acacia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_acacia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_3.json index 213619678d..82d8de0337 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_acacia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_acacia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_4.json index 1850473bc3..f71649e45e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_acacia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_acacia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_5.json index 6b254f7a79..866faaf5fa 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_acacia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_acacia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_6.json index 50726a6fc4..e06dfed3f6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_acacia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_acacia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_7.json index 92478c4792..2e15870e20 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_acacia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_acacia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_8.json index c4c19e9178..9478647386 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_acacia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_acacia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_9.json index 5e1e73ebd9..876feffcb6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_acacia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_acacia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_0.json index 473d07aaaf..7513f5a0e2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_balsa" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_balsa" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_1.json index b9e4873c85..159dc690ce 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_balsa" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_balsa" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_10.json index 195b72beaa..6b08364d7b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_balsa" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_balsa" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_11.json index 672bc8bc3f..27df6836eb 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_balsa" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_balsa" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_12.json index f125b7e4d5..a23e6344fa 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_balsa" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_balsa" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_13.json index e187450836..8bc3cc5424 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_balsa" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_balsa" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_14.json index 13f54f2feb..26d6fe8a94 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_balsa" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_balsa" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_15.json index c0fdeeb98d..0b61bd5234 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_balsa" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_balsa" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_2.json index c4dd018649..e951c55bb0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_balsa" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_balsa" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_3.json index 08ee30d002..9b26a4ad78 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_balsa" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_balsa" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_4.json index 1902eb5b3e..7d2a55977d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_balsa" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_balsa" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_5.json index f99d2697ac..b80ed40ea4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_balsa" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_balsa" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_6.json index c7a51ddbb4..861be9c5bc 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_balsa" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_balsa" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_7.json index 3e8d459eb0..008b19e90c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_balsa" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_balsa" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_8.json index 2f915a1f6e..62771771d3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_balsa" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_balsa" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_9.json index 044236e744..904e6ff9a5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_balsa" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_balsa" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_0.json index 40b4556ecc..695ba71f8d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_baobab" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_baobab" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_1.json index c50c156e56..5c080fde20 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_baobab" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_baobab" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_10.json index 7ac4045501..13785e5197 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_baobab" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_baobab" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_11.json index e7a818a8ef..79e249af5e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_baobab" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_baobab" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_12.json index 0d0f8ed3e3..1be143935f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_baobab" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_baobab" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_13.json index 3421fb48e3..43150f3998 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_baobab" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_baobab" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_14.json index e51ae6b515..0cd13805da 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_baobab" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_baobab" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_15.json index 2f75597d2f..7a179aa0b3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_baobab" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_baobab" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_2.json index c2a03dacce..3cfdb00bbd 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_baobab" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_baobab" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_3.json index 28fd4dad86..8437a09d2d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_baobab" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_baobab" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_4.json index 1ed352cfc1..c3eafe0f30 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_baobab" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_baobab" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_5.json index 854a8051be..3bf54f8803 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_baobab" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_baobab" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_6.json index 351ea41787..827918d50e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_baobab" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_baobab" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_7.json index 2820d6d483..6f0861702e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_baobab" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_baobab" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_8.json index 24172fb51f..fdd2e6f52c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_baobab" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_baobab" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_9.json index 463119724b..ad57c0cf61 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_baobab" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_baobab" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_0.json index c1d2c1b3e1..c92370a0ae 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cherry" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cherry" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_1.json index 35ff368fb4..8253ceab1c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cherry" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cherry" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_10.json index a1397d35c5..1cbb6211e1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cherry" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cherry" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_11.json index f126623a56..08a1af0a5e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cherry" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cherry" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_12.json index 808f6c2eed..4ecab6cf95 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cherry" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cherry" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_13.json index bb8ff438d7..77519f7f7d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cherry" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cherry" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_14.json index 73b6627c5a..57cf9a1caf 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cherry" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cherry" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_15.json index 797d7f4f51..b30efad7d2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cherry" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cherry" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_2.json index a52a9b9240..187fc22439 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cherry" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cherry" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_3.json index c9675712bf..17bd8b0eb9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cherry" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cherry" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_4.json index 023f1adb55..8611759a24 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cherry" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cherry" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_5.json index b6a0094abc..94500128f8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cherry" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cherry" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_6.json index 08deb60983..b0dad908fb 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cherry" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cherry" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_7.json index 800dadb397..9ba480b586 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cherry" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cherry" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_8.json index 992dbc19f4..25ffce5a7d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cherry" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cherry" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_9.json index b2b138fbe2..3bacbbe37f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cherry" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cherry" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_0.json index 801f073ba2..2cca2629c9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_chestnut" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_chestnut" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_1.json index 98c84eff7a..9207fee850 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_chestnut" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_chestnut" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_10.json index c5eb88af0c..d40bb39aaf 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_chestnut" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_chestnut" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_11.json index 1453ef727d..f7532989ec 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_chestnut" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_chestnut" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_12.json index c11d4c2c48..e608a8e576 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_chestnut" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_chestnut" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_13.json index 7e1f769f45..b95ee723f9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_chestnut" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_chestnut" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_14.json index 1e11637f11..1291cc8720 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_chestnut" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_chestnut" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_15.json index e0a64cd5ab..a9d0e24998 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_chestnut" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_chestnut" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_2.json index 5d0735645a..db68abbf44 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_chestnut" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_chestnut" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_3.json index 8e8a78b040..d602aea417 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_chestnut" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_chestnut" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_4.json index 78bf279f2a..4c7d1b63d7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_chestnut" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_chestnut" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_5.json index 05657af764..a0b996cddc 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_chestnut" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_chestnut" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_6.json index dbf896455c..0effb7c0d9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_chestnut" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_chestnut" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_7.json index 70ec38d967..c5bbadb2e8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_chestnut" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_chestnut" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_8.json index 78666f3cdf..649d5b24cd 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_chestnut" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_chestnut" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_9.json index baf2d5d118..c8cf94e409 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_chestnut" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_chestnut" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_0.json index 3e279fb502..7800255313 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_citrus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_citrus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_1.json index c7cfdce7a3..bb00d26ce9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_citrus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_citrus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_10.json index f6f6666918..9cefe6561e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_citrus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_citrus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_11.json index c0079ad98e..a4fd9107f6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_citrus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_citrus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_12.json index 4777f7ab95..3ddcd94152 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_citrus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_citrus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_13.json index adda6696a5..97e7d3ee41 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_citrus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_citrus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_14.json index 7f61525238..9e241b0150 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_citrus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_citrus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_15.json index 6d4faca691..174ddf09b4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_citrus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_citrus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_2.json index 0fcb00c61a..8879ae5ea1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_citrus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_citrus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_3.json index 0a7538cf6b..dd12f71306 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_citrus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_citrus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_4.json index 6eb087f0d3..e7d03d1271 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_citrus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_citrus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_5.json index b12093280f..ece621c472 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_citrus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_citrus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_6.json index a18930418b..d36d84f45d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_citrus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_citrus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_7.json index 173dfb587f..5266cdf279 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_citrus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_citrus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_8.json index 1dcf63a029..52343af88b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_citrus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_citrus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_9.json index 757d51166b..973e6ecd8f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_citrus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_citrus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_0.json index 1f2d849f7d..7d62031a85 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cocobolo" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cocobolo" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_1.json index 174d6e3de4..7544cc1e17 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cocobolo" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cocobolo" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_10.json index 7059b11bff..57be4be8e6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cocobolo" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cocobolo" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_11.json index ea84dce60c..b1f248dd67 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cocobolo" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cocobolo" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_12.json index 1507b930e4..95bf053f2b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cocobolo" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cocobolo" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_13.json index d21c210eaf..3569a7a228 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cocobolo" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cocobolo" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_14.json index 2e21eee255..fa498e012e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cocobolo" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cocobolo" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_15.json index 72ec21a27c..231bde2d38 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cocobolo" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cocobolo" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_2.json index 44979765de..3422d41142 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cocobolo" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cocobolo" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_3.json index 2664002b8c..a4593cf299 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cocobolo" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cocobolo" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_4.json index c2162e197e..2b21735afc 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cocobolo" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cocobolo" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_5.json index 6ebc367544..9a8d0a429b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cocobolo" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cocobolo" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_6.json index 6b94300e5e..cc9c63aef1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cocobolo" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cocobolo" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_7.json index b6c85b8669..d09d81cb4c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cocobolo" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cocobolo" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_8.json index 36d06bf2cc..608fd7d6b7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cocobolo" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cocobolo" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_9.json index a6a4d76369..3b6d4ad4fd 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cocobolo" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cocobolo" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_0.json index 8f7438f4e0..d17e8475a6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ebony" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ebony" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_1.json index a9872e5632..bb11f59344 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ebony" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ebony" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_10.json index 21ca74d5dd..bb24dfd0b8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ebony" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ebony" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_11.json index 88c570c76e..a0bc135b3c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ebony" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ebony" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_12.json index e9da673d34..f4b5c91ca4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ebony" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ebony" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_13.json index e885979bc5..b607c21a15 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ebony" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ebony" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_14.json index 9090b1bcf5..dae32dc7c2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ebony" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ebony" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_15.json index 77746725fe..01f9085322 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ebony" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ebony" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_2.json index 9103cdc6fc..0bf6257743 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ebony" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ebony" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_3.json index d7542daa83..be939f9431 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ebony" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ebony" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_4.json index efbcc84139..7b2304ed41 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ebony" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ebony" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_5.json index 9ae8f37fe5..42086cbb7e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ebony" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ebony" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_6.json index 2a6be925a2..8b61966389 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ebony" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ebony" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_7.json index 391b54e621..f543a55eb2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ebony" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ebony" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_8.json index 7596cf59f5..6cea8a4271 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ebony" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ebony" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_9.json index 0af6c49cff..be1c7f3f7a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ebony" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ebony" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_0.json index 9f1b3e00cd..ee2e014b99 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_giganteum" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_giganteum" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_1.json index 80d8e43ea1..22dc62f5cf 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_giganteum" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_giganteum" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_10.json index 003472d71d..7de2394932 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_giganteum" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_giganteum" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_11.json index 48e76251d0..4e0e1f385c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_giganteum" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_giganteum" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_12.json index 84112a2292..ab24515ccd 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_giganteum" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_giganteum" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_13.json index 3ab10395d8..853d7cccae 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_giganteum" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_giganteum" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_14.json index 2c7dd6be45..8f5db34abe 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_giganteum" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_giganteum" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_15.json index 205485ea5a..4f6bdac05e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_giganteum" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_giganteum" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_2.json index 4f3bf04970..61c1b5039a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_giganteum" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_giganteum" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_3.json index 0bcabf6382..d5904c7a23 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_giganteum" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_giganteum" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_4.json index e74c257cbe..3de0d47a2e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_giganteum" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_giganteum" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_5.json index 741f730a71..9134bdd24e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_giganteum" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_giganteum" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_6.json index e209b1441f..207516636a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_giganteum" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_giganteum" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_7.json index 42927fecc9..ffeabcf57d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_giganteum" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_giganteum" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_8.json index 996e53caae..d7f5ae5381 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_giganteum" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_giganteum" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_9.json index c0eae14d90..6481681d55 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_giganteum" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_giganteum" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_0.json index bf6d2123bd..53dd0e54b2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_greenheart" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_greenheart" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_1.json index 956e73baf6..e2d6b1eb07 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_greenheart" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_greenheart" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_10.json index dd374d8ef0..5580257818 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_greenheart" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_greenheart" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_11.json index 8c04e966f3..6130ebee9a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_greenheart" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_greenheart" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_12.json index 83a33061e8..807f2aea84 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_greenheart" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_greenheart" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_13.json index 48e0d78a62..1f259635ba 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_greenheart" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_greenheart" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_14.json index 06afdcdeed..af534ba734 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_greenheart" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_greenheart" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_15.json index 39a23bad2c..c474afa44e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_greenheart" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_greenheart" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_2.json index ad7a0ad669..477d544d5b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_greenheart" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_greenheart" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_3.json index 7e8f4d887a..93910bc0f5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_greenheart" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_greenheart" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_4.json index e00d628e07..e0c25998a2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_greenheart" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_greenheart" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_5.json index f2acd7200b..b1e799dad5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_greenheart" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_greenheart" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_6.json index 39b9bfb2a4..91b5db02c7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_greenheart" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_greenheart" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_7.json index fd533e45e2..34532b0c07 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_greenheart" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_greenheart" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_8.json index f0cf6ebe2d..af8bd94077 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_greenheart" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_greenheart" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_9.json index c66945e294..4f20d336f4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_greenheart" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_greenheart" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_0.json index d7037036d3..30eb220873 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ipe" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ipe" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_1.json index b886f62fa6..23a792f2f1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ipe" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ipe" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_10.json index ccef54ff0a..ae8d8f81d9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ipe" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ipe" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_11.json index c23e1a8bd6..87365ee814 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ipe" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ipe" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_12.json index 6579c6e654..e2b69f6995 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ipe" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ipe" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_13.json index d5fc408978..9231a4d35e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ipe" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ipe" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_14.json index f51138320d..f1a64715ba 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ipe" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ipe" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_15.json index ab848a7f51..29d5cc2e0f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ipe" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ipe" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_2.json index 2663105a0d..072b1f98dd 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ipe" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ipe" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_3.json index 11e5a40edf..fc53797a02 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ipe" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ipe" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_4.json index 7a1b676d00..ab59e2ebc2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ipe" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ipe" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_5.json index 9569c8c604..b3c1b2c9ef 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ipe" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ipe" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_6.json index 3600e01ed3..ff74b4c695 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ipe" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ipe" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_7.json index 3e84fb62a6..396b8eba52 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ipe" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ipe" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_8.json index df262f8f3d..317c40588e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ipe" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ipe" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_9.json index 3324767490..c91f8b6b2e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ipe" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ipe" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_0.json index 00f8f67512..dbaa60bee2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_kapok" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_kapok" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_1.json index 401f56f67b..024561d701 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_kapok" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_kapok" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_10.json index 7eab01859b..88fe83e900 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_kapok" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_kapok" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_11.json index f6e27e441f..b101316e30 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_kapok" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_kapok" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_12.json index 471a1b9af3..4d28fc81e7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_kapok" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_kapok" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_13.json index 86eda58a37..73007cd293 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_kapok" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_kapok" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_14.json index b0ac676e45..63c7729af8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_kapok" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_kapok" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_15.json index 90dea2b2b3..3cbed35d08 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_kapok" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_kapok" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_2.json index 08fd45b8bb..dbb5c46ab7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_kapok" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_kapok" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_3.json index d3168a6e21..747d44e989 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_kapok" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_kapok" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_4.json index 6d9ab1858b..0297958f1b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_kapok" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_kapok" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_5.json index a42d94502e..b70ca3b2f2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_kapok" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_kapok" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_6.json index fde4c65748..142e36815d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_kapok" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_kapok" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_7.json index efb8112d32..2fed62e4ed 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_kapok" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_kapok" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_8.json index 53f1e5cf31..ac60c509df 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_kapok" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_kapok" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_9.json index e0380a9473..d893cf74b4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_kapok" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_kapok" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_0.json index eae69b5fe1..2fa2ae5334 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_larch" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_larch" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_1.json index 0b2a0f63ba..847fc34ea2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_larch" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_larch" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_10.json index e65f38a87f..a4ab8932ac 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_larch" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_larch" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_11.json index 397a3feb3f..98a77ac765 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_larch" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_larch" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_12.json index 84f41dddb0..ad13ae7949 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_larch" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_larch" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_13.json index f1644b3df4..dbdd19ac00 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_larch" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_larch" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_14.json index 77df33054c..f9438a3caa 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_larch" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_larch" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_15.json index 692cc6aeca..ec545c9907 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_larch" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_larch" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_2.json index 9a73c97346..32b18f5eed 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_larch" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_larch" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_3.json index e24960af22..6480b7b936 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_larch" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_larch" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_4.json index 1bb854cd2c..3cfb3c670c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_larch" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_larch" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_5.json index 0bfa64bdee..d0f9b1237a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_larch" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_larch" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_6.json index 9fd5317884..71cb634c2d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_larch" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_larch" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_7.json index 9e60fc7ea2..8efd05bbfd 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_larch" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_larch" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_8.json index 12dfbee937..a7c7de44c0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_larch" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_larch" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_9.json index 8812d0f229..5f65c86b1a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_larch" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_larch" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_0.json index 1b2f69f87c..6a089bb18c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_lime" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_lime" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_1.json index f389eb2f68..a9b65d6ee3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_lime" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_lime" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_10.json index c5f37cbeb8..b12bad72c9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_lime" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_lime" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_11.json index add6b74306..5b875de760 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_lime" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_lime" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_12.json index 3d016e7f46..9a474bf47e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_lime" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_lime" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_13.json index 33a69e4e33..36e242122d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_lime" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_lime" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_14.json index 9b8544e5a1..109b062fe2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_lime" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_lime" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_15.json index e76105a5ac..2f06253930 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_lime" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_lime" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_2.json index 1f5a08bcb8..3b4cc67cda 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_lime" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_lime" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_3.json index 938614d5ec..470e8e8054 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_lime" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_lime" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_4.json index 42f2b66e0c..df90d26340 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_lime" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_lime" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_5.json index bce93cc194..5024d4d3f3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_lime" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_lime" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_6.json index 7f36168d16..b2a5b81571 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_lime" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_lime" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_7.json index 157f624568..33d7730c94 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_lime" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_lime" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_8.json index e00b557152..4c1a595d69 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_lime" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_lime" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_9.json index 4b7b089084..9465d0a9fa 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_lime" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_lime" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_0.json index 59c006b096..14a0f106b2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahoe" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahoe" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_1.json index 51e8fb6132..5948730903 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahoe" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahoe" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_10.json index 429bc5ff78..1304190218 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahoe" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahoe" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_11.json index a3c2c11972..b1c4c653ff 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahoe" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahoe" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_12.json index 548a439440..15cc46e472 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahoe" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahoe" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_13.json index e6279572a3..5b3f6e5cc3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahoe" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahoe" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_14.json index 0052a01b7c..277e87a255 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahoe" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahoe" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_15.json index da4aeddf21..171ea81cfd 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahoe" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahoe" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_2.json index f7f9fd1e60..1883f08c7f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahoe" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahoe" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_3.json index 8165fbed33..2e02605eee 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahoe" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahoe" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_4.json index d2b8d04349..73c1b14283 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahoe" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahoe" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_5.json index c876302124..05f3fbf28e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahoe" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahoe" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_6.json index a729afab78..0ebd2ff2ae 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahoe" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahoe" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_7.json index c16967d5b7..3199c62ad5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahoe" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahoe" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_8.json index b1d315d44a..a85b33db79 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahoe" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahoe" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_9.json index 2d54c98cbf..85a7e0fde1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahoe" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahoe" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_0.json index 3030e08447..d9d383497e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahogany" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahogany" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_1.json index 2e0c4b0aad..0f0edee55d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahogany" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahogany" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_10.json index 2d89d3e077..b5dded4b0f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahogany" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahogany" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_11.json index 550ee3c0b2..b0286e45e5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahogany" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahogany" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_12.json index adeac31e2d..b10c51d408 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahogany" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahogany" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_13.json index 5da5f14f67..ac14403d63 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahogany" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahogany" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_14.json index 14250e8aa1..362e1b0a43 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahogany" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahogany" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_15.json index 31bcfcba02..2f414d11d2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahogany" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahogany" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_2.json index e8c285cff7..eebf7de7b6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahogany" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahogany" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_3.json index 76df006e6f..5c5f982870 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahogany" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahogany" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_4.json index 351105cc51..ff6a48060b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahogany" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahogany" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_5.json index 19e4bd9ecc..77ae637e35 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahogany" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahogany" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_6.json index ca52c3e25c..d91d37f06c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahogany" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahogany" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_7.json index 759b62e660..0fcabb9e92 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahogany" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahogany" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_8.json index f3786bbaf6..a310830a3b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahogany" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahogany" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_9.json index 80e525a3ad..c09e5bc1af 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahogany" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahogany" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_0.json index 9146faded0..383f3459a5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_maple" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_maple" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_1.json index e2bb2589c2..2596dc2dfc 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_maple" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_maple" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_10.json index d037843c34..0331ce0a6a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_maple" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_maple" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_11.json index 33994efb78..d23e006d89 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_maple" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_maple" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_12.json index 303d49bf6e..c113b66463 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_maple" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_maple" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_13.json index 477a1cc74a..8ad4e01ccc 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_maple" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_maple" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_14.json index dd43945752..164a6f65bd 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_maple" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_maple" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_15.json index 71cf828e47..76173856f6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_maple" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_maple" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_2.json index fef0d3dda8..a28a7937dc 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_maple" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_maple" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_3.json index 82d47db3ec..b408c378cc 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_maple" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_maple" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_4.json index 396c7c677e..86d7e79afb 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_maple" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_maple" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_5.json index 612539668a..139a799609 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_maple" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_maple" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_6.json index 5c7f8a512f..4d269a96cb 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_maple" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_maple" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_7.json index 49051b98f0..ead763e88e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_maple" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_maple" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_8.json index a5b200fd62..4e86510889 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_maple" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_maple" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_9.json index c5d26fdfd0..712f8de8c2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_maple" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_maple" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_0.json index 6172729d5a..d9429064ba 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_padauk" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_padauk" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_1.json index 7f6d95a13e..38a20b1093 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_padauk" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_padauk" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_10.json index d2f0763527..202abf3be3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_padauk" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_padauk" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_11.json index c4c92c19b5..8fe785bbb3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_padauk" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_padauk" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_12.json index 3e47f722e5..4c8ee65bc9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_padauk" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_padauk" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_13.json index de52421fe7..eafa74c7c2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_padauk" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_padauk" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_14.json index 8b3d24529b..96ec10fca7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_padauk" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_padauk" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_15.json index 56aae757f5..baa6d65baa 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_padauk" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_padauk" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_2.json index c4b6cc7fb3..beb4f2e8bb 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_padauk" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_padauk" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_3.json index 5917920dcc..e70f12caab 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_padauk" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_padauk" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_4.json index 9e42a8c529..3a8fcf5298 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_padauk" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_padauk" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_5.json index ba8365aa5d..82ed4f3480 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_padauk" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_padauk" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_6.json index 4d590e9c20..7173ab757e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_padauk" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_padauk" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_7.json index bdd6dd455c..be5f2512fc 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_padauk" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_padauk" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_8.json index 5aa32d35f2..46e4f562bb 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_padauk" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_padauk" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_9.json index 85191d2976..3715ed26b3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_padauk" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_padauk" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_0.json index ad5312114c..082ff3ab31 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_palm" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_palm" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_1.json index 740d4c8982..edcddcc6a5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_palm" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_palm" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_10.json index ce6ab0e195..e3a18a0a7d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_palm" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_palm" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_11.json index d73e3a8e98..6942ec61ff 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_palm" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_palm" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_12.json index d15f6b89e6..7dabdafd8e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_palm" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_palm" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_13.json index 196b2483c5..f2047e9c7b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_palm" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_palm" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_14.json index 50fc764fbd..cb2b099f40 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_palm" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_palm" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_15.json index 1c150d1cef..8e08fa5541 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_palm" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_palm" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_2.json index 7b47a2a732..ad095941f5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_palm" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_palm" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_3.json index cd12b9111c..0f07014f70 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_palm" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_palm" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_4.json index 4687a431f7..44259f3747 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_palm" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_palm" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_5.json index a9eef7b3b4..83cde6a1f8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_palm" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_palm" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_6.json index 71bec756e5..38689e5408 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_palm" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_palm" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_7.json index fbe3d64525..4c669c7b03 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_palm" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_palm" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_8.json index b2d867b9dc..aa9e8f2da6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_palm" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_palm" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_9.json index d701b2842f..1611cdb8c4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_palm" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_palm" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_0.json index 3420a34ac9..ab8fdab507 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_papaya" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_papaya" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_1.json index 2eeef8cbac..35168c1e86 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_papaya" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_papaya" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_10.json index cc83208c71..cd9a807533 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_papaya" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_papaya" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_11.json index 398060ffc1..db23f39978 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_papaya" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_papaya" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_12.json index e5b1ab914e..47c3db3c63 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_papaya" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_papaya" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_13.json index b0fdcb77c7..dfe8c49dd4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_papaya" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_papaya" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_14.json index 8ee613b10a..36b972281f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_papaya" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_papaya" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_15.json index a1dee4fccd..3b596ccdd9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_papaya" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_papaya" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_2.json index 8f826741b8..9b5a610e44 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_papaya" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_papaya" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_3.json index cedf86ca30..b441ecded7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_papaya" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_papaya" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_4.json index 50b07dd614..e0cd28da6b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_papaya" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_papaya" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_5.json index b7abbd9c29..186ca89d6f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_papaya" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_papaya" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_6.json index d3232939f3..ee784be73a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_papaya" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_papaya" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_7.json index 549478fb30..232117b919 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_papaya" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_papaya" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_8.json index f9b02e538d..70d009c594 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_papaya" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_papaya" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_9.json index 8f6c6b9b6b..162e870c02 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_papaya" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_papaya" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_0.json index 3ef1eb6e30..4a22115fc3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_pine" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_pine" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_1.json index d7d1d407e2..bb2062da98 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_pine" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_pine" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_10.json index b74bb7fc48..a5e85049c9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_pine" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_pine" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_11.json index a386120329..086067a4c7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_pine" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_pine" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_12.json index 8bda0745a2..1c00961fb0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_pine" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_pine" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_13.json index f793ba9d38..83981ccb50 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_pine" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_pine" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_14.json index f5948cf0e9..3d8de1f4dc 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_pine" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_pine" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_15.json index 0249d43b81..32ffed352b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_pine" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_pine" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_2.json index fba3f6319e..5a97d350c5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_pine" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_pine" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_3.json index bde50c7597..2a0c7ac4d8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_pine" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_pine" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_4.json index 6d92bd0968..ff1609de11 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_pine" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_pine" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_5.json index f778f1afa0..edcfc4a824 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_pine" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_pine" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_6.json index f98fa6b51f..0c3884fe4a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_pine" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_pine" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_7.json index a13684da8d..38efac56c7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_pine" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_pine" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_8.json index d3bd27bf21..526de7f22a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_pine" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_pine" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_9.json index e7854732c4..2225a4ac99 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_pine" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_pine" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_0.json index ab8935b39c..7d7ad49fb5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_plum" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_plum" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_1.json index 1cf7ea751c..05deee34d3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_plum" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_plum" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_10.json index 2b1ffd1cc3..9d34196fa3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_plum" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_plum" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_11.json index 85ebe5705d..76fe19706b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_plum" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_plum" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_12.json index 75a4ed825b..56f0f1e1d6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_plum" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_plum" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_13.json index f46c645efa..6b54057e1a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_plum" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_plum" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_14.json index 521f4e8745..eb138b73cd 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_plum" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_plum" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_15.json index 202e5ae3e1..3c3256192c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_plum" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_plum" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_2.json index b959bd677a..dad45be8e7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_plum" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_plum" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_3.json index 9eeab79321..643e31fb84 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_plum" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_plum" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_4.json index 579737dd7b..df555ea8ee 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_plum" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_plum" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_5.json index 79fe201f91..8fb7d8825c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_plum" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_plum" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_6.json index ca9f85b6fd..4652bacbe8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_plum" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_plum" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_7.json index deb1c013ee..f26b7a728f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_plum" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_plum" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_8.json index deb38824dd..c150ace74f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_plum" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_plum" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_9.json index b7016ce355..949c840275 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_plum" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_plum" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_0.json index f2b63758c1..e119b3a023 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_poplar" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_poplar" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_1.json index 78c01b5956..070e3cf5fc 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_poplar" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_poplar" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_10.json index fef998d5d1..c7ac4a7de3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_poplar" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_poplar" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_11.json index 27f0e92fc3..3bd323411d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_poplar" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_poplar" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_12.json index e684de9b62..fa29531796 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_poplar" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_poplar" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_13.json index 6bd0884790..ff74652971 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_poplar" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_poplar" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_14.json index 521028b86d..f138bb161b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_poplar" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_poplar" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_15.json index 46cf55090b..0389e4a909 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_poplar" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_poplar" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_2.json index 4ce3cb167e..7ef372a3f5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_poplar" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_poplar" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_3.json index 4dd3955058..2c6edb80a7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_poplar" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_poplar" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_4.json index 16b201f9d3..ec87b919c9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_poplar" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_poplar" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_5.json index 3b32064b26..d515925581 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_poplar" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_poplar" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_6.json index 3d08c2b327..940004d021 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_poplar" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_poplar" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_7.json index 5a802930c9..1e8f16296b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_poplar" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_poplar" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_8.json index 3acfb49d1c..745fddcbb5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_poplar" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_poplar" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_9.json index 6c6258583a..e0d6de4623 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_poplar" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_poplar" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_0.json index 2923c9968f..3dc94e4e74 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_sequoia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_sequoia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_1.json index ee410ae1ab..ab07fcb64a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_sequoia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_sequoia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_10.json index 7921b34f6a..66a2fd1c73 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_sequoia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_sequoia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_11.json index 5c59241a47..1dee403df7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_sequoia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_sequoia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_12.json index 9852a1cd79..329ad01a46 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_sequoia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_sequoia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_13.json index 66ac943cc5..d8e349ac3e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_sequoia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_sequoia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_14.json index 7ec1d70f32..03fd0d8444 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_sequoia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_sequoia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_15.json index 7f4c9df47d..92e1d62a74 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_sequoia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_sequoia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_2.json index 88bca1ae59..c50da92dde 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_sequoia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_sequoia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_3.json index 291a0d5962..c570754b16 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_sequoia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_sequoia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_4.json index be6f90e7d2..edd0a0f707 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_sequoia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_sequoia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_5.json index 75499e49c5..3f098877cb 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_sequoia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_sequoia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_6.json index 8207b50ece..3502963051 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_sequoia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_sequoia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_7.json index bd25ad49b9..0e7df00c0f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_sequoia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_sequoia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_8.json index 7780674a8f..0e6a6aaf62 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_sequoia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_sequoia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_9.json index 970a95b0e2..1bea3c86c5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_sequoia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_sequoia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_0.json index 8d23480a21..9dca97cdff 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_teak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_teak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_1.json index 435c9ea404..7a41a72db1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_teak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_teak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_10.json index d37522ae2d..5d68e1e58d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_teak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_teak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_11.json index c7279c2819..e8ab410a2c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_teak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_teak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_12.json index d5d31cc1e6..5c12fcd793 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_teak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_teak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_13.json index 7bb48d3734..5a2adaec4a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_teak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_teak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_14.json index 2f9d8d96fb..efc69df079 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_teak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_teak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_15.json index 248703302b..9adddf707d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_teak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_teak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_2.json index 277e0d98b0..d091ed1bd0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_teak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_teak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_3.json index e8743973b0..bd1f82c271 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_teak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_teak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_4.json index 78d88e5074..f74d8c42df 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_teak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_teak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_5.json index fb0b0df94f..5fbd2da1c7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_teak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_teak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_6.json index 196aac6efa..0e389b06fd 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_teak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_teak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_7.json index f6f887da64..2dc9bae110 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_teak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_teak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_8.json index 700f2e12c0..b827b0227c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_teak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_teak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_9.json index e9dd459356..85c0474df6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_teak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_teak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_0.json index 4ab6c2bced..f6905c16d9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_walnut" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_walnut" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_1.json index c6849fd067..89e5495dff 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_walnut" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_walnut" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_10.json index 71cfa10244..6002076339 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_walnut" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_walnut" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_11.json index 6c643b40ee..63e08a571d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_walnut" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_walnut" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_12.json index 45c3668351..28a5038f89 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_walnut" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_walnut" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_13.json index f10bc547c0..5b30fd8782 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_walnut" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_walnut" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_14.json index 6cdd03c335..5188a1730e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_walnut" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_walnut" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_15.json index d333006c5f..4323f4cf43 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_walnut" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_walnut" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_2.json index 2a8cb2f379..1ad24f6d77 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_walnut" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_walnut" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_3.json index 18969f2ce1..13a3985b78 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_walnut" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_walnut" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_4.json index fce4e79d76..953bd0d8ce 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_walnut" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_walnut" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_5.json index 543bdaaef0..91a4dd6342 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_walnut" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_walnut" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_6.json index 9264e7ed56..ded286ac35 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_walnut" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_walnut" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_7.json index 036f1bdf0a..cd3bf57e64 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_walnut" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_walnut" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_8.json index 05a41ec614..09cecfde96 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_walnut" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_walnut" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_9.json index 4264a7810c..3396171932 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_walnut" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_walnut" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_0.json index c1d9652cc9..27614408a7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_wenge" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_wenge" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_1.json index 3a19245c27..8073a59d4b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_wenge" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_wenge" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_10.json index 32e7fb2e38..67a7b20a04 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_wenge" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_wenge" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_11.json index 330496fa31..1cd02a9330 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_wenge" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_wenge" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_12.json index d9924f3b6f..c2a6824bce 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_wenge" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_wenge" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_13.json index 2bbea16188..9e6fb304f5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_wenge" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_wenge" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_14.json index 1529804e55..fe238cf2bb 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_wenge" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_wenge" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_15.json index 5d8be6cdfe..29617e9f19 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_wenge" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_wenge" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_2.json index 50506a5f0d..f506f01203 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_wenge" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_wenge" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_3.json index e6d67aa5f8..e9adce51fb 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_wenge" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_wenge" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_4.json index 05cf9f2a43..3f8d5ddab7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_wenge" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_wenge" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_5.json index 4b1e445a52..1c4366ca6b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_wenge" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_wenge" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_6.json index 82408fdb17..6a7e35b17a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_wenge" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_wenge" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_7.json index f16c251913..5ac07e8ca9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_wenge" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_wenge" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_8.json index a380ef693d..aba1eeaa1f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_wenge" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_wenge" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_9.json index 9f71abe35c..4474de8500 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_wenge" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_wenge" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_0.json index f69ed79e46..45350aed9d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_1.json index cfca113362..809a38ed82 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_10.json index 0cb143ec17..1d528dcde4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_11.json index 75d63e5a69..8fe7805f76 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_12.json index 508a52c9a6..b2bd60caf9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_13.json index 277ad8b6bf..9d9734d052 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_14.json index 58c67275d6..1162f89132 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_15.json index 56d83fbde1..22a7abf1ac 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_2.json index 0c04ee44ed..d2f5e6346f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_3.json index 6a8338d96b..8700bcdc6f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_4.json index 060d3ebce3..6d385b82d2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_5.json index 7eeaac0232..2dd30ec9b2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_6.json index 13303ff7d6..9e448795ab 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_7.json index 47541c1a7b..af851f4d84 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_8.json index 04b79e7cf3..9850a766ba 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_9.json index 9de524f90f..a3e60a1aa3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_0.json index ba120097aa..307171e6ab 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_zebrawood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_zebrawood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_1.json index 7f33b4d0b7..d992307de1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_zebrawood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_zebrawood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_10.json index 08897e9f0e..9b00c3d626 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_zebrawood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_zebrawood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_11.json index ed73b31bf5..72319f4d60 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_zebrawood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_zebrawood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_12.json index 4f063958ee..d12a935fee 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_zebrawood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_zebrawood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_13.json index eacce70b30..079e7f69bf 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_zebrawood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_zebrawood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_14.json index 8d43cc5bca..085b7ea957 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_zebrawood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_zebrawood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_15.json index 5c0fa31fde..1fb6c839a9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_zebrawood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_zebrawood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_2.json index 9b8f419506..347664fa3e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_zebrawood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_zebrawood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_3.json index 2232bd1810..435d3684d5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_zebrawood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_zebrawood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_4.json index a17f5997f3..05d99c06dd 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_zebrawood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_zebrawood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_5.json index 593b3623e5..2c35c3f4e0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_zebrawood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_zebrawood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_6.json index 1436b3bf5f..bf3389a910 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_zebrawood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_zebrawood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_7.json index 3e8a551a11..45be616cc3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_zebrawood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_zebrawood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_8.json index 34166c88fb..a76f9b6b05 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_zebrawood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_zebrawood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_9.json index caf8b65b01..e05edab261 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_zebrawood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_zebrawood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_0.json index a97c8bb255..0d42e5e88b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_immersiveengineering_treated_wood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_immersiveengineering_treated_wood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "immersiveengineering" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_1.json index 429bec67dd..164919a815 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_immersiveengineering_treated_wood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_immersiveengineering_treated_wood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "immersiveengineering" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_10.json index 714f90d9ea..db89708c1e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_immersiveengineering_treated_wood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_immersiveengineering_treated_wood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "immersiveengineering" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_11.json index 12303375bf..ca72508fe9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_immersiveengineering_treated_wood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_immersiveengineering_treated_wood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "immersiveengineering" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_12.json index 27c11e33db..07b604e3d7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_immersiveengineering_treated_wood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_immersiveengineering_treated_wood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "immersiveengineering" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_13.json index a85361451c..28c9191620 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_immersiveengineering_treated_wood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_immersiveengineering_treated_wood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "immersiveengineering" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_14.json index f0ca70092c..c2ebae4da6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_immersiveengineering_treated_wood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_immersiveengineering_treated_wood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "immersiveengineering" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_15.json index c4a8a04002..99c97d9a31 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_immersiveengineering_treated_wood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_immersiveengineering_treated_wood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "immersiveengineering" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_2.json index 66263fe9fb..67698bdd4f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_immersiveengineering_treated_wood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_immersiveengineering_treated_wood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "immersiveengineering" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_3.json index 1d5ad1ff68..7bf2417d3e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_immersiveengineering_treated_wood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_immersiveengineering_treated_wood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "immersiveengineering" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_4.json index 171d00415a..caccc39f77 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_immersiveengineering_treated_wood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_immersiveengineering_treated_wood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "immersiveengineering" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_5.json index be6bfafe84..6b920cc4b3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_immersiveengineering_treated_wood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_immersiveengineering_treated_wood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "immersiveengineering" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_6.json index 3b0c456e81..8e162bf9e1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_immersiveengineering_treated_wood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_immersiveengineering_treated_wood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "immersiveengineering" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_7.json index ec60fb90dc..f04b09a3a8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_immersiveengineering_treated_wood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_immersiveengineering_treated_wood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "immersiveengineering" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_8.json index 1914832078..616cdf1e7c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_immersiveengineering_treated_wood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_immersiveengineering_treated_wood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "immersiveengineering" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_9.json index 18e66b4016..96f8ccb82f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_immersiveengineering_treated_wood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_immersiveengineering_treated_wood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "immersiveengineering" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_0.json index a7449fe494..30e4aedf9b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_0.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_jungle" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_jungle" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_1.json index 547228bf75..3a72dfca2f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_1.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_jungle" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_jungle" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_10.json index d109fe2631..0deea13ce7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_10.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_jungle" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_jungle" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_11.json index b99f9f3125..158ce8d450 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_11.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_jungle" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_jungle" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_12.json index 470c5b3366..32f213115c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_12.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_jungle" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_jungle" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_13.json index f190f63207..48577650ce 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_13.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_jungle" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_jungle" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_14.json index 350f68b914..f8a0d894bd 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_14.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_jungle" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_jungle" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_15.json index 18e9373c9b..650dc04fda 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_15.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_jungle" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_jungle" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_2.json index 335418f4d1..84f0dfcfb8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_2.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_jungle" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_jungle" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_3.json index 55a9109645..155531aa19 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_3.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_jungle" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_jungle" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_4.json index ff9e327814..44400682ec 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_4.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_jungle" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_jungle" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_5.json index 78edb8e481..302ae6a14f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_5.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_jungle" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_jungle" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_6.json index 845bc7d93d..c7117ad971 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_6.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_jungle" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_jungle" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_7.json index 26050af631..bc13dd8a90 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_7.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_jungle" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_jungle" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_8.json index c7df32d2d4..d12e3a1c79 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_8.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_jungle" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_jungle" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_9.json index 4628ba1cbb..84d11c30e4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_9.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_jungle" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_jungle" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_0.json index 38bc9b5af1..d0daf39745 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_amaranth" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_amaranth" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_1.json index b42b7c9c33..a0bc40fd90 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_amaranth" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_amaranth" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_10.json index 53cf9a8f6c..0e819f93f5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_amaranth" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_amaranth" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_11.json index 7b1ad720fe..60a6f8ca05 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_amaranth" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_amaranth" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_12.json index a027209cf7..c12398bac7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_amaranth" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_amaranth" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_13.json index 869d725701..6f21cae277 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_amaranth" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_amaranth" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_14.json index ca1a6f7efe..80c9471df9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_amaranth" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_amaranth" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_15.json index 075cbe2e1a..212485031f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_amaranth" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_amaranth" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_2.json index 5d22bcc2aa..9a9c6bda62 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_amaranth" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_amaranth" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_3.json index 49d0c4fdcc..79b6301c2e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_amaranth" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_amaranth" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_4.json index d83adbd098..e67ebde864 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_amaranth" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_amaranth" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_5.json index 412b3c9050..7deadcc049 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_amaranth" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_amaranth" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_6.json index 41a087c661..e6cb09dd34 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_amaranth" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_amaranth" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_7.json index fc0842c93f..915be516c2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_amaranth" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_amaranth" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_8.json index 8be0ef8748..f2516f50a3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_amaranth" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_amaranth" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_9.json index 0dc92f7d7a..9b82275ed1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_amaranth" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_amaranth" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_0.json index 0e1bfee12f..dbebfbb4ad 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_bloodwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_bloodwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_1.json index 8d94f738b3..80530ddec2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_bloodwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_bloodwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_10.json index 77d4c9f97e..5ae0f4914a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_bloodwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_bloodwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_11.json index 07a465d53a..b337a40168 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_bloodwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_bloodwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_12.json index 27dccb7704..df32965f7f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_bloodwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_bloodwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_13.json index 7d8575fd27..9b680ddfe1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_bloodwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_bloodwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_14.json index 090ce4dd36..fbf19d4418 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_bloodwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_bloodwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_15.json index d104e3e8f6..ef5f0e0f3d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_bloodwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_bloodwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_2.json index 552c7e2e1d..05ca87a66c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_bloodwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_bloodwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_3.json index d01b8e3497..d093980f49 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_bloodwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_bloodwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_4.json index 0f627784d8..1ad3a49160 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_bloodwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_bloodwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_5.json index f2a1b9886f..43fcaa3c35 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_bloodwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_bloodwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_6.json index 25acf17c4f..4368ccc0da 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_bloodwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_bloodwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_7.json index 5a4c66aabf..fc60cba772 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_bloodwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_bloodwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_8.json index 17311bb7a7..65de254265 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_bloodwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_bloodwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_9.json index 7a87354fc7..5c9bbc983a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_bloodwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_bloodwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_0.json index aba88b7f56..8bfe1997a7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_darkwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_darkwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_1.json index bd141ca718..14d4cea452 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_darkwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_darkwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_10.json index 34fd1e3247..65005c5ae5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_darkwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_darkwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_11.json index 781196a224..8bc7660459 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_darkwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_darkwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_12.json index 825c095e72..bc651dded5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_darkwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_darkwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_13.json index 52532d9722..f78fbccfbe 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_darkwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_darkwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_14.json index a107af4a2d..bd8a263573 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_darkwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_darkwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_15.json index 12ac30154f..abb22fa9c1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_darkwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_darkwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_2.json index 4aaeb84104..1f27630bbb 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_darkwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_darkwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_3.json index d1151e40f7..5cb803b7f6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_darkwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_darkwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_4.json index 86fd3592c6..1e2be64a23 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_darkwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_darkwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_5.json index e44ee41e08..4667f80129 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_darkwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_darkwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_6.json index a3ca851e6f..d50560eb67 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_darkwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_darkwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_7.json index 2d0fab1a21..f2471a6ef5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_darkwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_darkwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_8.json index 8519a709ff..c66b191138 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_darkwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_darkwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_9.json index de2f97eef4..63403d374c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_darkwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_darkwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_0.json index f3961203e2..c89f2076aa 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_eucalyptus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_eucalyptus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_1.json index 467bbf12d5..8e58d81b81 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_eucalyptus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_eucalyptus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_10.json index 7b4fa86e2e..b3b2a76cda 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_eucalyptus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_eucalyptus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_11.json index eb3fd16539..1a468fb09b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_eucalyptus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_eucalyptus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_12.json index 26d103cc1e..2bc26f4cbd 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_eucalyptus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_eucalyptus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_13.json index c3e13c0308..09106ca220 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_eucalyptus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_eucalyptus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_14.json index 7d5bc32aff..6aa5ec08a4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_eucalyptus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_eucalyptus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_15.json index b7aa0ac2df..279d8aa798 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_eucalyptus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_eucalyptus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_2.json index e188b17d1f..cadd77bf73 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_eucalyptus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_eucalyptus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_3.json index 33b1f90af4..0e4ea38729 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_eucalyptus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_eucalyptus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_4.json index 6598bdda18..731af9b71b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_eucalyptus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_eucalyptus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_5.json index e3d69df5e0..1f00c81b73 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_eucalyptus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_eucalyptus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_6.json index 439fd10635..ab99cfd47d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_eucalyptus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_eucalyptus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_7.json index 6ca92931f8..e973aa956f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_eucalyptus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_eucalyptus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_8.json index 665d9996f4..abf8683a43 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_eucalyptus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_eucalyptus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_9.json index c62ae97472..ae683d8129 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_eucalyptus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_eucalyptus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_0.json index 6374a68b30..d1a0e3bd89 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_fusewood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_fusewood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_1.json index 287d8d36aa..d9c016665f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_fusewood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_fusewood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_10.json index d4f747457b..a9addeebd4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_fusewood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_fusewood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_11.json index 475a08c7c7..8ea8a671a6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_fusewood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_fusewood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_12.json index f069a4226c..d8c8d42792 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_fusewood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_fusewood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_13.json index 224cbfb50d..9bc386cf3f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_fusewood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_fusewood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_14.json index 0387a3120c..dbc6b49dea 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_fusewood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_fusewood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_15.json index dcf49ee320..0909b95125 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_fusewood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_fusewood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_2.json index 62f3a965b8..0b79770767 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_fusewood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_fusewood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_3.json index 0dbc0d00e4..762abc7ff7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_fusewood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_fusewood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_4.json index 9a6f423791..d209a7c704 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_fusewood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_fusewood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_5.json index 6c664dcf91..fa479708f6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_fusewood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_fusewood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_6.json index 5a9fb6d480..b1b074b1a0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_fusewood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_fusewood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_7.json index ba9614b4c4..7a50f39fa1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_fusewood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_fusewood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_8.json index a15e471a39..075556d1ac 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_fusewood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_fusewood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_9.json index b92a5e0bff..7bfffa4e61 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_fusewood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_fusewood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_0.json index 45f9dfda88..4c5efafb2d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_ghostwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_ghostwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_1.json index 2e8a5678b7..7d23657af6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_ghostwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_ghostwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_10.json index 418b755502..2fab2b0002 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_ghostwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_ghostwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_11.json index 3bc1bb2a5c..67ca57a12b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_ghostwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_ghostwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_12.json index 258f637203..acd62016ae 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_ghostwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_ghostwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_13.json index 4d97d48915..3672b2dcb3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_ghostwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_ghostwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_14.json index b6362cd03c..5e31cd97b9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_ghostwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_ghostwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_15.json index 3401d925bd..1ed64c337c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_ghostwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_ghostwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_2.json index 046c339731..af548f8928 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_ghostwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_ghostwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_3.json index 1ee2281f1d..ac52559830 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_ghostwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_ghostwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_4.json index 9646a9aaae..9a36905e85 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_ghostwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_ghostwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_5.json index a68e1c32da..eb52a09dc0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_ghostwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_ghostwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_6.json index 32c66b0756..b67eea346f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_ghostwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_ghostwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_7.json index fa1167aec5..3086feefdc 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_ghostwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_ghostwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_8.json index 71f8fa2909..13b7ceea95 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_ghostwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_ghostwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_9.json index ed990e2b2d..c39aaeb468 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_ghostwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_ghostwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_0.json index b74ca1d633..0aba98f63f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_hopseed" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_hopseed" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_1.json index 205b24ca1c..787f4c8d7e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_hopseed" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_hopseed" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_10.json index 81369be923..fe8d77b9ef 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_hopseed" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_hopseed" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_11.json index 172b61d489..e80196fc9d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_hopseed" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_hopseed" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_12.json index 05587be55b..3b880a28d1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_hopseed" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_hopseed" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_13.json index 45b305c265..996db1bddf 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_hopseed" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_hopseed" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_14.json index a131c05a1d..b18fb87b19 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_hopseed" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_hopseed" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_15.json index 84e9534a2e..d50ad0d01e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_hopseed" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_hopseed" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_2.json index 32527a3db1..d3444783b7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_hopseed" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_hopseed" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_3.json index 55dab30525..1a03a61226 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_hopseed" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_hopseed" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_4.json index beb2fc771c..237ed1ab86 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_hopseed" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_hopseed" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_5.json index 67219dfa8e..9daed8321e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_hopseed" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_hopseed" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_6.json index 8b30da2d48..f3b92142fe 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_hopseed" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_hopseed" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_7.json index 833525f532..958df2bbe1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_hopseed" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_hopseed" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_8.json index dbdf1d6194..0a095767fd 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_hopseed" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_hopseed" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_9.json index 2765449b83..47948ad9d6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_hopseed" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_hopseed" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_0.json index ee61e33e04..2af129d063 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_maple" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_maple" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_1.json index 87e6d880cb..4439e64ed1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_maple" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_maple" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_10.json index 52b5cdda2e..f7f55368d2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_maple" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_maple" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_11.json index 79bb1540bd..6f3b1b17bf 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_maple" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_maple" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_12.json index a19f980d04..820392a37a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_maple" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_maple" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_13.json index f24574fa28..805ccbd41a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_maple" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_maple" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_14.json index c8d33b15ed..e84b43bbdb 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_maple" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_maple" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_15.json index 357f9bff01..c852c05acf 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_maple" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_maple" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_2.json index 71526b0bb0..a0f6af04c2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_maple" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_maple" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_3.json index 5078d37076..b68cca5e58 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_maple" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_maple" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_4.json index 17db8f44f8..2ad36abf72 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_maple" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_maple" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_5.json index d5393d2ec8..dd48e08ed1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_maple" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_maple" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_6.json index 2bfa1b5031..f24e09a9eb 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_maple" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_maple" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_7.json index fd28251fd7..eb17b77c00 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_maple" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_maple" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_8.json index ae8a920b63..e38409302d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_maple" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_maple" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_9.json index 4ea15371a3..f48c01bf49 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_maple" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_maple" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_0.json index 530e27c540..e9cd1ba57b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_sakura" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_sakura" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_1.json index 0a51f006cc..253340ff26 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_sakura" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_sakura" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_10.json index a5080df653..126fc69d15 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_sakura" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_sakura" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_11.json index 47451f7565..68871685a3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_sakura" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_sakura" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_12.json index 05b7b3949a..ef065ccf2d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_sakura" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_sakura" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_13.json index 3b0e68b89b..e0b3c3b59b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_sakura" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_sakura" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_14.json index ff2e472a9d..68dc4eb0a6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_sakura" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_sakura" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_15.json index 29e7d8a5d0..11c5a01714 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_sakura" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_sakura" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_2.json index f5398c6639..e8038accd5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_sakura" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_sakura" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_3.json index 30f501d6bd..e3db2ff5bf 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_sakura" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_sakura" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_4.json index 3b7ccfbaed..6ffd8d607c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_sakura" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_sakura" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_5.json index 68bb301f5a..7646cf6605 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_sakura" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_sakura" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_6.json index 198b6ab933..a5c37e20c7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_sakura" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_sakura" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_7.json index 97193b8e94..1334174be5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_sakura" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_sakura" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_8.json index 1279400bbb..5a4811d09b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_sakura" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_sakura" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_9.json index b494857c9d..6e36f276ea 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_sakura" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_sakura" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_0.json index 753da9d1e8..f56ddafebb 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_silverbell" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_silverbell" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_1.json index 7bf8a3fecc..83e3669029 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_silverbell" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_silverbell" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_10.json index a6699be2b3..c9a1461978 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_silverbell" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_silverbell" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_11.json index a3ba3a55ab..b32b4df8d6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_silverbell" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_silverbell" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_12.json index 29ac166af2..2a44d4e60f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_silverbell" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_silverbell" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_13.json index f3c7ac0968..5886bc2529 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_silverbell" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_silverbell" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_14.json index 59f151b0dd..bd86eb3bf3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_silverbell" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_silverbell" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_15.json index 6d02dd0c85..28b0e93b91 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_silverbell" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_silverbell" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_2.json index 642ac25d3b..d59253bdf6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_silverbell" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_silverbell" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_3.json index f1d07356fb..18ef140ec5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_silverbell" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_silverbell" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_4.json index dc0a5b5753..302d40d2e8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_silverbell" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_silverbell" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_5.json index 5d623c320c..95fe60b0a4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_silverbell" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_silverbell" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_6.json index 3a14f64473..06b171d67f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_silverbell" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_silverbell" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_7.json index b6f0ce71cb..3bb92594b2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_silverbell" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_silverbell" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_8.json index 3ae200d735..0e693c92b4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_silverbell" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_silverbell" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_9.json index 3183e61ad1..8bf5135ba6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_silverbell" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_silverbell" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_0.json index deefb78c16..677489396b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_tiger" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_tiger" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_1.json index d044f1b2c3..1ab50e8076 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_tiger" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_tiger" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_10.json index 671a00303e..94905f7c6b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_tiger" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_tiger" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_11.json index 4deea8c79e..a2eea93810 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_tiger" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_tiger" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_12.json index c00eda2916..240979a402 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_tiger" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_tiger" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_13.json index 3c44264b28..a8ca0efe6d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_tiger" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_tiger" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_14.json index 97de87d36f..53c5f18eed 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_tiger" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_tiger" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_15.json index 0c5dd698dd..4ab4eee9b4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_tiger" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_tiger" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_2.json index 637819c385..34db2b52d2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_tiger" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_tiger" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_3.json index 23700e04b9..61a23cf1a3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_tiger" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_tiger" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_4.json index edb9d95289..27bedaa5e1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_tiger" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_tiger" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_5.json index 1633f70ab5..0994b5a970 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_tiger" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_tiger" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_6.json index aa0bbe529e..137519d054 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_tiger" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_tiger" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_7.json index 5c56844ca1..797b4f275a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_tiger" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_tiger" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_8.json index 28ac340c92..4b7481f99e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_tiger" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_tiger" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_9.json index ede76e1f3b..f3f1305d0f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_tiger" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_tiger" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_0.json index a98bb08222..4e8bd70a9d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_0.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_1.json index 7f01c4489a..3493c7d14a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_1.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_10.json index a3388ee563..08dbd8ae9c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_10.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_11.json index fc35e11806..c2ce6ee221 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_11.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_12.json index 5d97beb86f..9c46f422a2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_12.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_13.json index b3f09ee1eb..dfbc48b073 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_13.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_14.json index 2902eef36e..8cf7e7f449 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_14.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_15.json index 37ef6d0426..e547cbc2f6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_15.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_2.json index f5620c3c60..814275f7d5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_2.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_3.json index e8bca6c3aa..2d9eed86cc 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_3.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_4.json index 1719a71ba5..2adcedbc6e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_4.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_5.json index c3b4e69667..a309508185 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_5.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_6.json index 8bcfd66a24..d93dc4090b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_6.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_7.json index 25746a0f38..2e34bc297b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_7.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_8.json index 8adf7d03d5..d6cf24c4a8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_8.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_9.json index 979d452886..db567760f5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_9.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_0.json index d56b0df417..90b5871482 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_0.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_1.json index 14baa79eeb..9f596ad723 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_1.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_10.json index cf5516f0bd..6b6caa484c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_10.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_11.json index 867cd4e005..5a5b57033e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_11.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_12.json index 78477b057a..22494c20e9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_12.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_13.json index 67b005f0b7..553fe80c9f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_13.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_14.json index 6aa8f42f77..ded9a3b7c5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_14.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_15.json index 5040a1ec75..68601cd862 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_15.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_2.json index b57b7fda0e..18fea84daa 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_2.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_3.json index 293541cf87..d992cd3845 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_3.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_4.json index 5abc796ede..7c2fd44141 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_4.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_5.json index 66035b1de2..492fe00131 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_5.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_6.json index cc42f1cf66..3659260497 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_6.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_7.json index 9f0167e3a5..90c090716d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_7.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_8.json index 8f23ffd0fe..8024969eda 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_8.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_9.json index 4d7346c5e8..eba2353f49 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_9.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_0.json index 08a7c15236..ab07f57914 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_0.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 0 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 0 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_spruce" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_spruce" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_1.json index 405e1112ed..51f1a5995f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_1.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 1 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 1 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_spruce" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_spruce" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_10.json index f671f9ab8a..449ee98d60 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_10.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 10 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 10 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_spruce" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_spruce" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_11.json index 39cd430031..937cdcf66e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_11.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 11 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 11 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_spruce" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_spruce" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_12.json index 4748e81fe6..4f39aaf9c2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_12.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 12 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 12 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_spruce" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_spruce" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_13.json index e7c70180db..9fc0629b39 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_13.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 13 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 13 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_spruce" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_spruce" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_14.json index 655176bd16..0e772ddc97 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_14.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 14 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 14 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_spruce" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_spruce" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_15.json index 4c9246e8ae..9628322dda 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_15.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 15 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 15 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_spruce" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_spruce" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_2.json index eee7e21167..43d1ab5548 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_2.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 2 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 2 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_spruce" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_spruce" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_3.json index 5b9c6f5039..20db1bbb14 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_3.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 3 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 3 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_spruce" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_spruce" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_4.json index 71814198bd..0db4ae6573 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_4.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 4 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 4 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_spruce" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_spruce" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_5.json index 9f99411e6e..0fb66b1ad3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_5.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 5 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 5 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_spruce" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_spruce" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_6.json index e4cb9afcf0..cfb9bde96f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_6.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 6 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 6 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_spruce" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_spruce" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_7.json index c52c9e1943..1f6425bb1d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_7.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 7 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 7 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_spruce" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_spruce" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_8.json index 141b07a866..04de082e17 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_8.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 8 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 8 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_spruce" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_spruce" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_9.json index 0ef29851d4..90a3161e73 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_9.json @@ -1,16 +1,16 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:carpet", - "data": 9 + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:carpet", + "data": 9 + }, + { + "item": "ironagefurniture:chair_wood_ironage_bench_single_spruce" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce" }, - { - "item": "ironagefurniture:chair_wood_ironage_bench_single_spruce" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_acacia.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_acacia.json index 4d0aebdf3d..1e5c448d87 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_acacia.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_acacia.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_single_acacia", - "data": 0 - }, - "pattern": [ - "xx", - "yy" - ], - "key": { - "x": { - "item": "minecraft:planks", - "data": 4 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_single_acacia", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture" -} \ No newline at end of file + "pattern": [ + "xx", + "yy" + ], + "key": { + "x": { + "item": "minecraft:planks", + "data": 4 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_big_oak.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_big_oak.json index 041909d93b..3d94b98c4d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_big_oak.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_big_oak.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_single_big_oak", - "data": 0 - }, - "pattern": [ - "xx", - "yy" - ], - "key": { - "x": { - "item": "minecraft:planks", - "data": 5 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_single_big_oak", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture" -} \ No newline at end of file + "pattern": [ + "xx", + "yy" + ], + "key": { + "x": { + "item": "minecraft:planks", + "data": 5 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_biomesoplenty_cherry.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_biomesoplenty_cherry.json index e7c1bee63f..82dd32c9ff 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_biomesoplenty_cherry.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_biomesoplenty_cherry.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_cherry", - "data": 0 - }, - "pattern": [ - "xx", - "yy" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 1 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_cherry", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + "xx", + "yy" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 1 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_biomesoplenty_ebony.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_biomesoplenty_ebony.json index 2a20fb89f9..822f8001d7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_biomesoplenty_ebony.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_biomesoplenty_ebony.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ebony", - "data": 0 - }, - "pattern": [ - "xx", - "yy" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 14 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ebony", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + "xx", + "yy" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 14 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_biomesoplenty_ethereal.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_biomesoplenty_ethereal.json index 28bcbe78df..54dadcc412 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_biomesoplenty_ethereal.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_biomesoplenty_ethereal.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ethereal", - "data": 0 - }, - "pattern": [ - "xx", - "yy" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 4 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_ethereal", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + "xx", + "yy" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 4 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_biomesoplenty_eucalyptus.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_biomesoplenty_eucalyptus.json index 5a3f3c370c..315fbf6f08 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_biomesoplenty_eucalyptus.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_biomesoplenty_eucalyptus.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_eucalyptus", - "data": 0 - }, - "pattern": [ - "xx", - "yy" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 15 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_eucalyptus", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + "xx", + "yy" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 15 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_biomesoplenty_fir.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_biomesoplenty_fir.json index df5e879954..aec2156109 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_biomesoplenty_fir.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_biomesoplenty_fir.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_fir", - "data": 0 - }, - "pattern": [ - "xx", - "yy" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 3 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_fir", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + "xx", + "yy" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 3 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_biomesoplenty_hellbark.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_biomesoplenty_hellbark.json index daf6f9b0b6..413ba8aff4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_biomesoplenty_hellbark.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_biomesoplenty_hellbark.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_hellbark", - "data": 0 - }, - "pattern": [ - "xx", - "yy" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 11 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_hellbark", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + "xx", + "yy" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 11 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_biomesoplenty_jacaranda.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_biomesoplenty_jacaranda.json index 9bbfb31d3e..2059e98048 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_biomesoplenty_jacaranda.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_biomesoplenty_jacaranda.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_jacaranda", - "data": 0 - }, - "pattern": [ - "xx", - "yy" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 12 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_jacaranda", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + "xx", + "yy" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 12 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_biomesoplenty_magic.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_biomesoplenty_magic.json index 71c6266e81..92094a5dad 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_biomesoplenty_magic.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_biomesoplenty_magic.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_magic", - "data": 0 - }, - "pattern": [ - "xx", - "yy" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 5 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_magic", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + "xx", + "yy" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 5 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_biomesoplenty_mahogany.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_biomesoplenty_mahogany.json index 8fbd6aeb62..5935c6b7fe 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_biomesoplenty_mahogany.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_biomesoplenty_mahogany.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mahogany", - "data": 0 - }, - "pattern": [ - "xx", - "yy" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 13 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mahogany", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + "xx", + "yy" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 13 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_biomesoplenty_mangrove.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_biomesoplenty_mangrove.json index 0c933d27fd..6fa9333c2c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_biomesoplenty_mangrove.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_biomesoplenty_mangrove.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mangrove", - "data": 0 - }, - "pattern": [ - "xx", - "yy" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 6 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_mangrove", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + "xx", + "yy" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 6 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_biomesoplenty_palm.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_biomesoplenty_palm.json index d00c5eefa1..929af0108e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_biomesoplenty_palm.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_biomesoplenty_palm.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_palm", - "data": 0 - }, - "pattern": [ - "xx", - "yy" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 7 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_palm", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + "xx", + "yy" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 7 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_biomesoplenty_pine.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_biomesoplenty_pine.json index d74eb75758..e0d9732481 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_biomesoplenty_pine.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_biomesoplenty_pine.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_pine", - "data": 0 - }, - "pattern": [ - "xx", - "yy" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 10 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_pine", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + "xx", + "yy" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 10 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_biomesoplenty_redwood.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_biomesoplenty_redwood.json index c73dce1d80..095251df16 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_biomesoplenty_redwood.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_biomesoplenty_redwood.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_redwood", - "data": 0 - }, - "pattern": [ - "xx", - "yy" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 8 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_redwood", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + "xx", + "yy" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 8 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_biomesoplenty_sacred_oak.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_biomesoplenty_sacred_oak.json index 27c0a560f2..0bc4b1fd0e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_biomesoplenty_sacred_oak.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_biomesoplenty_sacred_oak.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_sacred_oak", - "data": 0 - }, - "pattern": [ - "xx", - "yy" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 0 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_sacred_oak", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + "xx", + "yy" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 0 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_biomesoplenty_umbran.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_biomesoplenty_umbran.json index 3b479e2d83..f04ced6c1c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_biomesoplenty_umbran.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_biomesoplenty_umbran.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_umbran", - "data": 0 - }, - "pattern": [ - "xx", - "yy" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 2 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_umbran", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + "xx", + "yy" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 2 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_biomesoplenty_willow.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_biomesoplenty_willow.json index 5b6480c99a..cd03090905 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_biomesoplenty_willow.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_biomesoplenty_willow.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_willow", - "data": 0 - }, - "pattern": [ - "xx", - "yy" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 9 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_single_biomesoplenty_willow", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + "xx", + "yy" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 9 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_birch.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_birch.json index 7fa22e6c3c..30daf9ab2d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_birch.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_birch.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_single_birch", - "data": 0 - }, - "pattern": [ - "xx", - "yy" - ], - "key": { - "x": { - "item": "minecraft:planks", - "data": 2 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_single_birch", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture" -} \ No newline at end of file + "pattern": [ + "xx", + "yy" + ], + "key": { + "x": { + "item": "minecraft:planks", + "data": 2 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_acacia.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_acacia.json index 6212fb3e9f..742873958a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_acacia.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_acacia.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_acacia", - "data": 0 - }, - "pattern": [ - "xx", - "yy" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 2 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_acacia", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "xx", + "yy" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 2 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_balsa.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_balsa.json index 1aa295a613..58c65fec84 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_balsa.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_balsa.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_balsa", - "data": 0 - }, - "pattern": [ - "xx", - "yy" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 11 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_balsa", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "xx", + "yy" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 11 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_baobab.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_baobab.json index 7af95ecdbc..19b1d7ae84 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_baobab.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_baobab.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_baobab", - "data": 0 - }, - "pattern": [ - "xx", - "yy" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 6 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_baobab", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "xx", + "yy" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 6 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_cherry.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_cherry.json index 5734038c17..63cddfeaf6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_cherry.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_cherry.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cherry", - "data": 0 - }, - "pattern": [ - "xx", - "yy" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 15 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cherry", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "xx", + "yy" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 15 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_chestnut.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_chestnut.json index b946af1034..4b0372ec17 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_chestnut.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_chestnut.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_chestnut", - "data": 0 - }, - "pattern": [ - "xx", - "yy" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 4 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_chestnut", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "xx", + "yy" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 4 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_citrus.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_citrus.json index 97c9941f8e..03d8125d60 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_citrus.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_citrus.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_citrus", - "data": 0 - }, - "pattern": [ - "xx", - "yy" - ], - "key": { - "x": { - "item": "forestry:planks.1", - "data": 7 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_citrus", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "xx", + "yy" + ], + "key": { + "x": { + "item": "forestry:planks.1", + "data": 7 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_cocobolo.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_cocobolo.json index d62c57d192..79655ad8a4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_cocobolo.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_cocobolo.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cocobolo", - "data": 0 - }, - "pattern": [ - "xx", - "yy" - ], - "key": { - "x": { - "item": "forestry:planks.1", - "data": 11 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_cocobolo", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "xx", + "yy" + ], + "key": { + "x": { + "item": "forestry:planks.1", + "data": 11 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_ebony.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_ebony.json index e438592d21..ae44c22820 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_ebony.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_ebony.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ebony", - "data": 0 - }, - "pattern": [ - "xx", - "yy" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 9 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ebony", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "xx", + "yy" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 9 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_giganteum.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_giganteum.json index 70f8549d49..f6cd4e247f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_giganteum.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_giganteum.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_giganteum", - "data": 0 - }, - "pattern": [ - "xx", - "yy" - ], - "key": { - "x": { - "item": "forestry:planks.1", - "data": 8 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_giganteum", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "xx", + "yy" + ], + "key": { + "x": { + "item": "forestry:planks.1", + "data": 8 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_greenheart.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_greenheart.json index 280308a9c1..15f596f1c3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_greenheart.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_greenheart.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_greenheart", - "data": 0 - }, - "pattern": [ - "xx", - "yy" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 14 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_greenheart", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "xx", + "yy" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 14 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_ipe.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_ipe.json index 126b69737c..1e231e4a57 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_ipe.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_ipe.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ipe", - "data": 0 - }, - "pattern": [ - "xx", - "yy" - ], - "key": { - "x": { - "item": "forestry:planks.1", - "data": 9 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_ipe", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "xx", + "yy" + ], + "key": { + "x": { + "item": "forestry:planks.1", + "data": 9 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_kapok.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_kapok.json index e41eb19372..1ab8a06a79 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_kapok.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_kapok.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_kapok", - "data": 0 - }, - "pattern": [ - "xx", - "yy" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 8 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_kapok", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "xx", + "yy" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 8 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_larch.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_larch.json index 81b7cf2301..f0e15f6a2d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_larch.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_larch.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_larch", - "data": 0 - }, - "pattern": [ - "xx", - "yy" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 0 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_larch", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "xx", + "yy" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 0 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_lime.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_lime.json index 926d788c72..e3ebba8150 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_lime.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_lime.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_lime", - "data": 0 - }, - "pattern": [ - "xx", - "yy" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 3 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_lime", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "xx", + "yy" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 3 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_mahoe.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_mahoe.json index 8aa42ad893..0907059b8e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_mahoe.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_mahoe.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahoe", - "data": 0 - }, - "pattern": [ - "xx", - "yy" - ], - "key": { - "x": { - "item": "forestry:planks.1", - "data": 0 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahoe", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "xx", + "yy" + ], + "key": { + "x": { + "item": "forestry:planks.1", + "data": 0 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_mahogany.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_mahogany.json index ced95a60eb..cc39085da7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_mahogany.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_mahogany.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahogany", - "data": 0 - }, - "pattern": [ - "xx", - "yy" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 10 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_mahogany", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "xx", + "yy" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 10 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_maple.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_maple.json index adcab885ce..b4fdf1441e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_maple.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_maple.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_maple", - "data": 0 - }, - "pattern": [ - "xx", - "yy" - ], - "key": { - "x": { - "item": "forestry:planks.1", - "data": 6 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_maple", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "xx", + "yy" + ], + "key": { + "x": { + "item": "forestry:planks.1", + "data": 6 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_padauk.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_padauk.json index b3ffdf547f..9e865f8910 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_padauk.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_padauk.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_padauk", - "data": 0 - }, - "pattern": [ - "xx", - "yy" - ], - "key": { - "x": { - "item": "forestry:planks.1", - "data": 10 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_padauk", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "xx", + "yy" + ], + "key": { + "x": { + "item": "forestry:planks.1", + "data": 10 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_palm.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_palm.json index 4f7f284950..f0f1aa7e72 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_palm.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_palm.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_palm", - "data": 0 - }, - "pattern": [ - "xx", - "yy" - ], - "key": { - "x": { - "item": "forestry:planks.1", - "data": 2 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_palm", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "xx", + "yy" + ], + "key": { + "x": { + "item": "forestry:planks.1", + "data": 2 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_papaya.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_papaya.json index c63a786f46..06136d7c58 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_papaya.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_papaya.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_papaya", - "data": 0 - }, - "pattern": [ - "xx", - "yy" - ], - "key": { - "x": { - "item": "forestry:planks.1", - "data": 3 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_papaya", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "xx", + "yy" + ], + "key": { + "x": { + "item": "forestry:planks.1", + "data": 3 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_pine.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_pine.json index 37f23236af..6a152bfc9e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_pine.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_pine.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_pine", - "data": 0 - }, - "pattern": [ - "xx", - "yy" - ], - "key": { - "x": { - "item": "forestry:planks.1", - "data": 4 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_pine", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "xx", + "yy" + ], + "key": { + "x": { + "item": "forestry:planks.1", + "data": 4 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_plum.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_plum.json index 58b015cfa5..241fbacce1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_plum.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_plum.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_plum", - "data": 0 - }, - "pattern": [ - "xx", - "yy" - ], - "key": { - "x": { - "item": "forestry:planks.1", - "data": 5 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_plum", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "xx", + "yy" + ], + "key": { + "x": { + "item": "forestry:planks.1", + "data": 5 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_poplar.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_poplar.json index 33fda68dc0..ae06d62685 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_poplar.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_poplar.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_poplar", - "data": 0 - }, - "pattern": [ - "xx", - "yy" - ], - "key": { - "x": { - "item": "forestry:planks.1", - "data": 1 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_poplar", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "xx", + "yy" + ], + "key": { + "x": { + "item": "forestry:planks.1", + "data": 1 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_sequoia.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_sequoia.json index 2dfe7adbc3..46dea3f74e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_sequoia.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_sequoia.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_sequoia", - "data": 0 - }, - "pattern": [ - "xx", - "yy" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 7 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_sequoia", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "xx", + "yy" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 7 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_teak.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_teak.json index dbff6c34d6..e249a9508b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_teak.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_teak.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_teak", - "data": 0 - }, - "pattern": [ - "xx", - "yy" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 1 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_teak", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "xx", + "yy" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 1 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_walnut.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_walnut.json index d1cf0db945..4cb0349b26 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_walnut.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_walnut.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_walnut", - "data": 0 - }, - "pattern": [ - "xx", - "yy" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 13 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_walnut", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "xx", + "yy" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 13 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_wenge.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_wenge.json index a03739ad89..b2049e4487 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_wenge.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_wenge.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_wenge", - "data": 0 - }, - "pattern": [ - "xx", - "yy" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 5 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_wenge", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "xx", + "yy" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 5 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_willow.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_willow.json index e22dcc3988..d8f23c8156 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_willow.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_willow.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_willow", - "data": 0 - }, - "pattern": [ - "xx", - "yy" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 12 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_willow", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "xx", + "yy" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 12 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_zebrawood.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_zebrawood.json index 5141f8ad10..3b67ccbcd7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_zebrawood.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_forestry_zebrawood.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_zebrawood", - "data": 0 - }, - "pattern": [ - "xx", - "yy" - ], - "key": { - "x": { - "item": "forestry:planks.1", - "data": 12 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_single_forestry_zebrawood", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "xx", + "yy" + ], + "key": { + "x": { + "item": "forestry:planks.1", + "data": 12 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_immersiveengineering_treated_wood.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_immersiveengineering_treated_wood.json index 17b3dbd817..a0e4d65da8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_immersiveengineering_treated_wood.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_immersiveengineering_treated_wood.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_single_immersiveengineering_treated_wood", - "data": 0 - }, - "pattern": [ - "xx", - "yy" - ], - "key": { - "x": { - "item": "immersiveengineering:treated_wood", - "data": 0 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_single_immersiveengineering_treated_wood", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "immersiveengineering" - } - ] -} \ No newline at end of file + "pattern": [ + "xx", + "yy" + ], + "key": { + "x": { + "item": "immersiveengineering:treated_wood", + "data": 0 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_immersiveengineering_treated_wood_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_immersiveengineering_treated_wood_1.json index e8382634a5..8ee7b48f13 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_immersiveengineering_treated_wood_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_immersiveengineering_treated_wood_1.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_single_immersiveengineering_treated_wood", - "data": 0 - }, - "pattern": [ - "xx", - "yy" - ], - "key": { - "x": { - "item": "immersiveengineering:treated_wood", - "data": 1 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_single_immersiveengineering_treated_wood", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "immersiveengineering" - } - ] -} \ No newline at end of file + "pattern": [ + "xx", + "yy" + ], + "key": { + "x": { + "item": "immersiveengineering:treated_wood", + "data": 1 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_immersiveengineering_treated_wood_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_immersiveengineering_treated_wood_2.json index 23bc9c3e0d..54547f91ba 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_immersiveengineering_treated_wood_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_immersiveengineering_treated_wood_2.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_single_immersiveengineering_treated_wood", - "data": 0 - }, - "pattern": [ - "xx", - "yy" - ], - "key": { - "x": { - "item": "immersiveengineering:treated_wood", - "data": 2 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_single_immersiveengineering_treated_wood", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "immersiveengineering" - } - ] -} \ No newline at end of file + "pattern": [ + "xx", + "yy" + ], + "key": { + "x": { + "item": "immersiveengineering:treated_wood", + "data": 2 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_jungle.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_jungle.json index a85960d15c..f152814978 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_jungle.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_jungle.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_single_jungle", - "data": 0 - }, - "pattern": [ - "xx", - "yy" - ], - "key": { - "x": { - "item": "minecraft:planks", - "data": 3 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_single_jungle", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture" -} \ No newline at end of file + "pattern": [ + "xx", + "yy" + ], + "key": { + "x": { + "item": "minecraft:planks", + "data": 3 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_natura_amaranth.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_natura_amaranth.json index 738b305a39..f321b2b62c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_natura_amaranth.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_natura_amaranth.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_amaranth", - "data": 0 - }, - "pattern": [ - "xx", - "yy" - ], - "key": { - "x": { - "item": "natura:overworld_planks", - "data": 2 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_amaranth", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "pattern": [ + "xx", + "yy" + ], + "key": { + "x": { + "item": "natura:overworld_planks", + "data": 2 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_natura_bloodwood.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_natura_bloodwood.json index b082300406..df9c250129 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_natura_bloodwood.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_natura_bloodwood.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_bloodwood", - "data": 0 - }, - "pattern": [ - "xx", - "yy" - ], - "key": { - "x": { - "item": "natura:nether_planks", - "data": 1 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_bloodwood", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "pattern": [ + "xx", + "yy" + ], + "key": { + "x": { + "item": "natura:nether_planks", + "data": 1 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_natura_darkwood.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_natura_darkwood.json index 5b936aedb6..3e9fa13001 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_natura_darkwood.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_natura_darkwood.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_darkwood", - "data": 0 - }, - "pattern": [ - "xx", - "yy" - ], - "key": { - "x": { - "item": "natura:nether_planks", - "data": 2 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_darkwood", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "pattern": [ + "xx", + "yy" + ], + "key": { + "x": { + "item": "natura:nether_planks", + "data": 2 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_natura_eucalyptus.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_natura_eucalyptus.json index d29efa5328..8c8ef5b298 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_natura_eucalyptus.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_natura_eucalyptus.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_eucalyptus", - "data": 0 - }, - "pattern": [ - "xx", - "yy" - ], - "key": { - "x": { - "item": "natura:overworld_planks", - "data": 5 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_eucalyptus", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "pattern": [ + "xx", + "yy" + ], + "key": { + "x": { + "item": "natura:overworld_planks", + "data": 5 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_natura_fusewood.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_natura_fusewood.json index e4d87163cb..192f06fb9a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_natura_fusewood.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_natura_fusewood.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_fusewood", - "data": 0 - }, - "pattern": [ - "xx", - "yy" - ], - "key": { - "x": { - "item": "natura:nether_planks", - "data": 3 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_fusewood", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "pattern": [ + "xx", + "yy" + ], + "key": { + "x": { + "item": "natura:nether_planks", + "data": 3 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_natura_ghostwood.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_natura_ghostwood.json index e1a3c09012..871991cdf6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_natura_ghostwood.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_natura_ghostwood.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_ghostwood", - "data": 0 - }, - "pattern": [ - "xx", - "yy" - ], - "key": { - "x": { - "item": "natura:nether_planks", - "data": 0 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_ghostwood", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "pattern": [ + "xx", + "yy" + ], + "key": { + "x": { + "item": "natura:nether_planks", + "data": 0 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_natura_hopseed.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_natura_hopseed.json index ac59bd744b..54d09200d3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_natura_hopseed.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_natura_hopseed.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_hopseed", - "data": 0 - }, - "pattern": [ - "xx", - "yy" - ], - "key": { - "x": { - "item": "natura:overworld_planks", - "data": 6 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_hopseed", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "pattern": [ + "xx", + "yy" + ], + "key": { + "x": { + "item": "natura:overworld_planks", + "data": 6 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_natura_maple.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_natura_maple.json index 018e7fbc4c..a273ec1f0b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_natura_maple.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_natura_maple.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_maple", - "data": 0 - }, - "pattern": [ - "xx", - "yy" - ], - "key": { - "x": { - "item": "natura:overworld_planks", - "data": 0 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_maple", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "pattern": [ + "xx", + "yy" + ], + "key": { + "x": { + "item": "natura:overworld_planks", + "data": 0 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_natura_sakura.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_natura_sakura.json index f73de56244..4d700a4c61 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_natura_sakura.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_natura_sakura.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_sakura", - "data": 0 - }, - "pattern": [ - "xx", - "yy" - ], - "key": { - "x": { - "item": "natura:overworld_planks", - "data": 7 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_sakura", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "pattern": [ + "xx", + "yy" + ], + "key": { + "x": { + "item": "natura:overworld_planks", + "data": 7 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_natura_silverbell.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_natura_silverbell.json index a5c932a29d..9733bbd4d0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_natura_silverbell.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_natura_silverbell.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_silverbell", - "data": 0 - }, - "pattern": [ - "xx", - "yy" - ], - "key": { - "x": { - "item": "natura:overworld_planks", - "data": 1 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_silverbell", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "pattern": [ + "xx", + "yy" + ], + "key": { + "x": { + "item": "natura:overworld_planks", + "data": 1 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_natura_tiger.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_natura_tiger.json index d20d48d989..835eab046e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_natura_tiger.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_natura_tiger.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_tiger", - "data": 0 - }, - "pattern": [ - "xx", - "yy" - ], - "key": { - "x": { - "item": "natura:overworld_planks", - "data": 3 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_tiger", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "pattern": [ + "xx", + "yy" + ], + "key": { + "x": { + "item": "natura:overworld_planks", + "data": 3 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_natura_willow.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_natura_willow.json index 556454a429..2e397cbe7f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_natura_willow.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_natura_willow.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_willow", - "data": 0 - }, - "pattern": [ - "xx", - "yy" - ], - "key": { - "x": { - "item": "natura:overworld_planks", - "data": 4 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_single_natura_willow", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "pattern": [ + "xx", + "yy" + ], + "key": { + "x": { + "item": "natura:overworld_planks", + "data": 4 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_oak.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_oak.json index 8b1753b516..3fc666558d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_oak.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_oak.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_single_oak", - "data": 0 - }, - "pattern": [ - "xx", - "yy" - ], - "key": { - "x": { - "item": "minecraft:planks", - "data": 0 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_single_oak", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture" -} \ No newline at end of file + "pattern": [ + "xx", + "yy" + ], + "key": { + "x": { + "item": "minecraft:planks", + "data": 0 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_spruce.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_spruce.json index 97195c636b..fcdbdc3f8e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_spruce.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_single_spruce.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_single_spruce", - "data": 0 - }, - "pattern": [ - "xx", - "yy" - ], - "key": { - "x": { - "item": "minecraft:planks", - "data": 1 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_bench_single_spruce", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture" -} \ No newline at end of file + "pattern": [ + "xx", + "yy" + ], + "key": { + "x": { + "item": "minecraft:planks", + "data": 1 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_acacia.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_acacia.json index 951fd50394..8845de9cd3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_acacia.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_acacia.json @@ -1,23 +1,23 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_classic_acacia", - "data": 0 - }, - "pattern": [ - "x ", - "xxx", - "y y" - ], - "key": { - "x": { - "item": "minecraft:planks", - "data": 4 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_classic_acacia", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture" -} \ No newline at end of file + "pattern": [ + "x ", + "xxx", + "y y" + ], + "key": { + "x": { + "item": "minecraft:planks", + "data": 4 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_big_oak.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_big_oak.json index b03565e427..298806ddc8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_big_oak.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_big_oak.json @@ -1,23 +1,23 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_classic_big_oak", - "data": 0 - }, - "pattern": [ - "x ", - "xxx", - "y y" - ], - "key": { - "x": { - "item": "minecraft:planks", - "data": 5 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_classic_big_oak", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture" -} \ No newline at end of file + "pattern": [ + "x ", + "xxx", + "y y" + ], + "key": { + "x": { + "item": "minecraft:planks", + "data": 5 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_biomesoplenty_cherry.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_biomesoplenty_cherry.json index 3e6225c17f..ef27a8a57c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_biomesoplenty_cherry.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_biomesoplenty_cherry.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_cherry", - "data": 0 - }, - "pattern": [ - "x ", - "xxx", - "y y" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 1 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_cherry", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xxx", + "y y" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 1 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_biomesoplenty_ebony.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_biomesoplenty_ebony.json index 062f7bfc09..584f4eb7a8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_biomesoplenty_ebony.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_biomesoplenty_ebony.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_ebony", - "data": 0 - }, - "pattern": [ - "x ", - "xxx", - "y y" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 14 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_ebony", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xxx", + "y y" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 14 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_biomesoplenty_ethereal.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_biomesoplenty_ethereal.json index f95bd4fda2..0b899b3421 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_biomesoplenty_ethereal.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_biomesoplenty_ethereal.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_ethereal", - "data": 0 - }, - "pattern": [ - "x ", - "xxx", - "y y" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 4 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_ethereal", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xxx", + "y y" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 4 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_biomesoplenty_eucalyptus.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_biomesoplenty_eucalyptus.json index c8c79d4180..6aa87bc3b8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_biomesoplenty_eucalyptus.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_biomesoplenty_eucalyptus.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_eucalyptus", - "data": 0 - }, - "pattern": [ - "x ", - "xxx", - "y y" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 15 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_eucalyptus", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xxx", + "y y" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 15 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_biomesoplenty_fir.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_biomesoplenty_fir.json index 69438b925f..aea9d03fa3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_biomesoplenty_fir.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_biomesoplenty_fir.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_fir", - "data": 0 - }, - "pattern": [ - "x ", - "xxx", - "y y" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 3 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_fir", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xxx", + "y y" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 3 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_biomesoplenty_hellbark.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_biomesoplenty_hellbark.json index 6b781102d0..d00f071296 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_biomesoplenty_hellbark.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_biomesoplenty_hellbark.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_hellbark", - "data": 0 - }, - "pattern": [ - "x ", - "xxx", - "y y" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 11 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_hellbark", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xxx", + "y y" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 11 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_biomesoplenty_jacaranda.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_biomesoplenty_jacaranda.json index cabaa46b51..918f8bc919 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_biomesoplenty_jacaranda.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_biomesoplenty_jacaranda.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_jacaranda", - "data": 0 - }, - "pattern": [ - "x ", - "xxx", - "y y" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 12 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_jacaranda", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xxx", + "y y" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 12 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_biomesoplenty_magic.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_biomesoplenty_magic.json index e38c0612fd..0113a46f43 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_biomesoplenty_magic.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_biomesoplenty_magic.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_magic", - "data": 0 - }, - "pattern": [ - "x ", - "xxx", - "y y" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 5 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_magic", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xxx", + "y y" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 5 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_biomesoplenty_mahogany.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_biomesoplenty_mahogany.json index 2a493c2361..82103fab24 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_biomesoplenty_mahogany.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_biomesoplenty_mahogany.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_mahogany", - "data": 0 - }, - "pattern": [ - "x ", - "xxx", - "y y" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 13 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_mahogany", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xxx", + "y y" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 13 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_biomesoplenty_mangrove.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_biomesoplenty_mangrove.json index 4489c42735..aa392be53f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_biomesoplenty_mangrove.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_biomesoplenty_mangrove.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_mangrove", - "data": 0 - }, - "pattern": [ - "x ", - "xxx", - "y y" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 6 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_mangrove", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xxx", + "y y" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 6 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_biomesoplenty_palm.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_biomesoplenty_palm.json index 94ad37db9c..d3979055c4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_biomesoplenty_palm.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_biomesoplenty_palm.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_palm", - "data": 0 - }, - "pattern": [ - "x ", - "xxx", - "y y" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 7 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_palm", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xxx", + "y y" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 7 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_biomesoplenty_pine.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_biomesoplenty_pine.json index 7b20795238..ba11a7faa6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_biomesoplenty_pine.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_biomesoplenty_pine.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_pine", - "data": 0 - }, - "pattern": [ - "x ", - "xxx", - "y y" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 10 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_pine", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xxx", + "y y" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 10 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_biomesoplenty_redwood.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_biomesoplenty_redwood.json index 794a48458a..5778fb835e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_biomesoplenty_redwood.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_biomesoplenty_redwood.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_redwood", - "data": 0 - }, - "pattern": [ - "x ", - "xxx", - "y y" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 8 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_redwood", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xxx", + "y y" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 8 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_biomesoplenty_sacred_oak.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_biomesoplenty_sacred_oak.json index dcabe57ddc..28c029bfce 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_biomesoplenty_sacred_oak.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_biomesoplenty_sacred_oak.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_sacred_oak", - "data": 0 - }, - "pattern": [ - "x ", - "xxx", - "y y" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 0 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_sacred_oak", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xxx", + "y y" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 0 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_biomesoplenty_umbran.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_biomesoplenty_umbran.json index 4891680128..7f82cd5501 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_biomesoplenty_umbran.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_biomesoplenty_umbran.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_umbran", - "data": 0 - }, - "pattern": [ - "x ", - "xxx", - "y y" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 2 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_umbran", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xxx", + "y y" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 2 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_biomesoplenty_willow.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_biomesoplenty_willow.json index 2bea813cbb..8cd9eab076 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_biomesoplenty_willow.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_biomesoplenty_willow.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_willow", - "data": 0 - }, - "pattern": [ - "x ", - "xxx", - "y y" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 9 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_willow", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xxx", + "y y" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 9 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_birch.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_birch.json index 32cb95aeb7..de937ec76c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_birch.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_birch.json @@ -1,23 +1,23 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_classic_birch", - "data": 0 - }, - "pattern": [ - "x ", - "xxx", - "y y" - ], - "key": { - "x": { - "item": "minecraft:planks", - "data": 2 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_classic_birch", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture" -} \ No newline at end of file + "pattern": [ + "x ", + "xxx", + "y y" + ], + "key": { + "x": { + "item": "minecraft:planks", + "data": 2 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_acacia.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_acacia.json index e97fb3069c..7674cadee5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_acacia.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_acacia.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_classic_forestry_acacia", - "data": 0 - }, - "pattern": [ - "x ", - "xxx", - "y y" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 2 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_acacia", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xxx", + "y y" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 2 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_balsa.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_balsa.json index 006faba708..7216cb8ecd 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_balsa.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_balsa.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_classic_forestry_balsa", - "data": 0 - }, - "pattern": [ - "x ", - "xxx", - "y y" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 11 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_balsa", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xxx", + "y y" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 11 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_baobab.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_baobab.json index 1f56da7669..eb358398e3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_baobab.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_baobab.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_classic_forestry_baobab", - "data": 0 - }, - "pattern": [ - "x ", - "xxx", - "y y" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 6 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_baobab", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xxx", + "y y" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 6 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_cherry.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_cherry.json index 828bc3bf75..cf0d41e262 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_cherry.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_cherry.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_classic_forestry_cherry", - "data": 0 - }, - "pattern": [ - "x ", - "xxx", - "y y" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 15 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_cherry", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xxx", + "y y" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 15 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_chestnut.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_chestnut.json index 4f8fad5c30..181b413ec0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_chestnut.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_chestnut.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_classic_forestry_chestnut", - "data": 0 - }, - "pattern": [ - "x ", - "xxx", - "y y" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 4 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_chestnut", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xxx", + "y y" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 4 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_citrus.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_citrus.json index 8d1d8c6d0b..1b96378a30 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_citrus.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_citrus.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_classic_forestry_citrus", - "data": 0 - }, - "pattern": [ - "x ", - "xxx", - "y y" - ], - "key": { - "x": { - "item": "forestry:planks.1", - "data": 7 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_citrus", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xxx", + "y y" + ], + "key": { + "x": { + "item": "forestry:planks.1", + "data": 7 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_cocobolo.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_cocobolo.json index 2817601e59..882e9aa663 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_cocobolo.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_cocobolo.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_classic_forestry_cocobolo", - "data": 0 - }, - "pattern": [ - "x ", - "xxx", - "y y" - ], - "key": { - "x": { - "item": "forestry:planks.1", - "data": 11 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_cocobolo", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xxx", + "y y" + ], + "key": { + "x": { + "item": "forestry:planks.1", + "data": 11 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_ebony.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_ebony.json index 436ed472b8..9fde1a79a6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_ebony.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_ebony.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_classic_forestry_ebony", - "data": 0 - }, - "pattern": [ - "x ", - "xxx", - "y y" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 9 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_ebony", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xxx", + "y y" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 9 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_giganteum.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_giganteum.json index 6d899694fa..94c6816838 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_giganteum.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_giganteum.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_classic_forestry_giganteum", - "data": 0 - }, - "pattern": [ - "x ", - "xxx", - "y y" - ], - "key": { - "x": { - "item": "forestry:planks.1", - "data": 8 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_giganteum", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xxx", + "y y" + ], + "key": { + "x": { + "item": "forestry:planks.1", + "data": 8 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_greenheart.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_greenheart.json index d0d49b6dfd..cba0124046 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_greenheart.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_greenheart.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_classic_forestry_greenheart", - "data": 0 - }, - "pattern": [ - "x ", - "xxx", - "y y" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 14 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_greenheart", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xxx", + "y y" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 14 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_ipe.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_ipe.json index ad56366738..89e878db38 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_ipe.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_ipe.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_classic_forestry_ipe", - "data": 0 - }, - "pattern": [ - "x ", - "xxx", - "y y" - ], - "key": { - "x": { - "item": "forestry:planks.1", - "data": 9 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_ipe", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xxx", + "y y" + ], + "key": { + "x": { + "item": "forestry:planks.1", + "data": 9 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_kapok.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_kapok.json index 8e72b1842a..09d38edbc7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_kapok.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_kapok.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_classic_forestry_kapok", - "data": 0 - }, - "pattern": [ - "x ", - "xxx", - "y y" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 8 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_kapok", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xxx", + "y y" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 8 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_larch.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_larch.json index 1964351e0b..abc34b45d9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_larch.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_larch.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_classic_forestry_larch", - "data": 0 - }, - "pattern": [ - "x ", - "xxx", - "y y" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 0 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_larch", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xxx", + "y y" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 0 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_lime.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_lime.json index 678f6797d3..75cfd612b6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_lime.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_lime.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_classic_forestry_lime", - "data": 0 - }, - "pattern": [ - "x ", - "xxx", - "y y" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 3 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_lime", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xxx", + "y y" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 3 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_mahoe.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_mahoe.json index eae4a0a65e..b3a4610b6d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_mahoe.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_mahoe.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_classic_forestry_mahoe", - "data": 0 - }, - "pattern": [ - "x ", - "xxx", - "y y" - ], - "key": { - "x": { - "item": "forestry:planks.1", - "data": 0 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_mahoe", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xxx", + "y y" + ], + "key": { + "x": { + "item": "forestry:planks.1", + "data": 0 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_mahogany.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_mahogany.json index 2586d828b5..08e2f17e9f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_mahogany.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_mahogany.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_classic_forestry_mahogany", - "data": 0 - }, - "pattern": [ - "x ", - "xxx", - "y y" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 10 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_mahogany", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xxx", + "y y" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 10 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_maple.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_maple.json index 7b3b02bc68..96cbfcc1fb 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_maple.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_maple.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_classic_forestry_maple", - "data": 0 - }, - "pattern": [ - "x ", - "xxx", - "y y" - ], - "key": { - "x": { - "item": "forestry:planks.1", - "data": 6 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_maple", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xxx", + "y y" + ], + "key": { + "x": { + "item": "forestry:planks.1", + "data": 6 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_padauk.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_padauk.json index 312ff42af4..5526982a2c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_padauk.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_padauk.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_classic_forestry_padauk", - "data": 0 - }, - "pattern": [ - "x ", - "xxx", - "y y" - ], - "key": { - "x": { - "item": "forestry:planks.1", - "data": 10 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_padauk", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xxx", + "y y" + ], + "key": { + "x": { + "item": "forestry:planks.1", + "data": 10 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_palm.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_palm.json index 8f226fdd6f..df222f1088 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_palm.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_palm.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_classic_forestry_palm", - "data": 0 - }, - "pattern": [ - "x ", - "xxx", - "y y" - ], - "key": { - "x": { - "item": "forestry:planks.1", - "data": 2 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_palm", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xxx", + "y y" + ], + "key": { + "x": { + "item": "forestry:planks.1", + "data": 2 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_papaya.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_papaya.json index ab39bddf74..63556adf54 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_papaya.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_papaya.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_classic_forestry_papaya", - "data": 0 - }, - "pattern": [ - "x ", - "xxx", - "y y" - ], - "key": { - "x": { - "item": "forestry:planks.1", - "data": 3 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_papaya", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xxx", + "y y" + ], + "key": { + "x": { + "item": "forestry:planks.1", + "data": 3 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_pine.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_pine.json index 91a5a94e54..cf808f8d78 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_pine.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_pine.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_classic_forestry_pine", - "data": 0 - }, - "pattern": [ - "x ", - "xxx", - "y y" - ], - "key": { - "x": { - "item": "forestry:planks.1", - "data": 4 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_pine", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xxx", + "y y" + ], + "key": { + "x": { + "item": "forestry:planks.1", + "data": 4 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_plum.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_plum.json index 771d02a6e2..8eddd686e2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_plum.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_plum.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_classic_forestry_plum", - "data": 0 - }, - "pattern": [ - "x ", - "xxx", - "y y" - ], - "key": { - "x": { - "item": "forestry:planks.1", - "data": 5 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_plum", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xxx", + "y y" + ], + "key": { + "x": { + "item": "forestry:planks.1", + "data": 5 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_poplar.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_poplar.json index d6518a2c44..b57d7db67b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_poplar.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_poplar.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_classic_forestry_poplar", - "data": 0 - }, - "pattern": [ - "x ", - "xxx", - "y y" - ], - "key": { - "x": { - "item": "forestry:planks.1", - "data": 1 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_poplar", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xxx", + "y y" + ], + "key": { + "x": { + "item": "forestry:planks.1", + "data": 1 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_sequoia.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_sequoia.json index 8d412cec36..bb45e922b4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_sequoia.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_sequoia.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_classic_forestry_sequoia", - "data": 0 - }, - "pattern": [ - "x ", - "xxx", - "y y" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 7 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_sequoia", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xxx", + "y y" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 7 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_teak.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_teak.json index 11533f0800..6c691b2f18 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_teak.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_teak.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_classic_forestry_teak", - "data": 0 - }, - "pattern": [ - "x ", - "xxx", - "y y" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 1 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_teak", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xxx", + "y y" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 1 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_walnut.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_walnut.json index 854e5ae6aa..5fa2fe1532 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_walnut.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_walnut.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_classic_forestry_walnut", - "data": 0 - }, - "pattern": [ - "x ", - "xxx", - "y y" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 13 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_walnut", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xxx", + "y y" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 13 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_wenge.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_wenge.json index 858e0919cc..62c5f0f1ba 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_wenge.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_wenge.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_classic_forestry_wenge", - "data": 0 - }, - "pattern": [ - "x ", - "xxx", - "y y" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 5 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_wenge", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xxx", + "y y" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 5 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_willow.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_willow.json index 17eee1f568..cf614be55a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_willow.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_willow.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_classic_forestry_willow", - "data": 0 - }, - "pattern": [ - "x ", - "xxx", - "y y" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 12 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_willow", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xxx", + "y y" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 12 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_zebrawood.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_zebrawood.json index 1bd45263ba..b2fd856fb2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_zebrawood.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_forestry_zebrawood.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_classic_forestry_zebrawood", - "data": 0 - }, - "pattern": [ - "x ", - "xxx", - "y y" - ], - "key": { - "x": { - "item": "forestry:planks.1", - "data": 12 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_zebrawood", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xxx", + "y y" + ], + "key": { + "x": { + "item": "forestry:planks.1", + "data": 12 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_immersiveengineering_treated_wood.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_immersiveengineering_treated_wood.json index b509da8759..a92423a400 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_immersiveengineering_treated_wood.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_immersiveengineering_treated_wood.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_classic_immersiveengineering_treated_wood", - "data": 0 - }, - "pattern": [ - "x ", - "xxx", - "y y" - ], - "key": { - "x": { - "item": "immersiveengineering:treated_wood", - "data": 0 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_classic_immersiveengineering_treated_wood", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "immersiveengineering" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xxx", + "y y" + ], + "key": { + "x": { + "item": "immersiveengineering:treated_wood", + "data": 0 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_immersiveengineering_treated_wood_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_immersiveengineering_treated_wood_1.json index 80849517b5..901e346e58 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_immersiveengineering_treated_wood_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_immersiveengineering_treated_wood_1.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_classic_immersiveengineering_treated_wood", - "data": 0 - }, - "pattern": [ - "x ", - "xxx", - "y y" - ], - "key": { - "x": { - "item": "immersiveengineering:treated_wood", - "data": 1 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_classic_immersiveengineering_treated_wood", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "immersiveengineering" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xxx", + "y y" + ], + "key": { + "x": { + "item": "immersiveengineering:treated_wood", + "data": 1 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_immersiveengineering_treated_wood_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_immersiveengineering_treated_wood_2.json index 9f6504f506..386dbe9b64 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_immersiveengineering_treated_wood_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_immersiveengineering_treated_wood_2.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_classic_immersiveengineering_treated_wood", - "data": 0 - }, - "pattern": [ - "x ", - "xxx", - "y y" - ], - "key": { - "x": { - "item": "immersiveengineering:treated_wood", - "data": 2 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_classic_immersiveengineering_treated_wood", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "immersiveengineering" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xxx", + "y y" + ], + "key": { + "x": { + "item": "immersiveengineering:treated_wood", + "data": 2 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_jungle.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_jungle.json index 369af38d90..9bc779d624 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_jungle.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_jungle.json @@ -1,23 +1,23 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_classic_jungle", - "data": 0 - }, - "pattern": [ - "x ", - "xxx", - "y y" - ], - "key": { - "x": { - "item": "minecraft:planks", - "data": 3 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_classic_jungle", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture" -} \ No newline at end of file + "pattern": [ + "x ", + "xxx", + "y y" + ], + "key": { + "x": { + "item": "minecraft:planks", + "data": 3 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_natura_amaranth.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_natura_amaranth.json index 4615274e87..efb069dfae 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_natura_amaranth.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_natura_amaranth.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_classic_natura_amaranth", - "data": 0 - }, - "pattern": [ - "x ", - "xxx", - "y y" - ], - "key": { - "x": { - "item": "natura:overworld_planks", - "data": 2 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_classic_natura_amaranth", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xxx", + "y y" + ], + "key": { + "x": { + "item": "natura:overworld_planks", + "data": 2 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_natura_bloodwood.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_natura_bloodwood.json index b9c022d772..be53fded33 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_natura_bloodwood.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_natura_bloodwood.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_classic_natura_bloodwood", - "data": 0 - }, - "pattern": [ - "x ", - "xxx", - "y y" - ], - "key": { - "x": { - "item": "natura:nether_planks", - "data": 1 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_classic_natura_bloodwood", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xxx", + "y y" + ], + "key": { + "x": { + "item": "natura:nether_planks", + "data": 1 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_natura_darkwood.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_natura_darkwood.json index e2266b8e0f..39f886df80 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_natura_darkwood.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_natura_darkwood.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_classic_natura_darkwood", - "data": 0 - }, - "pattern": [ - "x ", - "xxx", - "y y" - ], - "key": { - "x": { - "item": "natura:nether_planks", - "data": 2 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_classic_natura_darkwood", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xxx", + "y y" + ], + "key": { + "x": { + "item": "natura:nether_planks", + "data": 2 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_natura_eucalyptus.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_natura_eucalyptus.json index 52545ebed7..254c60bd72 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_natura_eucalyptus.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_natura_eucalyptus.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_classic_natura_eucalyptus", - "data": 0 - }, - "pattern": [ - "x ", - "xxx", - "y y" - ], - "key": { - "x": { - "item": "natura:overworld_planks", - "data": 5 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_classic_natura_eucalyptus", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xxx", + "y y" + ], + "key": { + "x": { + "item": "natura:overworld_planks", + "data": 5 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_natura_fusewood.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_natura_fusewood.json index ef46c2bc8c..d6d1a36e2c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_natura_fusewood.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_natura_fusewood.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_classic_natura_fusewood", - "data": 0 - }, - "pattern": [ - "x ", - "xxx", - "y y" - ], - "key": { - "x": { - "item": "natura:nether_planks", - "data": 3 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_classic_natura_fusewood", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xxx", + "y y" + ], + "key": { + "x": { + "item": "natura:nether_planks", + "data": 3 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_natura_ghostwood.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_natura_ghostwood.json index 247fda35eb..150864cdb3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_natura_ghostwood.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_natura_ghostwood.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_classic_natura_ghostwood", - "data": 0 - }, - "pattern": [ - "x ", - "xxx", - "y y" - ], - "key": { - "x": { - "item": "natura:nether_planks", - "data": 0 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_classic_natura_ghostwood", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xxx", + "y y" + ], + "key": { + "x": { + "item": "natura:nether_planks", + "data": 0 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_natura_hopseed.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_natura_hopseed.json index 3c94be4c89..f85a68f08c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_natura_hopseed.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_natura_hopseed.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_classic_natura_hopseed", - "data": 0 - }, - "pattern": [ - "x ", - "xxx", - "y y" - ], - "key": { - "x": { - "item": "natura:overworld_planks", - "data": 6 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_classic_natura_hopseed", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xxx", + "y y" + ], + "key": { + "x": { + "item": "natura:overworld_planks", + "data": 6 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_natura_maple.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_natura_maple.json index cbfe33636d..d6f4863415 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_natura_maple.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_natura_maple.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_classic_natura_maple", - "data": 0 - }, - "pattern": [ - "x ", - "xxx", - "y y" - ], - "key": { - "x": { - "item": "natura:overworld_planks", - "data": 0 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_classic_natura_maple", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xxx", + "y y" + ], + "key": { + "x": { + "item": "natura:overworld_planks", + "data": 0 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_natura_sakura.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_natura_sakura.json index b65e80fdbd..66f92e6ef8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_natura_sakura.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_natura_sakura.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_classic_natura_sakura", - "data": 0 - }, - "pattern": [ - "x ", - "xxx", - "y y" - ], - "key": { - "x": { - "item": "natura:overworld_planks", - "data": 7 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_classic_natura_sakura", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xxx", + "y y" + ], + "key": { + "x": { + "item": "natura:overworld_planks", + "data": 7 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_natura_silverbell.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_natura_silverbell.json index baed0033c0..e0be042f15 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_natura_silverbell.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_natura_silverbell.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_classic_natura_silverbell", - "data": 0 - }, - "pattern": [ - "x ", - "xxx", - "y y" - ], - "key": { - "x": { - "item": "natura:overworld_planks", - "data": 1 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_classic_natura_silverbell", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xxx", + "y y" + ], + "key": { + "x": { + "item": "natura:overworld_planks", + "data": 1 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_natura_tiger.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_natura_tiger.json index bcb2f4ddd9..5eaadb9a9a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_natura_tiger.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_natura_tiger.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_classic_natura_tiger", - "data": 0 - }, - "pattern": [ - "x ", - "xxx", - "y y" - ], - "key": { - "x": { - "item": "natura:overworld_planks", - "data": 3 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_classic_natura_tiger", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xxx", + "y y" + ], + "key": { + "x": { + "item": "natura:overworld_planks", + "data": 3 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_natura_willow.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_natura_willow.json index 34ce4c75e3..84daecee2d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_natura_willow.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_natura_willow.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_classic_natura_willow", - "data": 0 - }, - "pattern": [ - "x ", - "xxx", - "y y" - ], - "key": { - "x": { - "item": "natura:overworld_planks", - "data": 4 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_classic_natura_willow", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "pattern": [ + "x ", + "xxx", + "y y" + ], + "key": { + "x": { + "item": "natura:overworld_planks", + "data": 4 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_oak.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_oak.json index 0823b6a1f3..8b3bcf062b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_oak.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_oak.json @@ -1,23 +1,23 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_classic_oak", - "data": 0 - }, - "pattern": [ - "x ", - "xxx", - "y y" - ], - "key": { - "x": { - "item": "minecraft:planks", - "data": 0 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_classic_oak", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture" -} \ No newline at end of file + "pattern": [ + "x ", + "xxx", + "y y" + ], + "key": { + "x": { + "item": "minecraft:planks", + "data": 0 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_spruce.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_spruce.json index 3eedc9f0b3..93771c7fe3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_spruce.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_classic_spruce.json @@ -1,23 +1,23 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_classic_spruce", - "data": 0 - }, - "pattern": [ - "x ", - "xxx", - "y y" - ], - "key": { - "x": { - "item": "minecraft:planks", - "data": 1 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_classic_spruce", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture" -} \ No newline at end of file + "pattern": [ + "x ", + "xxx", + "y y" + ], + "key": { + "x": { + "item": "minecraft:planks", + "data": 1 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_acacia.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_acacia.json index 8435d762bf..9e7b97cdf1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_acacia.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_acacia.json @@ -1,15 +1,15 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:shield" + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:shield" + }, + { + "item": "ironagefurniture:chair_wood_ironage_classic_acacia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_shield_acacia" }, - { - "item": "ironagefurniture:chair_wood_ironage_classic_acacia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_shield_acacia" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_big_oak.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_big_oak.json index d3e77d39d6..b81c0e716f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_big_oak.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_big_oak.json @@ -1,15 +1,15 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:shield" + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:shield" + }, + { + "item": "ironagefurniture:chair_wood_ironage_classic_big_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_shield_big_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_classic_big_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_shield_big_oak" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_biomesoplenty_cherry.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_biomesoplenty_cherry.json index 8414cdbaa7..d7d1bd26f6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_biomesoplenty_cherry.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_biomesoplenty_cherry.json @@ -1,21 +1,21 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:shield" + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:shield" + }, + { + "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_cherry" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_cherry" }, - { - "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_cherry" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_cherry" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_biomesoplenty_ebony.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_biomesoplenty_ebony.json index 3cc29ba6bc..57a94af685 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_biomesoplenty_ebony.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_biomesoplenty_ebony.json @@ -1,21 +1,21 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:shield" + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:shield" + }, + { + "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_ebony" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_ebony" }, - { - "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_ebony" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_ebony" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_biomesoplenty_ethereal.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_biomesoplenty_ethereal.json index 02b7549d99..7eeb879013 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_biomesoplenty_ethereal.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_biomesoplenty_ethereal.json @@ -1,21 +1,21 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:shield" + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:shield" + }, + { + "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_ethereal" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_ethereal" }, - { - "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_ethereal" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_ethereal" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_biomesoplenty_eucalyptus.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_biomesoplenty_eucalyptus.json index befc1c4fc7..f1fb571a89 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_biomesoplenty_eucalyptus.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_biomesoplenty_eucalyptus.json @@ -1,21 +1,21 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:shield" + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:shield" + }, + { + "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_eucalyptus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_eucalyptus" }, - { - "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_eucalyptus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_eucalyptus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_biomesoplenty_fir.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_biomesoplenty_fir.json index 355e87cfd9..bef62d6ead 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_biomesoplenty_fir.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_biomesoplenty_fir.json @@ -1,21 +1,21 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:shield" + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:shield" + }, + { + "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_fir" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_fir" }, - { - "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_fir" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_fir" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_biomesoplenty_hellbark.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_biomesoplenty_hellbark.json index ff9d113d16..99ff455517 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_biomesoplenty_hellbark.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_biomesoplenty_hellbark.json @@ -1,21 +1,21 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:shield" + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:shield" + }, + { + "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_hellbark" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_hellbark" }, - { - "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_hellbark" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_hellbark" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_biomesoplenty_jacaranda.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_biomesoplenty_jacaranda.json index e4e75e5e16..a598f637b3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_biomesoplenty_jacaranda.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_biomesoplenty_jacaranda.json @@ -1,21 +1,21 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:shield" + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:shield" + }, + { + "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_jacaranda" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_jacaranda" }, - { - "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_jacaranda" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_jacaranda" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_biomesoplenty_magic.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_biomesoplenty_magic.json index 4d2beded04..f36172b221 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_biomesoplenty_magic.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_biomesoplenty_magic.json @@ -1,21 +1,21 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:shield" + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:shield" + }, + { + "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_magic" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_magic" }, - { - "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_magic" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_magic" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_biomesoplenty_mahogany.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_biomesoplenty_mahogany.json index 36d1899253..6f6fd72bed 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_biomesoplenty_mahogany.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_biomesoplenty_mahogany.json @@ -1,21 +1,21 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:shield" + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:shield" + }, + { + "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_mahogany" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_mahogany" }, - { - "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_mahogany" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_mahogany" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_biomesoplenty_mangrove.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_biomesoplenty_mangrove.json index 26247cc56b..b767cc52b5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_biomesoplenty_mangrove.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_biomesoplenty_mangrove.json @@ -1,21 +1,21 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:shield" + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:shield" + }, + { + "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_mangrove" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_mangrove" }, - { - "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_mangrove" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_mangrove" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_biomesoplenty_palm.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_biomesoplenty_palm.json index f7d3f9befc..e549f91a6b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_biomesoplenty_palm.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_biomesoplenty_palm.json @@ -1,21 +1,21 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:shield" + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:shield" + }, + { + "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_palm" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_palm" }, - { - "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_palm" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_palm" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_biomesoplenty_pine.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_biomesoplenty_pine.json index b186878337..50ecb22536 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_biomesoplenty_pine.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_biomesoplenty_pine.json @@ -1,21 +1,21 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:shield" + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:shield" + }, + { + "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_pine" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_pine" }, - { - "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_pine" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_pine" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_biomesoplenty_redwood.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_biomesoplenty_redwood.json index 70346cc37d..eea05a5c69 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_biomesoplenty_redwood.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_biomesoplenty_redwood.json @@ -1,21 +1,21 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:shield" + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:shield" + }, + { + "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_redwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_redwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_redwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_redwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_biomesoplenty_sacred_oak.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_biomesoplenty_sacred_oak.json index 0d91d438b6..a056a1d537 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_biomesoplenty_sacred_oak.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_biomesoplenty_sacred_oak.json @@ -1,21 +1,21 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:shield" + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:shield" + }, + { + "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_sacred_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_sacred_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_sacred_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_sacred_oak" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_biomesoplenty_umbran.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_biomesoplenty_umbran.json index 1c2244d109..7568c47062 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_biomesoplenty_umbran.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_biomesoplenty_umbran.json @@ -1,21 +1,21 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:shield" + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:shield" + }, + { + "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_umbran" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_umbran" }, - { - "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_umbran" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_umbran" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_biomesoplenty_willow.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_biomesoplenty_willow.json index 99798b01f5..bdf75bf6d9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_biomesoplenty_willow.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_biomesoplenty_willow.json @@ -1,21 +1,21 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:shield" + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:shield" + }, + { + "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_classic_biomesoplenty_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_shield_biomesoplenty_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_birch.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_birch.json index 7385c923e9..4429115596 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_birch.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_birch.json @@ -1,15 +1,15 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:shield" + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:shield" + }, + { + "item": "ironagefurniture:chair_wood_ironage_classic_birch" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_shield_birch" }, - { - "item": "ironagefurniture:chair_wood_ironage_classic_birch" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_shield_birch" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_acacia.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_acacia.json index e792f72e81..949a54a003 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_acacia.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_acacia.json @@ -1,21 +1,21 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:shield" + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:shield" + }, + { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_acacia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_shield_forestry_acacia" }, - { - "item": "ironagefurniture:chair_wood_ironage_classic_forestry_acacia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_shield_forestry_acacia" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_balsa.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_balsa.json index 12e3a6cee6..6acc627f3b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_balsa.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_balsa.json @@ -1,21 +1,21 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:shield" + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:shield" + }, + { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_balsa" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_shield_forestry_balsa" }, - { - "item": "ironagefurniture:chair_wood_ironage_classic_forestry_balsa" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_shield_forestry_balsa" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_baobab.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_baobab.json index 8daf37ebbf..decaefbe43 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_baobab.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_baobab.json @@ -1,21 +1,21 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:shield" + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:shield" + }, + { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_baobab" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_shield_forestry_baobab" }, - { - "item": "ironagefurniture:chair_wood_ironage_classic_forestry_baobab" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_shield_forestry_baobab" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_cherry.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_cherry.json index bfb5f855ce..3ec95c4e4f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_cherry.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_cherry.json @@ -1,21 +1,21 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:shield" + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:shield" + }, + { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_cherry" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_shield_forestry_cherry" }, - { - "item": "ironagefurniture:chair_wood_ironage_classic_forestry_cherry" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_shield_forestry_cherry" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_chestnut.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_chestnut.json index 7d0a4515d3..d1de99aa86 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_chestnut.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_chestnut.json @@ -1,21 +1,21 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:shield" + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:shield" + }, + { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_chestnut" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_shield_forestry_chestnut" }, - { - "item": "ironagefurniture:chair_wood_ironage_classic_forestry_chestnut" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_shield_forestry_chestnut" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_citrus.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_citrus.json index 2caaa59473..b3e198a465 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_citrus.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_citrus.json @@ -1,21 +1,21 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:shield" + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:shield" + }, + { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_citrus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_shield_forestry_citrus" }, - { - "item": "ironagefurniture:chair_wood_ironage_classic_forestry_citrus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_shield_forestry_citrus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_cocobolo.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_cocobolo.json index 0c151c0794..bf2c66ab24 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_cocobolo.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_cocobolo.json @@ -1,21 +1,21 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:shield" + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:shield" + }, + { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_cocobolo" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_shield_forestry_cocobolo" }, - { - "item": "ironagefurniture:chair_wood_ironage_classic_forestry_cocobolo" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_shield_forestry_cocobolo" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_ebony.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_ebony.json index 3a5bb29ff6..807e113cd3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_ebony.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_ebony.json @@ -1,21 +1,21 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:shield" + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:shield" + }, + { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_ebony" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_shield_forestry_ebony" }, - { - "item": "ironagefurniture:chair_wood_ironage_classic_forestry_ebony" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_shield_forestry_ebony" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_giganteum.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_giganteum.json index c768f62d5f..b729c1028b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_giganteum.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_giganteum.json @@ -1,21 +1,21 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:shield" + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:shield" + }, + { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_giganteum" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_shield_forestry_giganteum" }, - { - "item": "ironagefurniture:chair_wood_ironage_classic_forestry_giganteum" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_shield_forestry_giganteum" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_greenheart.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_greenheart.json index 94b4de33e8..3efca6a7eb 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_greenheart.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_greenheart.json @@ -1,21 +1,21 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:shield" + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:shield" + }, + { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_greenheart" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_shield_forestry_greenheart" }, - { - "item": "ironagefurniture:chair_wood_ironage_classic_forestry_greenheart" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_shield_forestry_greenheart" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_ipe.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_ipe.json index 4979d0aa6e..27a90ea3a3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_ipe.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_ipe.json @@ -1,21 +1,21 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:shield" + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:shield" + }, + { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_ipe" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_shield_forestry_ipe" }, - { - "item": "ironagefurniture:chair_wood_ironage_classic_forestry_ipe" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_shield_forestry_ipe" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_kapok.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_kapok.json index d460be38fb..67b835aad2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_kapok.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_kapok.json @@ -1,21 +1,21 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:shield" + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:shield" + }, + { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_kapok" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_shield_forestry_kapok" }, - { - "item": "ironagefurniture:chair_wood_ironage_classic_forestry_kapok" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_shield_forestry_kapok" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_larch.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_larch.json index 39e4ab3ebc..cef0f53504 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_larch.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_larch.json @@ -1,21 +1,21 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:shield" + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:shield" + }, + { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_larch" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_shield_forestry_larch" }, - { - "item": "ironagefurniture:chair_wood_ironage_classic_forestry_larch" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_shield_forestry_larch" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_lime.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_lime.json index 02f26e609b..bd770ad88c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_lime.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_lime.json @@ -1,21 +1,21 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:shield" + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:shield" + }, + { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_lime" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_shield_forestry_lime" }, - { - "item": "ironagefurniture:chair_wood_ironage_classic_forestry_lime" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_shield_forestry_lime" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_mahoe.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_mahoe.json index e69b59427e..d6c32abb0e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_mahoe.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_mahoe.json @@ -1,21 +1,21 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:shield" + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:shield" + }, + { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_mahoe" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_shield_forestry_mahoe" }, - { - "item": "ironagefurniture:chair_wood_ironage_classic_forestry_mahoe" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_shield_forestry_mahoe" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_mahogany.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_mahogany.json index 9c73112a94..69e822bbe6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_mahogany.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_mahogany.json @@ -1,21 +1,21 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:shield" + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:shield" + }, + { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_mahogany" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_shield_forestry_mahogany" }, - { - "item": "ironagefurniture:chair_wood_ironage_classic_forestry_mahogany" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_shield_forestry_mahogany" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_maple.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_maple.json index b1c53d752d..f4137c532e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_maple.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_maple.json @@ -1,21 +1,21 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:shield" + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:shield" + }, + { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_maple" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_shield_forestry_maple" }, - { - "item": "ironagefurniture:chair_wood_ironage_classic_forestry_maple" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_shield_forestry_maple" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_padauk.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_padauk.json index 1827c5035f..2bbdce1a4a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_padauk.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_padauk.json @@ -1,21 +1,21 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:shield" + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:shield" + }, + { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_padauk" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_shield_forestry_padauk" }, - { - "item": "ironagefurniture:chair_wood_ironage_classic_forestry_padauk" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_shield_forestry_padauk" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_palm.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_palm.json index 8e86bdf765..c8504763bf 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_palm.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_palm.json @@ -1,21 +1,21 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:shield" + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:shield" + }, + { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_palm" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_shield_forestry_palm" }, - { - "item": "ironagefurniture:chair_wood_ironage_classic_forestry_palm" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_shield_forestry_palm" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_papaya.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_papaya.json index 15149bdec7..fac3fee152 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_papaya.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_papaya.json @@ -1,21 +1,21 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:shield" + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:shield" + }, + { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_papaya" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_shield_forestry_papaya" }, - { - "item": "ironagefurniture:chair_wood_ironage_classic_forestry_papaya" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_shield_forestry_papaya" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_pine.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_pine.json index b1c9147779..9d5c147e38 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_pine.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_pine.json @@ -1,21 +1,21 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:shield" + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:shield" + }, + { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_pine" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_shield_forestry_pine" }, - { - "item": "ironagefurniture:chair_wood_ironage_classic_forestry_pine" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_shield_forestry_pine" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_plum.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_plum.json index 7301a48c31..5f34d1f13c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_plum.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_plum.json @@ -1,21 +1,21 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:shield" + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:shield" + }, + { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_plum" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_shield_forestry_plum" }, - { - "item": "ironagefurniture:chair_wood_ironage_classic_forestry_plum" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_shield_forestry_plum" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_poplar.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_poplar.json index 47ea91d41e..57ed2df902 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_poplar.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_poplar.json @@ -1,21 +1,21 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:shield" + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:shield" + }, + { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_poplar" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_shield_forestry_poplar" }, - { - "item": "ironagefurniture:chair_wood_ironage_classic_forestry_poplar" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_shield_forestry_poplar" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_sequoia.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_sequoia.json index a62a562d4d..adff589dbf 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_sequoia.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_sequoia.json @@ -1,21 +1,21 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:shield" + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:shield" + }, + { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_sequoia" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_shield_forestry_sequoia" }, - { - "item": "ironagefurniture:chair_wood_ironage_classic_forestry_sequoia" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_shield_forestry_sequoia" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_teak.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_teak.json index 4900fa9ed6..bbd97cd7e8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_teak.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_teak.json @@ -1,21 +1,21 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:shield" + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:shield" + }, + { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_teak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_shield_forestry_teak" }, - { - "item": "ironagefurniture:chair_wood_ironage_classic_forestry_teak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_shield_forestry_teak" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_walnut.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_walnut.json index 2452e7b162..e6e319b889 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_walnut.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_walnut.json @@ -1,21 +1,21 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:shield" + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:shield" + }, + { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_walnut" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_shield_forestry_walnut" }, - { - "item": "ironagefurniture:chair_wood_ironage_classic_forestry_walnut" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_shield_forestry_walnut" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_wenge.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_wenge.json index f2c14b462b..36cae61158 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_wenge.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_wenge.json @@ -1,21 +1,21 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:shield" + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:shield" + }, + { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_wenge" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_shield_forestry_wenge" }, - { - "item": "ironagefurniture:chair_wood_ironage_classic_forestry_wenge" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_shield_forestry_wenge" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_willow.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_willow.json index ae040d1cf0..8895b4ba15 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_willow.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_willow.json @@ -1,21 +1,21 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:shield" + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:shield" + }, + { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_shield_forestry_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_classic_forestry_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_shield_forestry_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_zebrawood.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_zebrawood.json index abdec9898e..71730c668a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_zebrawood.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_forestry_zebrawood.json @@ -1,21 +1,21 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:shield" + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:shield" + }, + { + "item": "ironagefurniture:chair_wood_ironage_classic_forestry_zebrawood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_shield_forestry_zebrawood" }, - { - "item": "ironagefurniture:chair_wood_ironage_classic_forestry_zebrawood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_shield_forestry_zebrawood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_immersiveengineering_treated_wood.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_immersiveengineering_treated_wood.json index e0dd797f00..6212f09446 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_immersiveengineering_treated_wood.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_immersiveengineering_treated_wood.json @@ -1,21 +1,21 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:shield" + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:shield" + }, + { + "item": "ironagefurniture:chair_wood_ironage_classic_immersiveengineering_treated_wood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_shield_immersiveengineering_treated_wood" }, - { - "item": "ironagefurniture:chair_wood_ironage_classic_immersiveengineering_treated_wood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_shield_immersiveengineering_treated_wood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "immersiveengineering" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_jungle.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_jungle.json index 95113df5c6..2fa4a17bc6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_jungle.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_jungle.json @@ -1,15 +1,15 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:shield" + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:shield" + }, + { + "item": "ironagefurniture:chair_wood_ironage_classic_jungle" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_shield_jungle" }, - { - "item": "ironagefurniture:chair_wood_ironage_classic_jungle" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_shield_jungle" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_natura_amaranth.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_natura_amaranth.json index fd19ea01ad..05a1d3d50c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_natura_amaranth.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_natura_amaranth.json @@ -1,21 +1,21 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:shield" + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:shield" + }, + { + "item": "ironagefurniture:chair_wood_ironage_classic_natura_amaranth" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_shield_natura_amaranth" }, - { - "item": "ironagefurniture:chair_wood_ironage_classic_natura_amaranth" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_shield_natura_amaranth" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_natura_bloodwood.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_natura_bloodwood.json index 2bdf52fbbe..cd6e12035e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_natura_bloodwood.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_natura_bloodwood.json @@ -1,21 +1,21 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:shield" + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:shield" + }, + { + "item": "ironagefurniture:chair_wood_ironage_classic_natura_bloodwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_shield_natura_bloodwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_classic_natura_bloodwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_shield_natura_bloodwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_natura_darkwood.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_natura_darkwood.json index 4e1c3ae223..e0e151b2b3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_natura_darkwood.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_natura_darkwood.json @@ -1,21 +1,21 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:shield" + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:shield" + }, + { + "item": "ironagefurniture:chair_wood_ironage_classic_natura_darkwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_shield_natura_darkwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_classic_natura_darkwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_shield_natura_darkwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_natura_eucalyptus.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_natura_eucalyptus.json index f1f237adf2..7e0c4b2ae0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_natura_eucalyptus.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_natura_eucalyptus.json @@ -1,21 +1,21 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:shield" + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:shield" + }, + { + "item": "ironagefurniture:chair_wood_ironage_classic_natura_eucalyptus" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_shield_natura_eucalyptus" }, - { - "item": "ironagefurniture:chair_wood_ironage_classic_natura_eucalyptus" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_shield_natura_eucalyptus" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_natura_fusewood.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_natura_fusewood.json index 7f6fb837c1..2a4ea82b77 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_natura_fusewood.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_natura_fusewood.json @@ -1,21 +1,21 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:shield" + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:shield" + }, + { + "item": "ironagefurniture:chair_wood_ironage_classic_natura_fusewood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_shield_natura_fusewood" }, - { - "item": "ironagefurniture:chair_wood_ironage_classic_natura_fusewood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_shield_natura_fusewood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_natura_ghostwood.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_natura_ghostwood.json index 10754b6d4d..326673ec88 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_natura_ghostwood.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_natura_ghostwood.json @@ -1,21 +1,21 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:shield" + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:shield" + }, + { + "item": "ironagefurniture:chair_wood_ironage_classic_natura_ghostwood" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_shield_natura_ghostwood" }, - { - "item": "ironagefurniture:chair_wood_ironage_classic_natura_ghostwood" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_shield_natura_ghostwood" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_natura_hopseed.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_natura_hopseed.json index 3a3f697853..e963934b4f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_natura_hopseed.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_natura_hopseed.json @@ -1,21 +1,21 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:shield" + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:shield" + }, + { + "item": "ironagefurniture:chair_wood_ironage_classic_natura_hopseed" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_shield_natura_hopseed" }, - { - "item": "ironagefurniture:chair_wood_ironage_classic_natura_hopseed" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_shield_natura_hopseed" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_natura_maple.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_natura_maple.json index e0b7a50fba..2b8e544993 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_natura_maple.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_natura_maple.json @@ -1,21 +1,21 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:shield" + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:shield" + }, + { + "item": "ironagefurniture:chair_wood_ironage_classic_natura_maple" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_shield_natura_maple" }, - { - "item": "ironagefurniture:chair_wood_ironage_classic_natura_maple" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_shield_natura_maple" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_natura_sakura.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_natura_sakura.json index 6e0c977fe4..2a7d24dfce 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_natura_sakura.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_natura_sakura.json @@ -1,21 +1,21 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:shield" + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:shield" + }, + { + "item": "ironagefurniture:chair_wood_ironage_classic_natura_sakura" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_shield_natura_sakura" }, - { - "item": "ironagefurniture:chair_wood_ironage_classic_natura_sakura" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_shield_natura_sakura" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_natura_silverbell.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_natura_silverbell.json index f67cc92cd1..4e1aa8a903 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_natura_silverbell.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_natura_silverbell.json @@ -1,21 +1,21 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:shield" + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:shield" + }, + { + "item": "ironagefurniture:chair_wood_ironage_classic_natura_silverbell" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_shield_natura_silverbell" }, - { - "item": "ironagefurniture:chair_wood_ironage_classic_natura_silverbell" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_shield_natura_silverbell" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_natura_tiger.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_natura_tiger.json index 82ecf93501..9c39455050 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_natura_tiger.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_natura_tiger.json @@ -1,21 +1,21 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:shield" + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:shield" + }, + { + "item": "ironagefurniture:chair_wood_ironage_classic_natura_tiger" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_shield_natura_tiger" }, - { - "item": "ironagefurniture:chair_wood_ironage_classic_natura_tiger" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_shield_natura_tiger" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_natura_willow.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_natura_willow.json index 7eb33cb772..170f554a8b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_natura_willow.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_natura_willow.json @@ -1,21 +1,21 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:shield" + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:shield" + }, + { + "item": "ironagefurniture:chair_wood_ironage_classic_natura_willow" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_shield_natura_willow" }, - { - "item": "ironagefurniture:chair_wood_ironage_classic_natura_willow" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_shield_natura_willow" - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_oak.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_oak.json index 9069e2bd43..b416771699 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_oak.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_oak.json @@ -1,15 +1,15 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:shield" + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:shield" + }, + { + "item": "ironagefurniture:chair_wood_ironage_classic_oak" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_shield_oak" }, - { - "item": "ironagefurniture:chair_wood_ironage_classic_oak" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_shield_oak" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_spruce.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_spruce.json index 2f35022a05..8595f81271 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_spruce.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_shield_spruce.json @@ -1,15 +1,15 @@ { - "type": "forge:ore_shapeless", - "ingredients": [ - { - "item": "minecraft:shield" + "type": "forge:ore_shapeless", + "ingredients": [ + { + "item": "minecraft:shield" + }, + { + "item": "ironagefurniture:chair_wood_ironage_classic_spruce" + } + ], + "result": { + "item": "ironagefurniture:chair_wood_ironage_shield_spruce" }, - { - "item": "ironagefurniture:chair_wood_ironage_classic_spruce" - } - ], - "result": { - "item": "ironagefurniture:chair_wood_ironage_shield_spruce" - }, - "group": "furniture" -} \ No newline at end of file + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_acacia.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_acacia.json index 72e599596e..56b4178d9d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_acacia.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_acacia.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_short_acacia", - "data": 0 - }, - "pattern": [ - " x ", - "yyy" - ], - "key": { - "x": { - "item": "minecraft:planks", - "data": 4 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_short_acacia", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture" -} \ No newline at end of file + "pattern": [ + " x ", + "yyy" + ], + "key": { + "x": { + "item": "minecraft:planks", + "data": 4 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_big_oak.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_big_oak.json index 178345dfa8..47c3323ad5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_big_oak.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_big_oak.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_short_big_oak", - "data": 0 - }, - "pattern": [ - " x ", - "yyy" - ], - "key": { - "x": { - "item": "minecraft:planks", - "data": 5 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_short_big_oak", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture" -} \ No newline at end of file + "pattern": [ + " x ", + "yyy" + ], + "key": { + "x": { + "item": "minecraft:planks", + "data": 5 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_biomesoplenty_cherry.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_biomesoplenty_cherry.json index 55505c226b..de3fed626a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_biomesoplenty_cherry.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_biomesoplenty_cherry.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_cherry", - "data": 0 - }, - "pattern": [ - " x ", - "yyy" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 1 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_cherry", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 1 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_biomesoplenty_ebony.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_biomesoplenty_ebony.json index db64c59980..2cd437b90b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_biomesoplenty_ebony.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_biomesoplenty_ebony.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_ebony", - "data": 0 - }, - "pattern": [ - " x ", - "yyy" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 14 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_ebony", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 14 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_biomesoplenty_ethereal.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_biomesoplenty_ethereal.json index 949a4c372b..4742fdfbe8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_biomesoplenty_ethereal.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_biomesoplenty_ethereal.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_ethereal", - "data": 0 - }, - "pattern": [ - " x ", - "yyy" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 4 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_ethereal", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 4 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_biomesoplenty_eucalyptus.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_biomesoplenty_eucalyptus.json index b20f11d976..ed2381c8de 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_biomesoplenty_eucalyptus.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_biomesoplenty_eucalyptus.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_eucalyptus", - "data": 0 - }, - "pattern": [ - " x ", - "yyy" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 15 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_eucalyptus", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 15 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_biomesoplenty_fir.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_biomesoplenty_fir.json index 1130361a86..1d6066c225 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_biomesoplenty_fir.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_biomesoplenty_fir.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_fir", - "data": 0 - }, - "pattern": [ - " x ", - "yyy" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 3 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_fir", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 3 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_biomesoplenty_hellbark.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_biomesoplenty_hellbark.json index d2206ad232..789059294d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_biomesoplenty_hellbark.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_biomesoplenty_hellbark.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_hellbark", - "data": 0 - }, - "pattern": [ - " x ", - "yyy" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 11 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_hellbark", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 11 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_biomesoplenty_jacaranda.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_biomesoplenty_jacaranda.json index c4f80651cc..a916990964 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_biomesoplenty_jacaranda.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_biomesoplenty_jacaranda.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_jacaranda", - "data": 0 - }, - "pattern": [ - " x ", - "yyy" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 12 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_jacaranda", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 12 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_biomesoplenty_magic.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_biomesoplenty_magic.json index 1cbff146ac..2f33aadfc8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_biomesoplenty_magic.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_biomesoplenty_magic.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_magic", - "data": 0 - }, - "pattern": [ - " x ", - "yyy" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 5 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_magic", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 5 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_biomesoplenty_mahogany.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_biomesoplenty_mahogany.json index 5a38c0baab..d2f21ab516 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_biomesoplenty_mahogany.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_biomesoplenty_mahogany.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_mahogany", - "data": 0 - }, - "pattern": [ - " x ", - "yyy" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 13 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_mahogany", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 13 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_biomesoplenty_mangrove.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_biomesoplenty_mangrove.json index ba2b745110..35d5c16b81 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_biomesoplenty_mangrove.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_biomesoplenty_mangrove.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_mangrove", - "data": 0 - }, - "pattern": [ - " x ", - "yyy" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 6 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_mangrove", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 6 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_biomesoplenty_palm.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_biomesoplenty_palm.json index 6b8b0c576b..d4504a883f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_biomesoplenty_palm.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_biomesoplenty_palm.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_palm", - "data": 0 - }, - "pattern": [ - " x ", - "yyy" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 7 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_palm", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 7 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_biomesoplenty_pine.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_biomesoplenty_pine.json index c0e15bb1bd..6451fbd622 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_biomesoplenty_pine.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_biomesoplenty_pine.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_pine", - "data": 0 - }, - "pattern": [ - " x ", - "yyy" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 10 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_pine", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 10 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_biomesoplenty_redwood.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_biomesoplenty_redwood.json index 07b6b5349a..15ca340606 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_biomesoplenty_redwood.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_biomesoplenty_redwood.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_redwood", - "data": 0 - }, - "pattern": [ - " x ", - "yyy" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 8 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_redwood", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 8 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_biomesoplenty_sacred_oak.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_biomesoplenty_sacred_oak.json index 206432432d..9fabfd6351 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_biomesoplenty_sacred_oak.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_biomesoplenty_sacred_oak.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_sacred_oak", - "data": 0 - }, - "pattern": [ - " x ", - "yyy" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 0 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_sacred_oak", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 0 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_biomesoplenty_umbran.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_biomesoplenty_umbran.json index c176d64255..9e5a0f3dcf 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_biomesoplenty_umbran.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_biomesoplenty_umbran.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_umbran", - "data": 0 - }, - "pattern": [ - " x ", - "yyy" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 2 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_umbran", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 2 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_biomesoplenty_willow.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_biomesoplenty_willow.json index 54b8445180..6eea096c03 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_biomesoplenty_willow.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_biomesoplenty_willow.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_willow", - "data": 0 - }, - "pattern": [ - " x ", - "yyy" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 9 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_short_biomesoplenty_willow", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 9 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_birch.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_birch.json index c8b78c859b..cb3bec36b2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_birch.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_birch.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_short_birch", - "data": 0 - }, - "pattern": [ - " x ", - "yyy" - ], - "key": { - "x": { - "item": "minecraft:planks", - "data": 2 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_short_birch", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture" -} \ No newline at end of file + "pattern": [ + " x ", + "yyy" + ], + "key": { + "x": { + "item": "minecraft:planks", + "data": 2 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_acacia.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_acacia.json index b6343b06e0..c1fdde3cd3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_acacia.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_acacia.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_short_forestry_acacia", - "data": 0 - }, - "pattern": [ - " x ", - "yyy" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 2 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_short_forestry_acacia", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 2 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_balsa.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_balsa.json index 4589b1658a..8fccd6d25e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_balsa.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_balsa.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_short_forestry_balsa", - "data": 0 - }, - "pattern": [ - " x ", - "yyy" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 11 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_short_forestry_balsa", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 11 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_baobab.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_baobab.json index 9b38b9100a..50df386a38 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_baobab.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_baobab.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_short_forestry_baobab", - "data": 0 - }, - "pattern": [ - " x ", - "yyy" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 6 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_short_forestry_baobab", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 6 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_cherry.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_cherry.json index bf17f73e50..8a997c618d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_cherry.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_cherry.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_short_forestry_cherry", - "data": 0 - }, - "pattern": [ - " x ", - "yyy" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 15 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_short_forestry_cherry", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 15 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_chestnut.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_chestnut.json index 9361fba219..f3f6e4766f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_chestnut.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_chestnut.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_short_forestry_chestnut", - "data": 0 - }, - "pattern": [ - " x ", - "yyy" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 4 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_short_forestry_chestnut", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 4 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_citrus.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_citrus.json index 7c2b0da25f..9c043d3591 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_citrus.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_citrus.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_short_forestry_citrus", - "data": 0 - }, - "pattern": [ - " x ", - "yyy" - ], - "key": { - "x": { - "item": "forestry:planks.1", - "data": 7 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_short_forestry_citrus", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy" + ], + "key": { + "x": { + "item": "forestry:planks.1", + "data": 7 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_cocobolo.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_cocobolo.json index 9b9ab8d728..7a73c0bacc 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_cocobolo.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_cocobolo.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_short_forestry_cocobolo", - "data": 0 - }, - "pattern": [ - " x ", - "yyy" - ], - "key": { - "x": { - "item": "forestry:planks.1", - "data": 11 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_short_forestry_cocobolo", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy" + ], + "key": { + "x": { + "item": "forestry:planks.1", + "data": 11 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_ebony.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_ebony.json index 9046860251..a97602d2d6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_ebony.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_ebony.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_short_forestry_ebony", - "data": 0 - }, - "pattern": [ - " x ", - "yyy" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 9 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_short_forestry_ebony", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 9 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_giganteum.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_giganteum.json index 8c32d861fa..defde09d45 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_giganteum.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_giganteum.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_short_forestry_giganteum", - "data": 0 - }, - "pattern": [ - " x ", - "yyy" - ], - "key": { - "x": { - "item": "forestry:planks.1", - "data": 8 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_short_forestry_giganteum", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy" + ], + "key": { + "x": { + "item": "forestry:planks.1", + "data": 8 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_greenheart.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_greenheart.json index d1eafb5549..f4c9758599 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_greenheart.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_greenheart.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_short_forestry_greenheart", - "data": 0 - }, - "pattern": [ - " x ", - "yyy" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 14 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_short_forestry_greenheart", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 14 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_ipe.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_ipe.json index a98ed51209..5a88e581df 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_ipe.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_ipe.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_short_forestry_ipe", - "data": 0 - }, - "pattern": [ - " x ", - "yyy" - ], - "key": { - "x": { - "item": "forestry:planks.1", - "data": 9 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_short_forestry_ipe", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy" + ], + "key": { + "x": { + "item": "forestry:planks.1", + "data": 9 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_kapok.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_kapok.json index 7e75776ff8..c0510ab4b4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_kapok.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_kapok.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_short_forestry_kapok", - "data": 0 - }, - "pattern": [ - " x ", - "yyy" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 8 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_short_forestry_kapok", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 8 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_larch.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_larch.json index 219bbf710e..a94b67c75d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_larch.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_larch.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_short_forestry_larch", - "data": 0 - }, - "pattern": [ - " x ", - "yyy" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 0 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_short_forestry_larch", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 0 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_lime.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_lime.json index 77779a29c9..2187c6e297 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_lime.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_lime.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_short_forestry_lime", - "data": 0 - }, - "pattern": [ - " x ", - "yyy" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 3 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_short_forestry_lime", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 3 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_mahoe.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_mahoe.json index f109b8aa89..2b332c28e3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_mahoe.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_mahoe.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_short_forestry_mahoe", - "data": 0 - }, - "pattern": [ - " x ", - "yyy" - ], - "key": { - "x": { - "item": "forestry:planks.1", - "data": 0 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_short_forestry_mahoe", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy" + ], + "key": { + "x": { + "item": "forestry:planks.1", + "data": 0 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_mahogany.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_mahogany.json index 4374232811..df91218eef 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_mahogany.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_mahogany.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_short_forestry_mahogany", - "data": 0 - }, - "pattern": [ - " x ", - "yyy" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 10 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_short_forestry_mahogany", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 10 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_maple.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_maple.json index c41424e979..4cd4cc520e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_maple.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_maple.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_short_forestry_maple", - "data": 0 - }, - "pattern": [ - " x ", - "yyy" - ], - "key": { - "x": { - "item": "forestry:planks.1", - "data": 6 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_short_forestry_maple", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy" + ], + "key": { + "x": { + "item": "forestry:planks.1", + "data": 6 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_padauk.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_padauk.json index 2ba9f3e260..770d5854b8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_padauk.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_padauk.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_short_forestry_padauk", - "data": 0 - }, - "pattern": [ - " x ", - "yyy" - ], - "key": { - "x": { - "item": "forestry:planks.1", - "data": 10 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_short_forestry_padauk", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy" + ], + "key": { + "x": { + "item": "forestry:planks.1", + "data": 10 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_palm.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_palm.json index 88b2c79d4a..4c47d122fd 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_palm.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_palm.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_short_forestry_palm", - "data": 0 - }, - "pattern": [ - " x ", - "yyy" - ], - "key": { - "x": { - "item": "forestry:planks.1", - "data": 2 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_short_forestry_palm", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy" + ], + "key": { + "x": { + "item": "forestry:planks.1", + "data": 2 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_papaya.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_papaya.json index cb4ccb10f2..adece6bc59 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_papaya.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_papaya.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_short_forestry_papaya", - "data": 0 - }, - "pattern": [ - " x ", - "yyy" - ], - "key": { - "x": { - "item": "forestry:planks.1", - "data": 3 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_short_forestry_papaya", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy" + ], + "key": { + "x": { + "item": "forestry:planks.1", + "data": 3 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_pine.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_pine.json index 06f8e429e9..a9c47210d0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_pine.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_pine.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_short_forestry_pine", - "data": 0 - }, - "pattern": [ - " x ", - "yyy" - ], - "key": { - "x": { - "item": "forestry:planks.1", - "data": 4 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_short_forestry_pine", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy" + ], + "key": { + "x": { + "item": "forestry:planks.1", + "data": 4 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_plum.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_plum.json index 29bb1184f8..a1d4e468c6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_plum.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_plum.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_short_forestry_plum", - "data": 0 - }, - "pattern": [ - " x ", - "yyy" - ], - "key": { - "x": { - "item": "forestry:planks.1", - "data": 5 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_short_forestry_plum", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy" + ], + "key": { + "x": { + "item": "forestry:planks.1", + "data": 5 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_poplar.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_poplar.json index 406814d062..abfbba4e71 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_poplar.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_poplar.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_short_forestry_poplar", - "data": 0 - }, - "pattern": [ - " x ", - "yyy" - ], - "key": { - "x": { - "item": "forestry:planks.1", - "data": 1 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_short_forestry_poplar", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy" + ], + "key": { + "x": { + "item": "forestry:planks.1", + "data": 1 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_sequoia.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_sequoia.json index 8274dc24aa..bfec6889a2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_sequoia.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_sequoia.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_short_forestry_sequoia", - "data": 0 - }, - "pattern": [ - " x ", - "yyy" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 7 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_short_forestry_sequoia", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 7 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_teak.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_teak.json index c1a1f7c90b..dda49b1ae7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_teak.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_teak.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_short_forestry_teak", - "data": 0 - }, - "pattern": [ - " x ", - "yyy" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 1 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_short_forestry_teak", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 1 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_walnut.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_walnut.json index e8d301174b..c04c059778 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_walnut.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_walnut.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_short_forestry_walnut", - "data": 0 - }, - "pattern": [ - " x ", - "yyy" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 13 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_short_forestry_walnut", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 13 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_wenge.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_wenge.json index c4002e8a51..795f69de34 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_wenge.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_wenge.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_short_forestry_wenge", - "data": 0 - }, - "pattern": [ - " x ", - "yyy" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 5 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_short_forestry_wenge", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 5 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_willow.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_willow.json index 8039665120..d157e9ce98 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_willow.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_willow.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_short_forestry_willow", - "data": 0 - }, - "pattern": [ - " x ", - "yyy" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 12 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_short_forestry_willow", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 12 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_zebrawood.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_zebrawood.json index a5aca82873..9dca4569ad 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_zebrawood.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_forestry_zebrawood.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_short_forestry_zebrawood", - "data": 0 - }, - "pattern": [ - " x ", - "yyy" - ], - "key": { - "x": { - "item": "forestry:planks.1", - "data": 12 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_short_forestry_zebrawood", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy" + ], + "key": { + "x": { + "item": "forestry:planks.1", + "data": 12 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_immersiveengineering_treated_wood.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_immersiveengineering_treated_wood.json index 308e1acc05..b6d8ceb7f2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_immersiveengineering_treated_wood.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_immersiveengineering_treated_wood.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_short_immersiveengineering_treated_wood", - "data": 0 - }, - "pattern": [ - " x ", - "yyy" - ], - "key": { - "x": { - "item": "immersiveengineering:treated_wood", - "data": 0 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_short_immersiveengineering_treated_wood", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "immersiveengineering" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy" + ], + "key": { + "x": { + "item": "immersiveengineering:treated_wood", + "data": 0 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_immersiveengineering_treated_wood_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_immersiveengineering_treated_wood_1.json index a35a08a79d..e4da99b1fd 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_immersiveengineering_treated_wood_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_immersiveengineering_treated_wood_1.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_short_immersiveengineering_treated_wood", - "data": 0 - }, - "pattern": [ - " x ", - "yyy" - ], - "key": { - "x": { - "item": "immersiveengineering:treated_wood", - "data": 1 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_short_immersiveengineering_treated_wood", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "immersiveengineering" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy" + ], + "key": { + "x": { + "item": "immersiveengineering:treated_wood", + "data": 1 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_immersiveengineering_treated_wood_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_immersiveengineering_treated_wood_2.json index f1d3a98e77..cd25a8e48b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_immersiveengineering_treated_wood_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_immersiveengineering_treated_wood_2.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_short_immersiveengineering_treated_wood", - "data": 0 - }, - "pattern": [ - " x ", - "yyy" - ], - "key": { - "x": { - "item": "immersiveengineering:treated_wood", - "data": 2 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_short_immersiveengineering_treated_wood", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "immersiveengineering" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy" + ], + "key": { + "x": { + "item": "immersiveengineering:treated_wood", + "data": 2 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_jungle.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_jungle.json index 8f7a58cc61..d58694c41e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_jungle.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_jungle.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_short_jungle", - "data": 0 - }, - "pattern": [ - " x ", - "yyy" - ], - "key": { - "x": { - "item": "minecraft:planks", - "data": 3 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_short_jungle", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture" -} \ No newline at end of file + "pattern": [ + " x ", + "yyy" + ], + "key": { + "x": { + "item": "minecraft:planks", + "data": 3 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_natura_amaranth.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_natura_amaranth.json index 9d0dc51ad0..42e6359de6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_natura_amaranth.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_natura_amaranth.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_short_natura_amaranth", - "data": 0 - }, - "pattern": [ - " x ", - "yyy" - ], - "key": { - "x": { - "item": "natura:overworld_planks", - "data": 2 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_short_natura_amaranth", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy" + ], + "key": { + "x": { + "item": "natura:overworld_planks", + "data": 2 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_natura_bloodwood.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_natura_bloodwood.json index 12dd0c6448..065ee6e709 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_natura_bloodwood.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_natura_bloodwood.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_short_natura_bloodwood", - "data": 0 - }, - "pattern": [ - " x ", - "yyy" - ], - "key": { - "x": { - "item": "natura:nether_planks", - "data": 1 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_short_natura_bloodwood", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy" + ], + "key": { + "x": { + "item": "natura:nether_planks", + "data": 1 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_natura_darkwood.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_natura_darkwood.json index 310adce383..9b0effdc87 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_natura_darkwood.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_natura_darkwood.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_short_natura_darkwood", - "data": 0 - }, - "pattern": [ - " x ", - "yyy" - ], - "key": { - "x": { - "item": "natura:nether_planks", - "data": 2 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_short_natura_darkwood", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy" + ], + "key": { + "x": { + "item": "natura:nether_planks", + "data": 2 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_natura_eucalyptus.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_natura_eucalyptus.json index e8869a6b87..e57c514376 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_natura_eucalyptus.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_natura_eucalyptus.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_short_natura_eucalyptus", - "data": 0 - }, - "pattern": [ - " x ", - "yyy" - ], - "key": { - "x": { - "item": "natura:overworld_planks", - "data": 5 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_short_natura_eucalyptus", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy" + ], + "key": { + "x": { + "item": "natura:overworld_planks", + "data": 5 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_natura_fusewood.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_natura_fusewood.json index cc8e918035..94cde02c45 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_natura_fusewood.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_natura_fusewood.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_short_natura_fusewood", - "data": 0 - }, - "pattern": [ - " x ", - "yyy" - ], - "key": { - "x": { - "item": "natura:nether_planks", - "data": 3 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_short_natura_fusewood", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy" + ], + "key": { + "x": { + "item": "natura:nether_planks", + "data": 3 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_natura_ghostwood.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_natura_ghostwood.json index 6f9a811782..01ad98db17 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_natura_ghostwood.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_natura_ghostwood.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_short_natura_ghostwood", - "data": 0 - }, - "pattern": [ - " x ", - "yyy" - ], - "key": { - "x": { - "item": "natura:nether_planks", - "data": 0 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_short_natura_ghostwood", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy" + ], + "key": { + "x": { + "item": "natura:nether_planks", + "data": 0 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_natura_hopseed.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_natura_hopseed.json index b8b71da9c6..ef1d208451 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_natura_hopseed.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_natura_hopseed.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_short_natura_hopseed", - "data": 0 - }, - "pattern": [ - " x ", - "yyy" - ], - "key": { - "x": { - "item": "natura:overworld_planks", - "data": 6 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_short_natura_hopseed", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy" + ], + "key": { + "x": { + "item": "natura:overworld_planks", + "data": 6 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_natura_maple.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_natura_maple.json index dad999af4c..e3713117f2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_natura_maple.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_natura_maple.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_short_natura_maple", - "data": 0 - }, - "pattern": [ - " x ", - "yyy" - ], - "key": { - "x": { - "item": "natura:overworld_planks", - "data": 0 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_short_natura_maple", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy" + ], + "key": { + "x": { + "item": "natura:overworld_planks", + "data": 0 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_natura_sakura.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_natura_sakura.json index b5e3ee7f8a..8934903659 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_natura_sakura.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_natura_sakura.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_short_natura_sakura", - "data": 0 - }, - "pattern": [ - " x ", - "yyy" - ], - "key": { - "x": { - "item": "natura:overworld_planks", - "data": 7 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_short_natura_sakura", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy" + ], + "key": { + "x": { + "item": "natura:overworld_planks", + "data": 7 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_natura_silverbell.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_natura_silverbell.json index bcb1d127b4..07b2542908 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_natura_silverbell.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_natura_silverbell.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_short_natura_silverbell", - "data": 0 - }, - "pattern": [ - " x ", - "yyy" - ], - "key": { - "x": { - "item": "natura:overworld_planks", - "data": 1 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_short_natura_silverbell", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy" + ], + "key": { + "x": { + "item": "natura:overworld_planks", + "data": 1 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_natura_tiger.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_natura_tiger.json index 5e012f760e..ca42702cea 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_natura_tiger.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_natura_tiger.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_short_natura_tiger", - "data": 0 - }, - "pattern": [ - " x ", - "yyy" - ], - "key": { - "x": { - "item": "natura:overworld_planks", - "data": 3 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_short_natura_tiger", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy" + ], + "key": { + "x": { + "item": "natura:overworld_planks", + "data": 3 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_natura_willow.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_natura_willow.json index 6c7017ce25..a625e26cbf 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_natura_willow.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_natura_willow.json @@ -1,28 +1,28 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_short_natura_willow", - "data": 0 - }, - "pattern": [ - " x ", - "yyy" - ], - "key": { - "x": { - "item": "natura:overworld_planks", - "data": 4 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_short_natura_willow", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy" + ], + "key": { + "x": { + "item": "natura:overworld_planks", + "data": 4 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_oak.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_oak.json index eedb376b77..1f1f61db33 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_oak.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_oak.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_short_oak", - "data": 0 - }, - "pattern": [ - " x ", - "yyy" - ], - "key": { - "x": { - "item": "minecraft:planks", - "data": 0 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_short_oak", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture" -} \ No newline at end of file + "pattern": [ + " x ", + "yyy" + ], + "key": { + "x": { + "item": "minecraft:planks", + "data": 0 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_spruce.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_spruce.json index 5969e8534c..2cb2a0e061 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_spruce.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_short_spruce.json @@ -1,22 +1,22 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_short_spruce", - "data": 0 - }, - "pattern": [ - " x ", - "yyy" - ], - "key": { - "x": { - "item": "minecraft:planks", - "data": 1 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_short_spruce", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture" -} \ No newline at end of file + "pattern": [ + " x ", + "yyy" + ], + "key": { + "x": { + "item": "minecraft:planks", + "data": 1 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_acacia.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_acacia.json index 8fec1decba..b712f50e71 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_acacia.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_acacia.json @@ -1,23 +1,23 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_tall_acacia", - "data": 0 - }, - "pattern": [ - " x ", - "yyy", - "yyy" - ], - "key": { - "x": { - "item": "minecraft:planks", - "data": 4 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_tall_acacia", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture" -} \ No newline at end of file + "pattern": [ + " x ", + "yyy", + "yyy" + ], + "key": { + "x": { + "item": "minecraft:planks", + "data": 4 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_big_oak.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_big_oak.json index 3739a00d07..cbaa332187 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_big_oak.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_big_oak.json @@ -1,23 +1,23 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_tall_big_oak", - "data": 0 - }, - "pattern": [ - " x ", - "yyy", - "yyy" - ], - "key": { - "x": { - "item": "minecraft:planks", - "data": 5 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_tall_big_oak", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture" -} \ No newline at end of file + "pattern": [ + " x ", + "yyy", + "yyy" + ], + "key": { + "x": { + "item": "minecraft:planks", + "data": 5 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_biomesoplenty_cherry.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_biomesoplenty_cherry.json index 242374d51f..38d36e060f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_biomesoplenty_cherry.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_biomesoplenty_cherry.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_cherry", - "data": 0 - }, - "pattern": [ - " x ", - "yyy", - "yyy" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 1 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_cherry", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy", + "yyy" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 1 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_biomesoplenty_ebony.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_biomesoplenty_ebony.json index 28bdd8fecb..a9b0df67b5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_biomesoplenty_ebony.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_biomesoplenty_ebony.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_ebony", - "data": 0 - }, - "pattern": [ - " x ", - "yyy", - "yyy" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 14 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_ebony", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy", + "yyy" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 14 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_biomesoplenty_ethereal.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_biomesoplenty_ethereal.json index d93bbf7c40..c783cad84f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_biomesoplenty_ethereal.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_biomesoplenty_ethereal.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_ethereal", - "data": 0 - }, - "pattern": [ - " x ", - "yyy", - "yyy" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 4 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_ethereal", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy", + "yyy" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 4 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_biomesoplenty_eucalyptus.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_biomesoplenty_eucalyptus.json index 6d73a64ee6..220c54af0a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_biomesoplenty_eucalyptus.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_biomesoplenty_eucalyptus.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_eucalyptus", - "data": 0 - }, - "pattern": [ - " x ", - "yyy", - "yyy" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 15 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_eucalyptus", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy", + "yyy" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 15 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_biomesoplenty_fir.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_biomesoplenty_fir.json index 355d0527f2..bc1d870608 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_biomesoplenty_fir.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_biomesoplenty_fir.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_fir", - "data": 0 - }, - "pattern": [ - " x ", - "yyy", - "yyy" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 3 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_fir", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy", + "yyy" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 3 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_biomesoplenty_hellbark.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_biomesoplenty_hellbark.json index d189d31515..d706097b2d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_biomesoplenty_hellbark.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_biomesoplenty_hellbark.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_hellbark", - "data": 0 - }, - "pattern": [ - " x ", - "yyy", - "yyy" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 11 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_hellbark", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy", + "yyy" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 11 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_biomesoplenty_jacaranda.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_biomesoplenty_jacaranda.json index e261e135d8..8e239b6af6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_biomesoplenty_jacaranda.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_biomesoplenty_jacaranda.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_jacaranda", - "data": 0 - }, - "pattern": [ - " x ", - "yyy", - "yyy" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 12 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_jacaranda", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy", + "yyy" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 12 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_biomesoplenty_magic.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_biomesoplenty_magic.json index 820ffaa3e0..17540dc230 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_biomesoplenty_magic.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_biomesoplenty_magic.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_magic", - "data": 0 - }, - "pattern": [ - " x ", - "yyy", - "yyy" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 5 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_magic", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy", + "yyy" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 5 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_biomesoplenty_mahogany.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_biomesoplenty_mahogany.json index 0c2acbddc0..a87e27acb2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_biomesoplenty_mahogany.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_biomesoplenty_mahogany.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_mahogany", - "data": 0 - }, - "pattern": [ - " x ", - "yyy", - "yyy" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 13 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_mahogany", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy", + "yyy" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 13 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_biomesoplenty_mangrove.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_biomesoplenty_mangrove.json index 6953458531..cebf26b80b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_biomesoplenty_mangrove.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_biomesoplenty_mangrove.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_mangrove", - "data": 0 - }, - "pattern": [ - " x ", - "yyy", - "yyy" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 6 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_mangrove", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy", + "yyy" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 6 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_biomesoplenty_palm.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_biomesoplenty_palm.json index 3842fd0481..3a246479a2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_biomesoplenty_palm.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_biomesoplenty_palm.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_palm", - "data": 0 - }, - "pattern": [ - " x ", - "yyy", - "yyy" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 7 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_palm", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy", + "yyy" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 7 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_biomesoplenty_pine.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_biomesoplenty_pine.json index 5e0cc8c00b..8f85b5a6b4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_biomesoplenty_pine.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_biomesoplenty_pine.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_pine", - "data": 0 - }, - "pattern": [ - " x ", - "yyy", - "yyy" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 10 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_pine", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy", + "yyy" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 10 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_biomesoplenty_redwood.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_biomesoplenty_redwood.json index 3ea89637c6..5e9bf18697 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_biomesoplenty_redwood.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_biomesoplenty_redwood.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_redwood", - "data": 0 - }, - "pattern": [ - " x ", - "yyy", - "yyy" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 8 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_redwood", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy", + "yyy" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 8 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_biomesoplenty_sacred_oak.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_biomesoplenty_sacred_oak.json index d753cfdb46..70626d3597 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_biomesoplenty_sacred_oak.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_biomesoplenty_sacred_oak.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_sacred_oak", - "data": 0 - }, - "pattern": [ - " x ", - "yyy", - "yyy" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 0 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_sacred_oak", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy", + "yyy" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 0 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_biomesoplenty_umbran.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_biomesoplenty_umbran.json index 84acd9f8d8..bca6a9d032 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_biomesoplenty_umbran.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_biomesoplenty_umbran.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_umbran", - "data": 0 - }, - "pattern": [ - " x ", - "yyy", - "yyy" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 2 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_umbran", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy", + "yyy" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 2 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_biomesoplenty_willow.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_biomesoplenty_willow.json index a2800b5b64..8353f460fb 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_biomesoplenty_willow.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_biomesoplenty_willow.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_willow", - "data": 0 - }, - "pattern": [ - " x ", - "yyy", - "yyy" - ], - "key": { - "x": { - "item": "biomesoplenty:planks_0", - "data": 9 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_tall_biomesoplenty_willow", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy", + "yyy" + ], + "key": { + "x": { + "item": "biomesoplenty:planks_0", + "data": 9 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_birch.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_birch.json index 622605304f..14e1fbd81e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_birch.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_birch.json @@ -1,23 +1,23 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_tall_birch", - "data": 0 - }, - "pattern": [ - " x ", - "yyy", - "yyy" - ], - "key": { - "x": { - "item": "minecraft:planks", - "data": 2 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_tall_birch", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture" -} \ No newline at end of file + "pattern": [ + " x ", + "yyy", + "yyy" + ], + "key": { + "x": { + "item": "minecraft:planks", + "data": 2 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_acacia.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_acacia.json index 99cb7656c3..f4446f7670 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_acacia.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_acacia.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_acacia", - "data": 0 - }, - "pattern": [ - " x ", - "yyy", - "yyy" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 2 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_acacia", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy", + "yyy" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 2 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_balsa.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_balsa.json index a78621d742..86fd6f50a0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_balsa.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_balsa.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_balsa", - "data": 0 - }, - "pattern": [ - " x ", - "yyy", - "yyy" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 11 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_balsa", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy", + "yyy" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 11 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_baobab.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_baobab.json index 986e6f6763..7231bb80a7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_baobab.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_baobab.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_baobab", - "data": 0 - }, - "pattern": [ - " x ", - "yyy", - "yyy" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 6 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_baobab", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy", + "yyy" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 6 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_cherry.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_cherry.json index 8826f8972e..4a17b8cd04 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_cherry.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_cherry.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_cherry", - "data": 0 - }, - "pattern": [ - " x ", - "yyy", - "yyy" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 15 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_cherry", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy", + "yyy" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 15 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_chestnut.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_chestnut.json index ba21d52fb3..4792a139aa 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_chestnut.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_chestnut.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_chestnut", - "data": 0 - }, - "pattern": [ - " x ", - "yyy", - "yyy" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 4 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_chestnut", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy", + "yyy" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 4 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_citrus.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_citrus.json index de6e60f4c4..7b44c6e29f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_citrus.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_citrus.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_citrus", - "data": 0 - }, - "pattern": [ - " x ", - "yyy", - "yyy" - ], - "key": { - "x": { - "item": "forestry:planks.1", - "data": 7 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_citrus", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy", + "yyy" + ], + "key": { + "x": { + "item": "forestry:planks.1", + "data": 7 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_cocobolo.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_cocobolo.json index 571660d664..7545768145 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_cocobolo.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_cocobolo.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_cocobolo", - "data": 0 - }, - "pattern": [ - " x ", - "yyy", - "yyy" - ], - "key": { - "x": { - "item": "forestry:planks.1", - "data": 11 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_cocobolo", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy", + "yyy" + ], + "key": { + "x": { + "item": "forestry:planks.1", + "data": 11 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_ebony.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_ebony.json index 4bd01232fb..269a84b1dc 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_ebony.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_ebony.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_ebony", - "data": 0 - }, - "pattern": [ - " x ", - "yyy", - "yyy" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 9 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_ebony", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy", + "yyy" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 9 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_giganteum.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_giganteum.json index ad776a86ea..4d6da56dca 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_giganteum.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_giganteum.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_giganteum", - "data": 0 - }, - "pattern": [ - " x ", - "yyy", - "yyy" - ], - "key": { - "x": { - "item": "forestry:planks.1", - "data": 8 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_giganteum", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy", + "yyy" + ], + "key": { + "x": { + "item": "forestry:planks.1", + "data": 8 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_greenheart.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_greenheart.json index 1bb2faffca..26ac418500 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_greenheart.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_greenheart.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_greenheart", - "data": 0 - }, - "pattern": [ - " x ", - "yyy", - "yyy" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 14 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_greenheart", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy", + "yyy" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 14 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_ipe.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_ipe.json index e9e35a7c2b..1fdbf242bf 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_ipe.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_ipe.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_ipe", - "data": 0 - }, - "pattern": [ - " x ", - "yyy", - "yyy" - ], - "key": { - "x": { - "item": "forestry:planks.1", - "data": 9 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_ipe", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy", + "yyy" + ], + "key": { + "x": { + "item": "forestry:planks.1", + "data": 9 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_kapok.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_kapok.json index 13eed782c4..55965a682d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_kapok.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_kapok.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_kapok", - "data": 0 - }, - "pattern": [ - " x ", - "yyy", - "yyy" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 8 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_kapok", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy", + "yyy" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 8 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_larch.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_larch.json index d47718b66b..6f09dfbb76 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_larch.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_larch.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_larch", - "data": 0 - }, - "pattern": [ - " x ", - "yyy", - "yyy" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 0 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_larch", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy", + "yyy" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 0 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_lime.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_lime.json index 09a67bfa62..aac7d3bb7d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_lime.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_lime.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_lime", - "data": 0 - }, - "pattern": [ - " x ", - "yyy", - "yyy" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 3 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_lime", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy", + "yyy" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 3 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_mahoe.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_mahoe.json index 8cbeedd1c1..9f2c701cf6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_mahoe.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_mahoe.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_mahoe", - "data": 0 - }, - "pattern": [ - " x ", - "yyy", - "yyy" - ], - "key": { - "x": { - "item": "forestry:planks.1", - "data": 0 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_mahoe", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy", + "yyy" + ], + "key": { + "x": { + "item": "forestry:planks.1", + "data": 0 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_mahogany.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_mahogany.json index eb4381cb75..22cf0a1679 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_mahogany.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_mahogany.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_mahogany", - "data": 0 - }, - "pattern": [ - " x ", - "yyy", - "yyy" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 10 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_mahogany", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy", + "yyy" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 10 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_maple.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_maple.json index b85187e7ed..da0dfcd619 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_maple.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_maple.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_maple", - "data": 0 - }, - "pattern": [ - " x ", - "yyy", - "yyy" - ], - "key": { - "x": { - "item": "forestry:planks.1", - "data": 6 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_maple", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy", + "yyy" + ], + "key": { + "x": { + "item": "forestry:planks.1", + "data": 6 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_padauk.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_padauk.json index a3bd77caf4..174ba01af0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_padauk.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_padauk.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_padauk", - "data": 0 - }, - "pattern": [ - " x ", - "yyy", - "yyy" - ], - "key": { - "x": { - "item": "forestry:planks.1", - "data": 10 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_padauk", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy", + "yyy" + ], + "key": { + "x": { + "item": "forestry:planks.1", + "data": 10 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_palm.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_palm.json index a617fb98ea..918d92bcdd 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_palm.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_palm.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_palm", - "data": 0 - }, - "pattern": [ - " x ", - "yyy", - "yyy" - ], - "key": { - "x": { - "item": "forestry:planks.1", - "data": 2 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_palm", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy", + "yyy" + ], + "key": { + "x": { + "item": "forestry:planks.1", + "data": 2 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_papaya.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_papaya.json index 098591f796..03442de2d4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_papaya.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_papaya.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_papaya", - "data": 0 - }, - "pattern": [ - " x ", - "yyy", - "yyy" - ], - "key": { - "x": { - "item": "forestry:planks.1", - "data": 3 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_papaya", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy", + "yyy" + ], + "key": { + "x": { + "item": "forestry:planks.1", + "data": 3 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_pine.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_pine.json index e56a416cc2..16c4aae94c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_pine.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_pine.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_pine", - "data": 0 - }, - "pattern": [ - " x ", - "yyy", - "yyy" - ], - "key": { - "x": { - "item": "forestry:planks.1", - "data": 4 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_pine", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy", + "yyy" + ], + "key": { + "x": { + "item": "forestry:planks.1", + "data": 4 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_plum.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_plum.json index 412ef6828e..80d224413e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_plum.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_plum.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_plum", - "data": 0 - }, - "pattern": [ - " x ", - "yyy", - "yyy" - ], - "key": { - "x": { - "item": "forestry:planks.1", - "data": 5 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_plum", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy", + "yyy" + ], + "key": { + "x": { + "item": "forestry:planks.1", + "data": 5 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_poplar.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_poplar.json index fc7877d18b..7a4043abdd 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_poplar.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_poplar.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_poplar", - "data": 0 - }, - "pattern": [ - " x ", - "yyy", - "yyy" - ], - "key": { - "x": { - "item": "forestry:planks.1", - "data": 1 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_poplar", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy", + "yyy" + ], + "key": { + "x": { + "item": "forestry:planks.1", + "data": 1 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_sequoia.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_sequoia.json index d20887aa3a..b9ba92190b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_sequoia.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_sequoia.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_sequoia", - "data": 0 - }, - "pattern": [ - " x ", - "yyy", - "yyy" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 7 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_sequoia", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy", + "yyy" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 7 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_teak.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_teak.json index 189a122bf0..416afb743a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_teak.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_teak.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_teak", - "data": 0 - }, - "pattern": [ - " x ", - "yyy", - "yyy" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 1 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_teak", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy", + "yyy" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 1 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_walnut.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_walnut.json index beba9a63bb..53aa63bf19 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_walnut.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_walnut.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_walnut", - "data": 0 - }, - "pattern": [ - " x ", - "yyy", - "yyy" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 13 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_walnut", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy", + "yyy" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 13 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_wenge.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_wenge.json index 20eadf7daa..5d4e5ebea6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_wenge.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_wenge.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_wenge", - "data": 0 - }, - "pattern": [ - " x ", - "yyy", - "yyy" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 5 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_wenge", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy", + "yyy" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 5 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_willow.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_willow.json index a5803ea7dc..141678a59e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_willow.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_willow.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_willow", - "data": 0 - }, - "pattern": [ - " x ", - "yyy", - "yyy" - ], - "key": { - "x": { - "item": "forestry:planks.0", - "data": 12 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_willow", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy", + "yyy" + ], + "key": { + "x": { + "item": "forestry:planks.0", + "data": 12 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_zebrawood.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_zebrawood.json index b4ac8b16a0..982da28c74 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_zebrawood.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_forestry_zebrawood.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_zebrawood", - "data": 0 - }, - "pattern": [ - " x ", - "yyy", - "yyy" - ], - "key": { - "x": { - "item": "forestry:planks.1", - "data": 12 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_tall_forestry_zebrawood", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "forestry" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy", + "yyy" + ], + "key": { + "x": { + "item": "forestry:planks.1", + "data": 12 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forestry" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_immersiveengineering_treated_wood.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_immersiveengineering_treated_wood.json index c6ee623955..9f104fe9e0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_immersiveengineering_treated_wood.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_immersiveengineering_treated_wood.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_tall_immersiveengineering_treated_wood", - "data": 0 - }, - "pattern": [ - " x ", - "yyy", - "yyy" - ], - "key": { - "x": { - "item": "immersiveengineering:treated_wood", - "data": 0 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_tall_immersiveengineering_treated_wood", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "immersiveengineering" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy", + "yyy" + ], + "key": { + "x": { + "item": "immersiveengineering:treated_wood", + "data": 0 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_immersiveengineering_treated_wood_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_immersiveengineering_treated_wood_1.json index 61c7265e5f..f6ecfb89ca 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_immersiveengineering_treated_wood_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_immersiveengineering_treated_wood_1.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_tall_immersiveengineering_treated_wood", - "data": 0 - }, - "pattern": [ - " x ", - "yyy", - "yyy" - ], - "key": { - "x": { - "item": "immersiveengineering:treated_wood", - "data": 1 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_tall_immersiveengineering_treated_wood", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "immersiveengineering" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy", + "yyy" + ], + "key": { + "x": { + "item": "immersiveengineering:treated_wood", + "data": 1 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_immersiveengineering_treated_wood_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_immersiveengineering_treated_wood_2.json index 6390d452ae..ed7baa25bf 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_immersiveengineering_treated_wood_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_immersiveengineering_treated_wood_2.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_tall_immersiveengineering_treated_wood", - "data": 0 - }, - "pattern": [ - " x ", - "yyy", - "yyy" - ], - "key": { - "x": { - "item": "immersiveengineering:treated_wood", - "data": 2 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_tall_immersiveengineering_treated_wood", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "immersiveengineering" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy", + "yyy" + ], + "key": { + "x": { + "item": "immersiveengineering:treated_wood", + "data": 2 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_jungle.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_jungle.json index dc8339c00e..7418ed5504 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_jungle.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_jungle.json @@ -1,23 +1,23 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_tall_jungle", - "data": 0 - }, - "pattern": [ - " x ", - "yyy", - "yyy" - ], - "key": { - "x": { - "item": "minecraft:planks", - "data": 3 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_tall_jungle", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture" -} \ No newline at end of file + "pattern": [ + " x ", + "yyy", + "yyy" + ], + "key": { + "x": { + "item": "minecraft:planks", + "data": 3 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_natura_amaranth.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_natura_amaranth.json index 0b3635c4b6..8f2e6ee782 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_natura_amaranth.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_natura_amaranth.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_tall_natura_amaranth", - "data": 0 - }, - "pattern": [ - " x ", - "yyy", - "yyy" - ], - "key": { - "x": { - "item": "natura:overworld_planks", - "data": 2 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_tall_natura_amaranth", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy", + "yyy" + ], + "key": { + "x": { + "item": "natura:overworld_planks", + "data": 2 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_natura_bloodwood.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_natura_bloodwood.json index d096d68871..149c800478 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_natura_bloodwood.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_natura_bloodwood.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_tall_natura_bloodwood", - "data": 0 - }, - "pattern": [ - " x ", - "yyy", - "yyy" - ], - "key": { - "x": { - "item": "natura:nether_planks", - "data": 1 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_tall_natura_bloodwood", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy", + "yyy" + ], + "key": { + "x": { + "item": "natura:nether_planks", + "data": 1 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_natura_darkwood.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_natura_darkwood.json index b076c2eef6..e0f8a7255d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_natura_darkwood.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_natura_darkwood.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_tall_natura_darkwood", - "data": 0 - }, - "pattern": [ - " x ", - "yyy", - "yyy" - ], - "key": { - "x": { - "item": "natura:nether_planks", - "data": 2 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_tall_natura_darkwood", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy", + "yyy" + ], + "key": { + "x": { + "item": "natura:nether_planks", + "data": 2 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_natura_eucalyptus.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_natura_eucalyptus.json index dc84cf3df0..6fb2a33883 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_natura_eucalyptus.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_natura_eucalyptus.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_tall_natura_eucalyptus", - "data": 0 - }, - "pattern": [ - " x ", - "yyy", - "yyy" - ], - "key": { - "x": { - "item": "natura:overworld_planks", - "data": 5 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_tall_natura_eucalyptus", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy", + "yyy" + ], + "key": { + "x": { + "item": "natura:overworld_planks", + "data": 5 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_natura_fusewood.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_natura_fusewood.json index 5aaaf9cb0a..83584ad2d2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_natura_fusewood.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_natura_fusewood.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_tall_natura_fusewood", - "data": 0 - }, - "pattern": [ - " x ", - "yyy", - "yyy" - ], - "key": { - "x": { - "item": "natura:nether_planks", - "data": 3 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_tall_natura_fusewood", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy", + "yyy" + ], + "key": { + "x": { + "item": "natura:nether_planks", + "data": 3 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_natura_ghostwood.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_natura_ghostwood.json index 5b8a79e21c..7ac2a8c0fb 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_natura_ghostwood.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_natura_ghostwood.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_tall_natura_ghostwood", - "data": 0 - }, - "pattern": [ - " x ", - "yyy", - "yyy" - ], - "key": { - "x": { - "item": "natura:nether_planks", - "data": 0 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_tall_natura_ghostwood", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy", + "yyy" + ], + "key": { + "x": { + "item": "natura:nether_planks", + "data": 0 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_natura_hopseed.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_natura_hopseed.json index 5077c87ec6..7ddfddcb44 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_natura_hopseed.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_natura_hopseed.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_tall_natura_hopseed", - "data": 0 - }, - "pattern": [ - " x ", - "yyy", - "yyy" - ], - "key": { - "x": { - "item": "natura:overworld_planks", - "data": 6 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_tall_natura_hopseed", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy", + "yyy" + ], + "key": { + "x": { + "item": "natura:overworld_planks", + "data": 6 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_natura_maple.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_natura_maple.json index a8506a60a9..4542d05ecb 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_natura_maple.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_natura_maple.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_tall_natura_maple", - "data": 0 - }, - "pattern": [ - " x ", - "yyy", - "yyy" - ], - "key": { - "x": { - "item": "natura:overworld_planks", - "data": 0 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_tall_natura_maple", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy", + "yyy" + ], + "key": { + "x": { + "item": "natura:overworld_planks", + "data": 0 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_natura_sakura.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_natura_sakura.json index 829f8ad65f..79708407c0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_natura_sakura.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_natura_sakura.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_tall_natura_sakura", - "data": 0 - }, - "pattern": [ - " x ", - "yyy", - "yyy" - ], - "key": { - "x": { - "item": "natura:overworld_planks", - "data": 7 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_tall_natura_sakura", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy", + "yyy" + ], + "key": { + "x": { + "item": "natura:overworld_planks", + "data": 7 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_natura_silverbell.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_natura_silverbell.json index 9018c7fbff..feee2130a0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_natura_silverbell.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_natura_silverbell.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_tall_natura_silverbell", - "data": 0 - }, - "pattern": [ - " x ", - "yyy", - "yyy" - ], - "key": { - "x": { - "item": "natura:overworld_planks", - "data": 1 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_tall_natura_silverbell", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy", + "yyy" + ], + "key": { + "x": { + "item": "natura:overworld_planks", + "data": 1 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_natura_tiger.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_natura_tiger.json index 86074aab01..50e17a3ddb 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_natura_tiger.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_natura_tiger.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_tall_natura_tiger", - "data": 0 - }, - "pattern": [ - " x ", - "yyy", - "yyy" - ], - "key": { - "x": { - "item": "natura:overworld_planks", - "data": 3 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_tall_natura_tiger", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy", + "yyy" + ], + "key": { + "x": { + "item": "natura:overworld_planks", + "data": 3 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_natura_willow.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_natura_willow.json index 8317f6df6c..9eb0725a82 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_natura_willow.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_natura_willow.json @@ -1,29 +1,29 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_tall_natura_willow", - "data": 0 - }, - "pattern": [ - " x ", - "yyy", - "yyy" - ], - "key": { - "x": { - "item": "natura:overworld_planks", - "data": 4 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_tall_natura_willow", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "natura" - } - ] -} \ No newline at end of file + "pattern": [ + " x ", + "yyy", + "yyy" + ], + "key": { + "x": { + "item": "natura:overworld_planks", + "data": 4 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "natura" + } + ] +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_oak.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_oak.json index 134b500e8a..2397cd8af1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_oak.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_oak.json @@ -1,23 +1,23 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_tall_oak", - "data": 0 - }, - "pattern": [ - " x ", - "yyy", - "yyy" - ], - "key": { - "x": { - "item": "minecraft:planks", - "data": 0 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_tall_oak", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture" -} \ No newline at end of file + "pattern": [ + " x ", + "yyy", + "yyy" + ], + "key": { + "x": { + "item": "minecraft:planks", + "data": 0 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_spruce.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_spruce.json index 16dbaca72f..df12d5902e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_spruce.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_stool_tall_spruce.json @@ -1,23 +1,23 @@ { - "type": "forge:ore_shaped", - "result": { - "item": "ironagefurniture:chair_wood_ironage_stool_tall_spruce", - "data": 0 - }, - "pattern": [ - " x ", - "yyy", - "yyy" - ], - "key": { - "x": { - "item": "minecraft:planks", - "data": 1 + "type": "forge:ore_shaped", + "result": { + "item": "ironagefurniture:chair_wood_ironage_stool_tall_spruce", + "data": 0 }, - "y": { - "item": "minecraft:stick", - "data": 0 - } - }, - "group": "furniture" -} \ No newline at end of file + "pattern": [ + " x ", + "yyy", + "yyy" + ], + "key": { + "x": { + "item": "minecraft:planks", + "data": 1 + }, + "y": { + "item": "minecraft:stick", + "data": 0 + } + }, + "group": "furniture" +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/light_metal_ironage_block_floor_glow_clear.json b/src/main/resources/assets/ironagefurniture/recipes/light_metal_ironage_block_floor_glow_clear.json new file mode 100644 index 0000000000..374ce9f40e --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/recipes/light_metal_ironage_block_floor_glow_clear.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "light_glow", + "ingredients": [ + { + "item": "minecraft:glowstone_dust" + }, + { + "item": "minecraft:glass_bottle" + } + ], + "result": { + "item": "ironagefurniture:light_metal_ironage_block_floor_glow_clear" + } +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/light_metal_ironage_block_floor_lava_clear.json b/src/main/resources/assets/ironagefurniture/recipes/light_metal_ironage_block_floor_lava_clear.json new file mode 100644 index 0000000000..f776c61a00 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/recipes/light_metal_ironage_block_floor_lava_clear.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "light_lava", + "pattern": [ + "yyy", + "yxy", + "yyy" + ], + "key": { + "y": { + "item": "minecraft:glass_bottle" + }, + "x": { + "item": "minecraft:lava_bucket" + } + }, + "result": { + "item": "ironagefurniture:light_metal_ironage_block_floor_lava_clear", + "count": 8 + } +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/light_metal_ironage_block_floor_red_clear.json b/src/main/resources/assets/ironagefurniture/recipes/light_metal_ironage_block_floor_red_clear.json new file mode 100644 index 0000000000..430bcba510 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/recipes/light_metal_ironage_block_floor_red_clear.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "light_red", + "ingredients": [ + { + "item": "minecraft:redstone" + }, + { + "item": "minecraft:glass_bottle" + } + ], + "result": { + "item": "ironagefurniture:light_metal_ironage_block_floor_red_clear" + } +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/light_metal_ironage_sconce_floor_empty_iron.json b/src/main/resources/assets/ironagefurniture/recipes/light_metal_ironage_sconce_floor_empty_iron.json new file mode 100644 index 0000000000..bfc2b6ecc5 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/recipes/light_metal_ironage_sconce_floor_empty_iron.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "sconce", + "pattern": [ + "xxx", + "x ", + "x " + ], + "key": { + "x": { + "item": "minecraft:iron_nugget" + } + }, + "result": { + "item": "ironagefurniture:light_metal_ironage_sconce_floor_empty_iron", + "count": 5 + } +} diff --git a/src/main/resources/assets/ironagefurniture/recipes/obsidian.json b/src/main/resources/assets/ironagefurniture/recipes/obsidian.json new file mode 100644 index 0000000000..f351d4c684 --- /dev/null +++ b/src/main/resources/assets/ironagefurniture/recipes/obsidian.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "obsidian", + "pattern": [ + "yyy", + "yyy", + "yyy" + ], + "key": { + "y": { + "item": "ironagefurniture:obsidian_chunk" + } + }, + "result": { + "item": "minecraft:obsidian" + } +} diff --git a/src/main/resources/mcmod.info b/src/main/resources/mcmod.info index 1a9686c465..36ad87291c 100644 --- a/src/main/resources/mcmod.info +++ b/src/main/resources/mcmod.info @@ -2,13 +2,14 @@ { "modid": "ironagefurniture", "name": "Iron Age Furniture", - "description": "A mod to add Iron Age Furniture to Minecraft", + "description": "Chairs, benches, sconces, glow lamps, lava lamps, and redstone lighting for Minecraft.", "version": "${version}", "mcversion": "${mcversion}", - "url": "", - "updateUrl": "", + "url": "https://github.com/MinecraftModDevelopmentMods/IronAgeFurniture", + "updateUrl": "https://raw.githubusercontent.com/MinecraftModDevelopmentMods/IronAgeFurniture/master-1.10/update.json", "authorList": ["SkyBlade1978", "FoxNekitsune"], - "credits": "", + "credits": "Minecraft Mod Development community contributors", + "license": "LGPL-2.1", "logoFile": "", "screenshots": [], "dependencies": [] diff --git a/src/main/resources/pack.mcmeta b/src/main/resources/pack.mcmeta new file mode 100644 index 0000000000..ec181fffc2 --- /dev/null +++ b/src/main/resources/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "pack": { + "description": "Iron Age Furniture resources", + "pack_format": 3 + } +} diff --git a/src/optionalIntegrationTest/java/zone/moddev/mc/ironagefurniture/fixture/OptionalIntegrationRecipeProbe.java b/src/optionalIntegrationTest/java/zone/moddev/mc/ironagefurniture/fixture/OptionalIntegrationRecipeProbe.java new file mode 100644 index 0000000000..a58b32a23c --- /dev/null +++ b/src/optionalIntegrationTest/java/zone/moddev/mc/ironagefurniture/fixture/OptionalIntegrationRecipeProbe.java @@ -0,0 +1,272 @@ +package zone.moddev.mc.ironagefurniture.fixture; + +import java.io.BufferedReader; +import java.io.IOException; +import java.io.InputStream; +import java.io.InputStreamReader; +import java.nio.charset.StandardCharsets; +import java.nio.file.Files; +import java.nio.file.Paths; +import java.util.ArrayList; +import java.util.Arrays; +import java.util.LinkedHashMap; +import java.util.List; +import java.util.Map; + +import org.apache.logging.log4j.LogManager; +import org.apache.logging.log4j.Logger; + +import net.minecraft.item.crafting.CraftingManager; +import net.minecraft.server.MinecraftServer; +import net.minecraft.util.ResourceLocation; +import net.minecraftforge.fml.common.FMLCommonHandler; +import net.minecraftforge.fml.common.Loader; +import net.minecraftforge.fml.common.Mod; +import net.minecraftforge.fml.common.ModContainer; +import net.minecraftforge.fml.common.event.FMLServerStartedEvent; + +/** Exact-loader probe for optional recipes and recipe advancements. */ +@Mod(modid = OptionalIntegrationRecipeProbe.MOD_ID, + name = "Iron Age Furniture Optional Integration Probe", + version = "1", + acceptableRemoteVersions = "*", + dependencies = "required-after:ironagefurniture@[0.3.0.112021]") +public final class OptionalIntegrationRecipeProbe { + public static final String MOD_ID = "ironagefurnitureintegrationprobe"; + + private static final Logger LOGGER = LogManager.getLogger(); + private static final List REQUIRED_MODS = Arrays.asList( + "biomesoplenty", "natura", "forestry", "immersiveengineering"); + + @Mod.EventHandler + public void serverStarted(FMLServerStartedEvent event) { + MinecraftServer server = FMLCommonHandler.instance().getMinecraftServerInstance(); + if ("absent".equals(System.getProperty("iaf.probe.profile"))) { + verifyOptionalModsAbsent(); + verifyRecipesAbsent("expected-conditional-recipes.txt"); + verifyAdvancementsAbsent(server, "expected-conditional-advancements.txt"); + writeAbsentMarker(); + LOGGER.info("IRON AGE FURNITURE CORE ABSENCE PROBE PASSED"); + server.initiateShutdown(); + return; + } + List selectedMods = selectedMods(); + Map versions = requireMods(selectedMods); + Map recipes = verifyRecipes( + "expected-conditional-recipes.txt", selectedMods); + Map advancements = verifyAdvancements(server, + "expected-conditional-advancements.txt", selectedMods); + + int recipeCount = total(recipes); + int advancementCount = total(advancements); + int expectedCount = expectedCount(selectedMods); + require(recipeCount == expectedCount, + "Expected " + expectedCount + + " conditional recipes, found " + recipeCount); + require(advancementCount == expectedCount, + "Expected " + expectedCount + + " conditional advancements, found " + advancementCount); + + writeMarker(versions, recipes, advancements, recipeCount, advancementCount); + LOGGER.info("IRON AGE FURNITURE OPTIONAL INTEGRATION PROBE PASSED: " + + "{} recipes and {} advancements", recipeCount, advancementCount); + server.initiateShutdown(); + } + + private static void verifyOptionalModsAbsent() { + for (String modId : REQUIRED_MODS) { + require(!Loader.isModLoaded(modId), + "Optional mod unexpectedly loaded during absence probe: " + modId); + } + } + + private static void verifyRecipesAbsent(String resourceName) { + List unexpected = new ArrayList<>(); + for (ExpectedEntry expected : readExpectedEntries(resourceName)) { + if (CraftingManager.REGISTRY.getObject(expected.id) != null) { + unexpected.add(expected.id.toString()); + } + } + require(unexpected.isEmpty(), + "Conditional recipes loaded without their mods: " + summarize(unexpected)); + } + + private static void verifyAdvancementsAbsent(MinecraftServer server, String resourceName) { + List unexpected = new ArrayList<>(); + for (ExpectedEntry expected : readExpectedEntries(resourceName)) { + if (server.getAdvancementManager().getAdvancement(expected.id) != null) { + unexpected.add(expected.id.toString()); + } + } + require(unexpected.isEmpty(), + "Conditional advancements loaded without their mods: " + summarize(unexpected)); + } + + private static List selectedMods() { + String profile = System.getProperty("iaf.probe.mods", "all"); + if ("all".equals(profile)) return REQUIRED_MODS; + require(REQUIRED_MODS.contains(profile), "Unknown optional-integration profile " + profile); + return Arrays.asList(profile); + } + + private static Map requireMods(List selectedMods) { + Map versions = new LinkedHashMap<>(); + Map loadedMods = Loader.instance().getIndexedModList(); + for (String modId : REQUIRED_MODS) { + ModContainer container = loadedMods.get(modId); + if (selectedMods.contains(modId)) { + require(container != null, + "Required optional-integration test mod is not loaded: " + modId); + versions.put(modId, container.getVersion()); + } else { + require(container == null, + "Unselected optional-integration mod is loaded: " + modId); + } + } + return versions; + } + + private static Map verifyRecipes(String resourceName, + List selectedMods) { + Map counts = new LinkedHashMap<>(); + List missing = new ArrayList<>(); + List unexpected = new ArrayList<>(); + for (ExpectedEntry expected : readExpectedEntries(resourceName)) { + boolean present = CraftingManager.REGISTRY.getObject(expected.id) != null; + if (selectedMods.contains(expected.modId)) { + increment(counts, expected.modId); + if (!present) missing.add(expected.id.toString()); + } else if (present) { + unexpected.add(expected.id.toString()); + } + } + require(missing.isEmpty(), "Conditional recipes did not load: " + summarize(missing)); + require(unexpected.isEmpty(), + "Unselected conditional recipes loaded: " + summarize(unexpected)); + return counts; + } + + private static Map verifyAdvancements(MinecraftServer server, + String resourceName, List selectedMods) { + Map counts = new LinkedHashMap<>(); + List missing = new ArrayList<>(); + List unexpected = new ArrayList<>(); + for (ExpectedEntry expected : readExpectedEntries(resourceName)) { + boolean present = server.getAdvancementManager().getAdvancement(expected.id) != null; + if (selectedMods.contains(expected.modId)) { + increment(counts, expected.modId); + if (!present) missing.add(expected.id.toString()); + } else if (present) { + unexpected.add(expected.id.toString()); + } + } + require(missing.isEmpty(), + "Conditional recipe advancements did not load: " + summarize(missing)); + require(unexpected.isEmpty(), + "Unselected conditional advancements loaded: " + summarize(unexpected)); + return counts; + } + + private static int expectedCount(List selectedMods) { + int count = 0; + for (String modId : selectedMods) { + if ("biomesoplenty".equals(modId)) count += 624; + else if ("natura".equals(modId)) count += 468; + else if ("forestry".equals(modId)) count += 1131; + else if ("immersiveengineering".equals(modId)) count += 48; + } + return count; + } + + private static List readExpectedEntries(String resourceName) { + InputStream stream = OptionalIntegrationRecipeProbe.class.getClassLoader() + .getResourceAsStream(resourceName); + require(stream != null, "Missing probe resource " + resourceName); + List result = new ArrayList<>(); + try (BufferedReader reader = new BufferedReader( + new InputStreamReader(stream, StandardCharsets.UTF_8))) { + for (String line = reader.readLine(); line != null; line = reader.readLine()) { + if (line.trim().isEmpty()) continue; + String[] parts = line.split("=", 2); + require(parts.length == 2, "Invalid probe entry: " + line); + result.add(new ExpectedEntry(parts[0], new ResourceLocation(parts[1]))); + } + } catch (IOException exception) { + throw new IllegalStateException("Could not read probe resource " + resourceName, + exception); + } + return result; + } + + private static void writeMarker(Map versions, + Map recipes, Map advancements, + int recipeCount, int advancementCount) { + StringBuilder result = new StringBuilder() + .append("status=PASS\n") + .append("conditional_recipes_loaded=").append(recipeCount).append('\n') + .append("conditional_advancements_loaded=").append(advancementCount).append('\n'); + for (String modId : REQUIRED_MODS) { + result.append("mod.").append(modId).append('=') + .append(versions.get(modId)).append('\n') + .append("recipes.").append(modId).append('=') + .append(valueOrZero(recipes, modId)).append('\n') + .append("advancements.").append(modId).append('=') + .append(valueOrZero(advancements, modId)).append('\n'); + } + try { + Files.write(Paths.get("optional-integration-pass.properties"), + result.toString().getBytes(StandardCharsets.UTF_8)); + } catch (IOException exception) { + throw new IllegalStateException("Could not write optional-integration marker", + exception); + } + } + + private static void writeAbsentMarker() { + String result = "status=PASS\n" + + "profile=absent\n" + + "conditional_recipes_loaded=0\n" + + "conditional_advancements_loaded=0\n"; + try { + Files.write(Paths.get("optional-integration-pass.properties"), + result.getBytes(StandardCharsets.UTF_8)); + } catch (IOException exception) { + throw new IllegalStateException("Could not write core absence marker", exception); + } + } + + private static void increment(Map counts, String key) { + counts.put(key, valueOrZero(counts, key) + 1); + } + + private static int valueOrZero(Map counts, String key) { + Integer value = counts.get(key); + return value == null ? 0 : value; + } + + private static int total(Map counts) { + int result = 0; + for (Integer value : counts.values()) result += value; + return result; + } + + private static String summarize(List missing) { + int limit = Math.min(missing.size(), 10); + return missing.subList(0, limit) + (missing.size() > limit + ? " (and " + (missing.size() - limit) + " more)" : ""); + } + + private static void require(boolean condition, String message) { + if (!condition) throw new IllegalStateException(message); + } + + private static final class ExpectedEntry { + private final String modId; + private final ResourceLocation id; + + private ExpectedEntry(String modId, ResourceLocation id) { + this.modId = modId; + this.id = id; + } + } +} diff --git a/src/optionalIntegrationTest/resources/assets/ironagefurnitureintegrationprobe/lang/en_us.lang b/src/optionalIntegrationTest/resources/assets/ironagefurnitureintegrationprobe/lang/en_us.lang new file mode 100644 index 0000000000..9ca93fb7a0 --- /dev/null +++ b/src/optionalIntegrationTest/resources/assets/ironagefurnitureintegrationprobe/lang/en_us.lang @@ -0,0 +1 @@ +probe.name=Iron Age Furniture Optional Integration Probe diff --git a/src/optionalIntegrationTest/resources/mcmod.info b/src/optionalIntegrationTest/resources/mcmod.info new file mode 100644 index 0000000000..711876f70b --- /dev/null +++ b/src/optionalIntegrationTest/resources/mcmod.info @@ -0,0 +1,11 @@ +[ + { + "modid": "ironagefurnitureintegrationprobe", + "name": "Iron Age Furniture Optional Integration Probe", + "description": "Local-only packaged server verification probe.", + "version": "1", + "mcversion": "1.12.2", + "authorList": ["Minecraft Mod Development"], + "dependencies": ["ironagefurniture"] + } +] diff --git a/src/optionalIntegrationTest/resources/pack.mcmeta b/src/optionalIntegrationTest/resources/pack.mcmeta new file mode 100644 index 0000000000..c008df29cf --- /dev/null +++ b/src/optionalIntegrationTest/resources/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "pack": { + "description": "IronAgeFurniture optional integration verification probe", + "pack_format": 3 + } +} From b93939d1b7e871841d797eeac01ce0133ad6a3c5 Mon Sep 17 00:00:00 2001 From: JohnBraham Date: Sat, 19 Sep 2026 14:07:15 +0100 Subject: [PATCH 2/7] Fix unused bench model state --- gradle/furniture-catalog.gradle | 6 ++++++ .../mc/ironagefurniture/api/Enumerations/BenchType.java | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gradle/furniture-catalog.gradle b/gradle/furniture-catalog.gradle index c021c0b0ce..07560e62ee 100644 --- a/gradle/furniture-catalog.gradle +++ b/gradle/furniture-catalog.gradle @@ -108,6 +108,7 @@ tasks.register('verifyFurnitureCatalog') { group = 'verification' description = 'Verifies catalog coverage, exact unlock criteria, optional conditions, and deterministic data.' inputs.file catalogFile + inputs.file file('src/main/java/zone/moddev/mc/ironagefurniture/api/Enumerations/BenchType.java') inputs.files fileTree(recipeDirectory) { include '*.json' } inputs.files fileTree(advancementDirectory) { include '*.json' } doLast { @@ -115,6 +116,11 @@ tasks.register('verifyFurnitureCatalog') { if (catalog.minecraft != project.minecraft_version.toString() || catalog.loader != project.loader_name) { throw new GradleException('Furniture catalog targets the wrong Minecraft version or loader') } + String benchTypes = file( + 'src/main/java/zone/moddev/mc/ironagefurniture/api/Enumerations/BenchType.java').getText('UTF-8') + if (benchTypes.contains('END("end")')) { + throw new GradleException('Unused BenchType.END creates missing type=end model variants') + } List recipes = fileTree(recipeDirectory) { include '*.json' }.files.sort { it.name } List advancements = fileTree(advancementDirectory) { include '*.json' }.files.sort { it.name } diff --git a/src/main/java/zone/moddev/mc/ironagefurniture/api/Enumerations/BenchType.java b/src/main/java/zone/moddev/mc/ironagefurniture/api/Enumerations/BenchType.java index 9cc982f268..796d50d937 100644 --- a/src/main/java/zone/moddev/mc/ironagefurniture/api/Enumerations/BenchType.java +++ b/src/main/java/zone/moddev/mc/ironagefurniture/api/Enumerations/BenchType.java @@ -5,7 +5,6 @@ public enum BenchType implements IStringSerializable { SINGLE("single"), MIDDLE("middle"), - END("end"), LEFT("left"), RIGHT("right"); From a4aab7f93b75de494b784f313f5f2cc1e2756edf Mon Sep 17 00:00:00 2001 From: JohnBraham Date: Mon, 21 Sep 2026 12:08:47 +0100 Subject: [PATCH 3/7] Add sixteen-colour padded benches --- CHANGELOG.md | 9 + README.md | 7 + build.gradle | 43 + gradle/furniture-catalog.gradle | 232 ++ .../mc/ironagefurniture/Ironagefurniture.java | 11 + .../api/Blocks/PaddedBackBench.java | 61 + .../api/Blocks/PaddedBench.java | 61 + .../api/Enumerations/PaddedBenchColour.java | 95 + .../api/FurnitureFactory.java | 31 + .../api/Items/ItemBlockPaddedBench.java | 59 + .../api/PaddedBenchColourHelper.java | 95 + .../Properties/PaddedBenchColourProperty.java | 34 + .../api/tile/TileEntityPaddedBench.java | 79 + .../client/model/PaddedBenchBakedModel.java | 107 + .../client/model/PaddedBenchModelLoader.java | 170 ++ .../init/BlockInitialiser.java | 256 +- .../init/ClientModelInitialiser.java | 46 + .../init/ItemInitialiser.java | 4 + ...onage_bench_back_padded_single_acacia.json | 32 +- ...nage_bench_back_padded_single_big_oak.json | 32 +- ...ck_padded_single_biomesoplenty_cherry.json | 32 +- ...ack_padded_single_biomesoplenty_ebony.json | 32 +- ..._padded_single_biomesoplenty_ethereal.json | 32 +- ...added_single_biomesoplenty_eucalyptus.json | 32 +- ..._back_padded_single_biomesoplenty_fir.json | 32 +- ..._padded_single_biomesoplenty_hellbark.json | 32 +- ...padded_single_biomesoplenty_jacaranda.json | 32 +- ...ack_padded_single_biomesoplenty_magic.json | 32 +- ..._padded_single_biomesoplenty_mahogany.json | 32 +- ..._padded_single_biomesoplenty_mangrove.json | 32 +- ...back_padded_single_biomesoplenty_palm.json | 32 +- ...back_padded_single_biomesoplenty_pine.json | 32 +- ...k_padded_single_biomesoplenty_redwood.json | 32 +- ...added_single_biomesoplenty_sacred_oak.json | 32 +- ...ck_padded_single_biomesoplenty_umbran.json | 32 +- ...ck_padded_single_biomesoplenty_willow.json | 32 +- ...ronage_bench_back_padded_single_birch.json | 32 +- ...ch_back_padded_single_forestry_acacia.json | 32 +- ...nch_back_padded_single_forestry_balsa.json | 32 +- ...ch_back_padded_single_forestry_baobab.json | 32 +- ...ch_back_padded_single_forestry_cherry.json | 32 +- ..._back_padded_single_forestry_chestnut.json | 32 +- ...ch_back_padded_single_forestry_citrus.json | 32 +- ..._back_padded_single_forestry_cocobolo.json | 32 +- ...nch_back_padded_single_forestry_ebony.json | 32 +- ...back_padded_single_forestry_giganteum.json | 32 +- ...ack_padded_single_forestry_greenheart.json | 32 +- ...bench_back_padded_single_forestry_ipe.json | 32 +- ...nch_back_padded_single_forestry_kapok.json | 32 +- ...nch_back_padded_single_forestry_larch.json | 32 +- ...ench_back_padded_single_forestry_lime.json | 32 +- ...nch_back_padded_single_forestry_mahoe.json | 32 +- ..._back_padded_single_forestry_mahogany.json | 32 +- ...nch_back_padded_single_forestry_maple.json | 32 +- ...ch_back_padded_single_forestry_padauk.json | 32 +- ...ench_back_padded_single_forestry_palm.json | 32 +- ...ch_back_padded_single_forestry_papaya.json | 32 +- ...ench_back_padded_single_forestry_pine.json | 32 +- ...ench_back_padded_single_forestry_plum.json | 32 +- ...ch_back_padded_single_forestry_poplar.json | 32 +- ...h_back_padded_single_forestry_sequoia.json | 32 +- ...ench_back_padded_single_forestry_teak.json | 32 +- ...ch_back_padded_single_forestry_walnut.json | 32 +- ...nch_back_padded_single_forestry_wenge.json | 32 +- ...ch_back_padded_single_forestry_willow.json | 32 +- ...back_padded_single_forestry_zebrawood.json | 32 +- ...gle_immersiveengineering_treated_wood.json | 32 +- ...onage_bench_back_padded_single_jungle.json | 32 +- ...ch_back_padded_single_natura_amaranth.json | 32 +- ...h_back_padded_single_natura_bloodwood.json | 32 +- ...ch_back_padded_single_natura_darkwood.json | 32 +- ..._back_padded_single_natura_eucalyptus.json | 32 +- ...ch_back_padded_single_natura_fusewood.json | 32 +- ...h_back_padded_single_natura_ghostwood.json | 32 +- ...nch_back_padded_single_natura_hopseed.json | 32 +- ...bench_back_padded_single_natura_maple.json | 32 +- ...ench_back_padded_single_natura_sakura.json | 32 +- ..._back_padded_single_natura_silverbell.json | 32 +- ...bench_back_padded_single_natura_tiger.json | 32 +- ...ench_back_padded_single_natura_willow.json | 32 +- ..._ironage_bench_back_padded_single_oak.json | 32 +- ...onage_bench_back_padded_single_spruce.json | 32 +- ...od_ironage_bench_padded_single_acacia.json | 32 +- ...d_ironage_bench_padded_single_big_oak.json | 32 +- ...ch_padded_single_biomesoplenty_cherry.json | 32 +- ...nch_padded_single_biomesoplenty_ebony.json | 32 +- ..._padded_single_biomesoplenty_ethereal.json | 32 +- ...added_single_biomesoplenty_eucalyptus.json | 32 +- ...bench_padded_single_biomesoplenty_fir.json | 32 +- ..._padded_single_biomesoplenty_hellbark.json | 32 +- ...padded_single_biomesoplenty_jacaranda.json | 32 +- ...nch_padded_single_biomesoplenty_magic.json | 32 +- ..._padded_single_biomesoplenty_mahogany.json | 32 +- ..._padded_single_biomesoplenty_mangrove.json | 32 +- ...ench_padded_single_biomesoplenty_palm.json | 32 +- ...ench_padded_single_biomesoplenty_pine.json | 32 +- ...h_padded_single_biomesoplenty_redwood.json | 32 +- ...added_single_biomesoplenty_sacred_oak.json | 32 +- ...ch_padded_single_biomesoplenty_umbran.json | 32 +- ...ch_padded_single_biomesoplenty_willow.json | 32 +- ...ood_ironage_bench_padded_single_birch.json | 32 +- ...e_bench_padded_single_forestry_acacia.json | 32 +- ...ge_bench_padded_single_forestry_balsa.json | 32 +- ...e_bench_padded_single_forestry_baobab.json | 32 +- ...e_bench_padded_single_forestry_cherry.json | 32 +- ...bench_padded_single_forestry_chestnut.json | 32 +- ...e_bench_padded_single_forestry_citrus.json | 32 +- ...bench_padded_single_forestry_cocobolo.json | 32 +- ...ge_bench_padded_single_forestry_ebony.json | 32 +- ...ench_padded_single_forestry_giganteum.json | 32 +- ...nch_padded_single_forestry_greenheart.json | 32 +- ...nage_bench_padded_single_forestry_ipe.json | 32 +- ...ge_bench_padded_single_forestry_kapok.json | 32 +- ...ge_bench_padded_single_forestry_larch.json | 32 +- ...age_bench_padded_single_forestry_lime.json | 32 +- ...ge_bench_padded_single_forestry_mahoe.json | 32 +- ...bench_padded_single_forestry_mahogany.json | 32 +- ...ge_bench_padded_single_forestry_maple.json | 32 +- ...e_bench_padded_single_forestry_padauk.json | 32 +- ...age_bench_padded_single_forestry_palm.json | 32 +- ...e_bench_padded_single_forestry_papaya.json | 32 +- ...age_bench_padded_single_forestry_pine.json | 32 +- ...age_bench_padded_single_forestry_plum.json | 32 +- ...e_bench_padded_single_forestry_poplar.json | 32 +- ..._bench_padded_single_forestry_sequoia.json | 32 +- ...age_bench_padded_single_forestry_teak.json | 32 +- ...e_bench_padded_single_forestry_walnut.json | 32 +- ...ge_bench_padded_single_forestry_wenge.json | 32 +- ...e_bench_padded_single_forestry_willow.json | 32 +- ...ench_padded_single_forestry_zebrawood.json | 32 +- ...gle_immersiveengineering_treated_wood.json | 32 +- ...od_ironage_bench_padded_single_jungle.json | 32 +- ...e_bench_padded_single_natura_amaranth.json | 32 +- ..._bench_padded_single_natura_bloodwood.json | 32 +- ...e_bench_padded_single_natura_darkwood.json | 32 +- ...bench_padded_single_natura_eucalyptus.json | 32 +- ...e_bench_padded_single_natura_fusewood.json | 32 +- ..._bench_padded_single_natura_ghostwood.json | 32 +- ...ge_bench_padded_single_natura_hopseed.json | 32 +- ...nage_bench_padded_single_natura_maple.json | 32 +- ...age_bench_padded_single_natura_sakura.json | 32 +- ...bench_padded_single_natura_silverbell.json | 32 +- ...nage_bench_padded_single_natura_tiger.json | 32 +- ...age_bench_padded_single_natura_willow.json | 32 +- ..._wood_ironage_bench_padded_single_oak.json | 32 +- ...od_ironage_bench_padded_single_spruce.json | 32 +- .../assets/ironagefurniture/lang/en_EN.lang | 2214 ++++++++++++++++- .../assets/ironagefurniture/lang/en_GB.lang | 2214 ++++++++++++++++- .../assets/ironagefurniture/lang/en_US.lang | 2214 ++++++++++++++++- ...ironage_bench_back_padded_left_acacia.json | 38 +- ...ronage_bench_back_padded_left_big_oak.json | 38 +- ...back_padded_left_biomesoplenty_cherry.json | 38 +- ..._back_padded_left_biomesoplenty_ebony.json | 38 +- ...ck_padded_left_biomesoplenty_ethereal.json | 38 +- ..._padded_left_biomesoplenty_eucalyptus.json | 38 +- ...ch_back_padded_left_biomesoplenty_fir.json | 38 +- ...ck_padded_left_biomesoplenty_hellbark.json | 38 +- ...k_padded_left_biomesoplenty_jacaranda.json | 38 +- ..._back_padded_left_biomesoplenty_magic.json | 38 +- ...ck_padded_left_biomesoplenty_mahogany.json | 38 +- ...ck_padded_left_biomesoplenty_mangrove.json | 38 +- ...h_back_padded_left_biomesoplenty_palm.json | 38 +- ...h_back_padded_left_biomesoplenty_pine.json | 38 +- ...ack_padded_left_biomesoplenty_redwood.json | 38 +- ..._padded_left_biomesoplenty_sacred_oak.json | 38 +- ...back_padded_left_biomesoplenty_umbran.json | 38 +- ...back_padded_left_biomesoplenty_willow.json | 38 +- ..._ironage_bench_back_padded_left_birch.json | 38 +- ...ench_back_padded_left_forestry_acacia.json | 38 +- ...bench_back_padded_left_forestry_balsa.json | 38 +- ...ench_back_padded_left_forestry_baobab.json | 38 +- ...ench_back_padded_left_forestry_cherry.json | 38 +- ...ch_back_padded_left_forestry_chestnut.json | 38 +- ...ench_back_padded_left_forestry_citrus.json | 38 +- ...ch_back_padded_left_forestry_cocobolo.json | 38 +- ...bench_back_padded_left_forestry_ebony.json | 38 +- ...h_back_padded_left_forestry_giganteum.json | 38 +- ..._back_padded_left_forestry_greenheart.json | 38 +- ...e_bench_back_padded_left_forestry_ipe.json | 38 +- ...bench_back_padded_left_forestry_kapok.json | 38 +- ...bench_back_padded_left_forestry_larch.json | 38 +- ..._bench_back_padded_left_forestry_lime.json | 38 +- ...bench_back_padded_left_forestry_mahoe.json | 38 +- ...ch_back_padded_left_forestry_mahogany.json | 38 +- ...bench_back_padded_left_forestry_maple.json | 38 +- ...ench_back_padded_left_forestry_padauk.json | 38 +- ..._bench_back_padded_left_forestry_palm.json | 38 +- ...ench_back_padded_left_forestry_papaya.json | 38 +- ..._bench_back_padded_left_forestry_pine.json | 38 +- ..._bench_back_padded_left_forestry_plum.json | 38 +- ...ench_back_padded_left_forestry_poplar.json | 38 +- ...nch_back_padded_left_forestry_sequoia.json | 38 +- ..._bench_back_padded_left_forestry_teak.json | 38 +- ...ench_back_padded_left_forestry_walnut.json | 38 +- ...bench_back_padded_left_forestry_wenge.json | 38 +- ...ench_back_padded_left_forestry_willow.json | 38 +- ...h_back_padded_left_forestry_zebrawood.json | 38 +- ...eft_immersiveengineering_treated_wood.json | 38 +- ...ironage_bench_back_padded_left_jungle.json | 38 +- ...ench_back_padded_left_natura_amaranth.json | 38 +- ...nch_back_padded_left_natura_bloodwood.json | 38 +- ...ench_back_padded_left_natura_darkwood.json | 38 +- ...ch_back_padded_left_natura_eucalyptus.json | 38 +- ...ench_back_padded_left_natura_fusewood.json | 38 +- ...nch_back_padded_left_natura_ghostwood.json | 38 +- ...bench_back_padded_left_natura_hopseed.json | 38 +- ...e_bench_back_padded_left_natura_maple.json | 38 +- ..._bench_back_padded_left_natura_sakura.json | 38 +- ...ch_back_padded_left_natura_silverbell.json | 38 +- ...e_bench_back_padded_left_natura_tiger.json | 38 +- ..._bench_back_padded_left_natura_willow.json | 38 +- ...od_ironage_bench_back_padded_left_oak.json | 38 +- ...ironage_bench_back_padded_left_spruce.json | 38 +- ...onage_bench_back_padded_middle_acacia.json | 26 +- ...nage_bench_back_padded_middle_big_oak.json | 26 +- ...ck_padded_middle_biomesoplenty_cherry.json | 26 +- ...ack_padded_middle_biomesoplenty_ebony.json | 26 +- ..._padded_middle_biomesoplenty_ethereal.json | 26 +- ...added_middle_biomesoplenty_eucalyptus.json | 26 +- ..._back_padded_middle_biomesoplenty_fir.json | 26 +- ..._padded_middle_biomesoplenty_hellbark.json | 26 +- ...padded_middle_biomesoplenty_jacaranda.json | 26 +- ...ack_padded_middle_biomesoplenty_magic.json | 26 +- ..._padded_middle_biomesoplenty_mahogany.json | 26 +- ..._padded_middle_biomesoplenty_mangrove.json | 26 +- ...back_padded_middle_biomesoplenty_palm.json | 26 +- ...back_padded_middle_biomesoplenty_pine.json | 26 +- ...k_padded_middle_biomesoplenty_redwood.json | 26 +- ...added_middle_biomesoplenty_sacred_oak.json | 26 +- ...ck_padded_middle_biomesoplenty_umbran.json | 26 +- ...ck_padded_middle_biomesoplenty_willow.json | 26 +- ...ronage_bench_back_padded_middle_birch.json | 26 +- ...ch_back_padded_middle_forestry_acacia.json | 26 +- ...nch_back_padded_middle_forestry_balsa.json | 26 +- ...ch_back_padded_middle_forestry_baobab.json | 26 +- ...ch_back_padded_middle_forestry_cherry.json | 26 +- ..._back_padded_middle_forestry_chestnut.json | 26 +- ...ch_back_padded_middle_forestry_citrus.json | 26 +- ..._back_padded_middle_forestry_cocobolo.json | 26 +- ...nch_back_padded_middle_forestry_ebony.json | 26 +- ...back_padded_middle_forestry_giganteum.json | 26 +- ...ack_padded_middle_forestry_greenheart.json | 26 +- ...bench_back_padded_middle_forestry_ipe.json | 26 +- ...nch_back_padded_middle_forestry_kapok.json | 26 +- ...nch_back_padded_middle_forestry_larch.json | 26 +- ...ench_back_padded_middle_forestry_lime.json | 26 +- ...nch_back_padded_middle_forestry_mahoe.json | 26 +- ..._back_padded_middle_forestry_mahogany.json | 26 +- ...nch_back_padded_middle_forestry_maple.json | 26 +- ...ch_back_padded_middle_forestry_padauk.json | 26 +- ...ench_back_padded_middle_forestry_palm.json | 26 +- ...ch_back_padded_middle_forestry_papaya.json | 26 +- ...ench_back_padded_middle_forestry_pine.json | 26 +- ...ench_back_padded_middle_forestry_plum.json | 26 +- ...ch_back_padded_middle_forestry_poplar.json | 26 +- ...h_back_padded_middle_forestry_sequoia.json | 26 +- ...ench_back_padded_middle_forestry_teak.json | 26 +- ...ch_back_padded_middle_forestry_walnut.json | 26 +- ...nch_back_padded_middle_forestry_wenge.json | 26 +- ...ch_back_padded_middle_forestry_willow.json | 26 +- ...back_padded_middle_forestry_zebrawood.json | 26 +- ...dle_immersiveengineering_treated_wood.json | 26 +- ...onage_bench_back_padded_middle_jungle.json | 26 +- ...ch_back_padded_middle_natura_amaranth.json | 26 +- ...h_back_padded_middle_natura_bloodwood.json | 26 +- ...ch_back_padded_middle_natura_darkwood.json | 26 +- ..._back_padded_middle_natura_eucalyptus.json | 26 +- ...ch_back_padded_middle_natura_fusewood.json | 26 +- ...h_back_padded_middle_natura_ghostwood.json | 26 +- ...nch_back_padded_middle_natura_hopseed.json | 26 +- ...bench_back_padded_middle_natura_maple.json | 26 +- ...ench_back_padded_middle_natura_sakura.json | 26 +- ..._back_padded_middle_natura_silverbell.json | 26 +- ...bench_back_padded_middle_natura_tiger.json | 26 +- ...ench_back_padded_middle_natura_willow.json | 26 +- ..._ironage_bench_back_padded_middle_oak.json | 26 +- ...onage_bench_back_padded_middle_spruce.json | 26 +- ...ronage_bench_back_padded_right_acacia.json | 38 +- ...onage_bench_back_padded_right_big_oak.json | 38 +- ...ack_padded_right_biomesoplenty_cherry.json | 38 +- ...back_padded_right_biomesoplenty_ebony.json | 38 +- ...k_padded_right_biomesoplenty_ethereal.json | 38 +- ...padded_right_biomesoplenty_eucalyptus.json | 38 +- ...h_back_padded_right_biomesoplenty_fir.json | 38 +- ...k_padded_right_biomesoplenty_hellbark.json | 38 +- ..._padded_right_biomesoplenty_jacaranda.json | 38 +- ...back_padded_right_biomesoplenty_magic.json | 38 +- ...k_padded_right_biomesoplenty_mahogany.json | 38 +- ...k_padded_right_biomesoplenty_mangrove.json | 38 +- ..._back_padded_right_biomesoplenty_palm.json | 38 +- ..._back_padded_right_biomesoplenty_pine.json | 38 +- ...ck_padded_right_biomesoplenty_redwood.json | 38 +- ...padded_right_biomesoplenty_sacred_oak.json | 38 +- ...ack_padded_right_biomesoplenty_umbran.json | 38 +- ...ack_padded_right_biomesoplenty_willow.json | 38 +- ...ironage_bench_back_padded_right_birch.json | 38 +- ...nch_back_padded_right_forestry_acacia.json | 38 +- ...ench_back_padded_right_forestry_balsa.json | 38 +- ...nch_back_padded_right_forestry_baobab.json | 38 +- ...nch_back_padded_right_forestry_cherry.json | 38 +- ...h_back_padded_right_forestry_chestnut.json | 38 +- ...nch_back_padded_right_forestry_citrus.json | 38 +- ...h_back_padded_right_forestry_cocobolo.json | 38 +- ...ench_back_padded_right_forestry_ebony.json | 38 +- ..._back_padded_right_forestry_giganteum.json | 38 +- ...back_padded_right_forestry_greenheart.json | 38 +- ..._bench_back_padded_right_forestry_ipe.json | 38 +- ...ench_back_padded_right_forestry_kapok.json | 38 +- ...ench_back_padded_right_forestry_larch.json | 38 +- ...bench_back_padded_right_forestry_lime.json | 38 +- ...ench_back_padded_right_forestry_mahoe.json | 38 +- ...h_back_padded_right_forestry_mahogany.json | 38 +- ...ench_back_padded_right_forestry_maple.json | 38 +- ...nch_back_padded_right_forestry_padauk.json | 38 +- ...bench_back_padded_right_forestry_palm.json | 38 +- ...nch_back_padded_right_forestry_papaya.json | 38 +- ...bench_back_padded_right_forestry_pine.json | 38 +- ...bench_back_padded_right_forestry_plum.json | 38 +- ...nch_back_padded_right_forestry_poplar.json | 38 +- ...ch_back_padded_right_forestry_sequoia.json | 38 +- ...bench_back_padded_right_forestry_teak.json | 38 +- ...nch_back_padded_right_forestry_walnut.json | 38 +- ...ench_back_padded_right_forestry_wenge.json | 38 +- ...nch_back_padded_right_forestry_willow.json | 38 +- ..._back_padded_right_forestry_zebrawood.json | 38 +- ...ght_immersiveengineering_treated_wood.json | 38 +- ...ronage_bench_back_padded_right_jungle.json | 38 +- ...nch_back_padded_right_natura_amaranth.json | 38 +- ...ch_back_padded_right_natura_bloodwood.json | 38 +- ...nch_back_padded_right_natura_darkwood.json | 38 +- ...h_back_padded_right_natura_eucalyptus.json | 38 +- ...nch_back_padded_right_natura_fusewood.json | 38 +- ...ch_back_padded_right_natura_ghostwood.json | 38 +- ...ench_back_padded_right_natura_hopseed.json | 38 +- ..._bench_back_padded_right_natura_maple.json | 38 +- ...bench_back_padded_right_natura_sakura.json | 38 +- ...h_back_padded_right_natura_silverbell.json | 38 +- ..._bench_back_padded_right_natura_tiger.json | 38 +- ...bench_back_padded_right_natura_willow.json | 38 +- ...d_ironage_bench_back_padded_right_oak.json | 38 +- ...ronage_bench_back_padded_right_spruce.json | 38 +- ...onage_bench_back_padded_single_acacia.json | 50 +- ...nage_bench_back_padded_single_big_oak.json | 50 +- ...ck_padded_single_biomesoplenty_cherry.json | 50 +- ...ack_padded_single_biomesoplenty_ebony.json | 50 +- ..._padded_single_biomesoplenty_ethereal.json | 50 +- ...added_single_biomesoplenty_eucalyptus.json | 50 +- ..._back_padded_single_biomesoplenty_fir.json | 50 +- ..._padded_single_biomesoplenty_hellbark.json | 50 +- ...padded_single_biomesoplenty_jacaranda.json | 50 +- ...ack_padded_single_biomesoplenty_magic.json | 50 +- ..._padded_single_biomesoplenty_mahogany.json | 50 +- ..._padded_single_biomesoplenty_mangrove.json | 50 +- ...back_padded_single_biomesoplenty_palm.json | 50 +- ...back_padded_single_biomesoplenty_pine.json | 50 +- ...k_padded_single_biomesoplenty_redwood.json | 50 +- ...added_single_biomesoplenty_sacred_oak.json | 50 +- ...ck_padded_single_biomesoplenty_umbran.json | 50 +- ...ck_padded_single_biomesoplenty_willow.json | 50 +- ...ronage_bench_back_padded_single_birch.json | 50 +- ...ch_back_padded_single_forestry_acacia.json | 50 +- ...nch_back_padded_single_forestry_balsa.json | 50 +- ...ch_back_padded_single_forestry_baobab.json | 50 +- ...ch_back_padded_single_forestry_cherry.json | 50 +- ..._back_padded_single_forestry_chestnut.json | 50 +- ...ch_back_padded_single_forestry_citrus.json | 50 +- ..._back_padded_single_forestry_cocobolo.json | 50 +- ...nch_back_padded_single_forestry_ebony.json | 50 +- ...back_padded_single_forestry_giganteum.json | 50 +- ...ack_padded_single_forestry_greenheart.json | 50 +- ...bench_back_padded_single_forestry_ipe.json | 50 +- ...nch_back_padded_single_forestry_kapok.json | 50 +- ...nch_back_padded_single_forestry_larch.json | 50 +- ...ench_back_padded_single_forestry_lime.json | 50 +- ...nch_back_padded_single_forestry_mahoe.json | 50 +- ..._back_padded_single_forestry_mahogany.json | 50 +- ...nch_back_padded_single_forestry_maple.json | 50 +- ...ch_back_padded_single_forestry_padauk.json | 50 +- ...ench_back_padded_single_forestry_palm.json | 50 +- ...ch_back_padded_single_forestry_papaya.json | 50 +- ...ench_back_padded_single_forestry_pine.json | 50 +- ...ench_back_padded_single_forestry_plum.json | 50 +- ...ch_back_padded_single_forestry_poplar.json | 50 +- ...h_back_padded_single_forestry_sequoia.json | 50 +- ...ench_back_padded_single_forestry_teak.json | 50 +- ...ch_back_padded_single_forestry_walnut.json | 50 +- ...nch_back_padded_single_forestry_wenge.json | 50 +- ...ch_back_padded_single_forestry_willow.json | 50 +- ...back_padded_single_forestry_zebrawood.json | 50 +- ...gle_immersiveengineering_treated_wood.json | 50 +- ...onage_bench_back_padded_single_jungle.json | 50 +- ...ch_back_padded_single_natura_amaranth.json | 50 +- ...h_back_padded_single_natura_bloodwood.json | 50 +- ...ch_back_padded_single_natura_darkwood.json | 50 +- ..._back_padded_single_natura_eucalyptus.json | 50 +- ...ch_back_padded_single_natura_fusewood.json | 50 +- ...h_back_padded_single_natura_ghostwood.json | 50 +- ...nch_back_padded_single_natura_hopseed.json | 50 +- ...bench_back_padded_single_natura_maple.json | 50 +- ...ench_back_padded_single_natura_sakura.json | 50 +- ..._back_padded_single_natura_silverbell.json | 50 +- ...bench_back_padded_single_natura_tiger.json | 50 +- ...ench_back_padded_single_natura_willow.json | 50 +- ..._ironage_bench_back_padded_single_oak.json | 50 +- ...onage_bench_back_padded_single_spruce.json | 50 +- ...wood_ironage_bench_padded_left_acacia.json | 14 +- ...ood_ironage_bench_padded_left_big_oak.json | 14 +- ...ench_padded_left_biomesoplenty_cherry.json | 14 +- ...bench_padded_left_biomesoplenty_ebony.json | 14 +- ...ch_padded_left_biomesoplenty_ethereal.json | 14 +- ..._padded_left_biomesoplenty_eucalyptus.json | 14 +- ...e_bench_padded_left_biomesoplenty_fir.json | 14 +- ...ch_padded_left_biomesoplenty_hellbark.json | 14 +- ...h_padded_left_biomesoplenty_jacaranda.json | 14 +- ...bench_padded_left_biomesoplenty_magic.json | 14 +- ...ch_padded_left_biomesoplenty_mahogany.json | 14 +- ...ch_padded_left_biomesoplenty_mangrove.json | 14 +- ..._bench_padded_left_biomesoplenty_palm.json | 14 +- ..._bench_padded_left_biomesoplenty_pine.json | 14 +- ...nch_padded_left_biomesoplenty_redwood.json | 14 +- ..._padded_left_biomesoplenty_sacred_oak.json | 14 +- ...ench_padded_left_biomesoplenty_umbran.json | 14 +- ...ench_padded_left_biomesoplenty_willow.json | 14 +- ..._wood_ironage_bench_padded_left_birch.json | 14 +- ...age_bench_padded_left_forestry_acacia.json | 14 +- ...nage_bench_padded_left_forestry_balsa.json | 14 +- ...age_bench_padded_left_forestry_baobab.json | 14 +- ...age_bench_padded_left_forestry_cherry.json | 14 +- ...e_bench_padded_left_forestry_chestnut.json | 14 +- ...age_bench_padded_left_forestry_citrus.json | 14 +- ...e_bench_padded_left_forestry_cocobolo.json | 14 +- ...nage_bench_padded_left_forestry_ebony.json | 14 +- ..._bench_padded_left_forestry_giganteum.json | 14 +- ...bench_padded_left_forestry_greenheart.json | 14 +- ...ronage_bench_padded_left_forestry_ipe.json | 14 +- ...nage_bench_padded_left_forestry_kapok.json | 14 +- ...nage_bench_padded_left_forestry_larch.json | 14 +- ...onage_bench_padded_left_forestry_lime.json | 14 +- ...nage_bench_padded_left_forestry_mahoe.json | 14 +- ...e_bench_padded_left_forestry_mahogany.json | 14 +- ...nage_bench_padded_left_forestry_maple.json | 14 +- ...age_bench_padded_left_forestry_padauk.json | 14 +- ...onage_bench_padded_left_forestry_palm.json | 14 +- ...age_bench_padded_left_forestry_papaya.json | 14 +- ...onage_bench_padded_left_forestry_pine.json | 14 +- ...onage_bench_padded_left_forestry_plum.json | 14 +- ...age_bench_padded_left_forestry_poplar.json | 14 +- ...ge_bench_padded_left_forestry_sequoia.json | 14 +- ...onage_bench_padded_left_forestry_teak.json | 14 +- ...age_bench_padded_left_forestry_walnut.json | 14 +- ...nage_bench_padded_left_forestry_wenge.json | 14 +- ...age_bench_padded_left_forestry_willow.json | 14 +- ..._bench_padded_left_forestry_zebrawood.json | 14 +- ...eft_immersiveengineering_treated_wood.json | 14 +- ...wood_ironage_bench_padded_left_jungle.json | 14 +- ...age_bench_padded_left_natura_amaranth.json | 14 +- ...ge_bench_padded_left_natura_bloodwood.json | 14 +- ...age_bench_padded_left_natura_darkwood.json | 14 +- ...e_bench_padded_left_natura_eucalyptus.json | 14 +- ...age_bench_padded_left_natura_fusewood.json | 14 +- ...ge_bench_padded_left_natura_ghostwood.json | 14 +- ...nage_bench_padded_left_natura_hopseed.json | 14 +- ...ronage_bench_padded_left_natura_maple.json | 14 +- ...onage_bench_padded_left_natura_sakura.json | 14 +- ...e_bench_padded_left_natura_silverbell.json | 14 +- ...ronage_bench_padded_left_natura_tiger.json | 14 +- ...onage_bench_padded_left_natura_willow.json | 14 +- ...ir_wood_ironage_bench_padded_left_oak.json | 14 +- ...wood_ironage_bench_padded_left_spruce.json | 14 +- ...od_ironage_bench_padded_middle_acacia.json | 14 +- ...d_ironage_bench_padded_middle_big_oak.json | 14 +- ...ch_padded_middle_biomesoplenty_cherry.json | 14 +- ...nch_padded_middle_biomesoplenty_ebony.json | 14 +- ..._padded_middle_biomesoplenty_ethereal.json | 14 +- ...added_middle_biomesoplenty_eucalyptus.json | 14 +- ...bench_padded_middle_biomesoplenty_fir.json | 14 +- ..._padded_middle_biomesoplenty_hellbark.json | 14 +- ...padded_middle_biomesoplenty_jacaranda.json | 14 +- ...nch_padded_middle_biomesoplenty_magic.json | 14 +- ..._padded_middle_biomesoplenty_mahogany.json | 14 +- ..._padded_middle_biomesoplenty_mangrove.json | 14 +- ...ench_padded_middle_biomesoplenty_palm.json | 14 +- ...ench_padded_middle_biomesoplenty_pine.json | 14 +- ...h_padded_middle_biomesoplenty_redwood.json | 14 +- ...added_middle_biomesoplenty_sacred_oak.json | 14 +- ...ch_padded_middle_biomesoplenty_umbran.json | 14 +- ...ch_padded_middle_biomesoplenty_willow.json | 14 +- ...ood_ironage_bench_padded_middle_birch.json | 14 +- ...e_bench_padded_middle_forestry_acacia.json | 14 +- ...ge_bench_padded_middle_forestry_balsa.json | 14 +- ...e_bench_padded_middle_forestry_baobab.json | 14 +- ...e_bench_padded_middle_forestry_cherry.json | 14 +- ...bench_padded_middle_forestry_chestnut.json | 14 +- ...e_bench_padded_middle_forestry_citrus.json | 14 +- ...bench_padded_middle_forestry_cocobolo.json | 14 +- ...ge_bench_padded_middle_forestry_ebony.json | 14 +- ...ench_padded_middle_forestry_giganteum.json | 14 +- ...nch_padded_middle_forestry_greenheart.json | 14 +- ...nage_bench_padded_middle_forestry_ipe.json | 14 +- ...ge_bench_padded_middle_forestry_kapok.json | 14 +- ...ge_bench_padded_middle_forestry_larch.json | 14 +- ...age_bench_padded_middle_forestry_lime.json | 14 +- ...ge_bench_padded_middle_forestry_mahoe.json | 14 +- ...bench_padded_middle_forestry_mahogany.json | 14 +- ...ge_bench_padded_middle_forestry_maple.json | 14 +- ...e_bench_padded_middle_forestry_padauk.json | 14 +- ...age_bench_padded_middle_forestry_palm.json | 14 +- ...e_bench_padded_middle_forestry_papaya.json | 14 +- ...age_bench_padded_middle_forestry_pine.json | 14 +- ...age_bench_padded_middle_forestry_plum.json | 14 +- ...e_bench_padded_middle_forestry_poplar.json | 14 +- ..._bench_padded_middle_forestry_sequoia.json | 14 +- ...age_bench_padded_middle_forestry_teak.json | 14 +- ...e_bench_padded_middle_forestry_walnut.json | 14 +- ...ge_bench_padded_middle_forestry_wenge.json | 14 +- ...e_bench_padded_middle_forestry_willow.json | 14 +- ...ench_padded_middle_forestry_zebrawood.json | 14 +- ...dle_immersiveengineering_treated_wood.json | 14 +- ...od_ironage_bench_padded_middle_jungle.json | 14 +- ...e_bench_padded_middle_natura_amaranth.json | 14 +- ..._bench_padded_middle_natura_bloodwood.json | 14 +- ...e_bench_padded_middle_natura_darkwood.json | 14 +- ...bench_padded_middle_natura_eucalyptus.json | 14 +- ...e_bench_padded_middle_natura_fusewood.json | 14 +- ..._bench_padded_middle_natura_ghostwood.json | 14 +- ...ge_bench_padded_middle_natura_hopseed.json | 14 +- ...nage_bench_padded_middle_natura_maple.json | 14 +- ...age_bench_padded_middle_natura_sakura.json | 14 +- ...bench_padded_middle_natura_silverbell.json | 14 +- ...nage_bench_padded_middle_natura_tiger.json | 14 +- ...age_bench_padded_middle_natura_willow.json | 14 +- ..._wood_ironage_bench_padded_middle_oak.json | 14 +- ...od_ironage_bench_padded_middle_spruce.json | 14 +- ...ood_ironage_bench_padded_right_acacia.json | 14 +- ...od_ironage_bench_padded_right_big_oak.json | 14 +- ...nch_padded_right_biomesoplenty_cherry.json | 14 +- ...ench_padded_right_biomesoplenty_ebony.json | 14 +- ...h_padded_right_biomesoplenty_ethereal.json | 14 +- ...padded_right_biomesoplenty_eucalyptus.json | 14 +- ..._bench_padded_right_biomesoplenty_fir.json | 14 +- ...h_padded_right_biomesoplenty_hellbark.json | 14 +- ..._padded_right_biomesoplenty_jacaranda.json | 14 +- ...ench_padded_right_biomesoplenty_magic.json | 14 +- ...h_padded_right_biomesoplenty_mahogany.json | 14 +- ...h_padded_right_biomesoplenty_mangrove.json | 14 +- ...bench_padded_right_biomesoplenty_palm.json | 14 +- ...bench_padded_right_biomesoplenty_pine.json | 14 +- ...ch_padded_right_biomesoplenty_redwood.json | 14 +- ...padded_right_biomesoplenty_sacred_oak.json | 14 +- ...nch_padded_right_biomesoplenty_umbran.json | 14 +- ...nch_padded_right_biomesoplenty_willow.json | 14 +- ...wood_ironage_bench_padded_right_birch.json | 14 +- ...ge_bench_padded_right_forestry_acacia.json | 14 +- ...age_bench_padded_right_forestry_balsa.json | 14 +- ...ge_bench_padded_right_forestry_baobab.json | 14 +- ...ge_bench_padded_right_forestry_cherry.json | 14 +- ..._bench_padded_right_forestry_chestnut.json | 14 +- ...ge_bench_padded_right_forestry_citrus.json | 14 +- ..._bench_padded_right_forestry_cocobolo.json | 14 +- ...age_bench_padded_right_forestry_ebony.json | 14 +- ...bench_padded_right_forestry_giganteum.json | 14 +- ...ench_padded_right_forestry_greenheart.json | 14 +- ...onage_bench_padded_right_forestry_ipe.json | 14 +- ...age_bench_padded_right_forestry_kapok.json | 14 +- ...age_bench_padded_right_forestry_larch.json | 14 +- ...nage_bench_padded_right_forestry_lime.json | 14 +- ...age_bench_padded_right_forestry_mahoe.json | 14 +- ..._bench_padded_right_forestry_mahogany.json | 14 +- ...age_bench_padded_right_forestry_maple.json | 14 +- ...ge_bench_padded_right_forestry_padauk.json | 14 +- ...nage_bench_padded_right_forestry_palm.json | 14 +- ...ge_bench_padded_right_forestry_papaya.json | 14 +- ...nage_bench_padded_right_forestry_pine.json | 14 +- ...nage_bench_padded_right_forestry_plum.json | 14 +- ...ge_bench_padded_right_forestry_poplar.json | 14 +- ...e_bench_padded_right_forestry_sequoia.json | 14 +- ...nage_bench_padded_right_forestry_teak.json | 14 +- ...ge_bench_padded_right_forestry_walnut.json | 14 +- ...age_bench_padded_right_forestry_wenge.json | 14 +- ...ge_bench_padded_right_forestry_willow.json | 14 +- ...bench_padded_right_forestry_zebrawood.json | 14 +- ...ght_immersiveengineering_treated_wood.json | 14 +- ...ood_ironage_bench_padded_right_jungle.json | 14 +- ...ge_bench_padded_right_natura_amaranth.json | 14 +- ...e_bench_padded_right_natura_bloodwood.json | 14 +- ...ge_bench_padded_right_natura_darkwood.json | 14 +- ..._bench_padded_right_natura_eucalyptus.json | 14 +- ...ge_bench_padded_right_natura_fusewood.json | 14 +- ...e_bench_padded_right_natura_ghostwood.json | 14 +- ...age_bench_padded_right_natura_hopseed.json | 14 +- ...onage_bench_padded_right_natura_maple.json | 14 +- ...nage_bench_padded_right_natura_sakura.json | 14 +- ..._bench_padded_right_natura_silverbell.json | 14 +- ...onage_bench_padded_right_natura_tiger.json | 14 +- ...nage_bench_padded_right_natura_willow.json | 14 +- ...r_wood_ironage_bench_padded_right_oak.json | 14 +- ...ood_ironage_bench_padded_right_spruce.json | 14 +- ...od_ironage_bench_padded_single_acacia.json | 14 +- ...d_ironage_bench_padded_single_big_oak.json | 14 +- ...ch_padded_single_biomesoplenty_cherry.json | 14 +- ...nch_padded_single_biomesoplenty_ebony.json | 14 +- ..._padded_single_biomesoplenty_ethereal.json | 14 +- ...added_single_biomesoplenty_eucalyptus.json | 14 +- ...bench_padded_single_biomesoplenty_fir.json | 14 +- ..._padded_single_biomesoplenty_hellbark.json | 14 +- ...padded_single_biomesoplenty_jacaranda.json | 14 +- ...nch_padded_single_biomesoplenty_magic.json | 14 +- ..._padded_single_biomesoplenty_mahogany.json | 14 +- ..._padded_single_biomesoplenty_mangrove.json | 14 +- ...ench_padded_single_biomesoplenty_palm.json | 14 +- ...ench_padded_single_biomesoplenty_pine.json | 14 +- ...h_padded_single_biomesoplenty_redwood.json | 14 +- ...added_single_biomesoplenty_sacred_oak.json | 14 +- ...ch_padded_single_biomesoplenty_umbran.json | 14 +- ...ch_padded_single_biomesoplenty_willow.json | 14 +- ...ood_ironage_bench_padded_single_birch.json | 14 +- ...e_bench_padded_single_forestry_acacia.json | 14 +- ...ge_bench_padded_single_forestry_balsa.json | 14 +- ...e_bench_padded_single_forestry_baobab.json | 14 +- ...e_bench_padded_single_forestry_cherry.json | 14 +- ...bench_padded_single_forestry_chestnut.json | 14 +- ...e_bench_padded_single_forestry_citrus.json | 14 +- ...bench_padded_single_forestry_cocobolo.json | 14 +- ...ge_bench_padded_single_forestry_ebony.json | 14 +- ...ench_padded_single_forestry_giganteum.json | 14 +- ...nch_padded_single_forestry_greenheart.json | 14 +- ...nage_bench_padded_single_forestry_ipe.json | 14 +- ...ge_bench_padded_single_forestry_kapok.json | 14 +- ...ge_bench_padded_single_forestry_larch.json | 14 +- ...age_bench_padded_single_forestry_lime.json | 14 +- ...ge_bench_padded_single_forestry_mahoe.json | 14 +- ...bench_padded_single_forestry_mahogany.json | 14 +- ...ge_bench_padded_single_forestry_maple.json | 14 +- ...e_bench_padded_single_forestry_padauk.json | 14 +- ...age_bench_padded_single_forestry_palm.json | 14 +- ...e_bench_padded_single_forestry_papaya.json | 14 +- ...age_bench_padded_single_forestry_pine.json | 14 +- ...age_bench_padded_single_forestry_plum.json | 14 +- ...e_bench_padded_single_forestry_poplar.json | 14 +- ..._bench_padded_single_forestry_sequoia.json | 14 +- ...age_bench_padded_single_forestry_teak.json | 14 +- ...e_bench_padded_single_forestry_walnut.json | 14 +- ...ge_bench_padded_single_forestry_wenge.json | 14 +- ...e_bench_padded_single_forestry_willow.json | 14 +- ...ench_padded_single_forestry_zebrawood.json | 14 +- ...gle_immersiveengineering_treated_wood.json | 14 +- ...od_ironage_bench_padded_single_jungle.json | 14 +- ...e_bench_padded_single_natura_amaranth.json | 14 +- ..._bench_padded_single_natura_bloodwood.json | 14 +- ...e_bench_padded_single_natura_darkwood.json | 14 +- ...bench_padded_single_natura_eucalyptus.json | 14 +- ...e_bench_padded_single_natura_fusewood.json | 14 +- ..._bench_padded_single_natura_ghostwood.json | 14 +- ...ge_bench_padded_single_natura_hopseed.json | 14 +- ...nage_bench_padded_single_natura_maple.json | 14 +- ...age_bench_padded_single_natura_sakura.json | 14 +- ...bench_padded_single_natura_silverbell.json | 14 +- ...nage_bench_padded_single_natura_tiger.json | 14 +- ...age_bench_padded_single_natura_willow.json | 14 +- ..._wood_ironage_bench_padded_single_oak.json | 14 +- ...od_ironage_bench_padded_single_spruce.json | 14 +- ...age_bench_back_padded_single_acacia_0.json | 4 +- ...age_bench_back_padded_single_acacia_1.json | 4 +- ...ge_bench_back_padded_single_acacia_10.json | 4 +- ...ge_bench_back_padded_single_acacia_11.json | 4 +- ...ge_bench_back_padded_single_acacia_12.json | 4 +- ...ge_bench_back_padded_single_acacia_13.json | 4 +- ...ge_bench_back_padded_single_acacia_14.json | 4 +- ...ge_bench_back_padded_single_acacia_15.json | 4 +- ...age_bench_back_padded_single_acacia_2.json | 4 +- ...age_bench_back_padded_single_acacia_3.json | 4 +- ...age_bench_back_padded_single_acacia_4.json | 4 +- ...age_bench_back_padded_single_acacia_5.json | 4 +- ...age_bench_back_padded_single_acacia_6.json | 4 +- ...age_bench_back_padded_single_acacia_7.json | 4 +- ...age_bench_back_padded_single_acacia_8.json | 4 +- ...age_bench_back_padded_single_acacia_9.json | 4 +- ...ge_bench_back_padded_single_big_oak_0.json | 4 +- ...ge_bench_back_padded_single_big_oak_1.json | 4 +- ...e_bench_back_padded_single_big_oak_10.json | 4 +- ...e_bench_back_padded_single_big_oak_11.json | 4 +- ...e_bench_back_padded_single_big_oak_12.json | 4 +- ...e_bench_back_padded_single_big_oak_13.json | 4 +- ...e_bench_back_padded_single_big_oak_14.json | 4 +- ...e_bench_back_padded_single_big_oak_15.json | 4 +- ...ge_bench_back_padded_single_big_oak_2.json | 4 +- ...ge_bench_back_padded_single_big_oak_3.json | 4 +- ...ge_bench_back_padded_single_big_oak_4.json | 4 +- ...ge_bench_back_padded_single_big_oak_5.json | 4 +- ...ge_bench_back_padded_single_big_oak_6.json | 4 +- ...ge_bench_back_padded_single_big_oak_7.json | 4 +- ...ge_bench_back_padded_single_big_oak_8.json | 4 +- ...ge_bench_back_padded_single_big_oak_9.json | 4 +- ..._padded_single_biomesoplenty_cherry_0.json | 4 +- ..._padded_single_biomesoplenty_cherry_1.json | 4 +- ...padded_single_biomesoplenty_cherry_10.json | 4 +- ...padded_single_biomesoplenty_cherry_11.json | 4 +- ...padded_single_biomesoplenty_cherry_12.json | 4 +- ...padded_single_biomesoplenty_cherry_13.json | 4 +- ...padded_single_biomesoplenty_cherry_14.json | 4 +- ...padded_single_biomesoplenty_cherry_15.json | 4 +- ..._padded_single_biomesoplenty_cherry_2.json | 4 +- ..._padded_single_biomesoplenty_cherry_3.json | 4 +- ..._padded_single_biomesoplenty_cherry_4.json | 4 +- ..._padded_single_biomesoplenty_cherry_5.json | 4 +- ..._padded_single_biomesoplenty_cherry_6.json | 4 +- ..._padded_single_biomesoplenty_cherry_7.json | 4 +- ..._padded_single_biomesoplenty_cherry_8.json | 4 +- ..._padded_single_biomesoplenty_cherry_9.json | 4 +- ...k_padded_single_biomesoplenty_ebony_0.json | 4 +- ...k_padded_single_biomesoplenty_ebony_1.json | 4 +- ..._padded_single_biomesoplenty_ebony_10.json | 4 +- ..._padded_single_biomesoplenty_ebony_11.json | 4 +- ..._padded_single_biomesoplenty_ebony_12.json | 4 +- ..._padded_single_biomesoplenty_ebony_13.json | 4 +- ..._padded_single_biomesoplenty_ebony_14.json | 4 +- ..._padded_single_biomesoplenty_ebony_15.json | 4 +- ...k_padded_single_biomesoplenty_ebony_2.json | 4 +- ...k_padded_single_biomesoplenty_ebony_3.json | 4 +- ...k_padded_single_biomesoplenty_ebony_4.json | 4 +- ...k_padded_single_biomesoplenty_ebony_5.json | 4 +- ...k_padded_single_biomesoplenty_ebony_6.json | 4 +- ...k_padded_single_biomesoplenty_ebony_7.json | 4 +- ...k_padded_single_biomesoplenty_ebony_8.json | 4 +- ...k_padded_single_biomesoplenty_ebony_9.json | 4 +- ...added_single_biomesoplenty_ethereal_0.json | 4 +- ...added_single_biomesoplenty_ethereal_1.json | 4 +- ...dded_single_biomesoplenty_ethereal_10.json | 4 +- ...dded_single_biomesoplenty_ethereal_11.json | 4 +- ...dded_single_biomesoplenty_ethereal_12.json | 4 +- ...dded_single_biomesoplenty_ethereal_13.json | 4 +- ...dded_single_biomesoplenty_ethereal_14.json | 4 +- ...dded_single_biomesoplenty_ethereal_15.json | 4 +- ...added_single_biomesoplenty_ethereal_2.json | 4 +- ...added_single_biomesoplenty_ethereal_3.json | 4 +- ...added_single_biomesoplenty_ethereal_4.json | 4 +- ...added_single_biomesoplenty_ethereal_5.json | 4 +- ...added_single_biomesoplenty_ethereal_6.json | 4 +- ...added_single_biomesoplenty_ethereal_7.json | 4 +- ...added_single_biomesoplenty_ethereal_8.json | 4 +- ...added_single_biomesoplenty_ethereal_9.json | 4 +- ...ded_single_biomesoplenty_eucalyptus_0.json | 4 +- ...ded_single_biomesoplenty_eucalyptus_1.json | 4 +- ...ed_single_biomesoplenty_eucalyptus_10.json | 4 +- ...ed_single_biomesoplenty_eucalyptus_11.json | 4 +- ...ed_single_biomesoplenty_eucalyptus_12.json | 4 +- ...ed_single_biomesoplenty_eucalyptus_13.json | 4 +- ...ed_single_biomesoplenty_eucalyptus_14.json | 4 +- ...ed_single_biomesoplenty_eucalyptus_15.json | 4 +- ...ded_single_biomesoplenty_eucalyptus_2.json | 4 +- ...ded_single_biomesoplenty_eucalyptus_3.json | 4 +- ...ded_single_biomesoplenty_eucalyptus_4.json | 4 +- ...ded_single_biomesoplenty_eucalyptus_5.json | 4 +- ...ded_single_biomesoplenty_eucalyptus_6.json | 4 +- ...ded_single_biomesoplenty_eucalyptus_7.json | 4 +- ...ded_single_biomesoplenty_eucalyptus_8.json | 4 +- ...ded_single_biomesoplenty_eucalyptus_9.json | 4 +- ...ack_padded_single_biomesoplenty_fir_0.json | 4 +- ...ack_padded_single_biomesoplenty_fir_1.json | 4 +- ...ck_padded_single_biomesoplenty_fir_10.json | 4 +- ...ck_padded_single_biomesoplenty_fir_11.json | 4 +- ...ck_padded_single_biomesoplenty_fir_12.json | 4 +- ...ck_padded_single_biomesoplenty_fir_13.json | 4 +- ...ck_padded_single_biomesoplenty_fir_14.json | 4 +- ...ck_padded_single_biomesoplenty_fir_15.json | 4 +- ...ack_padded_single_biomesoplenty_fir_2.json | 4 +- ...ack_padded_single_biomesoplenty_fir_3.json | 4 +- ...ack_padded_single_biomesoplenty_fir_4.json | 4 +- ...ack_padded_single_biomesoplenty_fir_5.json | 4 +- ...ack_padded_single_biomesoplenty_fir_6.json | 4 +- ...ack_padded_single_biomesoplenty_fir_7.json | 4 +- ...ack_padded_single_biomesoplenty_fir_8.json | 4 +- ...ack_padded_single_biomesoplenty_fir_9.json | 4 +- ...added_single_biomesoplenty_hellbark_0.json | 4 +- ...added_single_biomesoplenty_hellbark_1.json | 4 +- ...dded_single_biomesoplenty_hellbark_10.json | 4 +- ...dded_single_biomesoplenty_hellbark_11.json | 4 +- ...dded_single_biomesoplenty_hellbark_12.json | 4 +- ...dded_single_biomesoplenty_hellbark_13.json | 4 +- ...dded_single_biomesoplenty_hellbark_14.json | 4 +- ...dded_single_biomesoplenty_hellbark_15.json | 4 +- ...added_single_biomesoplenty_hellbark_2.json | 4 +- ...added_single_biomesoplenty_hellbark_3.json | 4 +- ...added_single_biomesoplenty_hellbark_4.json | 4 +- ...added_single_biomesoplenty_hellbark_5.json | 4 +- ...added_single_biomesoplenty_hellbark_6.json | 4 +- ...added_single_biomesoplenty_hellbark_7.json | 4 +- ...added_single_biomesoplenty_hellbark_8.json | 4 +- ...added_single_biomesoplenty_hellbark_9.json | 4 +- ...dded_single_biomesoplenty_jacaranda_0.json | 4 +- ...dded_single_biomesoplenty_jacaranda_1.json | 4 +- ...ded_single_biomesoplenty_jacaranda_10.json | 4 +- ...ded_single_biomesoplenty_jacaranda_11.json | 4 +- ...ded_single_biomesoplenty_jacaranda_12.json | 4 +- ...ded_single_biomesoplenty_jacaranda_13.json | 4 +- ...ded_single_biomesoplenty_jacaranda_14.json | 4 +- ...ded_single_biomesoplenty_jacaranda_15.json | 4 +- ...dded_single_biomesoplenty_jacaranda_2.json | 4 +- ...dded_single_biomesoplenty_jacaranda_3.json | 4 +- ...dded_single_biomesoplenty_jacaranda_4.json | 4 +- ...dded_single_biomesoplenty_jacaranda_5.json | 4 +- ...dded_single_biomesoplenty_jacaranda_6.json | 4 +- ...dded_single_biomesoplenty_jacaranda_7.json | 4 +- ...dded_single_biomesoplenty_jacaranda_8.json | 4 +- ...dded_single_biomesoplenty_jacaranda_9.json | 4 +- ...k_padded_single_biomesoplenty_magic_0.json | 4 +- ...k_padded_single_biomesoplenty_magic_1.json | 4 +- ..._padded_single_biomesoplenty_magic_10.json | 4 +- ..._padded_single_biomesoplenty_magic_11.json | 4 +- ..._padded_single_biomesoplenty_magic_12.json | 4 +- ..._padded_single_biomesoplenty_magic_13.json | 4 +- ..._padded_single_biomesoplenty_magic_14.json | 4 +- ..._padded_single_biomesoplenty_magic_15.json | 4 +- ...k_padded_single_biomesoplenty_magic_2.json | 4 +- ...k_padded_single_biomesoplenty_magic_3.json | 4 +- ...k_padded_single_biomesoplenty_magic_4.json | 4 +- ...k_padded_single_biomesoplenty_magic_5.json | 4 +- ...k_padded_single_biomesoplenty_magic_6.json | 4 +- ...k_padded_single_biomesoplenty_magic_7.json | 4 +- ...k_padded_single_biomesoplenty_magic_8.json | 4 +- ...k_padded_single_biomesoplenty_magic_9.json | 4 +- ...added_single_biomesoplenty_mahogany_0.json | 4 +- ...added_single_biomesoplenty_mahogany_1.json | 4 +- ...dded_single_biomesoplenty_mahogany_10.json | 4 +- ...dded_single_biomesoplenty_mahogany_11.json | 4 +- ...dded_single_biomesoplenty_mahogany_12.json | 4 +- ...dded_single_biomesoplenty_mahogany_13.json | 4 +- ...dded_single_biomesoplenty_mahogany_14.json | 4 +- ...dded_single_biomesoplenty_mahogany_15.json | 4 +- ...added_single_biomesoplenty_mahogany_2.json | 4 +- ...added_single_biomesoplenty_mahogany_3.json | 4 +- ...added_single_biomesoplenty_mahogany_4.json | 4 +- ...added_single_biomesoplenty_mahogany_5.json | 4 +- ...added_single_biomesoplenty_mahogany_6.json | 4 +- ...added_single_biomesoplenty_mahogany_7.json | 4 +- ...added_single_biomesoplenty_mahogany_8.json | 4 +- ...added_single_biomesoplenty_mahogany_9.json | 4 +- ...added_single_biomesoplenty_mangrove_0.json | 4 +- ...added_single_biomesoplenty_mangrove_1.json | 4 +- ...dded_single_biomesoplenty_mangrove_10.json | 4 +- ...dded_single_biomesoplenty_mangrove_11.json | 4 +- ...dded_single_biomesoplenty_mangrove_12.json | 4 +- ...dded_single_biomesoplenty_mangrove_13.json | 4 +- ...dded_single_biomesoplenty_mangrove_14.json | 4 +- ...dded_single_biomesoplenty_mangrove_15.json | 4 +- ...added_single_biomesoplenty_mangrove_2.json | 4 +- ...added_single_biomesoplenty_mangrove_3.json | 4 +- ...added_single_biomesoplenty_mangrove_4.json | 4 +- ...added_single_biomesoplenty_mangrove_5.json | 4 +- ...added_single_biomesoplenty_mangrove_6.json | 4 +- ...added_single_biomesoplenty_mangrove_7.json | 4 +- ...added_single_biomesoplenty_mangrove_8.json | 4 +- ...added_single_biomesoplenty_mangrove_9.json | 4 +- ...ck_padded_single_biomesoplenty_palm_0.json | 4 +- ...ck_padded_single_biomesoplenty_palm_1.json | 4 +- ...k_padded_single_biomesoplenty_palm_10.json | 4 +- ...k_padded_single_biomesoplenty_palm_11.json | 4 +- ...k_padded_single_biomesoplenty_palm_12.json | 4 +- ...k_padded_single_biomesoplenty_palm_13.json | 4 +- ...k_padded_single_biomesoplenty_palm_14.json | 4 +- ...k_padded_single_biomesoplenty_palm_15.json | 4 +- ...ck_padded_single_biomesoplenty_palm_2.json | 4 +- ...ck_padded_single_biomesoplenty_palm_3.json | 4 +- ...ck_padded_single_biomesoplenty_palm_4.json | 4 +- ...ck_padded_single_biomesoplenty_palm_5.json | 4 +- ...ck_padded_single_biomesoplenty_palm_6.json | 4 +- ...ck_padded_single_biomesoplenty_palm_7.json | 4 +- ...ck_padded_single_biomesoplenty_palm_8.json | 4 +- ...ck_padded_single_biomesoplenty_palm_9.json | 4 +- ...ck_padded_single_biomesoplenty_pine_0.json | 4 +- ...ck_padded_single_biomesoplenty_pine_1.json | 4 +- ...k_padded_single_biomesoplenty_pine_10.json | 4 +- ...k_padded_single_biomesoplenty_pine_11.json | 4 +- ...k_padded_single_biomesoplenty_pine_12.json | 4 +- ...k_padded_single_biomesoplenty_pine_13.json | 4 +- ...k_padded_single_biomesoplenty_pine_14.json | 4 +- ...k_padded_single_biomesoplenty_pine_15.json | 4 +- ...ck_padded_single_biomesoplenty_pine_2.json | 4 +- ...ck_padded_single_biomesoplenty_pine_3.json | 4 +- ...ck_padded_single_biomesoplenty_pine_4.json | 4 +- ...ck_padded_single_biomesoplenty_pine_5.json | 4 +- ...ck_padded_single_biomesoplenty_pine_6.json | 4 +- ...ck_padded_single_biomesoplenty_pine_7.json | 4 +- ...ck_padded_single_biomesoplenty_pine_8.json | 4 +- ...ck_padded_single_biomesoplenty_pine_9.json | 4 +- ...padded_single_biomesoplenty_redwood_0.json | 4 +- ...padded_single_biomesoplenty_redwood_1.json | 4 +- ...added_single_biomesoplenty_redwood_10.json | 4 +- ...added_single_biomesoplenty_redwood_11.json | 4 +- ...added_single_biomesoplenty_redwood_12.json | 4 +- ...added_single_biomesoplenty_redwood_13.json | 4 +- ...added_single_biomesoplenty_redwood_14.json | 4 +- ...added_single_biomesoplenty_redwood_15.json | 4 +- ...padded_single_biomesoplenty_redwood_2.json | 4 +- ...padded_single_biomesoplenty_redwood_3.json | 4 +- ...padded_single_biomesoplenty_redwood_4.json | 4 +- ...padded_single_biomesoplenty_redwood_5.json | 4 +- ...padded_single_biomesoplenty_redwood_6.json | 4 +- ...padded_single_biomesoplenty_redwood_7.json | 4 +- ...padded_single_biomesoplenty_redwood_8.json | 4 +- ...padded_single_biomesoplenty_redwood_9.json | 4 +- ...ded_single_biomesoplenty_sacred_oak_0.json | 4 +- ...ded_single_biomesoplenty_sacred_oak_1.json | 4 +- ...ed_single_biomesoplenty_sacred_oak_10.json | 4 +- ...ed_single_biomesoplenty_sacred_oak_11.json | 4 +- ...ed_single_biomesoplenty_sacred_oak_12.json | 4 +- ...ed_single_biomesoplenty_sacred_oak_13.json | 4 +- ...ed_single_biomesoplenty_sacred_oak_14.json | 4 +- ...ed_single_biomesoplenty_sacred_oak_15.json | 4 +- ...ded_single_biomesoplenty_sacred_oak_2.json | 4 +- ...ded_single_biomesoplenty_sacred_oak_3.json | 4 +- ...ded_single_biomesoplenty_sacred_oak_4.json | 4 +- ...ded_single_biomesoplenty_sacred_oak_5.json | 4 +- ...ded_single_biomesoplenty_sacred_oak_6.json | 4 +- ...ded_single_biomesoplenty_sacred_oak_7.json | 4 +- ...ded_single_biomesoplenty_sacred_oak_8.json | 4 +- ...ded_single_biomesoplenty_sacred_oak_9.json | 4 +- ..._padded_single_biomesoplenty_umbran_0.json | 4 +- ..._padded_single_biomesoplenty_umbran_1.json | 4 +- ...padded_single_biomesoplenty_umbran_10.json | 4 +- ...padded_single_biomesoplenty_umbran_11.json | 4 +- ...padded_single_biomesoplenty_umbran_12.json | 4 +- ...padded_single_biomesoplenty_umbran_13.json | 4 +- ...padded_single_biomesoplenty_umbran_14.json | 4 +- ...padded_single_biomesoplenty_umbran_15.json | 4 +- ..._padded_single_biomesoplenty_umbran_2.json | 4 +- ..._padded_single_biomesoplenty_umbran_3.json | 4 +- ..._padded_single_biomesoplenty_umbran_4.json | 4 +- ..._padded_single_biomesoplenty_umbran_5.json | 4 +- ..._padded_single_biomesoplenty_umbran_6.json | 4 +- ..._padded_single_biomesoplenty_umbran_7.json | 4 +- ..._padded_single_biomesoplenty_umbran_8.json | 4 +- ..._padded_single_biomesoplenty_umbran_9.json | 4 +- ..._padded_single_biomesoplenty_willow_0.json | 4 +- ..._padded_single_biomesoplenty_willow_1.json | 4 +- ...padded_single_biomesoplenty_willow_10.json | 4 +- ...padded_single_biomesoplenty_willow_11.json | 4 +- ...padded_single_biomesoplenty_willow_12.json | 4 +- ...padded_single_biomesoplenty_willow_13.json | 4 +- ...padded_single_biomesoplenty_willow_14.json | 4 +- ...padded_single_biomesoplenty_willow_15.json | 4 +- ..._padded_single_biomesoplenty_willow_2.json | 4 +- ..._padded_single_biomesoplenty_willow_3.json | 4 +- ..._padded_single_biomesoplenty_willow_4.json | 4 +- ..._padded_single_biomesoplenty_willow_5.json | 4 +- ..._padded_single_biomesoplenty_willow_6.json | 4 +- ..._padded_single_biomesoplenty_willow_7.json | 4 +- ..._padded_single_biomesoplenty_willow_8.json | 4 +- ..._padded_single_biomesoplenty_willow_9.json | 4 +- ...nage_bench_back_padded_single_birch_0.json | 4 +- ...nage_bench_back_padded_single_birch_1.json | 4 +- ...age_bench_back_padded_single_birch_10.json | 4 +- ...age_bench_back_padded_single_birch_11.json | 4 +- ...age_bench_back_padded_single_birch_12.json | 4 +- ...age_bench_back_padded_single_birch_13.json | 4 +- ...age_bench_back_padded_single_birch_14.json | 4 +- ...age_bench_back_padded_single_birch_15.json | 4 +- ...nage_bench_back_padded_single_birch_2.json | 4 +- ...nage_bench_back_padded_single_birch_3.json | 4 +- ...nage_bench_back_padded_single_birch_4.json | 4 +- ...nage_bench_back_padded_single_birch_5.json | 4 +- ...nage_bench_back_padded_single_birch_6.json | 4 +- ...nage_bench_back_padded_single_birch_7.json | 4 +- ...nage_bench_back_padded_single_birch_8.json | 4 +- ...nage_bench_back_padded_single_birch_9.json | 4 +- ..._back_padded_single_forestry_acacia_0.json | 4 +- ..._back_padded_single_forestry_acacia_1.json | 4 +- ...back_padded_single_forestry_acacia_10.json | 4 +- ...back_padded_single_forestry_acacia_11.json | 4 +- ...back_padded_single_forestry_acacia_12.json | 4 +- ...back_padded_single_forestry_acacia_13.json | 4 +- ...back_padded_single_forestry_acacia_14.json | 4 +- ...back_padded_single_forestry_acacia_15.json | 4 +- ..._back_padded_single_forestry_acacia_2.json | 4 +- ..._back_padded_single_forestry_acacia_3.json | 4 +- ..._back_padded_single_forestry_acacia_4.json | 4 +- ..._back_padded_single_forestry_acacia_5.json | 4 +- ..._back_padded_single_forestry_acacia_6.json | 4 +- ..._back_padded_single_forestry_acacia_7.json | 4 +- ..._back_padded_single_forestry_acacia_8.json | 4 +- ..._back_padded_single_forestry_acacia_9.json | 4 +- ...h_back_padded_single_forestry_balsa_0.json | 4 +- ...h_back_padded_single_forestry_balsa_1.json | 4 +- ..._back_padded_single_forestry_balsa_10.json | 4 +- ..._back_padded_single_forestry_balsa_11.json | 4 +- ..._back_padded_single_forestry_balsa_12.json | 4 +- ..._back_padded_single_forestry_balsa_13.json | 4 +- ..._back_padded_single_forestry_balsa_14.json | 4 +- ..._back_padded_single_forestry_balsa_15.json | 4 +- ...h_back_padded_single_forestry_balsa_2.json | 4 +- ...h_back_padded_single_forestry_balsa_3.json | 4 +- ...h_back_padded_single_forestry_balsa_4.json | 4 +- ...h_back_padded_single_forestry_balsa_5.json | 4 +- ...h_back_padded_single_forestry_balsa_6.json | 4 +- ...h_back_padded_single_forestry_balsa_7.json | 4 +- ...h_back_padded_single_forestry_balsa_8.json | 4 +- ...h_back_padded_single_forestry_balsa_9.json | 4 +- ..._back_padded_single_forestry_baobab_0.json | 4 +- ..._back_padded_single_forestry_baobab_1.json | 4 +- ...back_padded_single_forestry_baobab_10.json | 4 +- ...back_padded_single_forestry_baobab_11.json | 4 +- ...back_padded_single_forestry_baobab_12.json | 4 +- ...back_padded_single_forestry_baobab_13.json | 4 +- ...back_padded_single_forestry_baobab_14.json | 4 +- ...back_padded_single_forestry_baobab_15.json | 4 +- ..._back_padded_single_forestry_baobab_2.json | 4 +- ..._back_padded_single_forestry_baobab_3.json | 4 +- ..._back_padded_single_forestry_baobab_4.json | 4 +- ..._back_padded_single_forestry_baobab_5.json | 4 +- ..._back_padded_single_forestry_baobab_6.json | 4 +- ..._back_padded_single_forestry_baobab_7.json | 4 +- ..._back_padded_single_forestry_baobab_8.json | 4 +- ..._back_padded_single_forestry_baobab_9.json | 4 +- ..._back_padded_single_forestry_cherry_0.json | 4 +- ..._back_padded_single_forestry_cherry_1.json | 4 +- ...back_padded_single_forestry_cherry_10.json | 4 +- ...back_padded_single_forestry_cherry_11.json | 4 +- ...back_padded_single_forestry_cherry_12.json | 4 +- ...back_padded_single_forestry_cherry_13.json | 4 +- ...back_padded_single_forestry_cherry_14.json | 4 +- ...back_padded_single_forestry_cherry_15.json | 4 +- ..._back_padded_single_forestry_cherry_2.json | 4 +- ..._back_padded_single_forestry_cherry_3.json | 4 +- ..._back_padded_single_forestry_cherry_4.json | 4 +- ..._back_padded_single_forestry_cherry_5.json | 4 +- ..._back_padded_single_forestry_cherry_6.json | 4 +- ..._back_padded_single_forestry_cherry_7.json | 4 +- ..._back_padded_single_forestry_cherry_8.json | 4 +- ..._back_padded_single_forestry_cherry_9.json | 4 +- ...ack_padded_single_forestry_chestnut_0.json | 4 +- ...ack_padded_single_forestry_chestnut_1.json | 4 +- ...ck_padded_single_forestry_chestnut_10.json | 4 +- ...ck_padded_single_forestry_chestnut_11.json | 4 +- ...ck_padded_single_forestry_chestnut_12.json | 4 +- ...ck_padded_single_forestry_chestnut_13.json | 4 +- ...ck_padded_single_forestry_chestnut_14.json | 4 +- ...ck_padded_single_forestry_chestnut_15.json | 4 +- ...ack_padded_single_forestry_chestnut_2.json | 4 +- ...ack_padded_single_forestry_chestnut_3.json | 4 +- ...ack_padded_single_forestry_chestnut_4.json | 4 +- ...ack_padded_single_forestry_chestnut_5.json | 4 +- ...ack_padded_single_forestry_chestnut_6.json | 4 +- ...ack_padded_single_forestry_chestnut_7.json | 4 +- ...ack_padded_single_forestry_chestnut_8.json | 4 +- ...ack_padded_single_forestry_chestnut_9.json | 4 +- ..._back_padded_single_forestry_citrus_0.json | 4 +- ..._back_padded_single_forestry_citrus_1.json | 4 +- ...back_padded_single_forestry_citrus_10.json | 4 +- ...back_padded_single_forestry_citrus_11.json | 4 +- ...back_padded_single_forestry_citrus_12.json | 4 +- ...back_padded_single_forestry_citrus_13.json | 4 +- ...back_padded_single_forestry_citrus_14.json | 4 +- ...back_padded_single_forestry_citrus_15.json | 4 +- ..._back_padded_single_forestry_citrus_2.json | 4 +- ..._back_padded_single_forestry_citrus_3.json | 4 +- ..._back_padded_single_forestry_citrus_4.json | 4 +- ..._back_padded_single_forestry_citrus_5.json | 4 +- ..._back_padded_single_forestry_citrus_6.json | 4 +- ..._back_padded_single_forestry_citrus_7.json | 4 +- ..._back_padded_single_forestry_citrus_8.json | 4 +- ..._back_padded_single_forestry_citrus_9.json | 4 +- ...ack_padded_single_forestry_cocobolo_0.json | 4 +- ...ack_padded_single_forestry_cocobolo_1.json | 4 +- ...ck_padded_single_forestry_cocobolo_10.json | 4 +- ...ck_padded_single_forestry_cocobolo_11.json | 4 +- ...ck_padded_single_forestry_cocobolo_12.json | 4 +- ...ck_padded_single_forestry_cocobolo_13.json | 4 +- ...ck_padded_single_forestry_cocobolo_14.json | 4 +- ...ck_padded_single_forestry_cocobolo_15.json | 4 +- ...ack_padded_single_forestry_cocobolo_2.json | 4 +- ...ack_padded_single_forestry_cocobolo_3.json | 4 +- ...ack_padded_single_forestry_cocobolo_4.json | 4 +- ...ack_padded_single_forestry_cocobolo_5.json | 4 +- ...ack_padded_single_forestry_cocobolo_6.json | 4 +- ...ack_padded_single_forestry_cocobolo_7.json | 4 +- ...ack_padded_single_forestry_cocobolo_8.json | 4 +- ...ack_padded_single_forestry_cocobolo_9.json | 4 +- ...h_back_padded_single_forestry_ebony_0.json | 4 +- ...h_back_padded_single_forestry_ebony_1.json | 4 +- ..._back_padded_single_forestry_ebony_10.json | 4 +- ..._back_padded_single_forestry_ebony_11.json | 4 +- ..._back_padded_single_forestry_ebony_12.json | 4 +- ..._back_padded_single_forestry_ebony_13.json | 4 +- ..._back_padded_single_forestry_ebony_14.json | 4 +- ..._back_padded_single_forestry_ebony_15.json | 4 +- ...h_back_padded_single_forestry_ebony_2.json | 4 +- ...h_back_padded_single_forestry_ebony_3.json | 4 +- ...h_back_padded_single_forestry_ebony_4.json | 4 +- ...h_back_padded_single_forestry_ebony_5.json | 4 +- ...h_back_padded_single_forestry_ebony_6.json | 4 +- ...h_back_padded_single_forestry_ebony_7.json | 4 +- ...h_back_padded_single_forestry_ebony_8.json | 4 +- ...h_back_padded_single_forestry_ebony_9.json | 4 +- ...ck_padded_single_forestry_giganteum_0.json | 4 +- ...ck_padded_single_forestry_giganteum_1.json | 4 +- ...k_padded_single_forestry_giganteum_10.json | 4 +- ...k_padded_single_forestry_giganteum_11.json | 4 +- ...k_padded_single_forestry_giganteum_12.json | 4 +- ...k_padded_single_forestry_giganteum_13.json | 4 +- ...k_padded_single_forestry_giganteum_14.json | 4 +- ...k_padded_single_forestry_giganteum_15.json | 4 +- ...ck_padded_single_forestry_giganteum_2.json | 4 +- ...ck_padded_single_forestry_giganteum_3.json | 4 +- ...ck_padded_single_forestry_giganteum_4.json | 4 +- ...ck_padded_single_forestry_giganteum_5.json | 4 +- ...ck_padded_single_forestry_giganteum_6.json | 4 +- ...ck_padded_single_forestry_giganteum_7.json | 4 +- ...ck_padded_single_forestry_giganteum_8.json | 4 +- ...ck_padded_single_forestry_giganteum_9.json | 4 +- ...k_padded_single_forestry_greenheart_0.json | 4 +- ...k_padded_single_forestry_greenheart_1.json | 4 +- ..._padded_single_forestry_greenheart_10.json | 4 +- ..._padded_single_forestry_greenheart_11.json | 4 +- ..._padded_single_forestry_greenheart_12.json | 4 +- ..._padded_single_forestry_greenheart_13.json | 4 +- ..._padded_single_forestry_greenheart_14.json | 4 +- ..._padded_single_forestry_greenheart_15.json | 4 +- ...k_padded_single_forestry_greenheart_2.json | 4 +- ...k_padded_single_forestry_greenheart_3.json | 4 +- ...k_padded_single_forestry_greenheart_4.json | 4 +- ...k_padded_single_forestry_greenheart_5.json | 4 +- ...k_padded_single_forestry_greenheart_6.json | 4 +- ...k_padded_single_forestry_greenheart_7.json | 4 +- ...k_padded_single_forestry_greenheart_8.json | 4 +- ...k_padded_single_forestry_greenheart_9.json | 4 +- ...nch_back_padded_single_forestry_ipe_0.json | 4 +- ...nch_back_padded_single_forestry_ipe_1.json | 4 +- ...ch_back_padded_single_forestry_ipe_10.json | 4 +- ...ch_back_padded_single_forestry_ipe_11.json | 4 +- ...ch_back_padded_single_forestry_ipe_12.json | 4 +- ...ch_back_padded_single_forestry_ipe_13.json | 4 +- ...ch_back_padded_single_forestry_ipe_14.json | 4 +- ...ch_back_padded_single_forestry_ipe_15.json | 4 +- ...nch_back_padded_single_forestry_ipe_2.json | 4 +- ...nch_back_padded_single_forestry_ipe_3.json | 4 +- ...nch_back_padded_single_forestry_ipe_4.json | 4 +- ...nch_back_padded_single_forestry_ipe_5.json | 4 +- ...nch_back_padded_single_forestry_ipe_6.json | 4 +- ...nch_back_padded_single_forestry_ipe_7.json | 4 +- ...nch_back_padded_single_forestry_ipe_8.json | 4 +- ...nch_back_padded_single_forestry_ipe_9.json | 4 +- ...h_back_padded_single_forestry_kapok_0.json | 4 +- ...h_back_padded_single_forestry_kapok_1.json | 4 +- ..._back_padded_single_forestry_kapok_10.json | 4 +- ..._back_padded_single_forestry_kapok_11.json | 4 +- ..._back_padded_single_forestry_kapok_12.json | 4 +- ..._back_padded_single_forestry_kapok_13.json | 4 +- ..._back_padded_single_forestry_kapok_14.json | 4 +- ..._back_padded_single_forestry_kapok_15.json | 4 +- ...h_back_padded_single_forestry_kapok_2.json | 4 +- ...h_back_padded_single_forestry_kapok_3.json | 4 +- ...h_back_padded_single_forestry_kapok_4.json | 4 +- ...h_back_padded_single_forestry_kapok_5.json | 4 +- ...h_back_padded_single_forestry_kapok_6.json | 4 +- ...h_back_padded_single_forestry_kapok_7.json | 4 +- ...h_back_padded_single_forestry_kapok_8.json | 4 +- ...h_back_padded_single_forestry_kapok_9.json | 4 +- ...h_back_padded_single_forestry_larch_0.json | 4 +- ...h_back_padded_single_forestry_larch_1.json | 4 +- ..._back_padded_single_forestry_larch_10.json | 4 +- ..._back_padded_single_forestry_larch_11.json | 4 +- ..._back_padded_single_forestry_larch_12.json | 4 +- ..._back_padded_single_forestry_larch_13.json | 4 +- ..._back_padded_single_forestry_larch_14.json | 4 +- ..._back_padded_single_forestry_larch_15.json | 4 +- ...h_back_padded_single_forestry_larch_2.json | 4 +- ...h_back_padded_single_forestry_larch_3.json | 4 +- ...h_back_padded_single_forestry_larch_4.json | 4 +- ...h_back_padded_single_forestry_larch_5.json | 4 +- ...h_back_padded_single_forestry_larch_6.json | 4 +- ...h_back_padded_single_forestry_larch_7.json | 4 +- ...h_back_padded_single_forestry_larch_8.json | 4 +- ...h_back_padded_single_forestry_larch_9.json | 4 +- ...ch_back_padded_single_forestry_lime_0.json | 4 +- ...ch_back_padded_single_forestry_lime_1.json | 4 +- ...h_back_padded_single_forestry_lime_10.json | 4 +- ...h_back_padded_single_forestry_lime_11.json | 4 +- ...h_back_padded_single_forestry_lime_12.json | 4 +- ...h_back_padded_single_forestry_lime_13.json | 4 +- ...h_back_padded_single_forestry_lime_14.json | 4 +- ...h_back_padded_single_forestry_lime_15.json | 4 +- ...ch_back_padded_single_forestry_lime_2.json | 4 +- ...ch_back_padded_single_forestry_lime_3.json | 4 +- ...ch_back_padded_single_forestry_lime_4.json | 4 +- ...ch_back_padded_single_forestry_lime_5.json | 4 +- ...ch_back_padded_single_forestry_lime_6.json | 4 +- ...ch_back_padded_single_forestry_lime_7.json | 4 +- ...ch_back_padded_single_forestry_lime_8.json | 4 +- ...ch_back_padded_single_forestry_lime_9.json | 4 +- ...h_back_padded_single_forestry_mahoe_0.json | 4 +- ...h_back_padded_single_forestry_mahoe_1.json | 4 +- ..._back_padded_single_forestry_mahoe_10.json | 4 +- ..._back_padded_single_forestry_mahoe_11.json | 4 +- ..._back_padded_single_forestry_mahoe_12.json | 4 +- ..._back_padded_single_forestry_mahoe_13.json | 4 +- ..._back_padded_single_forestry_mahoe_14.json | 4 +- ..._back_padded_single_forestry_mahoe_15.json | 4 +- ...h_back_padded_single_forestry_mahoe_2.json | 4 +- ...h_back_padded_single_forestry_mahoe_3.json | 4 +- ...h_back_padded_single_forestry_mahoe_4.json | 4 +- ...h_back_padded_single_forestry_mahoe_5.json | 4 +- ...h_back_padded_single_forestry_mahoe_6.json | 4 +- ...h_back_padded_single_forestry_mahoe_7.json | 4 +- ...h_back_padded_single_forestry_mahoe_8.json | 4 +- ...h_back_padded_single_forestry_mahoe_9.json | 4 +- ...ack_padded_single_forestry_mahogany_0.json | 4 +- ...ack_padded_single_forestry_mahogany_1.json | 4 +- ...ck_padded_single_forestry_mahogany_10.json | 4 +- ...ck_padded_single_forestry_mahogany_11.json | 4 +- ...ck_padded_single_forestry_mahogany_12.json | 4 +- ...ck_padded_single_forestry_mahogany_13.json | 4 +- ...ck_padded_single_forestry_mahogany_14.json | 4 +- ...ck_padded_single_forestry_mahogany_15.json | 4 +- ...ack_padded_single_forestry_mahogany_2.json | 4 +- ...ack_padded_single_forestry_mahogany_3.json | 4 +- ...ack_padded_single_forestry_mahogany_4.json | 4 +- ...ack_padded_single_forestry_mahogany_5.json | 4 +- ...ack_padded_single_forestry_mahogany_6.json | 4 +- ...ack_padded_single_forestry_mahogany_7.json | 4 +- ...ack_padded_single_forestry_mahogany_8.json | 4 +- ...ack_padded_single_forestry_mahogany_9.json | 4 +- ...h_back_padded_single_forestry_maple_0.json | 4 +- ...h_back_padded_single_forestry_maple_1.json | 4 +- ..._back_padded_single_forestry_maple_10.json | 4 +- ..._back_padded_single_forestry_maple_11.json | 4 +- ..._back_padded_single_forestry_maple_12.json | 4 +- ..._back_padded_single_forestry_maple_13.json | 4 +- ..._back_padded_single_forestry_maple_14.json | 4 +- ..._back_padded_single_forestry_maple_15.json | 4 +- ...h_back_padded_single_forestry_maple_2.json | 4 +- ...h_back_padded_single_forestry_maple_3.json | 4 +- ...h_back_padded_single_forestry_maple_4.json | 4 +- ...h_back_padded_single_forestry_maple_5.json | 4 +- ...h_back_padded_single_forestry_maple_6.json | 4 +- ...h_back_padded_single_forestry_maple_7.json | 4 +- ...h_back_padded_single_forestry_maple_8.json | 4 +- ...h_back_padded_single_forestry_maple_9.json | 4 +- ..._back_padded_single_forestry_padauk_0.json | 4 +- ..._back_padded_single_forestry_padauk_1.json | 4 +- ...back_padded_single_forestry_padauk_10.json | 4 +- ...back_padded_single_forestry_padauk_11.json | 4 +- ...back_padded_single_forestry_padauk_12.json | 4 +- ...back_padded_single_forestry_padauk_13.json | 4 +- ...back_padded_single_forestry_padauk_14.json | 4 +- ...back_padded_single_forestry_padauk_15.json | 4 +- ..._back_padded_single_forestry_padauk_2.json | 4 +- ..._back_padded_single_forestry_padauk_3.json | 4 +- ..._back_padded_single_forestry_padauk_4.json | 4 +- ..._back_padded_single_forestry_padauk_5.json | 4 +- ..._back_padded_single_forestry_padauk_6.json | 4 +- ..._back_padded_single_forestry_padauk_7.json | 4 +- ..._back_padded_single_forestry_padauk_8.json | 4 +- ..._back_padded_single_forestry_padauk_9.json | 4 +- ...ch_back_padded_single_forestry_palm_0.json | 4 +- ...ch_back_padded_single_forestry_palm_1.json | 4 +- ...h_back_padded_single_forestry_palm_10.json | 4 +- ...h_back_padded_single_forestry_palm_11.json | 4 +- ...h_back_padded_single_forestry_palm_12.json | 4 +- ...h_back_padded_single_forestry_palm_13.json | 4 +- ...h_back_padded_single_forestry_palm_14.json | 4 +- ...h_back_padded_single_forestry_palm_15.json | 4 +- ...ch_back_padded_single_forestry_palm_2.json | 4 +- ...ch_back_padded_single_forestry_palm_3.json | 4 +- ...ch_back_padded_single_forestry_palm_4.json | 4 +- ...ch_back_padded_single_forestry_palm_5.json | 4 +- ...ch_back_padded_single_forestry_palm_6.json | 4 +- ...ch_back_padded_single_forestry_palm_7.json | 4 +- ...ch_back_padded_single_forestry_palm_8.json | 4 +- ...ch_back_padded_single_forestry_palm_9.json | 4 +- ..._back_padded_single_forestry_papaya_0.json | 4 +- ..._back_padded_single_forestry_papaya_1.json | 4 +- ...back_padded_single_forestry_papaya_10.json | 4 +- ...back_padded_single_forestry_papaya_11.json | 4 +- ...back_padded_single_forestry_papaya_12.json | 4 +- ...back_padded_single_forestry_papaya_13.json | 4 +- ...back_padded_single_forestry_papaya_14.json | 4 +- ...back_padded_single_forestry_papaya_15.json | 4 +- ..._back_padded_single_forestry_papaya_2.json | 4 +- ..._back_padded_single_forestry_papaya_3.json | 4 +- ..._back_padded_single_forestry_papaya_4.json | 4 +- ..._back_padded_single_forestry_papaya_5.json | 4 +- ..._back_padded_single_forestry_papaya_6.json | 4 +- ..._back_padded_single_forestry_papaya_7.json | 4 +- ..._back_padded_single_forestry_papaya_8.json | 4 +- ..._back_padded_single_forestry_papaya_9.json | 4 +- ...ch_back_padded_single_forestry_pine_0.json | 4 +- ...ch_back_padded_single_forestry_pine_1.json | 4 +- ...h_back_padded_single_forestry_pine_10.json | 4 +- ...h_back_padded_single_forestry_pine_11.json | 4 +- ...h_back_padded_single_forestry_pine_12.json | 4 +- ...h_back_padded_single_forestry_pine_13.json | 4 +- ...h_back_padded_single_forestry_pine_14.json | 4 +- ...h_back_padded_single_forestry_pine_15.json | 4 +- ...ch_back_padded_single_forestry_pine_2.json | 4 +- ...ch_back_padded_single_forestry_pine_3.json | 4 +- ...ch_back_padded_single_forestry_pine_4.json | 4 +- ...ch_back_padded_single_forestry_pine_5.json | 4 +- ...ch_back_padded_single_forestry_pine_6.json | 4 +- ...ch_back_padded_single_forestry_pine_7.json | 4 +- ...ch_back_padded_single_forestry_pine_8.json | 4 +- ...ch_back_padded_single_forestry_pine_9.json | 4 +- ...ch_back_padded_single_forestry_plum_0.json | 4 +- ...ch_back_padded_single_forestry_plum_1.json | 4 +- ...h_back_padded_single_forestry_plum_10.json | 4 +- ...h_back_padded_single_forestry_plum_11.json | 4 +- ...h_back_padded_single_forestry_plum_12.json | 4 +- ...h_back_padded_single_forestry_plum_13.json | 4 +- ...h_back_padded_single_forestry_plum_14.json | 4 +- ...h_back_padded_single_forestry_plum_15.json | 4 +- ...ch_back_padded_single_forestry_plum_2.json | 4 +- ...ch_back_padded_single_forestry_plum_3.json | 4 +- ...ch_back_padded_single_forestry_plum_4.json | 4 +- ...ch_back_padded_single_forestry_plum_5.json | 4 +- ...ch_back_padded_single_forestry_plum_6.json | 4 +- ...ch_back_padded_single_forestry_plum_7.json | 4 +- ...ch_back_padded_single_forestry_plum_8.json | 4 +- ...ch_back_padded_single_forestry_plum_9.json | 4 +- ..._back_padded_single_forestry_poplar_0.json | 4 +- ..._back_padded_single_forestry_poplar_1.json | 4 +- ...back_padded_single_forestry_poplar_10.json | 4 +- ...back_padded_single_forestry_poplar_11.json | 4 +- ...back_padded_single_forestry_poplar_12.json | 4 +- ...back_padded_single_forestry_poplar_13.json | 4 +- ...back_padded_single_forestry_poplar_14.json | 4 +- ...back_padded_single_forestry_poplar_15.json | 4 +- ..._back_padded_single_forestry_poplar_2.json | 4 +- ..._back_padded_single_forestry_poplar_3.json | 4 +- ..._back_padded_single_forestry_poplar_4.json | 4 +- ..._back_padded_single_forestry_poplar_5.json | 4 +- ..._back_padded_single_forestry_poplar_6.json | 4 +- ..._back_padded_single_forestry_poplar_7.json | 4 +- ..._back_padded_single_forestry_poplar_8.json | 4 +- ..._back_padded_single_forestry_poplar_9.json | 4 +- ...back_padded_single_forestry_sequoia_0.json | 4 +- ...back_padded_single_forestry_sequoia_1.json | 4 +- ...ack_padded_single_forestry_sequoia_10.json | 4 +- ...ack_padded_single_forestry_sequoia_11.json | 4 +- ...ack_padded_single_forestry_sequoia_12.json | 4 +- ...ack_padded_single_forestry_sequoia_13.json | 4 +- ...ack_padded_single_forestry_sequoia_14.json | 4 +- ...ack_padded_single_forestry_sequoia_15.json | 4 +- ...back_padded_single_forestry_sequoia_2.json | 4 +- ...back_padded_single_forestry_sequoia_3.json | 4 +- ...back_padded_single_forestry_sequoia_4.json | 4 +- ...back_padded_single_forestry_sequoia_5.json | 4 +- ...back_padded_single_forestry_sequoia_6.json | 4 +- ...back_padded_single_forestry_sequoia_7.json | 4 +- ...back_padded_single_forestry_sequoia_8.json | 4 +- ...back_padded_single_forestry_sequoia_9.json | 4 +- ...ch_back_padded_single_forestry_teak_0.json | 4 +- ...ch_back_padded_single_forestry_teak_1.json | 4 +- ...h_back_padded_single_forestry_teak_10.json | 4 +- ...h_back_padded_single_forestry_teak_11.json | 4 +- ...h_back_padded_single_forestry_teak_12.json | 4 +- ...h_back_padded_single_forestry_teak_13.json | 4 +- ...h_back_padded_single_forestry_teak_14.json | 4 +- ...h_back_padded_single_forestry_teak_15.json | 4 +- ...ch_back_padded_single_forestry_teak_2.json | 4 +- ...ch_back_padded_single_forestry_teak_3.json | 4 +- ...ch_back_padded_single_forestry_teak_4.json | 4 +- ...ch_back_padded_single_forestry_teak_5.json | 4 +- ...ch_back_padded_single_forestry_teak_6.json | 4 +- ...ch_back_padded_single_forestry_teak_7.json | 4 +- ...ch_back_padded_single_forestry_teak_8.json | 4 +- ...ch_back_padded_single_forestry_teak_9.json | 4 +- ..._back_padded_single_forestry_walnut_0.json | 4 +- ..._back_padded_single_forestry_walnut_1.json | 4 +- ...back_padded_single_forestry_walnut_10.json | 4 +- ...back_padded_single_forestry_walnut_11.json | 4 +- ...back_padded_single_forestry_walnut_12.json | 4 +- ...back_padded_single_forestry_walnut_13.json | 4 +- ...back_padded_single_forestry_walnut_14.json | 4 +- ...back_padded_single_forestry_walnut_15.json | 4 +- ..._back_padded_single_forestry_walnut_2.json | 4 +- ..._back_padded_single_forestry_walnut_3.json | 4 +- ..._back_padded_single_forestry_walnut_4.json | 4 +- ..._back_padded_single_forestry_walnut_5.json | 4 +- ..._back_padded_single_forestry_walnut_6.json | 4 +- ..._back_padded_single_forestry_walnut_7.json | 4 +- ..._back_padded_single_forestry_walnut_8.json | 4 +- ..._back_padded_single_forestry_walnut_9.json | 4 +- ...h_back_padded_single_forestry_wenge_0.json | 4 +- ...h_back_padded_single_forestry_wenge_1.json | 4 +- ..._back_padded_single_forestry_wenge_10.json | 4 +- ..._back_padded_single_forestry_wenge_11.json | 4 +- ..._back_padded_single_forestry_wenge_12.json | 4 +- ..._back_padded_single_forestry_wenge_13.json | 4 +- ..._back_padded_single_forestry_wenge_14.json | 4 +- ..._back_padded_single_forestry_wenge_15.json | 4 +- ...h_back_padded_single_forestry_wenge_2.json | 4 +- ...h_back_padded_single_forestry_wenge_3.json | 4 +- ...h_back_padded_single_forestry_wenge_4.json | 4 +- ...h_back_padded_single_forestry_wenge_5.json | 4 +- ...h_back_padded_single_forestry_wenge_6.json | 4 +- ...h_back_padded_single_forestry_wenge_7.json | 4 +- ...h_back_padded_single_forestry_wenge_8.json | 4 +- ...h_back_padded_single_forestry_wenge_9.json | 4 +- ..._back_padded_single_forestry_willow_0.json | 4 +- ..._back_padded_single_forestry_willow_1.json | 4 +- ...back_padded_single_forestry_willow_10.json | 4 +- ...back_padded_single_forestry_willow_11.json | 4 +- ...back_padded_single_forestry_willow_12.json | 4 +- ...back_padded_single_forestry_willow_13.json | 4 +- ...back_padded_single_forestry_willow_14.json | 4 +- ...back_padded_single_forestry_willow_15.json | 4 +- ..._back_padded_single_forestry_willow_2.json | 4 +- ..._back_padded_single_forestry_willow_3.json | 4 +- ..._back_padded_single_forestry_willow_4.json | 4 +- ..._back_padded_single_forestry_willow_5.json | 4 +- ..._back_padded_single_forestry_willow_6.json | 4 +- ..._back_padded_single_forestry_willow_7.json | 4 +- ..._back_padded_single_forestry_willow_8.json | 4 +- ..._back_padded_single_forestry_willow_9.json | 4 +- ...ck_padded_single_forestry_zebrawood_0.json | 4 +- ...ck_padded_single_forestry_zebrawood_1.json | 4 +- ...k_padded_single_forestry_zebrawood_10.json | 4 +- ...k_padded_single_forestry_zebrawood_11.json | 4 +- ...k_padded_single_forestry_zebrawood_12.json | 4 +- ...k_padded_single_forestry_zebrawood_13.json | 4 +- ...k_padded_single_forestry_zebrawood_14.json | 4 +- ...k_padded_single_forestry_zebrawood_15.json | 4 +- ...ck_padded_single_forestry_zebrawood_2.json | 4 +- ...ck_padded_single_forestry_zebrawood_3.json | 4 +- ...ck_padded_single_forestry_zebrawood_4.json | 4 +- ...ck_padded_single_forestry_zebrawood_5.json | 4 +- ...ck_padded_single_forestry_zebrawood_6.json | 4 +- ...ck_padded_single_forestry_zebrawood_7.json | 4 +- ...ck_padded_single_forestry_zebrawood_8.json | 4 +- ...ck_padded_single_forestry_zebrawood_9.json | 4 +- ...e_immersiveengineering_treated_wood_0.json | 4 +- ...e_immersiveengineering_treated_wood_1.json | 4 +- ..._immersiveengineering_treated_wood_10.json | 4 +- ..._immersiveengineering_treated_wood_11.json | 4 +- ..._immersiveengineering_treated_wood_12.json | 4 +- ..._immersiveengineering_treated_wood_13.json | 4 +- ..._immersiveengineering_treated_wood_14.json | 4 +- ..._immersiveengineering_treated_wood_15.json | 4 +- ...e_immersiveengineering_treated_wood_2.json | 4 +- ...e_immersiveengineering_treated_wood_3.json | 4 +- ...e_immersiveengineering_treated_wood_4.json | 4 +- ...e_immersiveengineering_treated_wood_5.json | 4 +- ...e_immersiveengineering_treated_wood_6.json | 4 +- ...e_immersiveengineering_treated_wood_7.json | 4 +- ...e_immersiveengineering_treated_wood_8.json | 4 +- ...e_immersiveengineering_treated_wood_9.json | 4 +- ...age_bench_back_padded_single_jungle_0.json | 4 +- ...age_bench_back_padded_single_jungle_1.json | 4 +- ...ge_bench_back_padded_single_jungle_10.json | 4 +- ...ge_bench_back_padded_single_jungle_11.json | 4 +- ...ge_bench_back_padded_single_jungle_12.json | 4 +- ...ge_bench_back_padded_single_jungle_13.json | 4 +- ...ge_bench_back_padded_single_jungle_14.json | 4 +- ...ge_bench_back_padded_single_jungle_15.json | 4 +- ...age_bench_back_padded_single_jungle_2.json | 4 +- ...age_bench_back_padded_single_jungle_3.json | 4 +- ...age_bench_back_padded_single_jungle_4.json | 4 +- ...age_bench_back_padded_single_jungle_5.json | 4 +- ...age_bench_back_padded_single_jungle_6.json | 4 +- ...age_bench_back_padded_single_jungle_7.json | 4 +- ...age_bench_back_padded_single_jungle_8.json | 4 +- ...age_bench_back_padded_single_jungle_9.json | 4 +- ..._back_padded_single_natura_amaranth_0.json | 4 +- ..._back_padded_single_natura_amaranth_1.json | 4 +- ...back_padded_single_natura_amaranth_10.json | 4 +- ...back_padded_single_natura_amaranth_11.json | 4 +- ...back_padded_single_natura_amaranth_12.json | 4 +- ...back_padded_single_natura_amaranth_13.json | 4 +- ...back_padded_single_natura_amaranth_14.json | 4 +- ...back_padded_single_natura_amaranth_15.json | 4 +- ..._back_padded_single_natura_amaranth_2.json | 4 +- ..._back_padded_single_natura_amaranth_3.json | 4 +- ..._back_padded_single_natura_amaranth_4.json | 4 +- ..._back_padded_single_natura_amaranth_5.json | 4 +- ..._back_padded_single_natura_amaranth_6.json | 4 +- ..._back_padded_single_natura_amaranth_7.json | 4 +- ..._back_padded_single_natura_amaranth_8.json | 4 +- ..._back_padded_single_natura_amaranth_9.json | 4 +- ...back_padded_single_natura_bloodwood_0.json | 4 +- ...back_padded_single_natura_bloodwood_1.json | 4 +- ...ack_padded_single_natura_bloodwood_10.json | 4 +- ...ack_padded_single_natura_bloodwood_11.json | 4 +- ...ack_padded_single_natura_bloodwood_12.json | 4 +- ...ack_padded_single_natura_bloodwood_13.json | 4 +- ...ack_padded_single_natura_bloodwood_14.json | 4 +- ...ack_padded_single_natura_bloodwood_15.json | 4 +- ...back_padded_single_natura_bloodwood_2.json | 4 +- ...back_padded_single_natura_bloodwood_3.json | 4 +- ...back_padded_single_natura_bloodwood_4.json | 4 +- ...back_padded_single_natura_bloodwood_5.json | 4 +- ...back_padded_single_natura_bloodwood_6.json | 4 +- ...back_padded_single_natura_bloodwood_7.json | 4 +- ...back_padded_single_natura_bloodwood_8.json | 4 +- ...back_padded_single_natura_bloodwood_9.json | 4 +- ..._back_padded_single_natura_darkwood_0.json | 4 +- ..._back_padded_single_natura_darkwood_1.json | 4 +- ...back_padded_single_natura_darkwood_10.json | 4 +- ...back_padded_single_natura_darkwood_11.json | 4 +- ...back_padded_single_natura_darkwood_12.json | 4 +- ...back_padded_single_natura_darkwood_13.json | 4 +- ...back_padded_single_natura_darkwood_14.json | 4 +- ...back_padded_single_natura_darkwood_15.json | 4 +- ..._back_padded_single_natura_darkwood_2.json | 4 +- ..._back_padded_single_natura_darkwood_3.json | 4 +- ..._back_padded_single_natura_darkwood_4.json | 4 +- ..._back_padded_single_natura_darkwood_5.json | 4 +- ..._back_padded_single_natura_darkwood_6.json | 4 +- ..._back_padded_single_natura_darkwood_7.json | 4 +- ..._back_padded_single_natura_darkwood_8.json | 4 +- ..._back_padded_single_natura_darkwood_9.json | 4 +- ...ack_padded_single_natura_eucalyptus_0.json | 4 +- ...ack_padded_single_natura_eucalyptus_1.json | 4 +- ...ck_padded_single_natura_eucalyptus_10.json | 4 +- ...ck_padded_single_natura_eucalyptus_11.json | 4 +- ...ck_padded_single_natura_eucalyptus_12.json | 4 +- ...ck_padded_single_natura_eucalyptus_13.json | 4 +- ...ck_padded_single_natura_eucalyptus_14.json | 4 +- ...ck_padded_single_natura_eucalyptus_15.json | 4 +- ...ack_padded_single_natura_eucalyptus_2.json | 4 +- ...ack_padded_single_natura_eucalyptus_3.json | 4 +- ...ack_padded_single_natura_eucalyptus_4.json | 4 +- ...ack_padded_single_natura_eucalyptus_5.json | 4 +- ...ack_padded_single_natura_eucalyptus_6.json | 4 +- ...ack_padded_single_natura_eucalyptus_7.json | 4 +- ...ack_padded_single_natura_eucalyptus_8.json | 4 +- ...ack_padded_single_natura_eucalyptus_9.json | 4 +- ..._back_padded_single_natura_fusewood_0.json | 4 +- ..._back_padded_single_natura_fusewood_1.json | 4 +- ...back_padded_single_natura_fusewood_10.json | 4 +- ...back_padded_single_natura_fusewood_11.json | 4 +- ...back_padded_single_natura_fusewood_12.json | 4 +- ...back_padded_single_natura_fusewood_13.json | 4 +- ...back_padded_single_natura_fusewood_14.json | 4 +- ...back_padded_single_natura_fusewood_15.json | 4 +- ..._back_padded_single_natura_fusewood_2.json | 4 +- ..._back_padded_single_natura_fusewood_3.json | 4 +- ..._back_padded_single_natura_fusewood_4.json | 4 +- ..._back_padded_single_natura_fusewood_5.json | 4 +- ..._back_padded_single_natura_fusewood_6.json | 4 +- ..._back_padded_single_natura_fusewood_7.json | 4 +- ..._back_padded_single_natura_fusewood_8.json | 4 +- ..._back_padded_single_natura_fusewood_9.json | 4 +- ...back_padded_single_natura_ghostwood_0.json | 4 +- ...back_padded_single_natura_ghostwood_1.json | 4 +- ...ack_padded_single_natura_ghostwood_10.json | 4 +- ...ack_padded_single_natura_ghostwood_11.json | 4 +- ...ack_padded_single_natura_ghostwood_12.json | 4 +- ...ack_padded_single_natura_ghostwood_13.json | 4 +- ...ack_padded_single_natura_ghostwood_14.json | 4 +- ...ack_padded_single_natura_ghostwood_15.json | 4 +- ...back_padded_single_natura_ghostwood_2.json | 4 +- ...back_padded_single_natura_ghostwood_3.json | 4 +- ...back_padded_single_natura_ghostwood_4.json | 4 +- ...back_padded_single_natura_ghostwood_5.json | 4 +- ...back_padded_single_natura_ghostwood_6.json | 4 +- ...back_padded_single_natura_ghostwood_7.json | 4 +- ...back_padded_single_natura_ghostwood_8.json | 4 +- ...back_padded_single_natura_ghostwood_9.json | 4 +- ...h_back_padded_single_natura_hopseed_0.json | 4 +- ...h_back_padded_single_natura_hopseed_1.json | 4 +- ..._back_padded_single_natura_hopseed_10.json | 4 +- ..._back_padded_single_natura_hopseed_11.json | 4 +- ..._back_padded_single_natura_hopseed_12.json | 4 +- ..._back_padded_single_natura_hopseed_13.json | 4 +- ..._back_padded_single_natura_hopseed_14.json | 4 +- ..._back_padded_single_natura_hopseed_15.json | 4 +- ...h_back_padded_single_natura_hopseed_2.json | 4 +- ...h_back_padded_single_natura_hopseed_3.json | 4 +- ...h_back_padded_single_natura_hopseed_4.json | 4 +- ...h_back_padded_single_natura_hopseed_5.json | 4 +- ...h_back_padded_single_natura_hopseed_6.json | 4 +- ...h_back_padded_single_natura_hopseed_7.json | 4 +- ...h_back_padded_single_natura_hopseed_8.json | 4 +- ...h_back_padded_single_natura_hopseed_9.json | 4 +- ...nch_back_padded_single_natura_maple_0.json | 4 +- ...nch_back_padded_single_natura_maple_1.json | 4 +- ...ch_back_padded_single_natura_maple_10.json | 4 +- ...ch_back_padded_single_natura_maple_11.json | 4 +- ...ch_back_padded_single_natura_maple_12.json | 4 +- ...ch_back_padded_single_natura_maple_13.json | 4 +- ...ch_back_padded_single_natura_maple_14.json | 4 +- ...ch_back_padded_single_natura_maple_15.json | 4 +- ...nch_back_padded_single_natura_maple_2.json | 4 +- ...nch_back_padded_single_natura_maple_3.json | 4 +- ...nch_back_padded_single_natura_maple_4.json | 4 +- ...nch_back_padded_single_natura_maple_5.json | 4 +- ...nch_back_padded_single_natura_maple_6.json | 4 +- ...nch_back_padded_single_natura_maple_7.json | 4 +- ...nch_back_padded_single_natura_maple_8.json | 4 +- ...nch_back_padded_single_natura_maple_9.json | 4 +- ...ch_back_padded_single_natura_sakura_0.json | 4 +- ...ch_back_padded_single_natura_sakura_1.json | 4 +- ...h_back_padded_single_natura_sakura_10.json | 4 +- ...h_back_padded_single_natura_sakura_11.json | 4 +- ...h_back_padded_single_natura_sakura_12.json | 4 +- ...h_back_padded_single_natura_sakura_13.json | 4 +- ...h_back_padded_single_natura_sakura_14.json | 4 +- ...h_back_padded_single_natura_sakura_15.json | 4 +- ...ch_back_padded_single_natura_sakura_2.json | 4 +- ...ch_back_padded_single_natura_sakura_3.json | 4 +- ...ch_back_padded_single_natura_sakura_4.json | 4 +- ...ch_back_padded_single_natura_sakura_5.json | 4 +- ...ch_back_padded_single_natura_sakura_6.json | 4 +- ...ch_back_padded_single_natura_sakura_7.json | 4 +- ...ch_back_padded_single_natura_sakura_8.json | 4 +- ...ch_back_padded_single_natura_sakura_9.json | 4 +- ...ack_padded_single_natura_silverbell_0.json | 4 +- ...ack_padded_single_natura_silverbell_1.json | 4 +- ...ck_padded_single_natura_silverbell_10.json | 4 +- ...ck_padded_single_natura_silverbell_11.json | 4 +- ...ck_padded_single_natura_silverbell_12.json | 4 +- ...ck_padded_single_natura_silverbell_13.json | 4 +- ...ck_padded_single_natura_silverbell_14.json | 4 +- ...ck_padded_single_natura_silverbell_15.json | 4 +- ...ack_padded_single_natura_silverbell_2.json | 4 +- ...ack_padded_single_natura_silverbell_3.json | 4 +- ...ack_padded_single_natura_silverbell_4.json | 4 +- ...ack_padded_single_natura_silverbell_5.json | 4 +- ...ack_padded_single_natura_silverbell_6.json | 4 +- ...ack_padded_single_natura_silverbell_7.json | 4 +- ...ack_padded_single_natura_silverbell_8.json | 4 +- ...ack_padded_single_natura_silverbell_9.json | 4 +- ...nch_back_padded_single_natura_tiger_0.json | 4 +- ...nch_back_padded_single_natura_tiger_1.json | 4 +- ...ch_back_padded_single_natura_tiger_10.json | 4 +- ...ch_back_padded_single_natura_tiger_11.json | 4 +- ...ch_back_padded_single_natura_tiger_12.json | 4 +- ...ch_back_padded_single_natura_tiger_13.json | 4 +- ...ch_back_padded_single_natura_tiger_14.json | 4 +- ...ch_back_padded_single_natura_tiger_15.json | 4 +- ...nch_back_padded_single_natura_tiger_2.json | 4 +- ...nch_back_padded_single_natura_tiger_3.json | 4 +- ...nch_back_padded_single_natura_tiger_4.json | 4 +- ...nch_back_padded_single_natura_tiger_5.json | 4 +- ...nch_back_padded_single_natura_tiger_6.json | 4 +- ...nch_back_padded_single_natura_tiger_7.json | 4 +- ...nch_back_padded_single_natura_tiger_8.json | 4 +- ...nch_back_padded_single_natura_tiger_9.json | 4 +- ...ch_back_padded_single_natura_willow_0.json | 4 +- ...ch_back_padded_single_natura_willow_1.json | 4 +- ...h_back_padded_single_natura_willow_10.json | 4 +- ...h_back_padded_single_natura_willow_11.json | 4 +- ...h_back_padded_single_natura_willow_12.json | 4 +- ...h_back_padded_single_natura_willow_13.json | 4 +- ...h_back_padded_single_natura_willow_14.json | 4 +- ...h_back_padded_single_natura_willow_15.json | 4 +- ...ch_back_padded_single_natura_willow_2.json | 4 +- ...ch_back_padded_single_natura_willow_3.json | 4 +- ...ch_back_padded_single_natura_willow_4.json | 4 +- ...ch_back_padded_single_natura_willow_5.json | 4 +- ...ch_back_padded_single_natura_willow_6.json | 4 +- ...ch_back_padded_single_natura_willow_7.json | 4 +- ...ch_back_padded_single_natura_willow_8.json | 4 +- ...ch_back_padded_single_natura_willow_9.json | 4 +- ...ronage_bench_back_padded_single_oak_0.json | 4 +- ...ronage_bench_back_padded_single_oak_1.json | 4 +- ...onage_bench_back_padded_single_oak_10.json | 4 +- ...onage_bench_back_padded_single_oak_11.json | 4 +- ...onage_bench_back_padded_single_oak_12.json | 4 +- ...onage_bench_back_padded_single_oak_13.json | 4 +- ...onage_bench_back_padded_single_oak_14.json | 4 +- ...onage_bench_back_padded_single_oak_15.json | 4 +- ...ronage_bench_back_padded_single_oak_2.json | 4 +- ...ronage_bench_back_padded_single_oak_3.json | 4 +- ...ronage_bench_back_padded_single_oak_4.json | 4 +- ...ronage_bench_back_padded_single_oak_5.json | 4 +- ...ronage_bench_back_padded_single_oak_6.json | 4 +- ...ronage_bench_back_padded_single_oak_7.json | 4 +- ...ronage_bench_back_padded_single_oak_8.json | 4 +- ...ronage_bench_back_padded_single_oak_9.json | 4 +- ...age_bench_back_padded_single_spruce_0.json | 4 +- ...age_bench_back_padded_single_spruce_1.json | 4 +- ...ge_bench_back_padded_single_spruce_10.json | 4 +- ...ge_bench_back_padded_single_spruce_11.json | 4 +- ...ge_bench_back_padded_single_spruce_12.json | 4 +- ...ge_bench_back_padded_single_spruce_13.json | 4 +- ...ge_bench_back_padded_single_spruce_14.json | 4 +- ...ge_bench_back_padded_single_spruce_15.json | 4 +- ...age_bench_back_padded_single_spruce_2.json | 4 +- ...age_bench_back_padded_single_spruce_3.json | 4 +- ...age_bench_back_padded_single_spruce_4.json | 4 +- ...age_bench_back_padded_single_spruce_5.json | 4 +- ...age_bench_back_padded_single_spruce_6.json | 4 +- ...age_bench_back_padded_single_spruce_7.json | 4 +- ...age_bench_back_padded_single_spruce_8.json | 4 +- ...age_bench_back_padded_single_spruce_9.json | 4 +- ..._ironage_bench_padded_single_acacia_0.json | 4 +- ..._ironage_bench_padded_single_acacia_1.json | 4 +- ...ironage_bench_padded_single_acacia_10.json | 4 +- ...ironage_bench_padded_single_acacia_11.json | 4 +- ...ironage_bench_padded_single_acacia_12.json | 4 +- ...ironage_bench_padded_single_acacia_13.json | 4 +- ...ironage_bench_padded_single_acacia_14.json | 4 +- ...ironage_bench_padded_single_acacia_15.json | 4 +- ..._ironage_bench_padded_single_acacia_2.json | 4 +- ..._ironage_bench_padded_single_acacia_3.json | 4 +- ..._ironage_bench_padded_single_acacia_4.json | 4 +- ..._ironage_bench_padded_single_acacia_5.json | 4 +- ..._ironage_bench_padded_single_acacia_6.json | 4 +- ..._ironage_bench_padded_single_acacia_7.json | 4 +- ..._ironage_bench_padded_single_acacia_8.json | 4 +- ..._ironage_bench_padded_single_acacia_9.json | 4 +- ...ironage_bench_padded_single_big_oak_0.json | 4 +- ...ironage_bench_padded_single_big_oak_1.json | 4 +- ...ronage_bench_padded_single_big_oak_10.json | 4 +- ...ronage_bench_padded_single_big_oak_11.json | 4 +- ...ronage_bench_padded_single_big_oak_12.json | 4 +- ...ronage_bench_padded_single_big_oak_13.json | 4 +- ...ronage_bench_padded_single_big_oak_14.json | 4 +- ...ronage_bench_padded_single_big_oak_15.json | 4 +- ...ironage_bench_padded_single_big_oak_2.json | 4 +- ...ironage_bench_padded_single_big_oak_3.json | 4 +- ...ironage_bench_padded_single_big_oak_4.json | 4 +- ...ironage_bench_padded_single_big_oak_5.json | 4 +- ...ironage_bench_padded_single_big_oak_6.json | 4 +- ...ironage_bench_padded_single_big_oak_7.json | 4 +- ...ironage_bench_padded_single_big_oak_8.json | 4 +- ...ironage_bench_padded_single_big_oak_9.json | 4 +- ..._padded_single_biomesoplenty_cherry_0.json | 4 +- ..._padded_single_biomesoplenty_cherry_1.json | 4 +- ...padded_single_biomesoplenty_cherry_10.json | 4 +- ...padded_single_biomesoplenty_cherry_11.json | 4 +- ...padded_single_biomesoplenty_cherry_12.json | 4 +- ...padded_single_biomesoplenty_cherry_13.json | 4 +- ...padded_single_biomesoplenty_cherry_14.json | 4 +- ...padded_single_biomesoplenty_cherry_15.json | 4 +- ..._padded_single_biomesoplenty_cherry_2.json | 4 +- ..._padded_single_biomesoplenty_cherry_3.json | 4 +- ..._padded_single_biomesoplenty_cherry_4.json | 4 +- ..._padded_single_biomesoplenty_cherry_5.json | 4 +- ..._padded_single_biomesoplenty_cherry_6.json | 4 +- ..._padded_single_biomesoplenty_cherry_7.json | 4 +- ..._padded_single_biomesoplenty_cherry_8.json | 4 +- ..._padded_single_biomesoplenty_cherry_9.json | 4 +- ...h_padded_single_biomesoplenty_ebony_0.json | 4 +- ...h_padded_single_biomesoplenty_ebony_1.json | 4 +- ..._padded_single_biomesoplenty_ebony_10.json | 4 +- ..._padded_single_biomesoplenty_ebony_11.json | 4 +- ..._padded_single_biomesoplenty_ebony_12.json | 4 +- ..._padded_single_biomesoplenty_ebony_13.json | 4 +- ..._padded_single_biomesoplenty_ebony_14.json | 4 +- ..._padded_single_biomesoplenty_ebony_15.json | 4 +- ...h_padded_single_biomesoplenty_ebony_2.json | 4 +- ...h_padded_single_biomesoplenty_ebony_3.json | 4 +- ...h_padded_single_biomesoplenty_ebony_4.json | 4 +- ...h_padded_single_biomesoplenty_ebony_5.json | 4 +- ...h_padded_single_biomesoplenty_ebony_6.json | 4 +- ...h_padded_single_biomesoplenty_ebony_7.json | 4 +- ...h_padded_single_biomesoplenty_ebony_8.json | 4 +- ...h_padded_single_biomesoplenty_ebony_9.json | 4 +- ...added_single_biomesoplenty_ethereal_0.json | 4 +- ...added_single_biomesoplenty_ethereal_1.json | 4 +- ...dded_single_biomesoplenty_ethereal_10.json | 4 +- ...dded_single_biomesoplenty_ethereal_11.json | 4 +- ...dded_single_biomesoplenty_ethereal_12.json | 4 +- ...dded_single_biomesoplenty_ethereal_13.json | 4 +- ...dded_single_biomesoplenty_ethereal_14.json | 4 +- ...dded_single_biomesoplenty_ethereal_15.json | 4 +- ...added_single_biomesoplenty_ethereal_2.json | 4 +- ...added_single_biomesoplenty_ethereal_3.json | 4 +- ...added_single_biomesoplenty_ethereal_4.json | 4 +- ...added_single_biomesoplenty_ethereal_5.json | 4 +- ...added_single_biomesoplenty_ethereal_6.json | 4 +- ...added_single_biomesoplenty_ethereal_7.json | 4 +- ...added_single_biomesoplenty_ethereal_8.json | 4 +- ...added_single_biomesoplenty_ethereal_9.json | 4 +- ...ded_single_biomesoplenty_eucalyptus_0.json | 4 +- ...ded_single_biomesoplenty_eucalyptus_1.json | 4 +- ...ed_single_biomesoplenty_eucalyptus_10.json | 4 +- ...ed_single_biomesoplenty_eucalyptus_11.json | 4 +- ...ed_single_biomesoplenty_eucalyptus_12.json | 4 +- ...ed_single_biomesoplenty_eucalyptus_13.json | 4 +- ...ed_single_biomesoplenty_eucalyptus_14.json | 4 +- ...ed_single_biomesoplenty_eucalyptus_15.json | 4 +- ...ded_single_biomesoplenty_eucalyptus_2.json | 4 +- ...ded_single_biomesoplenty_eucalyptus_3.json | 4 +- ...ded_single_biomesoplenty_eucalyptus_4.json | 4 +- ...ded_single_biomesoplenty_eucalyptus_5.json | 4 +- ...ded_single_biomesoplenty_eucalyptus_6.json | 4 +- ...ded_single_biomesoplenty_eucalyptus_7.json | 4 +- ...ded_single_biomesoplenty_eucalyptus_8.json | 4 +- ...ded_single_biomesoplenty_eucalyptus_9.json | 4 +- ...nch_padded_single_biomesoplenty_fir_0.json | 4 +- ...nch_padded_single_biomesoplenty_fir_1.json | 4 +- ...ch_padded_single_biomesoplenty_fir_10.json | 4 +- ...ch_padded_single_biomesoplenty_fir_11.json | 4 +- ...ch_padded_single_biomesoplenty_fir_12.json | 4 +- ...ch_padded_single_biomesoplenty_fir_13.json | 4 +- ...ch_padded_single_biomesoplenty_fir_14.json | 4 +- ...ch_padded_single_biomesoplenty_fir_15.json | 4 +- ...nch_padded_single_biomesoplenty_fir_2.json | 4 +- ...nch_padded_single_biomesoplenty_fir_3.json | 4 +- ...nch_padded_single_biomesoplenty_fir_4.json | 4 +- ...nch_padded_single_biomesoplenty_fir_5.json | 4 +- ...nch_padded_single_biomesoplenty_fir_6.json | 4 +- ...nch_padded_single_biomesoplenty_fir_7.json | 4 +- ...nch_padded_single_biomesoplenty_fir_8.json | 4 +- ...nch_padded_single_biomesoplenty_fir_9.json | 4 +- ...added_single_biomesoplenty_hellbark_0.json | 4 +- ...added_single_biomesoplenty_hellbark_1.json | 4 +- ...dded_single_biomesoplenty_hellbark_10.json | 4 +- ...dded_single_biomesoplenty_hellbark_11.json | 4 +- ...dded_single_biomesoplenty_hellbark_12.json | 4 +- ...dded_single_biomesoplenty_hellbark_13.json | 4 +- ...dded_single_biomesoplenty_hellbark_14.json | 4 +- ...dded_single_biomesoplenty_hellbark_15.json | 4 +- ...added_single_biomesoplenty_hellbark_2.json | 4 +- ...added_single_biomesoplenty_hellbark_3.json | 4 +- ...added_single_biomesoplenty_hellbark_4.json | 4 +- ...added_single_biomesoplenty_hellbark_5.json | 4 +- ...added_single_biomesoplenty_hellbark_6.json | 4 +- ...added_single_biomesoplenty_hellbark_7.json | 4 +- ...added_single_biomesoplenty_hellbark_8.json | 4 +- ...added_single_biomesoplenty_hellbark_9.json | 4 +- ...dded_single_biomesoplenty_jacaranda_0.json | 4 +- ...dded_single_biomesoplenty_jacaranda_1.json | 4 +- ...ded_single_biomesoplenty_jacaranda_10.json | 4 +- ...ded_single_biomesoplenty_jacaranda_11.json | 4 +- ...ded_single_biomesoplenty_jacaranda_12.json | 4 +- ...ded_single_biomesoplenty_jacaranda_13.json | 4 +- ...ded_single_biomesoplenty_jacaranda_14.json | 4 +- ...ded_single_biomesoplenty_jacaranda_15.json | 4 +- ...dded_single_biomesoplenty_jacaranda_2.json | 4 +- ...dded_single_biomesoplenty_jacaranda_3.json | 4 +- ...dded_single_biomesoplenty_jacaranda_4.json | 4 +- ...dded_single_biomesoplenty_jacaranda_5.json | 4 +- ...dded_single_biomesoplenty_jacaranda_6.json | 4 +- ...dded_single_biomesoplenty_jacaranda_7.json | 4 +- ...dded_single_biomesoplenty_jacaranda_8.json | 4 +- ...dded_single_biomesoplenty_jacaranda_9.json | 4 +- ...h_padded_single_biomesoplenty_magic_0.json | 4 +- ...h_padded_single_biomesoplenty_magic_1.json | 4 +- ..._padded_single_biomesoplenty_magic_10.json | 4 +- ..._padded_single_biomesoplenty_magic_11.json | 4 +- ..._padded_single_biomesoplenty_magic_12.json | 4 +- ..._padded_single_biomesoplenty_magic_13.json | 4 +- ..._padded_single_biomesoplenty_magic_14.json | 4 +- ..._padded_single_biomesoplenty_magic_15.json | 4 +- ...h_padded_single_biomesoplenty_magic_2.json | 4 +- ...h_padded_single_biomesoplenty_magic_3.json | 4 +- ...h_padded_single_biomesoplenty_magic_4.json | 4 +- ...h_padded_single_biomesoplenty_magic_5.json | 4 +- ...h_padded_single_biomesoplenty_magic_6.json | 4 +- ...h_padded_single_biomesoplenty_magic_7.json | 4 +- ...h_padded_single_biomesoplenty_magic_8.json | 4 +- ...h_padded_single_biomesoplenty_magic_9.json | 4 +- ...added_single_biomesoplenty_mahogany_0.json | 4 +- ...added_single_biomesoplenty_mahogany_1.json | 4 +- ...dded_single_biomesoplenty_mahogany_10.json | 4 +- ...dded_single_biomesoplenty_mahogany_11.json | 4 +- ...dded_single_biomesoplenty_mahogany_12.json | 4 +- ...dded_single_biomesoplenty_mahogany_13.json | 4 +- ...dded_single_biomesoplenty_mahogany_14.json | 4 +- ...dded_single_biomesoplenty_mahogany_15.json | 4 +- ...added_single_biomesoplenty_mahogany_2.json | 4 +- ...added_single_biomesoplenty_mahogany_3.json | 4 +- ...added_single_biomesoplenty_mahogany_4.json | 4 +- ...added_single_biomesoplenty_mahogany_5.json | 4 +- ...added_single_biomesoplenty_mahogany_6.json | 4 +- ...added_single_biomesoplenty_mahogany_7.json | 4 +- ...added_single_biomesoplenty_mahogany_8.json | 4 +- ...added_single_biomesoplenty_mahogany_9.json | 4 +- ...added_single_biomesoplenty_mangrove_0.json | 4 +- ...added_single_biomesoplenty_mangrove_1.json | 4 +- ...dded_single_biomesoplenty_mangrove_10.json | 4 +- ...dded_single_biomesoplenty_mangrove_11.json | 4 +- ...dded_single_biomesoplenty_mangrove_12.json | 4 +- ...dded_single_biomesoplenty_mangrove_13.json | 4 +- ...dded_single_biomesoplenty_mangrove_14.json | 4 +- ...dded_single_biomesoplenty_mangrove_15.json | 4 +- ...added_single_biomesoplenty_mangrove_2.json | 4 +- ...added_single_biomesoplenty_mangrove_3.json | 4 +- ...added_single_biomesoplenty_mangrove_4.json | 4 +- ...added_single_biomesoplenty_mangrove_5.json | 4 +- ...added_single_biomesoplenty_mangrove_6.json | 4 +- ...added_single_biomesoplenty_mangrove_7.json | 4 +- ...added_single_biomesoplenty_mangrove_8.json | 4 +- ...added_single_biomesoplenty_mangrove_9.json | 4 +- ...ch_padded_single_biomesoplenty_palm_0.json | 4 +- ...ch_padded_single_biomesoplenty_palm_1.json | 4 +- ...h_padded_single_biomesoplenty_palm_10.json | 4 +- ...h_padded_single_biomesoplenty_palm_11.json | 4 +- ...h_padded_single_biomesoplenty_palm_12.json | 4 +- ...h_padded_single_biomesoplenty_palm_13.json | 4 +- ...h_padded_single_biomesoplenty_palm_14.json | 4 +- ...h_padded_single_biomesoplenty_palm_15.json | 4 +- ...ch_padded_single_biomesoplenty_palm_2.json | 4 +- ...ch_padded_single_biomesoplenty_palm_3.json | 4 +- ...ch_padded_single_biomesoplenty_palm_4.json | 4 +- ...ch_padded_single_biomesoplenty_palm_5.json | 4 +- ...ch_padded_single_biomesoplenty_palm_6.json | 4 +- ...ch_padded_single_biomesoplenty_palm_7.json | 4 +- ...ch_padded_single_biomesoplenty_palm_8.json | 4 +- ...ch_padded_single_biomesoplenty_palm_9.json | 4 +- ...ch_padded_single_biomesoplenty_pine_0.json | 4 +- ...ch_padded_single_biomesoplenty_pine_1.json | 4 +- ...h_padded_single_biomesoplenty_pine_10.json | 4 +- ...h_padded_single_biomesoplenty_pine_11.json | 4 +- ...h_padded_single_biomesoplenty_pine_12.json | 4 +- ...h_padded_single_biomesoplenty_pine_13.json | 4 +- ...h_padded_single_biomesoplenty_pine_14.json | 4 +- ...h_padded_single_biomesoplenty_pine_15.json | 4 +- ...ch_padded_single_biomesoplenty_pine_2.json | 4 +- ...ch_padded_single_biomesoplenty_pine_3.json | 4 +- ...ch_padded_single_biomesoplenty_pine_4.json | 4 +- ...ch_padded_single_biomesoplenty_pine_5.json | 4 +- ...ch_padded_single_biomesoplenty_pine_6.json | 4 +- ...ch_padded_single_biomesoplenty_pine_7.json | 4 +- ...ch_padded_single_biomesoplenty_pine_8.json | 4 +- ...ch_padded_single_biomesoplenty_pine_9.json | 4 +- ...padded_single_biomesoplenty_redwood_0.json | 4 +- ...padded_single_biomesoplenty_redwood_1.json | 4 +- ...added_single_biomesoplenty_redwood_10.json | 4 +- ...added_single_biomesoplenty_redwood_11.json | 4 +- ...added_single_biomesoplenty_redwood_12.json | 4 +- ...added_single_biomesoplenty_redwood_13.json | 4 +- ...added_single_biomesoplenty_redwood_14.json | 4 +- ...added_single_biomesoplenty_redwood_15.json | 4 +- ...padded_single_biomesoplenty_redwood_2.json | 4 +- ...padded_single_biomesoplenty_redwood_3.json | 4 +- ...padded_single_biomesoplenty_redwood_4.json | 4 +- ...padded_single_biomesoplenty_redwood_5.json | 4 +- ...padded_single_biomesoplenty_redwood_6.json | 4 +- ...padded_single_biomesoplenty_redwood_7.json | 4 +- ...padded_single_biomesoplenty_redwood_8.json | 4 +- ...padded_single_biomesoplenty_redwood_9.json | 4 +- ...ded_single_biomesoplenty_sacred_oak_0.json | 4 +- ...ded_single_biomesoplenty_sacred_oak_1.json | 4 +- ...ed_single_biomesoplenty_sacred_oak_10.json | 4 +- ...ed_single_biomesoplenty_sacred_oak_11.json | 4 +- ...ed_single_biomesoplenty_sacred_oak_12.json | 4 +- ...ed_single_biomesoplenty_sacred_oak_13.json | 4 +- ...ed_single_biomesoplenty_sacred_oak_14.json | 4 +- ...ed_single_biomesoplenty_sacred_oak_15.json | 4 +- ...ded_single_biomesoplenty_sacred_oak_2.json | 4 +- ...ded_single_biomesoplenty_sacred_oak_3.json | 4 +- ...ded_single_biomesoplenty_sacred_oak_4.json | 4 +- ...ded_single_biomesoplenty_sacred_oak_5.json | 4 +- ...ded_single_biomesoplenty_sacred_oak_6.json | 4 +- ...ded_single_biomesoplenty_sacred_oak_7.json | 4 +- ...ded_single_biomesoplenty_sacred_oak_8.json | 4 +- ...ded_single_biomesoplenty_sacred_oak_9.json | 4 +- ..._padded_single_biomesoplenty_umbran_0.json | 4 +- ..._padded_single_biomesoplenty_umbran_1.json | 4 +- ...padded_single_biomesoplenty_umbran_10.json | 4 +- ...padded_single_biomesoplenty_umbran_11.json | 4 +- ...padded_single_biomesoplenty_umbran_12.json | 4 +- ...padded_single_biomesoplenty_umbran_13.json | 4 +- ...padded_single_biomesoplenty_umbran_14.json | 4 +- ...padded_single_biomesoplenty_umbran_15.json | 4 +- ..._padded_single_biomesoplenty_umbran_2.json | 4 +- ..._padded_single_biomesoplenty_umbran_3.json | 4 +- ..._padded_single_biomesoplenty_umbran_4.json | 4 +- ..._padded_single_biomesoplenty_umbran_5.json | 4 +- ..._padded_single_biomesoplenty_umbran_6.json | 4 +- ..._padded_single_biomesoplenty_umbran_7.json | 4 +- ..._padded_single_biomesoplenty_umbran_8.json | 4 +- ..._padded_single_biomesoplenty_umbran_9.json | 4 +- ..._padded_single_biomesoplenty_willow_0.json | 4 +- ..._padded_single_biomesoplenty_willow_1.json | 4 +- ...padded_single_biomesoplenty_willow_10.json | 4 +- ...padded_single_biomesoplenty_willow_11.json | 4 +- ...padded_single_biomesoplenty_willow_12.json | 4 +- ...padded_single_biomesoplenty_willow_13.json | 4 +- ...padded_single_biomesoplenty_willow_14.json | 4 +- ...padded_single_biomesoplenty_willow_15.json | 4 +- ..._padded_single_biomesoplenty_willow_2.json | 4 +- ..._padded_single_biomesoplenty_willow_3.json | 4 +- ..._padded_single_biomesoplenty_willow_4.json | 4 +- ..._padded_single_biomesoplenty_willow_5.json | 4 +- ..._padded_single_biomesoplenty_willow_6.json | 4 +- ..._padded_single_biomesoplenty_willow_7.json | 4 +- ..._padded_single_biomesoplenty_willow_8.json | 4 +- ..._padded_single_biomesoplenty_willow_9.json | 4 +- ...d_ironage_bench_padded_single_birch_0.json | 4 +- ...d_ironage_bench_padded_single_birch_1.json | 4 +- ..._ironage_bench_padded_single_birch_10.json | 4 +- ..._ironage_bench_padded_single_birch_11.json | 4 +- ..._ironage_bench_padded_single_birch_12.json | 4 +- ..._ironage_bench_padded_single_birch_13.json | 4 +- ..._ironage_bench_padded_single_birch_14.json | 4 +- ..._ironage_bench_padded_single_birch_15.json | 4 +- ...d_ironage_bench_padded_single_birch_2.json | 4 +- ...d_ironage_bench_padded_single_birch_3.json | 4 +- ...d_ironage_bench_padded_single_birch_4.json | 4 +- ...d_ironage_bench_padded_single_birch_5.json | 4 +- ...d_ironage_bench_padded_single_birch_6.json | 4 +- ...d_ironage_bench_padded_single_birch_7.json | 4 +- ...d_ironage_bench_padded_single_birch_8.json | 4 +- ...d_ironage_bench_padded_single_birch_9.json | 4 +- ...bench_padded_single_forestry_acacia_0.json | 4 +- ...bench_padded_single_forestry_acacia_1.json | 4 +- ...ench_padded_single_forestry_acacia_10.json | 4 +- ...ench_padded_single_forestry_acacia_11.json | 4 +- ...ench_padded_single_forestry_acacia_12.json | 4 +- ...ench_padded_single_forestry_acacia_13.json | 4 +- ...ench_padded_single_forestry_acacia_14.json | 4 +- ...ench_padded_single_forestry_acacia_15.json | 4 +- ...bench_padded_single_forestry_acacia_2.json | 4 +- ...bench_padded_single_forestry_acacia_3.json | 4 +- ...bench_padded_single_forestry_acacia_4.json | 4 +- ...bench_padded_single_forestry_acacia_5.json | 4 +- ...bench_padded_single_forestry_acacia_6.json | 4 +- ...bench_padded_single_forestry_acacia_7.json | 4 +- ...bench_padded_single_forestry_acacia_8.json | 4 +- ...bench_padded_single_forestry_acacia_9.json | 4 +- ..._bench_padded_single_forestry_balsa_0.json | 4 +- ..._bench_padded_single_forestry_balsa_1.json | 4 +- ...bench_padded_single_forestry_balsa_10.json | 4 +- ...bench_padded_single_forestry_balsa_11.json | 4 +- ...bench_padded_single_forestry_balsa_12.json | 4 +- ...bench_padded_single_forestry_balsa_13.json | 4 +- ...bench_padded_single_forestry_balsa_14.json | 4 +- ...bench_padded_single_forestry_balsa_15.json | 4 +- ..._bench_padded_single_forestry_balsa_2.json | 4 +- ..._bench_padded_single_forestry_balsa_3.json | 4 +- ..._bench_padded_single_forestry_balsa_4.json | 4 +- ..._bench_padded_single_forestry_balsa_5.json | 4 +- ..._bench_padded_single_forestry_balsa_6.json | 4 +- ..._bench_padded_single_forestry_balsa_7.json | 4 +- ..._bench_padded_single_forestry_balsa_8.json | 4 +- ..._bench_padded_single_forestry_balsa_9.json | 4 +- ...bench_padded_single_forestry_baobab_0.json | 4 +- ...bench_padded_single_forestry_baobab_1.json | 4 +- ...ench_padded_single_forestry_baobab_10.json | 4 +- ...ench_padded_single_forestry_baobab_11.json | 4 +- ...ench_padded_single_forestry_baobab_12.json | 4 +- ...ench_padded_single_forestry_baobab_13.json | 4 +- ...ench_padded_single_forestry_baobab_14.json | 4 +- ...ench_padded_single_forestry_baobab_15.json | 4 +- ...bench_padded_single_forestry_baobab_2.json | 4 +- ...bench_padded_single_forestry_baobab_3.json | 4 +- ...bench_padded_single_forestry_baobab_4.json | 4 +- ...bench_padded_single_forestry_baobab_5.json | 4 +- ...bench_padded_single_forestry_baobab_6.json | 4 +- ...bench_padded_single_forestry_baobab_7.json | 4 +- ...bench_padded_single_forestry_baobab_8.json | 4 +- ...bench_padded_single_forestry_baobab_9.json | 4 +- ...bench_padded_single_forestry_cherry_0.json | 4 +- ...bench_padded_single_forestry_cherry_1.json | 4 +- ...ench_padded_single_forestry_cherry_10.json | 4 +- ...ench_padded_single_forestry_cherry_11.json | 4 +- ...ench_padded_single_forestry_cherry_12.json | 4 +- ...ench_padded_single_forestry_cherry_13.json | 4 +- ...ench_padded_single_forestry_cherry_14.json | 4 +- ...ench_padded_single_forestry_cherry_15.json | 4 +- ...bench_padded_single_forestry_cherry_2.json | 4 +- ...bench_padded_single_forestry_cherry_3.json | 4 +- ...bench_padded_single_forestry_cherry_4.json | 4 +- ...bench_padded_single_forestry_cherry_5.json | 4 +- ...bench_padded_single_forestry_cherry_6.json | 4 +- ...bench_padded_single_forestry_cherry_7.json | 4 +- ...bench_padded_single_forestry_cherry_8.json | 4 +- ...bench_padded_single_forestry_cherry_9.json | 4 +- ...nch_padded_single_forestry_chestnut_0.json | 4 +- ...nch_padded_single_forestry_chestnut_1.json | 4 +- ...ch_padded_single_forestry_chestnut_10.json | 4 +- ...ch_padded_single_forestry_chestnut_11.json | 4 +- ...ch_padded_single_forestry_chestnut_12.json | 4 +- ...ch_padded_single_forestry_chestnut_13.json | 4 +- ...ch_padded_single_forestry_chestnut_14.json | 4 +- ...ch_padded_single_forestry_chestnut_15.json | 4 +- ...nch_padded_single_forestry_chestnut_2.json | 4 +- ...nch_padded_single_forestry_chestnut_3.json | 4 +- ...nch_padded_single_forestry_chestnut_4.json | 4 +- ...nch_padded_single_forestry_chestnut_5.json | 4 +- ...nch_padded_single_forestry_chestnut_6.json | 4 +- ...nch_padded_single_forestry_chestnut_7.json | 4 +- ...nch_padded_single_forestry_chestnut_8.json | 4 +- ...nch_padded_single_forestry_chestnut_9.json | 4 +- ...bench_padded_single_forestry_citrus_0.json | 4 +- ...bench_padded_single_forestry_citrus_1.json | 4 +- ...ench_padded_single_forestry_citrus_10.json | 4 +- ...ench_padded_single_forestry_citrus_11.json | 4 +- ...ench_padded_single_forestry_citrus_12.json | 4 +- ...ench_padded_single_forestry_citrus_13.json | 4 +- ...ench_padded_single_forestry_citrus_14.json | 4 +- ...ench_padded_single_forestry_citrus_15.json | 4 +- ...bench_padded_single_forestry_citrus_2.json | 4 +- ...bench_padded_single_forestry_citrus_3.json | 4 +- ...bench_padded_single_forestry_citrus_4.json | 4 +- ...bench_padded_single_forestry_citrus_5.json | 4 +- ...bench_padded_single_forestry_citrus_6.json | 4 +- ...bench_padded_single_forestry_citrus_7.json | 4 +- ...bench_padded_single_forestry_citrus_8.json | 4 +- ...bench_padded_single_forestry_citrus_9.json | 4 +- ...nch_padded_single_forestry_cocobolo_0.json | 4 +- ...nch_padded_single_forestry_cocobolo_1.json | 4 +- ...ch_padded_single_forestry_cocobolo_10.json | 4 +- ...ch_padded_single_forestry_cocobolo_11.json | 4 +- ...ch_padded_single_forestry_cocobolo_12.json | 4 +- ...ch_padded_single_forestry_cocobolo_13.json | 4 +- ...ch_padded_single_forestry_cocobolo_14.json | 4 +- ...ch_padded_single_forestry_cocobolo_15.json | 4 +- ...nch_padded_single_forestry_cocobolo_2.json | 4 +- ...nch_padded_single_forestry_cocobolo_3.json | 4 +- ...nch_padded_single_forestry_cocobolo_4.json | 4 +- ...nch_padded_single_forestry_cocobolo_5.json | 4 +- ...nch_padded_single_forestry_cocobolo_6.json | 4 +- ...nch_padded_single_forestry_cocobolo_7.json | 4 +- ...nch_padded_single_forestry_cocobolo_8.json | 4 +- ...nch_padded_single_forestry_cocobolo_9.json | 4 +- ..._bench_padded_single_forestry_ebony_0.json | 4 +- ..._bench_padded_single_forestry_ebony_1.json | 4 +- ...bench_padded_single_forestry_ebony_10.json | 4 +- ...bench_padded_single_forestry_ebony_11.json | 4 +- ...bench_padded_single_forestry_ebony_12.json | 4 +- ...bench_padded_single_forestry_ebony_13.json | 4 +- ...bench_padded_single_forestry_ebony_14.json | 4 +- ...bench_padded_single_forestry_ebony_15.json | 4 +- ..._bench_padded_single_forestry_ebony_2.json | 4 +- ..._bench_padded_single_forestry_ebony_3.json | 4 +- ..._bench_padded_single_forestry_ebony_4.json | 4 +- ..._bench_padded_single_forestry_ebony_5.json | 4 +- ..._bench_padded_single_forestry_ebony_6.json | 4 +- ..._bench_padded_single_forestry_ebony_7.json | 4 +- ..._bench_padded_single_forestry_ebony_8.json | 4 +- ..._bench_padded_single_forestry_ebony_9.json | 4 +- ...ch_padded_single_forestry_giganteum_0.json | 4 +- ...ch_padded_single_forestry_giganteum_1.json | 4 +- ...h_padded_single_forestry_giganteum_10.json | 4 +- ...h_padded_single_forestry_giganteum_11.json | 4 +- ...h_padded_single_forestry_giganteum_12.json | 4 +- ...h_padded_single_forestry_giganteum_13.json | 4 +- ...h_padded_single_forestry_giganteum_14.json | 4 +- ...h_padded_single_forestry_giganteum_15.json | 4 +- ...ch_padded_single_forestry_giganteum_2.json | 4 +- ...ch_padded_single_forestry_giganteum_3.json | 4 +- ...ch_padded_single_forestry_giganteum_4.json | 4 +- ...ch_padded_single_forestry_giganteum_5.json | 4 +- ...ch_padded_single_forestry_giganteum_6.json | 4 +- ...ch_padded_single_forestry_giganteum_7.json | 4 +- ...ch_padded_single_forestry_giganteum_8.json | 4 +- ...ch_padded_single_forestry_giganteum_9.json | 4 +- ...h_padded_single_forestry_greenheart_0.json | 4 +- ...h_padded_single_forestry_greenheart_1.json | 4 +- ..._padded_single_forestry_greenheart_10.json | 4 +- ..._padded_single_forestry_greenheart_11.json | 4 +- ..._padded_single_forestry_greenheart_12.json | 4 +- ..._padded_single_forestry_greenheart_13.json | 4 +- ..._padded_single_forestry_greenheart_14.json | 4 +- ..._padded_single_forestry_greenheart_15.json | 4 +- ...h_padded_single_forestry_greenheart_2.json | 4 +- ...h_padded_single_forestry_greenheart_3.json | 4 +- ...h_padded_single_forestry_greenheart_4.json | 4 +- ...h_padded_single_forestry_greenheart_5.json | 4 +- ...h_padded_single_forestry_greenheart_6.json | 4 +- ...h_padded_single_forestry_greenheart_7.json | 4 +- ...h_padded_single_forestry_greenheart_8.json | 4 +- ...h_padded_single_forestry_greenheart_9.json | 4 +- ...ge_bench_padded_single_forestry_ipe_0.json | 4 +- ...ge_bench_padded_single_forestry_ipe_1.json | 4 +- ...e_bench_padded_single_forestry_ipe_10.json | 4 +- ...e_bench_padded_single_forestry_ipe_11.json | 4 +- ...e_bench_padded_single_forestry_ipe_12.json | 4 +- ...e_bench_padded_single_forestry_ipe_13.json | 4 +- ...e_bench_padded_single_forestry_ipe_14.json | 4 +- ...e_bench_padded_single_forestry_ipe_15.json | 4 +- ...ge_bench_padded_single_forestry_ipe_2.json | 4 +- ...ge_bench_padded_single_forestry_ipe_3.json | 4 +- ...ge_bench_padded_single_forestry_ipe_4.json | 4 +- ...ge_bench_padded_single_forestry_ipe_5.json | 4 +- ...ge_bench_padded_single_forestry_ipe_6.json | 4 +- ...ge_bench_padded_single_forestry_ipe_7.json | 4 +- ...ge_bench_padded_single_forestry_ipe_8.json | 4 +- ...ge_bench_padded_single_forestry_ipe_9.json | 4 +- ..._bench_padded_single_forestry_kapok_0.json | 4 +- ..._bench_padded_single_forestry_kapok_1.json | 4 +- ...bench_padded_single_forestry_kapok_10.json | 4 +- ...bench_padded_single_forestry_kapok_11.json | 4 +- ...bench_padded_single_forestry_kapok_12.json | 4 +- ...bench_padded_single_forestry_kapok_13.json | 4 +- ...bench_padded_single_forestry_kapok_14.json | 4 +- ...bench_padded_single_forestry_kapok_15.json | 4 +- ..._bench_padded_single_forestry_kapok_2.json | 4 +- ..._bench_padded_single_forestry_kapok_3.json | 4 +- ..._bench_padded_single_forestry_kapok_4.json | 4 +- ..._bench_padded_single_forestry_kapok_5.json | 4 +- ..._bench_padded_single_forestry_kapok_6.json | 4 +- ..._bench_padded_single_forestry_kapok_7.json | 4 +- ..._bench_padded_single_forestry_kapok_8.json | 4 +- ..._bench_padded_single_forestry_kapok_9.json | 4 +- ..._bench_padded_single_forestry_larch_0.json | 4 +- ..._bench_padded_single_forestry_larch_1.json | 4 +- ...bench_padded_single_forestry_larch_10.json | 4 +- ...bench_padded_single_forestry_larch_11.json | 4 +- ...bench_padded_single_forestry_larch_12.json | 4 +- ...bench_padded_single_forestry_larch_13.json | 4 +- ...bench_padded_single_forestry_larch_14.json | 4 +- ...bench_padded_single_forestry_larch_15.json | 4 +- ..._bench_padded_single_forestry_larch_2.json | 4 +- ..._bench_padded_single_forestry_larch_3.json | 4 +- ..._bench_padded_single_forestry_larch_4.json | 4 +- ..._bench_padded_single_forestry_larch_5.json | 4 +- ..._bench_padded_single_forestry_larch_6.json | 4 +- ..._bench_padded_single_forestry_larch_7.json | 4 +- ..._bench_padded_single_forestry_larch_8.json | 4 +- ..._bench_padded_single_forestry_larch_9.json | 4 +- ...e_bench_padded_single_forestry_lime_0.json | 4 +- ...e_bench_padded_single_forestry_lime_1.json | 4 +- ..._bench_padded_single_forestry_lime_10.json | 4 +- ..._bench_padded_single_forestry_lime_11.json | 4 +- ..._bench_padded_single_forestry_lime_12.json | 4 +- ..._bench_padded_single_forestry_lime_13.json | 4 +- ..._bench_padded_single_forestry_lime_14.json | 4 +- ..._bench_padded_single_forestry_lime_15.json | 4 +- ...e_bench_padded_single_forestry_lime_2.json | 4 +- ...e_bench_padded_single_forestry_lime_3.json | 4 +- ...e_bench_padded_single_forestry_lime_4.json | 4 +- ...e_bench_padded_single_forestry_lime_5.json | 4 +- ...e_bench_padded_single_forestry_lime_6.json | 4 +- ...e_bench_padded_single_forestry_lime_7.json | 4 +- ...e_bench_padded_single_forestry_lime_8.json | 4 +- ...e_bench_padded_single_forestry_lime_9.json | 4 +- ..._bench_padded_single_forestry_mahoe_0.json | 4 +- ..._bench_padded_single_forestry_mahoe_1.json | 4 +- ...bench_padded_single_forestry_mahoe_10.json | 4 +- ...bench_padded_single_forestry_mahoe_11.json | 4 +- ...bench_padded_single_forestry_mahoe_12.json | 4 +- ...bench_padded_single_forestry_mahoe_13.json | 4 +- ...bench_padded_single_forestry_mahoe_14.json | 4 +- ...bench_padded_single_forestry_mahoe_15.json | 4 +- ..._bench_padded_single_forestry_mahoe_2.json | 4 +- ..._bench_padded_single_forestry_mahoe_3.json | 4 +- ..._bench_padded_single_forestry_mahoe_4.json | 4 +- ..._bench_padded_single_forestry_mahoe_5.json | 4 +- ..._bench_padded_single_forestry_mahoe_6.json | 4 +- ..._bench_padded_single_forestry_mahoe_7.json | 4 +- ..._bench_padded_single_forestry_mahoe_8.json | 4 +- ..._bench_padded_single_forestry_mahoe_9.json | 4 +- ...nch_padded_single_forestry_mahogany_0.json | 4 +- ...nch_padded_single_forestry_mahogany_1.json | 4 +- ...ch_padded_single_forestry_mahogany_10.json | 4 +- ...ch_padded_single_forestry_mahogany_11.json | 4 +- ...ch_padded_single_forestry_mahogany_12.json | 4 +- ...ch_padded_single_forestry_mahogany_13.json | 4 +- ...ch_padded_single_forestry_mahogany_14.json | 4 +- ...ch_padded_single_forestry_mahogany_15.json | 4 +- ...nch_padded_single_forestry_mahogany_2.json | 4 +- ...nch_padded_single_forestry_mahogany_3.json | 4 +- ...nch_padded_single_forestry_mahogany_4.json | 4 +- ...nch_padded_single_forestry_mahogany_5.json | 4 +- ...nch_padded_single_forestry_mahogany_6.json | 4 +- ...nch_padded_single_forestry_mahogany_7.json | 4 +- ...nch_padded_single_forestry_mahogany_8.json | 4 +- ...nch_padded_single_forestry_mahogany_9.json | 4 +- ..._bench_padded_single_forestry_maple_0.json | 4 +- ..._bench_padded_single_forestry_maple_1.json | 4 +- ...bench_padded_single_forestry_maple_10.json | 4 +- ...bench_padded_single_forestry_maple_11.json | 4 +- ...bench_padded_single_forestry_maple_12.json | 4 +- ...bench_padded_single_forestry_maple_13.json | 4 +- ...bench_padded_single_forestry_maple_14.json | 4 +- ...bench_padded_single_forestry_maple_15.json | 4 +- ..._bench_padded_single_forestry_maple_2.json | 4 +- ..._bench_padded_single_forestry_maple_3.json | 4 +- ..._bench_padded_single_forestry_maple_4.json | 4 +- ..._bench_padded_single_forestry_maple_5.json | 4 +- ..._bench_padded_single_forestry_maple_6.json | 4 +- ..._bench_padded_single_forestry_maple_7.json | 4 +- ..._bench_padded_single_forestry_maple_8.json | 4 +- ..._bench_padded_single_forestry_maple_9.json | 4 +- ...bench_padded_single_forestry_padauk_0.json | 4 +- ...bench_padded_single_forestry_padauk_1.json | 4 +- ...ench_padded_single_forestry_padauk_10.json | 4 +- ...ench_padded_single_forestry_padauk_11.json | 4 +- ...ench_padded_single_forestry_padauk_12.json | 4 +- ...ench_padded_single_forestry_padauk_13.json | 4 +- ...ench_padded_single_forestry_padauk_14.json | 4 +- ...ench_padded_single_forestry_padauk_15.json | 4 +- ...bench_padded_single_forestry_padauk_2.json | 4 +- ...bench_padded_single_forestry_padauk_3.json | 4 +- ...bench_padded_single_forestry_padauk_4.json | 4 +- ...bench_padded_single_forestry_padauk_5.json | 4 +- ...bench_padded_single_forestry_padauk_6.json | 4 +- ...bench_padded_single_forestry_padauk_7.json | 4 +- ...bench_padded_single_forestry_padauk_8.json | 4 +- ...bench_padded_single_forestry_padauk_9.json | 4 +- ...e_bench_padded_single_forestry_palm_0.json | 4 +- ...e_bench_padded_single_forestry_palm_1.json | 4 +- ..._bench_padded_single_forestry_palm_10.json | 4 +- ..._bench_padded_single_forestry_palm_11.json | 4 +- ..._bench_padded_single_forestry_palm_12.json | 4 +- ..._bench_padded_single_forestry_palm_13.json | 4 +- ..._bench_padded_single_forestry_palm_14.json | 4 +- ..._bench_padded_single_forestry_palm_15.json | 4 +- ...e_bench_padded_single_forestry_palm_2.json | 4 +- ...e_bench_padded_single_forestry_palm_3.json | 4 +- ...e_bench_padded_single_forestry_palm_4.json | 4 +- ...e_bench_padded_single_forestry_palm_5.json | 4 +- ...e_bench_padded_single_forestry_palm_6.json | 4 +- ...e_bench_padded_single_forestry_palm_7.json | 4 +- ...e_bench_padded_single_forestry_palm_8.json | 4 +- ...e_bench_padded_single_forestry_palm_9.json | 4 +- ...bench_padded_single_forestry_papaya_0.json | 4 +- ...bench_padded_single_forestry_papaya_1.json | 4 +- ...ench_padded_single_forestry_papaya_10.json | 4 +- ...ench_padded_single_forestry_papaya_11.json | 4 +- ...ench_padded_single_forestry_papaya_12.json | 4 +- ...ench_padded_single_forestry_papaya_13.json | 4 +- ...ench_padded_single_forestry_papaya_14.json | 4 +- ...ench_padded_single_forestry_papaya_15.json | 4 +- ...bench_padded_single_forestry_papaya_2.json | 4 +- ...bench_padded_single_forestry_papaya_3.json | 4 +- ...bench_padded_single_forestry_papaya_4.json | 4 +- ...bench_padded_single_forestry_papaya_5.json | 4 +- ...bench_padded_single_forestry_papaya_6.json | 4 +- ...bench_padded_single_forestry_papaya_7.json | 4 +- ...bench_padded_single_forestry_papaya_8.json | 4 +- ...bench_padded_single_forestry_papaya_9.json | 4 +- ...e_bench_padded_single_forestry_pine_0.json | 4 +- ...e_bench_padded_single_forestry_pine_1.json | 4 +- ..._bench_padded_single_forestry_pine_10.json | 4 +- ..._bench_padded_single_forestry_pine_11.json | 4 +- ..._bench_padded_single_forestry_pine_12.json | 4 +- ..._bench_padded_single_forestry_pine_13.json | 4 +- ..._bench_padded_single_forestry_pine_14.json | 4 +- ..._bench_padded_single_forestry_pine_15.json | 4 +- ...e_bench_padded_single_forestry_pine_2.json | 4 +- ...e_bench_padded_single_forestry_pine_3.json | 4 +- ...e_bench_padded_single_forestry_pine_4.json | 4 +- ...e_bench_padded_single_forestry_pine_5.json | 4 +- ...e_bench_padded_single_forestry_pine_6.json | 4 +- ...e_bench_padded_single_forestry_pine_7.json | 4 +- ...e_bench_padded_single_forestry_pine_8.json | 4 +- ...e_bench_padded_single_forestry_pine_9.json | 4 +- ...e_bench_padded_single_forestry_plum_0.json | 4 +- ...e_bench_padded_single_forestry_plum_1.json | 4 +- ..._bench_padded_single_forestry_plum_10.json | 4 +- ..._bench_padded_single_forestry_plum_11.json | 4 +- ..._bench_padded_single_forestry_plum_12.json | 4 +- ..._bench_padded_single_forestry_plum_13.json | 4 +- ..._bench_padded_single_forestry_plum_14.json | 4 +- ..._bench_padded_single_forestry_plum_15.json | 4 +- ...e_bench_padded_single_forestry_plum_2.json | 4 +- ...e_bench_padded_single_forestry_plum_3.json | 4 +- ...e_bench_padded_single_forestry_plum_4.json | 4 +- ...e_bench_padded_single_forestry_plum_5.json | 4 +- ...e_bench_padded_single_forestry_plum_6.json | 4 +- ...e_bench_padded_single_forestry_plum_7.json | 4 +- ...e_bench_padded_single_forestry_plum_8.json | 4 +- ...e_bench_padded_single_forestry_plum_9.json | 4 +- ...bench_padded_single_forestry_poplar_0.json | 4 +- ...bench_padded_single_forestry_poplar_1.json | 4 +- ...ench_padded_single_forestry_poplar_10.json | 4 +- ...ench_padded_single_forestry_poplar_11.json | 4 +- ...ench_padded_single_forestry_poplar_12.json | 4 +- ...ench_padded_single_forestry_poplar_13.json | 4 +- ...ench_padded_single_forestry_poplar_14.json | 4 +- ...ench_padded_single_forestry_poplar_15.json | 4 +- ...bench_padded_single_forestry_poplar_2.json | 4 +- ...bench_padded_single_forestry_poplar_3.json | 4 +- ...bench_padded_single_forestry_poplar_4.json | 4 +- ...bench_padded_single_forestry_poplar_5.json | 4 +- ...bench_padded_single_forestry_poplar_6.json | 4 +- ...bench_padded_single_forestry_poplar_7.json | 4 +- ...bench_padded_single_forestry_poplar_8.json | 4 +- ...bench_padded_single_forestry_poplar_9.json | 4 +- ...ench_padded_single_forestry_sequoia_0.json | 4 +- ...ench_padded_single_forestry_sequoia_1.json | 4 +- ...nch_padded_single_forestry_sequoia_10.json | 4 +- ...nch_padded_single_forestry_sequoia_11.json | 4 +- ...nch_padded_single_forestry_sequoia_12.json | 4 +- ...nch_padded_single_forestry_sequoia_13.json | 4 +- ...nch_padded_single_forestry_sequoia_14.json | 4 +- ...nch_padded_single_forestry_sequoia_15.json | 4 +- ...ench_padded_single_forestry_sequoia_2.json | 4 +- ...ench_padded_single_forestry_sequoia_3.json | 4 +- ...ench_padded_single_forestry_sequoia_4.json | 4 +- ...ench_padded_single_forestry_sequoia_5.json | 4 +- ...ench_padded_single_forestry_sequoia_6.json | 4 +- ...ench_padded_single_forestry_sequoia_7.json | 4 +- ...ench_padded_single_forestry_sequoia_8.json | 4 +- ...ench_padded_single_forestry_sequoia_9.json | 4 +- ...e_bench_padded_single_forestry_teak_0.json | 4 +- ...e_bench_padded_single_forestry_teak_1.json | 4 +- ..._bench_padded_single_forestry_teak_10.json | 4 +- ..._bench_padded_single_forestry_teak_11.json | 4 +- ..._bench_padded_single_forestry_teak_12.json | 4 +- ..._bench_padded_single_forestry_teak_13.json | 4 +- ..._bench_padded_single_forestry_teak_14.json | 4 +- ..._bench_padded_single_forestry_teak_15.json | 4 +- ...e_bench_padded_single_forestry_teak_2.json | 4 +- ...e_bench_padded_single_forestry_teak_3.json | 4 +- ...e_bench_padded_single_forestry_teak_4.json | 4 +- ...e_bench_padded_single_forestry_teak_5.json | 4 +- ...e_bench_padded_single_forestry_teak_6.json | 4 +- ...e_bench_padded_single_forestry_teak_7.json | 4 +- ...e_bench_padded_single_forestry_teak_8.json | 4 +- ...e_bench_padded_single_forestry_teak_9.json | 4 +- ...bench_padded_single_forestry_walnut_0.json | 4 +- ...bench_padded_single_forestry_walnut_1.json | 4 +- ...ench_padded_single_forestry_walnut_10.json | 4 +- ...ench_padded_single_forestry_walnut_11.json | 4 +- ...ench_padded_single_forestry_walnut_12.json | 4 +- ...ench_padded_single_forestry_walnut_13.json | 4 +- ...ench_padded_single_forestry_walnut_14.json | 4 +- ...ench_padded_single_forestry_walnut_15.json | 4 +- ...bench_padded_single_forestry_walnut_2.json | 4 +- ...bench_padded_single_forestry_walnut_3.json | 4 +- ...bench_padded_single_forestry_walnut_4.json | 4 +- ...bench_padded_single_forestry_walnut_5.json | 4 +- ...bench_padded_single_forestry_walnut_6.json | 4 +- ...bench_padded_single_forestry_walnut_7.json | 4 +- ...bench_padded_single_forestry_walnut_8.json | 4 +- ...bench_padded_single_forestry_walnut_9.json | 4 +- ..._bench_padded_single_forestry_wenge_0.json | 4 +- ..._bench_padded_single_forestry_wenge_1.json | 4 +- ...bench_padded_single_forestry_wenge_10.json | 4 +- ...bench_padded_single_forestry_wenge_11.json | 4 +- ...bench_padded_single_forestry_wenge_12.json | 4 +- ...bench_padded_single_forestry_wenge_13.json | 4 +- ...bench_padded_single_forestry_wenge_14.json | 4 +- ...bench_padded_single_forestry_wenge_15.json | 4 +- ..._bench_padded_single_forestry_wenge_2.json | 4 +- ..._bench_padded_single_forestry_wenge_3.json | 4 +- ..._bench_padded_single_forestry_wenge_4.json | 4 +- ..._bench_padded_single_forestry_wenge_5.json | 4 +- ..._bench_padded_single_forestry_wenge_6.json | 4 +- ..._bench_padded_single_forestry_wenge_7.json | 4 +- ..._bench_padded_single_forestry_wenge_8.json | 4 +- ..._bench_padded_single_forestry_wenge_9.json | 4 +- ...bench_padded_single_forestry_willow_0.json | 4 +- ...bench_padded_single_forestry_willow_1.json | 4 +- ...ench_padded_single_forestry_willow_10.json | 4 +- ...ench_padded_single_forestry_willow_11.json | 4 +- ...ench_padded_single_forestry_willow_12.json | 4 +- ...ench_padded_single_forestry_willow_13.json | 4 +- ...ench_padded_single_forestry_willow_14.json | 4 +- ...ench_padded_single_forestry_willow_15.json | 4 +- ...bench_padded_single_forestry_willow_2.json | 4 +- ...bench_padded_single_forestry_willow_3.json | 4 +- ...bench_padded_single_forestry_willow_4.json | 4 +- ...bench_padded_single_forestry_willow_5.json | 4 +- ...bench_padded_single_forestry_willow_6.json | 4 +- ...bench_padded_single_forestry_willow_7.json | 4 +- ...bench_padded_single_forestry_willow_8.json | 4 +- ...bench_padded_single_forestry_willow_9.json | 4 +- ...ch_padded_single_forestry_zebrawood_0.json | 4 +- ...ch_padded_single_forestry_zebrawood_1.json | 4 +- ...h_padded_single_forestry_zebrawood_10.json | 4 +- ...h_padded_single_forestry_zebrawood_11.json | 4 +- ...h_padded_single_forestry_zebrawood_12.json | 4 +- ...h_padded_single_forestry_zebrawood_13.json | 4 +- ...h_padded_single_forestry_zebrawood_14.json | 4 +- ...h_padded_single_forestry_zebrawood_15.json | 4 +- ...ch_padded_single_forestry_zebrawood_2.json | 4 +- ...ch_padded_single_forestry_zebrawood_3.json | 4 +- ...ch_padded_single_forestry_zebrawood_4.json | 4 +- ...ch_padded_single_forestry_zebrawood_5.json | 4 +- ...ch_padded_single_forestry_zebrawood_6.json | 4 +- ...ch_padded_single_forestry_zebrawood_7.json | 4 +- ...ch_padded_single_forestry_zebrawood_8.json | 4 +- ...ch_padded_single_forestry_zebrawood_9.json | 4 +- ...e_immersiveengineering_treated_wood_0.json | 4 +- ...e_immersiveengineering_treated_wood_1.json | 4 +- ..._immersiveengineering_treated_wood_10.json | 4 +- ..._immersiveengineering_treated_wood_11.json | 4 +- ..._immersiveengineering_treated_wood_12.json | 4 +- ..._immersiveengineering_treated_wood_13.json | 4 +- ..._immersiveengineering_treated_wood_14.json | 4 +- ..._immersiveengineering_treated_wood_15.json | 4 +- ...e_immersiveengineering_treated_wood_2.json | 4 +- ...e_immersiveengineering_treated_wood_3.json | 4 +- ...e_immersiveengineering_treated_wood_4.json | 4 +- ...e_immersiveengineering_treated_wood_5.json | 4 +- ...e_immersiveengineering_treated_wood_6.json | 4 +- ...e_immersiveengineering_treated_wood_7.json | 4 +- ...e_immersiveengineering_treated_wood_8.json | 4 +- ...e_immersiveengineering_treated_wood_9.json | 4 +- ..._ironage_bench_padded_single_jungle_0.json | 4 +- ..._ironage_bench_padded_single_jungle_1.json | 4 +- ...ironage_bench_padded_single_jungle_10.json | 4 +- ...ironage_bench_padded_single_jungle_11.json | 4 +- ...ironage_bench_padded_single_jungle_12.json | 4 +- ...ironage_bench_padded_single_jungle_13.json | 4 +- ...ironage_bench_padded_single_jungle_14.json | 4 +- ...ironage_bench_padded_single_jungle_15.json | 4 +- ..._ironage_bench_padded_single_jungle_2.json | 4 +- ..._ironage_bench_padded_single_jungle_3.json | 4 +- ..._ironage_bench_padded_single_jungle_4.json | 4 +- ..._ironage_bench_padded_single_jungle_5.json | 4 +- ..._ironage_bench_padded_single_jungle_6.json | 4 +- ..._ironage_bench_padded_single_jungle_7.json | 4 +- ..._ironage_bench_padded_single_jungle_8.json | 4 +- ..._ironage_bench_padded_single_jungle_9.json | 4 +- ...bench_padded_single_natura_amaranth_0.json | 4 +- ...bench_padded_single_natura_amaranth_1.json | 4 +- ...ench_padded_single_natura_amaranth_10.json | 4 +- ...ench_padded_single_natura_amaranth_11.json | 4 +- ...ench_padded_single_natura_amaranth_12.json | 4 +- ...ench_padded_single_natura_amaranth_13.json | 4 +- ...ench_padded_single_natura_amaranth_14.json | 4 +- ...ench_padded_single_natura_amaranth_15.json | 4 +- ...bench_padded_single_natura_amaranth_2.json | 4 +- ...bench_padded_single_natura_amaranth_3.json | 4 +- ...bench_padded_single_natura_amaranth_4.json | 4 +- ...bench_padded_single_natura_amaranth_5.json | 4 +- ...bench_padded_single_natura_amaranth_6.json | 4 +- ...bench_padded_single_natura_amaranth_7.json | 4 +- ...bench_padded_single_natura_amaranth_8.json | 4 +- ...bench_padded_single_natura_amaranth_9.json | 4 +- ...ench_padded_single_natura_bloodwood_0.json | 4 +- ...ench_padded_single_natura_bloodwood_1.json | 4 +- ...nch_padded_single_natura_bloodwood_10.json | 4 +- ...nch_padded_single_natura_bloodwood_11.json | 4 +- ...nch_padded_single_natura_bloodwood_12.json | 4 +- ...nch_padded_single_natura_bloodwood_13.json | 4 +- ...nch_padded_single_natura_bloodwood_14.json | 4 +- ...nch_padded_single_natura_bloodwood_15.json | 4 +- ...ench_padded_single_natura_bloodwood_2.json | 4 +- ...ench_padded_single_natura_bloodwood_3.json | 4 +- ...ench_padded_single_natura_bloodwood_4.json | 4 +- ...ench_padded_single_natura_bloodwood_5.json | 4 +- ...ench_padded_single_natura_bloodwood_6.json | 4 +- ...ench_padded_single_natura_bloodwood_7.json | 4 +- ...ench_padded_single_natura_bloodwood_8.json | 4 +- ...ench_padded_single_natura_bloodwood_9.json | 4 +- ...bench_padded_single_natura_darkwood_0.json | 4 +- ...bench_padded_single_natura_darkwood_1.json | 4 +- ...ench_padded_single_natura_darkwood_10.json | 4 +- ...ench_padded_single_natura_darkwood_11.json | 4 +- ...ench_padded_single_natura_darkwood_12.json | 4 +- ...ench_padded_single_natura_darkwood_13.json | 4 +- ...ench_padded_single_natura_darkwood_14.json | 4 +- ...ench_padded_single_natura_darkwood_15.json | 4 +- ...bench_padded_single_natura_darkwood_2.json | 4 +- ...bench_padded_single_natura_darkwood_3.json | 4 +- ...bench_padded_single_natura_darkwood_4.json | 4 +- ...bench_padded_single_natura_darkwood_5.json | 4 +- ...bench_padded_single_natura_darkwood_6.json | 4 +- ...bench_padded_single_natura_darkwood_7.json | 4 +- ...bench_padded_single_natura_darkwood_8.json | 4 +- ...bench_padded_single_natura_darkwood_9.json | 4 +- ...nch_padded_single_natura_eucalyptus_0.json | 4 +- ...nch_padded_single_natura_eucalyptus_1.json | 4 +- ...ch_padded_single_natura_eucalyptus_10.json | 4 +- ...ch_padded_single_natura_eucalyptus_11.json | 4 +- ...ch_padded_single_natura_eucalyptus_12.json | 4 +- ...ch_padded_single_natura_eucalyptus_13.json | 4 +- ...ch_padded_single_natura_eucalyptus_14.json | 4 +- ...ch_padded_single_natura_eucalyptus_15.json | 4 +- ...nch_padded_single_natura_eucalyptus_2.json | 4 +- ...nch_padded_single_natura_eucalyptus_3.json | 4 +- ...nch_padded_single_natura_eucalyptus_4.json | 4 +- ...nch_padded_single_natura_eucalyptus_5.json | 4 +- ...nch_padded_single_natura_eucalyptus_6.json | 4 +- ...nch_padded_single_natura_eucalyptus_7.json | 4 +- ...nch_padded_single_natura_eucalyptus_8.json | 4 +- ...nch_padded_single_natura_eucalyptus_9.json | 4 +- ...bench_padded_single_natura_fusewood_0.json | 4 +- ...bench_padded_single_natura_fusewood_1.json | 4 +- ...ench_padded_single_natura_fusewood_10.json | 4 +- ...ench_padded_single_natura_fusewood_11.json | 4 +- ...ench_padded_single_natura_fusewood_12.json | 4 +- ...ench_padded_single_natura_fusewood_13.json | 4 +- ...ench_padded_single_natura_fusewood_14.json | 4 +- ...ench_padded_single_natura_fusewood_15.json | 4 +- ...bench_padded_single_natura_fusewood_2.json | 4 +- ...bench_padded_single_natura_fusewood_3.json | 4 +- ...bench_padded_single_natura_fusewood_4.json | 4 +- ...bench_padded_single_natura_fusewood_5.json | 4 +- ...bench_padded_single_natura_fusewood_6.json | 4 +- ...bench_padded_single_natura_fusewood_7.json | 4 +- ...bench_padded_single_natura_fusewood_8.json | 4 +- ...bench_padded_single_natura_fusewood_9.json | 4 +- ...ench_padded_single_natura_ghostwood_0.json | 4 +- ...ench_padded_single_natura_ghostwood_1.json | 4 +- ...nch_padded_single_natura_ghostwood_10.json | 4 +- ...nch_padded_single_natura_ghostwood_11.json | 4 +- ...nch_padded_single_natura_ghostwood_12.json | 4 +- ...nch_padded_single_natura_ghostwood_13.json | 4 +- ...nch_padded_single_natura_ghostwood_14.json | 4 +- ...nch_padded_single_natura_ghostwood_15.json | 4 +- ...ench_padded_single_natura_ghostwood_2.json | 4 +- ...ench_padded_single_natura_ghostwood_3.json | 4 +- ...ench_padded_single_natura_ghostwood_4.json | 4 +- ...ench_padded_single_natura_ghostwood_5.json | 4 +- ...ench_padded_single_natura_ghostwood_6.json | 4 +- ...ench_padded_single_natura_ghostwood_7.json | 4 +- ...ench_padded_single_natura_ghostwood_8.json | 4 +- ...ench_padded_single_natura_ghostwood_9.json | 4 +- ..._bench_padded_single_natura_hopseed_0.json | 4 +- ..._bench_padded_single_natura_hopseed_1.json | 4 +- ...bench_padded_single_natura_hopseed_10.json | 4 +- ...bench_padded_single_natura_hopseed_11.json | 4 +- ...bench_padded_single_natura_hopseed_12.json | 4 +- ...bench_padded_single_natura_hopseed_13.json | 4 +- ...bench_padded_single_natura_hopseed_14.json | 4 +- ...bench_padded_single_natura_hopseed_15.json | 4 +- ..._bench_padded_single_natura_hopseed_2.json | 4 +- ..._bench_padded_single_natura_hopseed_3.json | 4 +- ..._bench_padded_single_natura_hopseed_4.json | 4 +- ..._bench_padded_single_natura_hopseed_5.json | 4 +- ..._bench_padded_single_natura_hopseed_6.json | 4 +- ..._bench_padded_single_natura_hopseed_7.json | 4 +- ..._bench_padded_single_natura_hopseed_8.json | 4 +- ..._bench_padded_single_natura_hopseed_9.json | 4 +- ...ge_bench_padded_single_natura_maple_0.json | 4 +- ...ge_bench_padded_single_natura_maple_1.json | 4 +- ...e_bench_padded_single_natura_maple_10.json | 4 +- ...e_bench_padded_single_natura_maple_11.json | 4 +- ...e_bench_padded_single_natura_maple_12.json | 4 +- ...e_bench_padded_single_natura_maple_13.json | 4 +- ...e_bench_padded_single_natura_maple_14.json | 4 +- ...e_bench_padded_single_natura_maple_15.json | 4 +- ...ge_bench_padded_single_natura_maple_2.json | 4 +- ...ge_bench_padded_single_natura_maple_3.json | 4 +- ...ge_bench_padded_single_natura_maple_4.json | 4 +- ...ge_bench_padded_single_natura_maple_5.json | 4 +- ...ge_bench_padded_single_natura_maple_6.json | 4 +- ...ge_bench_padded_single_natura_maple_7.json | 4 +- ...ge_bench_padded_single_natura_maple_8.json | 4 +- ...ge_bench_padded_single_natura_maple_9.json | 4 +- ...e_bench_padded_single_natura_sakura_0.json | 4 +- ...e_bench_padded_single_natura_sakura_1.json | 4 +- ..._bench_padded_single_natura_sakura_10.json | 4 +- ..._bench_padded_single_natura_sakura_11.json | 4 +- ..._bench_padded_single_natura_sakura_12.json | 4 +- ..._bench_padded_single_natura_sakura_13.json | 4 +- ..._bench_padded_single_natura_sakura_14.json | 4 +- ..._bench_padded_single_natura_sakura_15.json | 4 +- ...e_bench_padded_single_natura_sakura_2.json | 4 +- ...e_bench_padded_single_natura_sakura_3.json | 4 +- ...e_bench_padded_single_natura_sakura_4.json | 4 +- ...e_bench_padded_single_natura_sakura_5.json | 4 +- ...e_bench_padded_single_natura_sakura_6.json | 4 +- ...e_bench_padded_single_natura_sakura_7.json | 4 +- ...e_bench_padded_single_natura_sakura_8.json | 4 +- ...e_bench_padded_single_natura_sakura_9.json | 4 +- ...nch_padded_single_natura_silverbell_0.json | 4 +- ...nch_padded_single_natura_silverbell_1.json | 4 +- ...ch_padded_single_natura_silverbell_10.json | 4 +- ...ch_padded_single_natura_silverbell_11.json | 4 +- ...ch_padded_single_natura_silverbell_12.json | 4 +- ...ch_padded_single_natura_silverbell_13.json | 4 +- ...ch_padded_single_natura_silverbell_14.json | 4 +- ...ch_padded_single_natura_silverbell_15.json | 4 +- ...nch_padded_single_natura_silverbell_2.json | 4 +- ...nch_padded_single_natura_silverbell_3.json | 4 +- ...nch_padded_single_natura_silverbell_4.json | 4 +- ...nch_padded_single_natura_silverbell_5.json | 4 +- ...nch_padded_single_natura_silverbell_6.json | 4 +- ...nch_padded_single_natura_silverbell_7.json | 4 +- ...nch_padded_single_natura_silverbell_8.json | 4 +- ...nch_padded_single_natura_silverbell_9.json | 4 +- ...ge_bench_padded_single_natura_tiger_0.json | 4 +- ...ge_bench_padded_single_natura_tiger_1.json | 4 +- ...e_bench_padded_single_natura_tiger_10.json | 4 +- ...e_bench_padded_single_natura_tiger_11.json | 4 +- ...e_bench_padded_single_natura_tiger_12.json | 4 +- ...e_bench_padded_single_natura_tiger_13.json | 4 +- ...e_bench_padded_single_natura_tiger_14.json | 4 +- ...e_bench_padded_single_natura_tiger_15.json | 4 +- ...ge_bench_padded_single_natura_tiger_2.json | 4 +- ...ge_bench_padded_single_natura_tiger_3.json | 4 +- ...ge_bench_padded_single_natura_tiger_4.json | 4 +- ...ge_bench_padded_single_natura_tiger_5.json | 4 +- ...ge_bench_padded_single_natura_tiger_6.json | 4 +- ...ge_bench_padded_single_natura_tiger_7.json | 4 +- ...ge_bench_padded_single_natura_tiger_8.json | 4 +- ...ge_bench_padded_single_natura_tiger_9.json | 4 +- ...e_bench_padded_single_natura_willow_0.json | 4 +- ...e_bench_padded_single_natura_willow_1.json | 4 +- ..._bench_padded_single_natura_willow_10.json | 4 +- ..._bench_padded_single_natura_willow_11.json | 4 +- ..._bench_padded_single_natura_willow_12.json | 4 +- ..._bench_padded_single_natura_willow_13.json | 4 +- ..._bench_padded_single_natura_willow_14.json | 4 +- ..._bench_padded_single_natura_willow_15.json | 4 +- ...e_bench_padded_single_natura_willow_2.json | 4 +- ...e_bench_padded_single_natura_willow_3.json | 4 +- ...e_bench_padded_single_natura_willow_4.json | 4 +- ...e_bench_padded_single_natura_willow_5.json | 4 +- ...e_bench_padded_single_natura_willow_6.json | 4 +- ...e_bench_padded_single_natura_willow_7.json | 4 +- ...e_bench_padded_single_natura_willow_8.json | 4 +- ...e_bench_padded_single_natura_willow_9.json | 4 +- ...ood_ironage_bench_padded_single_oak_0.json | 4 +- ...ood_ironage_bench_padded_single_oak_1.json | 4 +- ...od_ironage_bench_padded_single_oak_10.json | 4 +- ...od_ironage_bench_padded_single_oak_11.json | 4 +- ...od_ironage_bench_padded_single_oak_12.json | 4 +- ...od_ironage_bench_padded_single_oak_13.json | 4 +- ...od_ironage_bench_padded_single_oak_14.json | 4 +- ...od_ironage_bench_padded_single_oak_15.json | 4 +- ...ood_ironage_bench_padded_single_oak_2.json | 4 +- ...ood_ironage_bench_padded_single_oak_3.json | 4 +- ...ood_ironage_bench_padded_single_oak_4.json | 4 +- ...ood_ironage_bench_padded_single_oak_5.json | 4 +- ...ood_ironage_bench_padded_single_oak_6.json | 4 +- ...ood_ironage_bench_padded_single_oak_7.json | 4 +- ...ood_ironage_bench_padded_single_oak_8.json | 4 +- ...ood_ironage_bench_padded_single_oak_9.json | 4 +- ..._ironage_bench_padded_single_spruce_0.json | 4 +- ..._ironage_bench_padded_single_spruce_1.json | 4 +- ...ironage_bench_padded_single_spruce_10.json | 4 +- ...ironage_bench_padded_single_spruce_11.json | 4 +- ...ironage_bench_padded_single_spruce_12.json | 4 +- ...ironage_bench_padded_single_spruce_13.json | 4 +- ...ironage_bench_padded_single_spruce_14.json | 4 +- ...ironage_bench_padded_single_spruce_15.json | 4 +- ..._ironage_bench_padded_single_spruce_2.json | 4 +- ..._ironage_bench_padded_single_spruce_3.json | 4 +- ..._ironage_bench_padded_single_spruce_4.json | 4 +- ..._ironage_bench_padded_single_spruce_5.json | 4 +- ..._ironage_bench_padded_single_spruce_6.json | 4 +- ..._ironage_bench_padded_single_spruce_7.json | 4 +- ..._ironage_bench_padded_single_spruce_8.json | 4 +- ..._ironage_bench_padded_single_spruce_9.json | 4 +- .../Enumerations/PaddedBenchColourTest.java | 77 + .../api/PaddedBenchColourHelperTest.java | 59 + .../api/tile/TileEntityPaddedBenchTest.java | 54 + .../LegacyMigrationFixtureGenerator.java | 173 ++ .../fixtures/iaf-1.12-multicolour.nbt | Bin 0 -> 14533 bytes .../resources/fixtures/iaf-1.12-red-only.nbt | Bin 0 -> 1130 bytes 2715 files changed, 22723 insertions(+), 11282 deletions(-) create mode 100644 src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/PaddedBackBench.java create mode 100644 src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/PaddedBench.java create mode 100644 src/main/java/zone/moddev/mc/ironagefurniture/api/Enumerations/PaddedBenchColour.java create mode 100644 src/main/java/zone/moddev/mc/ironagefurniture/api/Items/ItemBlockPaddedBench.java create mode 100644 src/main/java/zone/moddev/mc/ironagefurniture/api/PaddedBenchColourHelper.java create mode 100644 src/main/java/zone/moddev/mc/ironagefurniture/api/Properties/PaddedBenchColourProperty.java create mode 100644 src/main/java/zone/moddev/mc/ironagefurniture/api/tile/TileEntityPaddedBench.java create mode 100644 src/main/java/zone/moddev/mc/ironagefurniture/client/model/PaddedBenchBakedModel.java create mode 100644 src/main/java/zone/moddev/mc/ironagefurniture/client/model/PaddedBenchModelLoader.java create mode 100644 src/main/java/zone/moddev/mc/ironagefurniture/init/ClientModelInitialiser.java create mode 100644 src/test/java/zone/moddev/mc/ironagefurniture/api/Enumerations/PaddedBenchColourTest.java create mode 100644 src/test/java/zone/moddev/mc/ironagefurniture/api/PaddedBenchColourHelperTest.java create mode 100644 src/test/java/zone/moddev/mc/ironagefurniture/api/tile/TileEntityPaddedBenchTest.java create mode 100644 src/test/java/zone/moddev/mc/ironagefurniture/fixture/LegacyMigrationFixtureGenerator.java create mode 100644 src/test/resources/fixtures/iaf-1.12-multicolour.nbt create mode 100644 src/test/resources/fixtures/iaf-1.12-red-only.nbt diff --git a/CHANGELOG.md b/CHANGELOG.md index 17363e56be..e7828edfb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ Phase 3 lighting release for Minecraft 1.12.2 and Forge 14.23.5.2859. +- Add all sixteen carpet colours to padded benches and padded back benches + across vanilla and every supported optional wood integration, without adding + registry IDs or changing bench joining behaviour. +- Preserve upholstery through a non-ticking tile entity, the shared historical + `ironagefurniture:padded_bench_colour` ID, legacy item metadata and a stable + `Color` NBT string suitable for later flattening migration. +- Render placed and inventory upholstery with resource-pack-overridable vanilla + wool textures through a client-only custom baked model. + ## Player-visible changes - Add the complete Phase 3 lighting set: empty, torch, unlit-torch, diff --git a/README.md b/README.md index 52de1d5041..8ed352c8a3 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,13 @@ This branch provides IronAgeFurniture `0.3.0.112021` for Minecraft 1.12.2 and Forge 14.23.5.2859. It requires Java 8 and can be installed on both clients and dedicated servers. +Padded benches and padded back benches support all sixteen vanilla carpet +colours without adding block or item IDs. Existing benches and data-zero items +remain red. New stacks retain both their legacy metadata and a stable `Color` +NBT string through crafting, Creative inventory, placement, drops, pick block, +connected-shape changes and chunk reloads. Mixed-colour runs remain governed by +the unchanged bench joining algorithm. + ## Optional integrations IronAgeFurniture adds matching furniture and recipes when these mods are diff --git a/build.gradle b/build.gradle index 2e40d0ac50..6a28282901 100644 --- a/build.gradle +++ b/build.gradle @@ -20,6 +20,46 @@ plugins { apply from: 'gradle/furniture-catalog.gradle' +def legacyFixtureDirectory = file('src/test/resources/fixtures') +def legacyFixtureVerificationDirectory = layout.buildDirectory.dir('verification/legacy-migration-fixtures') + +tasks.register('updateLegacyMigrationFixtures', JavaExec) { + group = 'generation' + description = 'Writes deterministic 1.12 migration fixtures with the target NBT implementation.' + dependsOn tasks.named('testClasses') + classpath = sourceSets.test.runtimeClasspath + mainClass = 'zone.moddev.mc.ironagefurniture.fixture.LegacyMigrationFixtureGenerator' + args legacyFixtureDirectory.absolutePath +} + +tasks.register('generateLegacyMigrationFixturesForVerification', JavaExec) { + dependsOn tasks.named('testClasses') + classpath = sourceSets.test.runtimeClasspath + mainClass = 'zone.moddev.mc.ironagefurniture.fixture.LegacyMigrationFixtureGenerator' + args legacyFixtureVerificationDirectory.get().asFile.absolutePath + doFirst { + delete legacyFixtureVerificationDirectory + } +} + +tasks.register('verifyLegacyMigrationFixtures') { + group = 'verification' + dependsOn tasks.named('generateLegacyMigrationFixturesForVerification') + doLast { + ['iaf-1.12-red-only.nbt', 'iaf-1.12-multicolour.nbt'].each { name -> + File committed = new File(legacyFixtureDirectory, name) + File generated = new File(legacyFixtureVerificationDirectory.get().asFile, name) + if (!committed.isFile() || !java.util.Arrays.equals(committed.bytes, generated.bytes)) { + throw new GradleException("Legacy migration fixture ${name} is missing or stale; run updateLegacyMigrationFixtures") + } + } + } +} + +tasks.named('check') { + dependsOn tasks.named('verifyLegacyMigrationFixtures') +} + def sha256Of = { File inputFile -> MessageDigest digest = MessageDigest.getInstance('SHA-256') inputFile.withInputStream { input -> @@ -223,6 +263,7 @@ dependencies { implementation minecraft.dependency( "net.minecraftforge:forge:${project.minecraft_version}-${project.forge_version}") compileOnly 'org.lwjgl.lwjgl:lwjgl_util:2.9.4-nightly-20150209' + testImplementation 'junit:junit:4.13.2' } renamer.mappings.from minecraft.dependency.toSrgFile @@ -1166,6 +1207,8 @@ tasks.register('verifyDedicatedServerBoundaries') { fileTree('src/main/java') { include '**/*.java' exclude '**/init/ItemInitialiser.java' + exclude '**/init/ClientModelInitialiser.java' + exclude '**/client/**' }.each { source -> String text = source.getText('UTF-8') if (text.contains('net.minecraft.client.') || text.contains('net.minecraftforge.client.')) { diff --git a/gradle/furniture-catalog.gradle b/gradle/furniture-catalog.gradle index 07560e62ee..f866ad684e 100644 --- a/gradle/furniture-catalog.gradle +++ b/gradle/furniture-catalog.gradle @@ -5,6 +5,32 @@ def catalogFile = layout.projectDirectory.file('gradle/furniture-catalog.json') def recipeDirectory = layout.projectDirectory.dir('src/main/resources/assets/ironagefurniture/recipes') def advancementDirectory = layout.projectDirectory.dir( 'src/main/resources/assets/ironagefurniture/advancements/recipes') +def paddedBlockModelRoot = layout.projectDirectory.dir( + 'src/main/resources/assets/ironagefurniture/models/block') +def paddedItemModelRoot = layout.projectDirectory.dir( + 'src/main/resources/assets/ironagefurniture/models/item') +def paddedBlockstateRoot = layout.projectDirectory.dir( + 'src/main/resources/assets/ironagefurniture/blockstates') +def paddedLocaleRoot = layout.projectDirectory.dir( + 'src/main/resources/assets/ironagefurniture/lang') +def paddedColours = [ + [name: 'red', title: 'Red', itemMetadata: 0, carpetMetadata: 14], + [name: 'orange', title: 'Orange', itemMetadata: 1, carpetMetadata: 1], + [name: 'magenta', title: 'Magenta', itemMetadata: 2, carpetMetadata: 2], + [name: 'light_blue', title: 'Light Blue', itemMetadata: 3, carpetMetadata: 3], + [name: 'yellow', title: 'Yellow', itemMetadata: 4, carpetMetadata: 4], + [name: 'lime', title: 'Lime', itemMetadata: 5, carpetMetadata: 5], + [name: 'pink', title: 'Pink', itemMetadata: 6, carpetMetadata: 6], + [name: 'gray', title: 'Gray', itemMetadata: 7, carpetMetadata: 7], + [name: 'light_gray', title: 'Light Gray', itemMetadata: 8, carpetMetadata: 8], + [name: 'cyan', title: 'Cyan', itemMetadata: 9, carpetMetadata: 9], + [name: 'purple', title: 'Purple', itemMetadata: 10, carpetMetadata: 10], + [name: 'blue', title: 'Blue', itemMetadata: 11, carpetMetadata: 11], + [name: 'brown', title: 'Brown', itemMetadata: 12, carpetMetadata: 12], + [name: 'green', title: 'Green', itemMetadata: 13, carpetMetadata: 13], + [name: 'white', title: 'White', itemMetadata: 14, carpetMetadata: 0], + [name: 'black', title: 'Black', itemMetadata: 15, carpetMetadata: 15] +] def integrationForName = { String name -> if (name.contains('_biomesoplenty_')) return 'biomesoplenty' @@ -21,6 +47,18 @@ def orderedCondition = { String modId -> def normalizedRecipe = { File file -> Map parsed = new JsonSlurper().parse(file) as Map + def paddedMatcher = file.name =~ /.*_padded_.*_(\d+)\.json$/ + if (paddedMatcher.matches() && parsed.result instanceof Map) { + int carpetMetadata = Integer.parseInt(paddedMatcher[0][1]) + Map colour = paddedColours.find { it.carpetMetadata == carpetMetadata } + if (colour == null) { + throw new GradleException("Unknown padded recipe carpet metadata in ${file}") + } + Map result = new LinkedHashMap(parsed.result as Map) + result.data = colour.itemMetadata + result.nbt = "{Color:\"${colour.name}\"}" + parsed.result = result + } String modId = integrationForName(file.name) Map reordered = new LinkedHashMap() parsed.each { key, value -> @@ -83,11 +121,95 @@ def normalizedAdvancement = { File recipeFile -> def formattedJson = { Object value -> JsonOutput.prettyPrint(JsonOutput.toJson(value)) + '\n' } +tasks.register('updatePaddedBenchColourAssets') { + group = 'generation' + description = 'Updates padded bench block/item models, blockstates, and locales for colour subtypes.' + outputs.upToDateWhen { false } + doLast { + fileTree(paddedBlockModelRoot) { include '*padded*.json' }.files.sort().each { File model -> + String text = model.getText('UTF-8').replace('\r\n', '\n') + if (!text.contains('"upholstery": "minecraft:blocks/wool_colored_red"')) { + def woolSlotMatcher = text =~ /"([^"]+)"\s*:\s*"minecraft:blocks\/wool_colored_red"/ + if (woolSlotMatcher.count != 1) { + throw new GradleException("Expected exactly one red-wool upholstery slot in ${model}") + } + String slot = woolSlotMatcher[0][1] + text = text.replaceFirst( + /"${java.util.regex.Pattern.quote(slot)}"\s*:\s*"minecraft:blocks\/wool_colored_red"/, + '"upholstery": "minecraft:blocks/wool_colored_red"') + text = text.replaceAll( + /"texture"\s*:\s*"#${java.util.regex.Pattern.quote(slot)}"/, + '"texture": "#upholstery"') + } + model.setText(text, 'UTF-8') + } + + fileTree(paddedBlockstateRoot) { include '*padded*.json' }.files.sort().each { File blockstate -> + String text = blockstate.getText('UTF-8').replace('\r\n', '\n') + text = text.replaceAll( + /"model"\s*:\s*"ironagefurniture:(?!padded\/)([^"]*padded[^"]*)"/, + '"model": "ironagefurniture:padded/$1"') + blockstate.setText(text, 'UTF-8') + } + + fileTree(paddedItemModelRoot) { include '*padded*.json' }.files.sort().each { File itemModel -> + String text = itemModel.getText('UTF-8').replace('\r\n', '\n') + text = text.replaceAll( + /"parent"\s*:\s*"ironagefurniture:padded\/([^\"]*padded[^\"]*)"/, + '"parent": "ironagefurniture:block/$1"') + itemModel.setText(text, 'UTF-8') + } + + Set colourNames = paddedColours.collect { it.name } as Set + fileTree(paddedLocaleRoot) { include '*.lang' }.files.sort().each { File locale -> + Set seenKeys = [] as LinkedHashSet + List retained = locale.readLines('UTF-8').findAll { String line -> + int separator = line.indexOf('=') + if (separator > 0 && !seenKeys.add(line.substring(0, separator))) { + return false + } + def matcher = line =~ /^tile\.ironagefurniture\.chair_wood_ironage_bench(?:_back)?_padded_single_[^.]+\.([^.]+)\.name=.*$/ + !matcher.matches() || !colourNames.contains(matcher[0][1]) + } + List generated = [] + retained.each { String line -> + def matcher = line =~ /^(tile\.ironagefurniture\.(chair_wood_ironage_bench(?:_back)?_padded_single_[^.]+))\.name=(.+)$/ + if (!matcher.matches()) { + generated.add(line) + return + } + + String key = matcher[0][1] + String id = matcher[0][2] + String currentName = matcher[0][3] + boolean backBench = id.contains('_bench_back_') + String ordinarySuffix = backBench ? ' Padded Back Bench' : ' Padded Bench' + String redSuffix = backBench ? ' Red Padded Back Bench' : ' Red Padded Bench' + String woodName + if (currentName.endsWith(redSuffix)) { + woodName = currentName.substring(0, currentName.length() - redSuffix.length()) + } else if (currentName.endsWith(ordinarySuffix)) { + woodName = currentName.substring(0, currentName.length() - ordinarySuffix.length()) + } else { + throw new GradleException("Cannot derive padded bench name from ${line}") + } + + generated.add("${key}.name=${woodName}${redSuffix}") + paddedColours.findAll { it.name != 'red' }.each { colour -> + generated.add("${key}.${colour.name}.name=${woodName} ${colour.title}${ordinarySuffix}") + } + } + locale.setText(generated.join('\n') + '\n', 'UTF-8') + } + } +} + tasks.register('updateFurnitureCatalog') { group = 'generation' description = 'Deterministically rewrites catalog-governed 1.12 recipes and advancements.' inputs.file catalogFile inputs.files fileTree(recipeDirectory) { include '*.json' } + dependsOn tasks.named('updatePaddedBenchColourAssets') doLast { List recipes = fileTree(recipeDirectory) { include '*.json' }.files.sort { it.name } recipes.each { file -> @@ -165,6 +287,116 @@ tasks.register('verifyFurnitureCatalog') { throw new GradleException("Lighting catalog entry is missing assets: ${id}") } } + + String blockSource = file( + 'src/main/java/zone/moddev/mc/ironagefurniture/init/BlockInitialiser.java') + .getText('UTF-8') + Set registeredIds = [] as TreeSet + def registrationMatcher = blockSource =~ /FurnitureFactory\.Create\w*\("([^"]+)"/ + registrationMatcher.each { match -> registeredIds.add(match[1].toString()) } + List catalogWoods = (catalog.woods as Map).values() + .collectMany { it as List } + .collect { it == 'dark_oak' ? 'big_oak' : it } + Set expectedPaddedIds = [] as TreeSet + catalogWoods.each { String wood -> + expectedPaddedIds.add("chair_wood_ironage_bench_padded_single_${wood}") + expectedPaddedIds.add("chair_wood_ironage_bench_back_padded_single_${wood}") + } + Set registeredPaddedIds = registeredIds.findAll { + it ==~ /chair_wood_ironage_bench(?:_back)?_padded_single_.+/ + } as TreeSet + if (registeredIds.size() != 640 || registeredPaddedIds != expectedPaddedIds) { + throw new GradleException('Coloured padded benches must reuse the existing 640 block/item IDs ' + + 'and both existing padded forms for every catalog wood') + } + if ((blockSource =~ /FurnitureFactory\.CreateWoodPaddedBench\("/).count + != catalogWoods.size() + || (blockSource =~ /FurnitureFactory\.CreateWoodPaddedBackBench\("/).count + != catalogWoods.size()) { + throw new GradleException('Every padded registration must use its padded-specific subclass') + } + + List paddedRecipes = recipes.findAll { it.name.contains('_padded_') } + if (paddedRecipes.size() != expectedPaddedIds.size() * paddedColours.size()) { + throw new GradleException('Every padded form and wood must have sixteen colour recipes') + } + paddedRecipes.each { File recipeFile -> + Map recipe = new JsonSlurper().parse(recipeFile) as Map + Map carpet = (recipe.ingredients as List).find { it.item == 'minecraft:carpet' } as Map + Map colour = paddedColours.find { it.carpetMetadata == carpet.data } + if (colour == null || recipe.result.data != colour.itemMetadata + || recipe.result.nbt != "{Color:\"${colour.name}\"}") { + throw new GradleException("Padded recipe does not preserve stable item colour NBT: ${recipeFile}") + } + } + + File blockModels = file('src/main/resources/assets/ironagefurniture/models/block') + registeredPaddedIds.each { String id -> + Map blockstate = new JsonSlurper().parse(new File(blockStates, "${id}.json")) as Map + List modelReferences = (blockstate.variants as Map).values() + .collectMany { value -> value instanceof List ? value : [value] } + .collect { (it as Map).model.toString() } + if (modelReferences.any { !it.startsWith('ironagefurniture:padded/') }) { + throw new GradleException("Padded blockstate bypasses the colour model loader: ${id}") + } + ['single', 'left', 'middle', 'right'].each { String shape -> + String modelId = id.replace('_single_', "_${shape}_") + Map model = new JsonSlurper().parse(new File(blockModels, "${modelId}.json")) as Map + if ((model.textures as Map).upholstery != 'minecraft:blocks/wool_colored_red') { + throw new GradleException("Padded model lacks the semantic upholstery slot: ${modelId}") + } + } + if (!new File(itemModels, "${id}.json").isFile()) { + throw new GradleException("Padded item model is missing: ${id}") + } + } + + Map> locales = [:] + fileTree(paddedLocaleRoot) { include '*.lang' }.files.sort().each { File locale -> + Map entries = [:] + locale.readLines('UTF-8').findAll { it && !it.startsWith('#') }.each { String line -> + int separator = line.indexOf('=') + if (separator <= 0 || entries.put(line.substring(0, separator), + line.substring(separator + 1)) != null) { + throw new GradleException("Malformed or duplicate locale entry in ${locale}: ${line}") + } + } + locales[locale.name] = entries + } + if (locales.size() != 3 || locales.values().toSet().size() != 1) { + throw new GradleException('The three English locale files must have identical keys and values') + } + Map referenceLocale = locales.values().first() + registeredPaddedIds.each { String id -> + paddedColours.each { colour -> + String suffix = colour.name == 'red' ? '' : ".${colour.name}" + String key = "tile.ironagefurniture.${id}${suffix}.name" + if (!referenceLocale[key]?.contains(" ${colour.title} Padded ")) { + throw new GradleException("Padded colour locale is missing or malformed: ${key}") + } + } + } + + String modSource = file( + 'src/main/java/zone/moddev/mc/ironagefurniture/Ironagefurniture.java').getText('UTF-8') + String helperSource = file( + 'src/main/java/zone/moddev/mc/ironagefurniture/api/PaddedBenchColourHelper.java') + .getText('UTF-8') + String itemSource = file( + 'src/main/java/zone/moddev/mc/ironagefurniture/api/Items/ItemBlockPaddedBench.java') + .getText('UTF-8') + String tileSource = file( + 'src/main/java/zone/moddev/mc/ironagefurniture/api/tile/TileEntityPaddedBench.java') + .getText('UTF-8') + if (tileSource.contains('implements ITickable') + || !modSource.contains('new ResourceLocation(MODID, "padded_bench_colour")') + || !helperSource.contains('public static final String COLOUR_TAG = "Color";') + || !helperSource.contains('tag.setString(COLOUR_TAG') + || !itemSource.contains('PaddedBenchColourHelper.getColour(stack)') + || !itemSource.contains('PaddedBenchColourHelper.setColour(') + || !tileSource.contains('oldState.getBlock() != newState.getBlock()')) { + throw new GradleException('The stable non-ticking padded colour item/TE contract is incomplete') + } } } diff --git a/src/main/java/zone/moddev/mc/ironagefurniture/Ironagefurniture.java b/src/main/java/zone/moddev/mc/ironagefurniture/Ironagefurniture.java index 0509a403f6..703e466a6e 100644 --- a/src/main/java/zone/moddev/mc/ironagefurniture/Ironagefurniture.java +++ b/src/main/java/zone/moddev/mc/ironagefurniture/Ironagefurniture.java @@ -6,7 +6,9 @@ import zone.moddev.mc.ironagefurniture.api.entity.Seat; import zone.moddev.mc.ironagefurniture.api.CreativeModeBreakTracker; import zone.moddev.mc.ironagefurniture.api.entity.EntityThrownLavaLamp; +import zone.moddev.mc.ironagefurniture.api.tile.TileEntityPaddedBench; import zone.moddev.mc.ironagefurniture.init.BlockInitialiser; +import zone.moddev.mc.ironagefurniture.init.ClientModelInitialiser; import zone.moddev.mc.ironagefurniture.init.ItemInitialiser; import zone.moddev.mc.ironagefurniture.lib.util.MMDCreativeTab; @@ -19,6 +21,7 @@ import net.minecraftforge.fml.common.event.FMLInitializationEvent; import net.minecraftforge.fml.common.event.FMLPreInitializationEvent; import net.minecraftforge.fml.common.registry.EntityRegistry; +import net.minecraftforge.fml.common.registry.GameRegistry; import net.minecraftforge.common.MinecraftForge; @Mod(modid = Ironagefurniture.MODID, version = Ironagefurniture.VERSION) @@ -53,7 +56,15 @@ public void init(FMLInitializationEvent event) public void preInit(FMLPreInitializationEvent event) { IronAgeFurnitureConfiguration.init(event); MinecraftForge.EVENT_BUS.register(new CreativeModeBreakTracker()); + GameRegistry.registerTileEntity(TileEntityPaddedBench.class, + new ResourceLocation(MODID, "padded_bench_colour")); + if (event.getSide().isClient()) { + ClientModelInitialiser.registerPaddedBenchModels(); + } BlockInitialiser.init(); + if (event.getSide().isClient()) { + ClientModelInitialiser.registerPaddedBenchItemModels(); + } } } diff --git a/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/PaddedBackBench.java b/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/PaddedBackBench.java new file mode 100644 index 0000000000..4a47a3e7d7 --- /dev/null +++ b/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/PaddedBackBench.java @@ -0,0 +1,61 @@ +package zone.moddev.mc.ironagefurniture.api.Blocks; + +import java.util.List; + +import zone.moddev.mc.ironagefurniture.api.PaddedBenchColourHelper; +import zone.moddev.mc.ironagefurniture.api.Properties.PaddedBenchColourProperty; +import zone.moddev.mc.ironagefurniture.api.tile.TileEntityPaddedBench; + +import net.minecraft.block.material.Material; +import net.minecraft.block.properties.IProperty; +import net.minecraft.block.state.BlockStateContainer; +import net.minecraft.block.state.IBlockState; +import net.minecraft.entity.player.EntityPlayer; +import net.minecraft.item.ItemStack; +import net.minecraft.tileentity.TileEntity; +import net.minecraft.util.math.BlockPos; +import net.minecraft.util.math.RayTraceResult; +import net.minecraft.world.IBlockAccess; +import net.minecraft.world.World; +import net.minecraftforge.common.property.ExtendedBlockState; +import net.minecraftforge.common.property.IUnlistedProperty; + +public class PaddedBackBench extends BackBench { + public PaddedBackBench(Material materialIn, String name, float resistance, boolean tall, + double yOffset, float hardness) { + super(materialIn, name, resistance, tall, yOffset, hardness); + } + + @Override + protected BlockStateContainer createBlockState() { + return new ExtendedBlockState(this, new IProperty[] { FACING, BackBench.TYPE }, + new IUnlistedProperty[] { PaddedBenchColourProperty.COLOUR }); + } + + @Override + public IBlockState getExtendedState(IBlockState state, IBlockAccess world, BlockPos pos) { + return PaddedBenchColourHelper.withRenderColour(state, world, pos); + } + + @Override + public boolean hasTileEntity(IBlockState state) { + return true; + } + + @Override + public TileEntity createTileEntity(World world, IBlockState state) { + return new TileEntityPaddedBench(); + } + + @Override + public List getDrops(IBlockAccess world, BlockPos pos, IBlockState state, int fortune) { + return PaddedBenchColourHelper.getDrops(this, world, pos); + } + + @Override + public ItemStack getPickBlock(IBlockState state, RayTraceResult target, World world, + BlockPos pos, EntityPlayer player) { + return PaddedBenchColourHelper.getPickBlock(this, world, pos, state, target, player); + } +} + diff --git a/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/PaddedBench.java b/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/PaddedBench.java new file mode 100644 index 0000000000..fe4d1fdee8 --- /dev/null +++ b/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/PaddedBench.java @@ -0,0 +1,61 @@ +package zone.moddev.mc.ironagefurniture.api.Blocks; + +import java.util.List; + +import zone.moddev.mc.ironagefurniture.api.PaddedBenchColourHelper; +import zone.moddev.mc.ironagefurniture.api.Properties.PaddedBenchColourProperty; +import zone.moddev.mc.ironagefurniture.api.tile.TileEntityPaddedBench; + +import net.minecraft.block.material.Material; +import net.minecraft.block.properties.IProperty; +import net.minecraft.block.state.BlockStateContainer; +import net.minecraft.block.state.IBlockState; +import net.minecraft.entity.player.EntityPlayer; +import net.minecraft.item.ItemStack; +import net.minecraft.tileentity.TileEntity; +import net.minecraft.util.math.BlockPos; +import net.minecraft.util.math.RayTraceResult; +import net.minecraft.world.IBlockAccess; +import net.minecraft.world.World; +import net.minecraftforge.common.property.ExtendedBlockState; +import net.minecraftforge.common.property.IUnlistedProperty; + +public class PaddedBench extends Bench { + public PaddedBench(Material materialIn, String name, float resistance, boolean tall, + double yOffset, float hardness) { + super(materialIn, name, resistance, tall, yOffset, hardness); + } + + @Override + protected BlockStateContainer createBlockState() { + return new ExtendedBlockState(this, new IProperty[] { FACING, BackBench.TYPE }, + new IUnlistedProperty[] { PaddedBenchColourProperty.COLOUR }); + } + + @Override + public IBlockState getExtendedState(IBlockState state, IBlockAccess world, BlockPos pos) { + return PaddedBenchColourHelper.withRenderColour(state, world, pos); + } + + @Override + public boolean hasTileEntity(IBlockState state) { + return true; + } + + @Override + public TileEntity createTileEntity(World world, IBlockState state) { + return new TileEntityPaddedBench(); + } + + @Override + public List getDrops(IBlockAccess world, BlockPos pos, IBlockState state, int fortune) { + return PaddedBenchColourHelper.getDrops(this, world, pos); + } + + @Override + public ItemStack getPickBlock(IBlockState state, RayTraceResult target, World world, + BlockPos pos, EntityPlayer player) { + return PaddedBenchColourHelper.getPickBlock(this, world, pos, state, target, player); + } +} + diff --git a/src/main/java/zone/moddev/mc/ironagefurniture/api/Enumerations/PaddedBenchColour.java b/src/main/java/zone/moddev/mc/ironagefurniture/api/Enumerations/PaddedBenchColour.java new file mode 100644 index 0000000000..964489d577 --- /dev/null +++ b/src/main/java/zone/moddev/mc/ironagefurniture/api/Enumerations/PaddedBenchColour.java @@ -0,0 +1,95 @@ +package zone.moddev.mc.ironagefurniture.api.Enumerations; + +/** + * Stable colour contract for legacy padded-bench items and tile entities. + * + *

Metadata zero intentionally remains red so items created by older + * IronAgeFurniture builds keep their appearance.

+ */ +public enum PaddedBenchColour { + RED(0, 14, "red", "red"), + ORANGE(1, 1, "orange", "orange"), + MAGENTA(2, 2, "magenta", "magenta"), + LIGHT_BLUE(3, 3, "light_blue", "light_blue"), + YELLOW(4, 4, "yellow", "yellow"), + LIME(5, 5, "lime", "lime"), + PINK(6, 6, "pink", "pink"), + GRAY(7, 7, "gray", "gray"), + LIGHT_GRAY(8, 8, "light_gray", "silver"), + CYAN(9, 9, "cyan", "cyan"), + PURPLE(10, 10, "purple", "purple"), + BLUE(11, 11, "blue", "blue"), + BROWN(12, 12, "brown", "brown"), + GREEN(13, 13, "green", "green"), + WHITE(14, 0, "white", "white"), + BLACK(15, 15, "black", "black"); + + private static final PaddedBenchColour[] BY_ITEM_METADATA = new PaddedBenchColour[16]; + private static final PaddedBenchColour[] BY_CARPET_METADATA = new PaddedBenchColour[16]; + private static final PaddedBenchColour[] CREATIVE_ORDER = { + WHITE, ORANGE, MAGENTA, LIGHT_BLUE, YELLOW, LIME, PINK, GRAY, + LIGHT_GRAY, CYAN, PURPLE, BLUE, BROWN, GREEN, RED, BLACK + }; + + static { + for (PaddedBenchColour colour : values()) { + BY_ITEM_METADATA[colour.itemMetadata] = colour; + BY_CARPET_METADATA[colour.carpetMetadata] = colour; + } + } + + private final int itemMetadata; + private final int carpetMetadata; + private final String serializedName; + private final String legacyTextureName; + + PaddedBenchColour(int itemMetadata, int carpetMetadata, String serializedName, + String legacyTextureName) { + this.itemMetadata = itemMetadata; + this.carpetMetadata = carpetMetadata; + this.serializedName = serializedName; + this.legacyTextureName = legacyTextureName; + } + + public int getItemMetadata() { + return this.itemMetadata; + } + + public int getCarpetMetadata() { + return this.carpetMetadata; + } + + public String getSerializedName() { + return this.serializedName; + } + + public String getLegacyTextureName() { + return this.legacyTextureName; + } + + public static PaddedBenchColour byItemMetadata(int metadata) { + return metadata >= 0 && metadata < BY_ITEM_METADATA.length + ? BY_ITEM_METADATA[metadata] : RED; + } + + public static PaddedBenchColour byCarpetMetadata(int metadata) { + return metadata >= 0 && metadata < BY_CARPET_METADATA.length + ? BY_CARPET_METADATA[metadata] : RED; + } + + public static PaddedBenchColour byName(String name) { + if (name != null) { + for (PaddedBenchColour colour : values()) { + if (colour.serializedName.equalsIgnoreCase(name)) { + return colour; + } + } + } + return RED; + } + + public static PaddedBenchColour[] creativeOrder() { + return CREATIVE_ORDER.clone(); + } +} + diff --git a/src/main/java/zone/moddev/mc/ironagefurniture/api/FurnitureFactory.java b/src/main/java/zone/moddev/mc/ironagefurniture/api/FurnitureFactory.java index edc89e3370..14c2427779 100644 --- a/src/main/java/zone/moddev/mc/ironagefurniture/api/FurnitureFactory.java +++ b/src/main/java/zone/moddev/mc/ironagefurniture/api/FurnitureFactory.java @@ -24,7 +24,10 @@ import zone.moddev.mc.ironagefurniture.api.Blocks.LightSourceSconceTorchWall; import zone.moddev.mc.ironagefurniture.api.Blocks.LightSourceSconceTorchWallUnlit; import zone.moddev.mc.ironagefurniture.api.Blocks.ObsideanLump; +import zone.moddev.mc.ironagefurniture.api.Blocks.PaddedBackBench; +import zone.moddev.mc.ironagefurniture.api.Blocks.PaddedBench; import zone.moddev.mc.ironagefurniture.api.Blocks.Stool; +import zone.moddev.mc.ironagefurniture.api.Items.ItemBlockPaddedBench; import zone.moddev.mc.ironagefurniture.api.Items.ItemBlockThrowableLavaLamp; import net.minecraft.block.Block; import net.minecraft.block.material.Material; @@ -72,6 +75,16 @@ public static Block CreateWoodBackBench(String name, float resistance, float har return registerBlock(new BackBench(Material.WOOD, name, resistance, false, 0.25, hardness), name); } + public static Block CreateWoodPaddedBench(String name, float resistance, float hardness) { + return registerPaddedBlock( + new PaddedBench(Material.WOOD, name, resistance, false, 0.25, hardness), name); + } + + public static Block CreateWoodPaddedBackBench(String name, float resistance, float hardness) { + return registerPaddedBlock( + new PaddedBackBench(Material.WOOD, name, resistance, false, 0.25, hardness), name); + } + public static Block CreateWoodBench(String name) { return CreateWoodBench(name, 10, 1); } @@ -80,6 +93,14 @@ public static Block CreateWoodBackBench(String name) { return CreateWoodBackBench(name, 10, 1); } + public static Block CreateWoodPaddedBench(String name) { + return CreateWoodPaddedBench(name, 10, 1); + } + + public static Block CreateWoodPaddedBackBench(String name) { + return CreateWoodPaddedBackBench(name, 10, 1); + } + public static Block CreateIronWallSconce(String name) { return registerBlockWithoutItem(new LightHolderSconceWall(Material.IRON, name, 10, 1), name); } @@ -195,6 +216,16 @@ private static Block registerBlock(Block block, String name) { return registerBlock(block, name, 16); } + private static Block registerPaddedBlock(Block block, String name) { + block.setTranslationKey(Ironagefurniture.MODID + "." + name); + block.setRegistryName(name); + block.setCreativeTab(Ironagefurniture.ironagefurnitureTab); + ItemBlock itemBlock = new ItemBlockPaddedBench(block); + RegisterItem(itemBlock, name, 16); + Ironagefurniture.BlockRegistry.put(name, block); + return block; + } + public static Item RegisterItem(Item item, String name, int maxStackSize) { String itemName = Ironagefurniture.MODID + "." + name; diff --git a/src/main/java/zone/moddev/mc/ironagefurniture/api/Items/ItemBlockPaddedBench.java b/src/main/java/zone/moddev/mc/ironagefurniture/api/Items/ItemBlockPaddedBench.java new file mode 100644 index 0000000000..65350fb572 --- /dev/null +++ b/src/main/java/zone/moddev/mc/ironagefurniture/api/Items/ItemBlockPaddedBench.java @@ -0,0 +1,59 @@ +package zone.moddev.mc.ironagefurniture.api.Items; + +import zone.moddev.mc.ironagefurniture.api.PaddedBenchColourHelper; +import zone.moddev.mc.ironagefurniture.api.Enumerations.PaddedBenchColour; + +import net.minecraft.block.Block; +import net.minecraft.block.state.IBlockState; +import net.minecraft.creativetab.CreativeTabs; +import net.minecraft.entity.player.EntityPlayer; +import net.minecraft.item.Item; +import net.minecraft.item.ItemBlock; +import net.minecraft.item.ItemStack; +import net.minecraft.util.EnumFacing; +import net.minecraft.util.NonNullList; +import net.minecraft.util.math.BlockPos; +import net.minecraft.world.World; + +public class ItemBlockPaddedBench extends ItemBlock { + public ItemBlockPaddedBench(Block block) { + super(block); + this.setHasSubtypes(true); + this.setMaxDamage(0); + } + + @Override + public int getMetadata(int damage) { + return 0; + } + + @Override + public String getTranslationKey(ItemStack stack) { + PaddedBenchColour colour = PaddedBenchColourHelper.getColour(stack); + String baseName = super.getTranslationKey(stack); + return colour == PaddedBenchColour.RED + ? baseName : baseName + "." + colour.getSerializedName(); + } + + @Override + public void getSubItems(CreativeTabs tab, NonNullList subItems) { + if (!this.isInCreativeTab(tab)) { + return; + } + for (PaddedBenchColour colour : PaddedBenchColour.creativeOrder()) { + subItems.add(PaddedBenchColourHelper.setColour( + new ItemStack(this, 1, colour.getItemMetadata()), colour)); + } + } + + @Override + public boolean placeBlockAt(ItemStack stack, EntityPlayer player, World world, BlockPos pos, + EnumFacing side, float hitX, float hitY, float hitZ, IBlockState newState) { + if (!super.placeBlockAt(stack, player, world, pos, side, hitX, hitY, hitZ, newState)) { + return false; + } + PaddedBenchColourHelper.setColour(world, pos, + PaddedBenchColourHelper.getColour(stack)); + return true; + } +} diff --git a/src/main/java/zone/moddev/mc/ironagefurniture/api/PaddedBenchColourHelper.java b/src/main/java/zone/moddev/mc/ironagefurniture/api/PaddedBenchColourHelper.java new file mode 100644 index 0000000000..ac731d4a41 --- /dev/null +++ b/src/main/java/zone/moddev/mc/ironagefurniture/api/PaddedBenchColourHelper.java @@ -0,0 +1,95 @@ +package zone.moddev.mc.ironagefurniture.api; + +import java.util.Collections; +import java.util.List; + +import zone.moddev.mc.ironagefurniture.api.Enumerations.PaddedBenchColour; +import zone.moddev.mc.ironagefurniture.api.Properties.PaddedBenchColourProperty; +import zone.moddev.mc.ironagefurniture.api.tile.TileEntityPaddedBench; + +import net.minecraft.block.Block; +import net.minecraft.block.state.IBlockState; +import net.minecraft.entity.player.EntityPlayer; +import net.minecraft.nbt.NBTTagCompound; +import net.minecraft.item.Item; +import net.minecraft.item.ItemStack; +import net.minecraft.tileentity.TileEntity; +import net.minecraft.util.math.BlockPos; +import net.minecraft.util.math.RayTraceResult; +import net.minecraft.world.ChunkCache; +import net.minecraft.world.IBlockAccess; +import net.minecraft.world.World; +import net.minecraft.world.chunk.Chunk; +import net.minecraftforge.common.property.IExtendedBlockState; + +public final class PaddedBenchColourHelper { + public static final String COLOUR_TAG = "Color"; + + private PaddedBenchColourHelper() { + throw new IllegalAccessError("This class cannot be instantiated"); + } + + public static PaddedBenchColour getColour(IBlockAccess world, BlockPos pos) { + TileEntity tileEntity; + if (world instanceof ChunkCache) { + tileEntity = ((ChunkCache)world).getTileEntity(pos, Chunk.EnumCreateEntityType.CHECK); + } else { + tileEntity = world.getTileEntity(pos); + } + return tileEntity instanceof TileEntityPaddedBench + ? ((TileEntityPaddedBench)tileEntity).getColour() + : PaddedBenchColour.RED; + } + + public static void setColour(World world, BlockPos pos, PaddedBenchColour colour) { + TileEntity tileEntity = world.getTileEntity(pos); + if (tileEntity instanceof TileEntityPaddedBench) { + ((TileEntityPaddedBench)tileEntity).setColour(colour); + } + } + + public static PaddedBenchColour getColour(ItemStack stack) { + if (stack != null && stack.hasTagCompound() + && stack.getTagCompound().hasKey(COLOUR_TAG)) { + return PaddedBenchColour.byName(stack.getTagCompound().getString(COLOUR_TAG)); + } + return stack == null ? PaddedBenchColour.RED + : PaddedBenchColour.byItemMetadata(stack.getMetadata()); + } + + public static ItemStack setColour(ItemStack stack, PaddedBenchColour colour) { + if (stack == null) { + return null; + } + NBTTagCompound tag = stack.hasTagCompound() + ? stack.getTagCompound() : new NBTTagCompound(); + tag.setString(COLOUR_TAG, colour == null + ? PaddedBenchColour.RED.getSerializedName() : colour.getSerializedName()); + stack.setTagCompound(tag); + return stack; + } + + public static ItemStack createStack(Block block, int count, PaddedBenchColour colour) { + return setColour(new ItemStack(Item.getItemFromBlock(block), count, + colour.getItemMetadata()), colour); + } + + public static IBlockState withRenderColour(IBlockState state, IBlockAccess world, BlockPos pos) { + if (state instanceof IExtendedBlockState) { + return ((IExtendedBlockState)state).withProperty( + PaddedBenchColourProperty.COLOUR, getColour(world, pos)); + } + return state; + } + + public static List getDrops(Block block, IBlockAccess world, BlockPos pos) { + PaddedBenchColour colour = getColour(world, pos); + return Collections.singletonList(createStack(block, 1, colour)); + } + + public static ItemStack getPickBlock(Block block, World world, BlockPos pos, + IBlockState state, RayTraceResult target, EntityPlayer player) { + return createStack(block, 1, getColour(world, pos)); + } +} + diff --git a/src/main/java/zone/moddev/mc/ironagefurniture/api/Properties/PaddedBenchColourProperty.java b/src/main/java/zone/moddev/mc/ironagefurniture/api/Properties/PaddedBenchColourProperty.java new file mode 100644 index 0000000000..e3bbd6c87c --- /dev/null +++ b/src/main/java/zone/moddev/mc/ironagefurniture/api/Properties/PaddedBenchColourProperty.java @@ -0,0 +1,34 @@ +package zone.moddev.mc.ironagefurniture.api.Properties; + +import zone.moddev.mc.ironagefurniture.api.Enumerations.PaddedBenchColour; + +import net.minecraftforge.common.property.IUnlistedProperty; + +public final class PaddedBenchColourProperty implements IUnlistedProperty { + public static final PaddedBenchColourProperty COLOUR = new PaddedBenchColourProperty(); + + private PaddedBenchColourProperty() { + } + + @Override + public String getName() { + return "upholstery_colour"; + } + + @Override + public boolean isValid(PaddedBenchColour value) { + return value != null; + } + + @Override + public Class getType() { + return PaddedBenchColour.class; + } + + @Override + public String valueToString(PaddedBenchColour value) { + return value == null ? PaddedBenchColour.RED.getSerializedName() + : value.getSerializedName(); + } +} + diff --git a/src/main/java/zone/moddev/mc/ironagefurniture/api/tile/TileEntityPaddedBench.java b/src/main/java/zone/moddev/mc/ironagefurniture/api/tile/TileEntityPaddedBench.java new file mode 100644 index 0000000000..35cec838e4 --- /dev/null +++ b/src/main/java/zone/moddev/mc/ironagefurniture/api/tile/TileEntityPaddedBench.java @@ -0,0 +1,79 @@ +package zone.moddev.mc.ironagefurniture.api.tile; + +import zone.moddev.mc.ironagefurniture.api.Enumerations.PaddedBenchColour; +import zone.moddev.mc.ironagefurniture.api.PaddedBenchColourHelper; + +import net.minecraft.block.state.IBlockState; +import net.minecraft.nbt.NBTTagCompound; +import net.minecraft.network.NetworkManager; +import net.minecraft.network.play.server.SPacketUpdateTileEntity; +import net.minecraft.tileentity.TileEntity; +import net.minecraft.util.math.BlockPos; +import net.minecraft.world.World; + +public class TileEntityPaddedBench extends TileEntity { + private PaddedBenchColour colour = PaddedBenchColour.RED; + + public PaddedBenchColour getColour() { + return this.colour == null ? PaddedBenchColour.RED : this.colour; + } + + public void setColour(PaddedBenchColour colour) { + PaddedBenchColour next = colour == null ? PaddedBenchColour.RED : colour; + if (this.getColour() == next) { + return; + } + + this.colour = next; + this.markDirty(); + if (this.world != null && this.pos != null) { + IBlockState state = this.world.getBlockState(this.pos); + this.world.notifyBlockUpdate(this.pos, state, state, 3); + } + } + + @Override + public void readFromNBT(NBTTagCompound compound) { + super.readFromNBT(compound); + this.colour = compound.hasKey(PaddedBenchColourHelper.COLOUR_TAG) + ? PaddedBenchColour.byName(compound.getString(PaddedBenchColourHelper.COLOUR_TAG)) + : PaddedBenchColour.RED; + } + + @Override + public NBTTagCompound writeToNBT(NBTTagCompound compound) { + super.writeToNBT(compound); + compound.setString(PaddedBenchColourHelper.COLOUR_TAG, + this.getColour().getSerializedName()); + return compound; + } + + @Override + public NBTTagCompound getUpdateTag() { + return this.writeToNBT(new NBTTagCompound()); + } + + @Override + public void handleUpdateTag(NBTTagCompound tag) { + this.readFromNBT(tag); + } + + @Override + public SPacketUpdateTileEntity getUpdatePacket() { + return new SPacketUpdateTileEntity(this.pos, 0, this.getUpdateTag()); + } + + @Override + public void onDataPacket(NetworkManager networkManager, SPacketUpdateTileEntity packet) { + this.readFromNBT(packet.getNbtCompound()); + if (this.world != null && this.pos != null) { + this.world.markBlockRangeForRenderUpdate(this.pos, this.pos); + } + } + + @Override + public boolean shouldRefresh(World world, BlockPos pos, IBlockState oldState, IBlockState newState) { + return oldState.getBlock() != newState.getBlock(); + } +} + diff --git a/src/main/java/zone/moddev/mc/ironagefurniture/client/model/PaddedBenchBakedModel.java b/src/main/java/zone/moddev/mc/ironagefurniture/client/model/PaddedBenchBakedModel.java new file mode 100644 index 0000000000..bb94abb136 --- /dev/null +++ b/src/main/java/zone/moddev/mc/ironagefurniture/client/model/PaddedBenchBakedModel.java @@ -0,0 +1,107 @@ +package zone.moddev.mc.ironagefurniture.client.model; + +import java.util.Collections; +import java.util.EnumMap; +import java.util.List; +import java.util.Map; + +import javax.vecmath.Matrix4f; + +import org.apache.commons.lang3.tuple.Pair; + +import zone.moddev.mc.ironagefurniture.api.Enumerations.PaddedBenchColour; +import zone.moddev.mc.ironagefurniture.api.PaddedBenchColourHelper; +import zone.moddev.mc.ironagefurniture.api.Properties.PaddedBenchColourProperty; + +import net.minecraft.block.state.IBlockState; +import net.minecraft.client.renderer.block.model.BakedQuad; +import net.minecraft.client.renderer.block.model.IBakedModel; +import net.minecraft.client.renderer.block.model.ItemCameraTransforms; +import net.minecraft.client.renderer.block.model.ItemCameraTransforms.TransformType; +import net.minecraft.client.renderer.block.model.ItemOverride; +import net.minecraft.client.renderer.block.model.ItemOverrideList; +import net.minecraft.client.renderer.texture.TextureAtlasSprite; +import net.minecraft.entity.EntityLivingBase; +import net.minecraft.item.ItemStack; +import net.minecraft.util.EnumFacing; +import net.minecraft.world.World; +import net.minecraftforge.common.property.IExtendedBlockState; +import net.minecraftforge.fml.relauncher.Side; +import net.minecraftforge.fml.relauncher.SideOnly; + +@SideOnly(Side.CLIENT) +public final class PaddedBenchBakedModel implements IBakedModel { + private final Map variants; + private final IBakedModel fallback; + private final ItemOverrideList itemOverrides; + + public PaddedBenchBakedModel(Map variants) { + this.variants = Collections.unmodifiableMap( + new EnumMap(variants)); + this.fallback = this.variants.get(PaddedBenchColour.RED); + this.itemOverrides = new ItemOverrideList(Collections.emptyList()) { + @Override + public IBakedModel handleItemState(IBakedModel originalModel, ItemStack stack, + World world, EntityLivingBase entity) { + return PaddedBenchBakedModel.this.modelFor( + PaddedBenchColourHelper.getColour(stack)); + } + }; + } + + private IBakedModel modelFor(PaddedBenchColour colour) { + IBakedModel model = this.variants.get(colour); + return model == null ? this.fallback : model; + } + + @Override + public List getQuads(IBlockState state, EnumFacing side, long random) { + PaddedBenchColour colour = PaddedBenchColour.RED; + IBlockState cleanState = state; + if (state instanceof IExtendedBlockState) { + IExtendedBlockState extendedState = (IExtendedBlockState)state; + if (extendedState.getUnlistedNames().contains(PaddedBenchColourProperty.COLOUR)) { + PaddedBenchColour stored = extendedState.getValue(PaddedBenchColourProperty.COLOUR); + colour = stored == null ? PaddedBenchColour.RED : stored; + } + cleanState = extendedState.getClean(); + } + return this.modelFor(colour).getQuads(cleanState, side, random); + } + + @Override + public boolean isAmbientOcclusion() { + return this.fallback.isAmbientOcclusion(); + } + + @Override + public boolean isGui3d() { + return this.fallback.isGui3d(); + } + + @Override + public boolean isBuiltInRenderer() { + return this.fallback.isBuiltInRenderer(); + } + + @Override + public TextureAtlasSprite getParticleTexture() { + return this.fallback.getParticleTexture(); + } + + @Override + @SuppressWarnings("deprecation") + public ItemCameraTransforms getItemCameraTransforms() { + return this.fallback.getItemCameraTransforms(); + } + + @Override + public ItemOverrideList getOverrides() { + return this.itemOverrides; + } + + @Override + public Pair handlePerspective(TransformType transformType) { + return this.fallback.handlePerspective(transformType); + } +} diff --git a/src/main/java/zone/moddev/mc/ironagefurniture/client/model/PaddedBenchModelLoader.java b/src/main/java/zone/moddev/mc/ironagefurniture/client/model/PaddedBenchModelLoader.java new file mode 100644 index 0000000000..0264de28fd --- /dev/null +++ b/src/main/java/zone/moddev/mc/ironagefurniture/client/model/PaddedBenchModelLoader.java @@ -0,0 +1,170 @@ +package zone.moddev.mc.ironagefurniture.client.model; + +import java.util.Collection; +import java.util.EnumMap; +import java.util.LinkedHashSet; +import java.util.Map; + +import zone.moddev.mc.ironagefurniture.Ironagefurniture; +import zone.moddev.mc.ironagefurniture.api.Enumerations.PaddedBenchColour; + +import com.google.common.collect.ImmutableMap; + +import java.util.function.Function; + +import net.minecraft.client.renderer.block.model.IBakedModel; +import net.minecraft.client.renderer.texture.TextureAtlasSprite; +import net.minecraft.client.renderer.vertex.VertexFormat; +import net.minecraft.client.resources.IResourceManager; +import net.minecraft.util.ResourceLocation; +import net.minecraftforge.client.model.ICustomModelLoader; +import net.minecraftforge.client.model.IModel; +import net.minecraftforge.client.model.ModelLoaderRegistry; +import net.minecraftforge.common.model.IModelState; +import net.minecraftforge.fml.relauncher.Side; +import net.minecraftforge.fml.relauncher.SideOnly; + +@SideOnly(Side.CLIENT) +public enum PaddedBenchModelLoader implements ICustomModelLoader { + INSTANCE; + + private static final String ITEM_PREFIX = "models/padded/"; + private static final String COLOURED_ITEM_PREFIX = "models/item/padded/"; + private static final String BLOCK_PREFIX = "models/block/padded/"; + + @Override + public boolean accepts(ResourceLocation modelLocation) { + if (!Ironagefurniture.MODID.equals(modelLocation.getNamespace())) { + return false; + } + String path = modelLocation.getPath(); + return path.startsWith(ITEM_PREFIX) || path.startsWith(COLOURED_ITEM_PREFIX) + || path.startsWith(BLOCK_PREFIX); + } + + @Override + public IModel loadModel(ResourceLocation modelLocation) throws Exception { + String path = modelLocation.getPath(); + if (path.startsWith(COLOURED_ITEM_PREFIX)) { + String itemPath = path.substring(COLOURED_ITEM_PREFIX.length()); + int separator = itemPath.indexOf('/'); + if (separator <= 0 || separator == itemPath.length() - 1) { + throw new IllegalArgumentException("Invalid padded bench item model: " + modelLocation); + } + + String colourName = itemPath.substring(0, separator); + PaddedBenchColour colour = PaddedBenchColour.byName(colourName); + if (!colour.getSerializedName().equals(colourName)) { + throw new IllegalArgumentException("Unknown padded bench item colour: " + colourName); + } + + IModel delegate = ModelLoaderRegistry.getModel(new ResourceLocation( + modelLocation.getNamespace(), "block/" + itemPath.substring(separator + 1))); + return new ColouredItemModel(delegate, colour); + } + + String delegatePath = path.substring(path.startsWith(BLOCK_PREFIX) + ? BLOCK_PREFIX.length() : ITEM_PREFIX.length()); + IModel delegate = ModelLoaderRegistry.getModel( + new ResourceLocation(modelLocation.getNamespace(), "block/" + delegatePath)); + return new ColouredModel(delegate); + } + + @Override + public void onResourceManagerReload(IResourceManager resourceManager) { + // ModelLoaderRegistry owns and clears the model cache on resource reload. + } + + public static PaddedBenchBakedModel bakeVariants(IModel delegate, IModelState state, + VertexFormat format, Function textureGetter) { + Map variants = + new EnumMap(PaddedBenchColour.class); + for (PaddedBenchColour colour : PaddedBenchColour.values()) { + IModel coloured = delegate.retexture(ImmutableMap.of( + "upholstery", woolTexture(colour).toString())); + variants.put(colour, coloured.bake(state, format, textureGetter)); + } + return new PaddedBenchBakedModel(variants); + } + + private static IBakedModel bakeVariant(IModel delegate, PaddedBenchColour colour, + IModelState state, VertexFormat format, + Function textureGetter) { + IModel coloured = delegate.retexture(ImmutableMap.of( + "upholstery", woolTexture(colour).toString())); + return coloured.bake(state, format, textureGetter); + } + + public static ResourceLocation woolTexture(PaddedBenchColour colour) { + return new ResourceLocation("minecraft", "blocks/wool_colored_" + + colour.getLegacyTextureName()); + } + + private static final class ColouredModel implements IModel { + private final IModel delegate; + + private ColouredModel(IModel delegate) { + this.delegate = delegate; + } + + @Override + public Collection getDependencies() { + return this.delegate.getDependencies(); + } + + @Override + public Collection getTextures() { + LinkedHashSet textures = + new LinkedHashSet(this.delegate.getTextures()); + for (PaddedBenchColour colour : PaddedBenchColour.values()) { + textures.add(woolTexture(colour)); + } + return textures; + } + + @Override + public IBakedModel bake(IModelState state, VertexFormat format, + Function textureGetter) { + return bakeVariants(this.delegate, state, format, textureGetter); + } + + @Override + public IModelState getDefaultState() { + return this.delegate.getDefaultState(); + } + } + + private static final class ColouredItemModel implements IModel { + private final IModel delegate; + private final PaddedBenchColour colour; + + private ColouredItemModel(IModel delegate, PaddedBenchColour colour) { + this.delegate = delegate; + this.colour = colour; + } + + @Override + public Collection getDependencies() { + return this.delegate.getDependencies(); + } + + @Override + public Collection getTextures() { + LinkedHashSet textures = + new LinkedHashSet(this.delegate.getTextures()); + textures.add(woolTexture(this.colour)); + return textures; + } + + @Override + public IBakedModel bake(IModelState state, VertexFormat format, + Function textureGetter) { + return bakeVariant(this.delegate, this.colour, state, format, textureGetter); + } + + @Override + public IModelState getDefaultState() { + return this.delegate.getDefaultState(); + } + } +} diff --git a/src/main/java/zone/moddev/mc/ironagefurniture/init/BlockInitialiser.java b/src/main/java/zone/moddev/mc/ironagefurniture/init/BlockInitialiser.java index c9286ef8bc..258d7e5152 100644 --- a/src/main/java/zone/moddev/mc/ironagefurniture/init/BlockInitialiser.java +++ b/src/main/java/zone/moddev/mc/ironagefurniture/init/BlockInitialiser.java @@ -72,12 +72,12 @@ private static void generateChairs() { BlockObjectHolder.chair_wood_ironage_bench_single_jungle = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_single_jungle"); BlockObjectHolder.chair_wood_ironage_bench_single_spruce = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_single_spruce"); - BlockObjectHolder.chair_wood_ironage_bench_padded_single_oak = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_padded_single_oak"); - BlockObjectHolder.chair_wood_ironage_bench_padded_single_acacia = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_padded_single_acacia"); - BlockObjectHolder.chair_wood_ironage_bench_padded_single_big_oak = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_padded_single_big_oak"); - BlockObjectHolder.chair_wood_ironage_bench_padded_single_birch = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_padded_single_birch"); - BlockObjectHolder.chair_wood_ironage_bench_padded_single_jungle = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_padded_single_jungle"); - BlockObjectHolder.chair_wood_ironage_bench_padded_single_spruce = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_padded_single_spruce"); + BlockObjectHolder.chair_wood_ironage_bench_padded_single_oak = FurnitureFactory.CreateWoodPaddedBench("chair_wood_ironage_bench_padded_single_oak"); + BlockObjectHolder.chair_wood_ironage_bench_padded_single_acacia = FurnitureFactory.CreateWoodPaddedBench("chair_wood_ironage_bench_padded_single_acacia"); + BlockObjectHolder.chair_wood_ironage_bench_padded_single_big_oak = FurnitureFactory.CreateWoodPaddedBench("chair_wood_ironage_bench_padded_single_big_oak"); + BlockObjectHolder.chair_wood_ironage_bench_padded_single_birch = FurnitureFactory.CreateWoodPaddedBench("chair_wood_ironage_bench_padded_single_birch"); + BlockObjectHolder.chair_wood_ironage_bench_padded_single_jungle = FurnitureFactory.CreateWoodPaddedBench("chair_wood_ironage_bench_padded_single_jungle"); + BlockObjectHolder.chair_wood_ironage_bench_padded_single_spruce = FurnitureFactory.CreateWoodPaddedBench("chair_wood_ironage_bench_padded_single_spruce"); BlockObjectHolder.chair_wood_ironage_bench_log_single_oak = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_log_single_oak"); BlockObjectHolder.chair_wood_ironage_bench_log_single_acacia = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_log_single_acacia"); @@ -93,12 +93,12 @@ private static void generateChairs() { BlockObjectHolder.chair_wood_ironage_bench_back_single_jungle = FurnitureFactory.CreateWoodBackBench("chair_wood_ironage_bench_back_single_jungle"); BlockObjectHolder.chair_wood_ironage_bench_back_single_spruce = FurnitureFactory.CreateWoodBackBench("chair_wood_ironage_bench_back_single_spruce"); - BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_oak = FurnitureFactory.CreateWoodBackBench("chair_wood_ironage_bench_back_padded_single_oak"); - BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_acacia = FurnitureFactory.CreateWoodBackBench("chair_wood_ironage_bench_back_padded_single_acacia"); - BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_big_oak = FurnitureFactory.CreateWoodBackBench("chair_wood_ironage_bench_back_padded_single_big_oak"); - BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_birch = FurnitureFactory.CreateWoodBackBench("chair_wood_ironage_bench_back_padded_single_birch"); - BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_jungle = FurnitureFactory.CreateWoodBackBench("chair_wood_ironage_bench_back_padded_single_jungle"); - BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_spruce = FurnitureFactory.CreateWoodBackBench("chair_wood_ironage_bench_back_padded_single_spruce"); + BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_oak = FurnitureFactory.CreateWoodPaddedBackBench("chair_wood_ironage_bench_back_padded_single_oak"); + BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_acacia = FurnitureFactory.CreateWoodPaddedBackBench("chair_wood_ironage_bench_back_padded_single_acacia"); + BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_big_oak = FurnitureFactory.CreateWoodPaddedBackBench("chair_wood_ironage_bench_back_padded_single_big_oak"); + BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_birch = FurnitureFactory.CreateWoodPaddedBackBench("chair_wood_ironage_bench_back_padded_single_birch"); + BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_jungle = FurnitureFactory.CreateWoodPaddedBackBench("chair_wood_ironage_bench_back_padded_single_jungle"); + BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_spruce = FurnitureFactory.CreateWoodPaddedBackBench("chair_wood_ironage_bench_back_padded_single_spruce"); } @@ -121,9 +121,9 @@ private static void generateChairs() { if (IronAgeFurnitureConfiguration.GENERATE_WOOD_BENCHES) { BlockObjectHolder.chair_wood_ironage_bench_single_immersiveengineering_treatedWood = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_single_immersiveengineering_treated_wood"); - BlockObjectHolder.chair_wood_ironage_bench_padded_single_immersiveengineering_treatedWood = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood"); + BlockObjectHolder.chair_wood_ironage_bench_padded_single_immersiveengineering_treatedWood = FurnitureFactory.CreateWoodPaddedBench("chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood"); BlockObjectHolder.chair_wood_ironage_bench_back_single_immersiveengineering_treatedWood = FurnitureFactory.CreateWoodBackBench("chair_wood_ironage_bench_back_single_immersiveengineering_treated_wood"); - BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_immersiveengineering_treatedWood = FurnitureFactory.CreateWoodBackBench("chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood"); + BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_immersiveengineering_treatedWood = FurnitureFactory.CreateWoodPaddedBackBench("chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood"); } } @@ -222,22 +222,22 @@ private static void generateChairs() { BlockObjectHolder.chair_wood_ironage_bench_single_biomesoplenty_umbran = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_single_biomesoplenty_umbran"); BlockObjectHolder.chair_wood_ironage_bench_single_biomesoplenty_willow = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_single_biomesoplenty_willow"); - BlockObjectHolder.chair_wood_ironage_bench_padded_single_biomesoplenty_cherry = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_padded_single_biomesoplenty_cherry"); - BlockObjectHolder.chair_wood_ironage_bench_padded_single_biomesoplenty_ebony = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_padded_single_biomesoplenty_ebony"); - BlockObjectHolder.chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal"); - BlockObjectHolder.chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus"); - BlockObjectHolder.chair_wood_ironage_bench_padded_single_biomesoplenty_fir = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_padded_single_biomesoplenty_fir"); - BlockObjectHolder.chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark"); - BlockObjectHolder.chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda"); - BlockObjectHolder.chair_wood_ironage_bench_padded_single_biomesoplenty_magic = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_padded_single_biomesoplenty_magic"); - BlockObjectHolder.chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany"); - BlockObjectHolder.chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove"); - BlockObjectHolder.chair_wood_ironage_bench_padded_single_biomesoplenty_palm = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_padded_single_biomesoplenty_palm"); - BlockObjectHolder.chair_wood_ironage_bench_padded_single_biomesoplenty_pine = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_padded_single_biomesoplenty_pine"); - BlockObjectHolder.chair_wood_ironage_bench_padded_single_biomesoplenty_redwood = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_padded_single_biomesoplenty_redwood"); - BlockObjectHolder.chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak"); - BlockObjectHolder.chair_wood_ironage_bench_padded_single_biomesoplenty_umbran = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_padded_single_biomesoplenty_umbran"); - BlockObjectHolder.chair_wood_ironage_bench_padded_single_biomesoplenty_willow = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_padded_single_biomesoplenty_willow"); + BlockObjectHolder.chair_wood_ironage_bench_padded_single_biomesoplenty_cherry = FurnitureFactory.CreateWoodPaddedBench("chair_wood_ironage_bench_padded_single_biomesoplenty_cherry"); + BlockObjectHolder.chair_wood_ironage_bench_padded_single_biomesoplenty_ebony = FurnitureFactory.CreateWoodPaddedBench("chair_wood_ironage_bench_padded_single_biomesoplenty_ebony"); + BlockObjectHolder.chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal = FurnitureFactory.CreateWoodPaddedBench("chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal"); + BlockObjectHolder.chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus = FurnitureFactory.CreateWoodPaddedBench("chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus"); + BlockObjectHolder.chair_wood_ironage_bench_padded_single_biomesoplenty_fir = FurnitureFactory.CreateWoodPaddedBench("chair_wood_ironage_bench_padded_single_biomesoplenty_fir"); + BlockObjectHolder.chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark = FurnitureFactory.CreateWoodPaddedBench("chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark"); + BlockObjectHolder.chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda = FurnitureFactory.CreateWoodPaddedBench("chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda"); + BlockObjectHolder.chair_wood_ironage_bench_padded_single_biomesoplenty_magic = FurnitureFactory.CreateWoodPaddedBench("chair_wood_ironage_bench_padded_single_biomesoplenty_magic"); + BlockObjectHolder.chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany = FurnitureFactory.CreateWoodPaddedBench("chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany"); + BlockObjectHolder.chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove = FurnitureFactory.CreateWoodPaddedBench("chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove"); + BlockObjectHolder.chair_wood_ironage_bench_padded_single_biomesoplenty_palm = FurnitureFactory.CreateWoodPaddedBench("chair_wood_ironage_bench_padded_single_biomesoplenty_palm"); + BlockObjectHolder.chair_wood_ironage_bench_padded_single_biomesoplenty_pine = FurnitureFactory.CreateWoodPaddedBench("chair_wood_ironage_bench_padded_single_biomesoplenty_pine"); + BlockObjectHolder.chair_wood_ironage_bench_padded_single_biomesoplenty_redwood = FurnitureFactory.CreateWoodPaddedBench("chair_wood_ironage_bench_padded_single_biomesoplenty_redwood"); + BlockObjectHolder.chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak = FurnitureFactory.CreateWoodPaddedBench("chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak"); + BlockObjectHolder.chair_wood_ironage_bench_padded_single_biomesoplenty_umbran = FurnitureFactory.CreateWoodPaddedBench("chair_wood_ironage_bench_padded_single_biomesoplenty_umbran"); + BlockObjectHolder.chair_wood_ironage_bench_padded_single_biomesoplenty_willow = FurnitureFactory.CreateWoodPaddedBench("chair_wood_ironage_bench_padded_single_biomesoplenty_willow"); BlockObjectHolder.chair_wood_ironage_bench_log_single_biomesoplenty_cherry = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_log_single_biomesoplenty_cherry"); BlockObjectHolder.chair_wood_ironage_bench_log_single_biomesoplenty_ebony = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_log_single_biomesoplenty_ebony"); @@ -273,22 +273,22 @@ private static void generateChairs() { BlockObjectHolder.chair_wood_ironage_bench_back_single_biomesoplenty_umbran = FurnitureFactory.CreateWoodBackBench("chair_wood_ironage_bench_back_single_biomesoplenty_umbran"); BlockObjectHolder.chair_wood_ironage_bench_back_single_biomesoplenty_willow = FurnitureFactory.CreateWoodBackBench("chair_wood_ironage_bench_back_single_biomesoplenty_willow"); - BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry = FurnitureFactory.CreateWoodBackBench("chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry"); - BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony = FurnitureFactory.CreateWoodBackBench("chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony"); - BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal = FurnitureFactory.CreateWoodBackBench("chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal"); - BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus = FurnitureFactory.CreateWoodBackBench("chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus"); - BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir = FurnitureFactory.CreateWoodBackBench("chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir"); - BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark = FurnitureFactory.CreateWoodBackBench("chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark"); - BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda = FurnitureFactory.CreateWoodBackBench("chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda"); - BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic = FurnitureFactory.CreateWoodBackBench("chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic"); - BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany = FurnitureFactory.CreateWoodBackBench("chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany"); - BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove = FurnitureFactory.CreateWoodBackBench("chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove"); - BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm = FurnitureFactory.CreateWoodBackBench("chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm"); - BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine = FurnitureFactory.CreateWoodBackBench("chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine"); - BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood = FurnitureFactory.CreateWoodBackBench("chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood"); - BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak = FurnitureFactory.CreateWoodBackBench("chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak"); - BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran = FurnitureFactory.CreateWoodBackBench("chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran"); - BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow = FurnitureFactory.CreateWoodBackBench("chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow"); + BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry = FurnitureFactory.CreateWoodPaddedBackBench("chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry"); + BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony = FurnitureFactory.CreateWoodPaddedBackBench("chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony"); + BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal = FurnitureFactory.CreateWoodPaddedBackBench("chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal"); + BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus = FurnitureFactory.CreateWoodPaddedBackBench("chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus"); + BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir = FurnitureFactory.CreateWoodPaddedBackBench("chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir"); + BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark = FurnitureFactory.CreateWoodPaddedBackBench("chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark"); + BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda = FurnitureFactory.CreateWoodPaddedBackBench("chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda"); + BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic = FurnitureFactory.CreateWoodPaddedBackBench("chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic"); + BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany = FurnitureFactory.CreateWoodPaddedBackBench("chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany"); + BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove = FurnitureFactory.CreateWoodPaddedBackBench("chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove"); + BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm = FurnitureFactory.CreateWoodPaddedBackBench("chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm"); + BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine = FurnitureFactory.CreateWoodPaddedBackBench("chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine"); + BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood = FurnitureFactory.CreateWoodPaddedBackBench("chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood"); + BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak = FurnitureFactory.CreateWoodPaddedBackBench("chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak"); + BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran = FurnitureFactory.CreateWoodPaddedBackBench("chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran"); + BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow = FurnitureFactory.CreateWoodPaddedBackBench("chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow"); } } @@ -367,18 +367,18 @@ private static void generateChairs() { BlockObjectHolder.chair_wood_ironage_bench_single_natura_fusewood = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_single_natura_fusewood"); BlockObjectHolder.chair_wood_ironage_bench_single_natura_ghostwood = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_single_natura_ghostwood"); - BlockObjectHolder.chair_wood_ironage_bench_padded_single_natura_eucalyptus = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_padded_single_natura_eucalyptus"); - BlockObjectHolder.chair_wood_ironage_bench_padded_single_natura_amaranth = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_padded_single_natura_amaranth"); - BlockObjectHolder.chair_wood_ironage_bench_padded_single_natura_hopseed = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_padded_single_natura_hopseed"); - BlockObjectHolder.chair_wood_ironage_bench_padded_single_natura_maple = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_padded_single_natura_maple"); - BlockObjectHolder.chair_wood_ironage_bench_padded_single_natura_sakura = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_padded_single_natura_sakura"); - BlockObjectHolder.chair_wood_ironage_bench_padded_single_natura_silverbell = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_padded_single_natura_silverbell"); - BlockObjectHolder.chair_wood_ironage_bench_padded_single_natura_tiger = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_padded_single_natura_tiger"); - BlockObjectHolder.chair_wood_ironage_bench_padded_single_natura_willow = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_padded_single_natura_willow"); - BlockObjectHolder.chair_wood_ironage_bench_padded_single_natura_bloodwood = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_padded_single_natura_bloodwood"); - BlockObjectHolder.chair_wood_ironage_bench_padded_single_natura_darkwood = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_padded_single_natura_darkwood"); - BlockObjectHolder.chair_wood_ironage_bench_padded_single_natura_fusewood = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_padded_single_natura_fusewood"); - BlockObjectHolder.chair_wood_ironage_bench_padded_single_natura_ghostwood = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_padded_single_natura_ghostwood"); + BlockObjectHolder.chair_wood_ironage_bench_padded_single_natura_eucalyptus = FurnitureFactory.CreateWoodPaddedBench("chair_wood_ironage_bench_padded_single_natura_eucalyptus"); + BlockObjectHolder.chair_wood_ironage_bench_padded_single_natura_amaranth = FurnitureFactory.CreateWoodPaddedBench("chair_wood_ironage_bench_padded_single_natura_amaranth"); + BlockObjectHolder.chair_wood_ironage_bench_padded_single_natura_hopseed = FurnitureFactory.CreateWoodPaddedBench("chair_wood_ironage_bench_padded_single_natura_hopseed"); + BlockObjectHolder.chair_wood_ironage_bench_padded_single_natura_maple = FurnitureFactory.CreateWoodPaddedBench("chair_wood_ironage_bench_padded_single_natura_maple"); + BlockObjectHolder.chair_wood_ironage_bench_padded_single_natura_sakura = FurnitureFactory.CreateWoodPaddedBench("chair_wood_ironage_bench_padded_single_natura_sakura"); + BlockObjectHolder.chair_wood_ironage_bench_padded_single_natura_silverbell = FurnitureFactory.CreateWoodPaddedBench("chair_wood_ironage_bench_padded_single_natura_silverbell"); + BlockObjectHolder.chair_wood_ironage_bench_padded_single_natura_tiger = FurnitureFactory.CreateWoodPaddedBench("chair_wood_ironage_bench_padded_single_natura_tiger"); + BlockObjectHolder.chair_wood_ironage_bench_padded_single_natura_willow = FurnitureFactory.CreateWoodPaddedBench("chair_wood_ironage_bench_padded_single_natura_willow"); + BlockObjectHolder.chair_wood_ironage_bench_padded_single_natura_bloodwood = FurnitureFactory.CreateWoodPaddedBench("chair_wood_ironage_bench_padded_single_natura_bloodwood"); + BlockObjectHolder.chair_wood_ironage_bench_padded_single_natura_darkwood = FurnitureFactory.CreateWoodPaddedBench("chair_wood_ironage_bench_padded_single_natura_darkwood"); + BlockObjectHolder.chair_wood_ironage_bench_padded_single_natura_fusewood = FurnitureFactory.CreateWoodPaddedBench("chair_wood_ironage_bench_padded_single_natura_fusewood"); + BlockObjectHolder.chair_wood_ironage_bench_padded_single_natura_ghostwood = FurnitureFactory.CreateWoodPaddedBench("chair_wood_ironage_bench_padded_single_natura_ghostwood"); BlockObjectHolder.chair_wood_ironage_bench_log_single_natura_amaranth = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_log_single_natura_amaranth"); BlockObjectHolder.chair_wood_ironage_bench_log_single_natura_eucalyptus = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_log_single_natura_eucalyptus"); @@ -406,18 +406,18 @@ private static void generateChairs() { BlockObjectHolder.chair_wood_ironage_bench_back_single_natura_fusewood = FurnitureFactory.CreateWoodBackBench("chair_wood_ironage_bench_back_single_natura_fusewood"); BlockObjectHolder.chair_wood_ironage_bench_back_single_natura_ghostwood = FurnitureFactory.CreateWoodBackBench("chair_wood_ironage_bench_back_single_natura_ghostwood"); - BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_natura_eucalyptus = FurnitureFactory.CreateWoodBackBench("chair_wood_ironage_bench_back_padded_single_natura_eucalyptus"); - BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_natura_amaranth = FurnitureFactory.CreateWoodBackBench("chair_wood_ironage_bench_back_padded_single_natura_amaranth"); - BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_natura_hopseed = FurnitureFactory.CreateWoodBackBench("chair_wood_ironage_bench_back_padded_single_natura_hopseed"); - BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_natura_maple = FurnitureFactory.CreateWoodBackBench("chair_wood_ironage_bench_back_padded_single_natura_maple"); - BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_natura_sakura = FurnitureFactory.CreateWoodBackBench("chair_wood_ironage_bench_back_padded_single_natura_sakura"); - BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_natura_silverbell = FurnitureFactory.CreateWoodBackBench("chair_wood_ironage_bench_back_padded_single_natura_silverbell"); - BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_natura_tiger = FurnitureFactory.CreateWoodBackBench("chair_wood_ironage_bench_back_padded_single_natura_tiger"); - BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_natura_willow = FurnitureFactory.CreateWoodBackBench("chair_wood_ironage_bench_back_padded_single_natura_willow"); - BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_natura_bloodwood = FurnitureFactory.CreateWoodBackBench("chair_wood_ironage_bench_back_padded_single_natura_bloodwood"); - BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_natura_darkwood = FurnitureFactory.CreateWoodBackBench("chair_wood_ironage_bench_back_padded_single_natura_darkwood"); - BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_natura_fusewood = FurnitureFactory.CreateWoodBackBench("chair_wood_ironage_bench_back_padded_single_natura_fusewood"); - BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_natura_ghostwood = FurnitureFactory.CreateWoodBackBench("chair_wood_ironage_bench_back_padded_single_natura_ghostwood"); + BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_natura_eucalyptus = FurnitureFactory.CreateWoodPaddedBackBench("chair_wood_ironage_bench_back_padded_single_natura_eucalyptus"); + BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_natura_amaranth = FurnitureFactory.CreateWoodPaddedBackBench("chair_wood_ironage_bench_back_padded_single_natura_amaranth"); + BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_natura_hopseed = FurnitureFactory.CreateWoodPaddedBackBench("chair_wood_ironage_bench_back_padded_single_natura_hopseed"); + BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_natura_maple = FurnitureFactory.CreateWoodPaddedBackBench("chair_wood_ironage_bench_back_padded_single_natura_maple"); + BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_natura_sakura = FurnitureFactory.CreateWoodPaddedBackBench("chair_wood_ironage_bench_back_padded_single_natura_sakura"); + BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_natura_silverbell = FurnitureFactory.CreateWoodPaddedBackBench("chair_wood_ironage_bench_back_padded_single_natura_silverbell"); + BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_natura_tiger = FurnitureFactory.CreateWoodPaddedBackBench("chair_wood_ironage_bench_back_padded_single_natura_tiger"); + BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_natura_willow = FurnitureFactory.CreateWoodPaddedBackBench("chair_wood_ironage_bench_back_padded_single_natura_willow"); + BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_natura_bloodwood = FurnitureFactory.CreateWoodPaddedBackBench("chair_wood_ironage_bench_back_padded_single_natura_bloodwood"); + BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_natura_darkwood = FurnitureFactory.CreateWoodPaddedBackBench("chair_wood_ironage_bench_back_padded_single_natura_darkwood"); + BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_natura_fusewood = FurnitureFactory.CreateWoodPaddedBackBench("chair_wood_ironage_bench_back_padded_single_natura_fusewood"); + BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_natura_ghostwood = FurnitureFactory.CreateWoodPaddedBackBench("chair_wood_ironage_bench_back_padded_single_natura_ghostwood"); } } @@ -581,35 +581,35 @@ private static void generateChairs() { BlockObjectHolder.chair_wood_ironage_bench_single_forestry_willow = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_single_forestry_willow"); BlockObjectHolder.chair_wood_ironage_bench_single_forestry_zebrawood = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_single_forestry_zebrawood"); - BlockObjectHolder.chair_wood_ironage_bench_padded_single_forestry_acacia = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_padded_single_forestry_acacia"); - BlockObjectHolder.chair_wood_ironage_bench_padded_single_forestry_balsa = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_padded_single_forestry_balsa"); - BlockObjectHolder.chair_wood_ironage_bench_padded_single_forestry_baobab = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_padded_single_forestry_baobab"); - BlockObjectHolder.chair_wood_ironage_bench_padded_single_forestry_cherry = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_padded_single_forestry_cherry"); - BlockObjectHolder.chair_wood_ironage_bench_padded_single_forestry_chestnut = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_padded_single_forestry_chestnut"); - BlockObjectHolder.chair_wood_ironage_bench_padded_single_forestry_citrus = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_padded_single_forestry_citrus"); - BlockObjectHolder.chair_wood_ironage_bench_padded_single_forestry_cocobolo = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_padded_single_forestry_cocobolo"); - BlockObjectHolder.chair_wood_ironage_bench_padded_single_forestry_ebony = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_padded_single_forestry_ebony"); - BlockObjectHolder.chair_wood_ironage_bench_padded_single_forestry_giganteum = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_padded_single_forestry_giganteum"); - BlockObjectHolder.chair_wood_ironage_bench_padded_single_forestry_greenheart = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_padded_single_forestry_greenheart"); - BlockObjectHolder.chair_wood_ironage_bench_padded_single_forestry_ipe = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_padded_single_forestry_ipe"); - BlockObjectHolder.chair_wood_ironage_bench_padded_single_forestry_kapok = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_padded_single_forestry_kapok"); - BlockObjectHolder.chair_wood_ironage_bench_padded_single_forestry_larch = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_padded_single_forestry_larch"); - BlockObjectHolder.chair_wood_ironage_bench_padded_single_forestry_lime = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_padded_single_forestry_lime"); - BlockObjectHolder.chair_wood_ironage_bench_padded_single_forestry_mahoe = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_padded_single_forestry_mahoe"); - BlockObjectHolder.chair_wood_ironage_bench_padded_single_forestry_mahogany = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_padded_single_forestry_mahogany"); - BlockObjectHolder.chair_wood_ironage_bench_padded_single_forestry_maple = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_padded_single_forestry_maple"); - BlockObjectHolder.chair_wood_ironage_bench_padded_single_forestry_padauk = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_padded_single_forestry_padauk"); - BlockObjectHolder.chair_wood_ironage_bench_padded_single_forestry_palm = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_padded_single_forestry_palm"); - BlockObjectHolder.chair_wood_ironage_bench_padded_single_forestry_papaya = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_padded_single_forestry_papaya"); - BlockObjectHolder.chair_wood_ironage_bench_padded_single_forestry_pine = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_padded_single_forestry_pine"); - BlockObjectHolder.chair_wood_ironage_bench_padded_single_forestry_plum = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_padded_single_forestry_plum"); - BlockObjectHolder.chair_wood_ironage_bench_padded_single_forestry_poplar = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_padded_single_forestry_poplar"); - BlockObjectHolder.chair_wood_ironage_bench_padded_single_forestry_sequoia = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_padded_single_forestry_sequoia"); - BlockObjectHolder.chair_wood_ironage_bench_padded_single_forestry_teak = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_padded_single_forestry_teak"); - BlockObjectHolder.chair_wood_ironage_bench_padded_single_forestry_walnut = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_padded_single_forestry_walnut"); - BlockObjectHolder.chair_wood_ironage_bench_padded_single_forestry_wenge = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_padded_single_forestry_wenge"); - BlockObjectHolder.chair_wood_ironage_bench_padded_single_forestry_willow = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_padded_single_forestry_willow"); - BlockObjectHolder.chair_wood_ironage_bench_padded_single_forestry_zebrawood = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_padded_single_forestry_zebrawood"); + BlockObjectHolder.chair_wood_ironage_bench_padded_single_forestry_acacia = FurnitureFactory.CreateWoodPaddedBench("chair_wood_ironage_bench_padded_single_forestry_acacia"); + BlockObjectHolder.chair_wood_ironage_bench_padded_single_forestry_balsa = FurnitureFactory.CreateWoodPaddedBench("chair_wood_ironage_bench_padded_single_forestry_balsa"); + BlockObjectHolder.chair_wood_ironage_bench_padded_single_forestry_baobab = FurnitureFactory.CreateWoodPaddedBench("chair_wood_ironage_bench_padded_single_forestry_baobab"); + BlockObjectHolder.chair_wood_ironage_bench_padded_single_forestry_cherry = FurnitureFactory.CreateWoodPaddedBench("chair_wood_ironage_bench_padded_single_forestry_cherry"); + BlockObjectHolder.chair_wood_ironage_bench_padded_single_forestry_chestnut = FurnitureFactory.CreateWoodPaddedBench("chair_wood_ironage_bench_padded_single_forestry_chestnut"); + BlockObjectHolder.chair_wood_ironage_bench_padded_single_forestry_citrus = FurnitureFactory.CreateWoodPaddedBench("chair_wood_ironage_bench_padded_single_forestry_citrus"); + BlockObjectHolder.chair_wood_ironage_bench_padded_single_forestry_cocobolo = FurnitureFactory.CreateWoodPaddedBench("chair_wood_ironage_bench_padded_single_forestry_cocobolo"); + BlockObjectHolder.chair_wood_ironage_bench_padded_single_forestry_ebony = FurnitureFactory.CreateWoodPaddedBench("chair_wood_ironage_bench_padded_single_forestry_ebony"); + BlockObjectHolder.chair_wood_ironage_bench_padded_single_forestry_giganteum = FurnitureFactory.CreateWoodPaddedBench("chair_wood_ironage_bench_padded_single_forestry_giganteum"); + BlockObjectHolder.chair_wood_ironage_bench_padded_single_forestry_greenheart = FurnitureFactory.CreateWoodPaddedBench("chair_wood_ironage_bench_padded_single_forestry_greenheart"); + BlockObjectHolder.chair_wood_ironage_bench_padded_single_forestry_ipe = FurnitureFactory.CreateWoodPaddedBench("chair_wood_ironage_bench_padded_single_forestry_ipe"); + BlockObjectHolder.chair_wood_ironage_bench_padded_single_forestry_kapok = FurnitureFactory.CreateWoodPaddedBench("chair_wood_ironage_bench_padded_single_forestry_kapok"); + BlockObjectHolder.chair_wood_ironage_bench_padded_single_forestry_larch = FurnitureFactory.CreateWoodPaddedBench("chair_wood_ironage_bench_padded_single_forestry_larch"); + BlockObjectHolder.chair_wood_ironage_bench_padded_single_forestry_lime = FurnitureFactory.CreateWoodPaddedBench("chair_wood_ironage_bench_padded_single_forestry_lime"); + BlockObjectHolder.chair_wood_ironage_bench_padded_single_forestry_mahoe = FurnitureFactory.CreateWoodPaddedBench("chair_wood_ironage_bench_padded_single_forestry_mahoe"); + BlockObjectHolder.chair_wood_ironage_bench_padded_single_forestry_mahogany = FurnitureFactory.CreateWoodPaddedBench("chair_wood_ironage_bench_padded_single_forestry_mahogany"); + BlockObjectHolder.chair_wood_ironage_bench_padded_single_forestry_maple = FurnitureFactory.CreateWoodPaddedBench("chair_wood_ironage_bench_padded_single_forestry_maple"); + BlockObjectHolder.chair_wood_ironage_bench_padded_single_forestry_padauk = FurnitureFactory.CreateWoodPaddedBench("chair_wood_ironage_bench_padded_single_forestry_padauk"); + BlockObjectHolder.chair_wood_ironage_bench_padded_single_forestry_palm = FurnitureFactory.CreateWoodPaddedBench("chair_wood_ironage_bench_padded_single_forestry_palm"); + BlockObjectHolder.chair_wood_ironage_bench_padded_single_forestry_papaya = FurnitureFactory.CreateWoodPaddedBench("chair_wood_ironage_bench_padded_single_forestry_papaya"); + BlockObjectHolder.chair_wood_ironage_bench_padded_single_forestry_pine = FurnitureFactory.CreateWoodPaddedBench("chair_wood_ironage_bench_padded_single_forestry_pine"); + BlockObjectHolder.chair_wood_ironage_bench_padded_single_forestry_plum = FurnitureFactory.CreateWoodPaddedBench("chair_wood_ironage_bench_padded_single_forestry_plum"); + BlockObjectHolder.chair_wood_ironage_bench_padded_single_forestry_poplar = FurnitureFactory.CreateWoodPaddedBench("chair_wood_ironage_bench_padded_single_forestry_poplar"); + BlockObjectHolder.chair_wood_ironage_bench_padded_single_forestry_sequoia = FurnitureFactory.CreateWoodPaddedBench("chair_wood_ironage_bench_padded_single_forestry_sequoia"); + BlockObjectHolder.chair_wood_ironage_bench_padded_single_forestry_teak = FurnitureFactory.CreateWoodPaddedBench("chair_wood_ironage_bench_padded_single_forestry_teak"); + BlockObjectHolder.chair_wood_ironage_bench_padded_single_forestry_walnut = FurnitureFactory.CreateWoodPaddedBench("chair_wood_ironage_bench_padded_single_forestry_walnut"); + BlockObjectHolder.chair_wood_ironage_bench_padded_single_forestry_wenge = FurnitureFactory.CreateWoodPaddedBench("chair_wood_ironage_bench_padded_single_forestry_wenge"); + BlockObjectHolder.chair_wood_ironage_bench_padded_single_forestry_willow = FurnitureFactory.CreateWoodPaddedBench("chair_wood_ironage_bench_padded_single_forestry_willow"); + BlockObjectHolder.chair_wood_ironage_bench_padded_single_forestry_zebrawood = FurnitureFactory.CreateWoodPaddedBench("chair_wood_ironage_bench_padded_single_forestry_zebrawood"); BlockObjectHolder.chair_wood_ironage_bench_log_single_forestry_acacia = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_log_single_forestry_acacia"); BlockObjectHolder.chair_wood_ironage_bench_log_single_forestry_balsa = FurnitureFactory.CreateWoodBench("chair_wood_ironage_bench_log_single_forestry_balsa"); @@ -671,35 +671,35 @@ private static void generateChairs() { BlockObjectHolder.chair_wood_ironage_bench_back_single_forestry_willow = FurnitureFactory.CreateWoodBackBench("chair_wood_ironage_bench_back_single_forestry_willow"); BlockObjectHolder.chair_wood_ironage_bench_back_single_forestry_zebrawood = FurnitureFactory.CreateWoodBackBench("chair_wood_ironage_bench_back_single_forestry_zebrawood"); - BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_forestry_acacia = FurnitureFactory.CreateWoodBackBench("chair_wood_ironage_bench_back_padded_single_forestry_acacia"); - BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_forestry_balsa = FurnitureFactory.CreateWoodBackBench("chair_wood_ironage_bench_back_padded_single_forestry_balsa"); - BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_forestry_baobab = FurnitureFactory.CreateWoodBackBench("chair_wood_ironage_bench_back_padded_single_forestry_baobab"); - BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_forestry_cherry = FurnitureFactory.CreateWoodBackBench("chair_wood_ironage_bench_back_padded_single_forestry_cherry"); - BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_forestry_chestnut = FurnitureFactory.CreateWoodBackBench("chair_wood_ironage_bench_back_padded_single_forestry_chestnut"); - BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_forestry_citrus = FurnitureFactory.CreateWoodBackBench("chair_wood_ironage_bench_back_padded_single_forestry_citrus"); - BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_forestry_cocobolo = FurnitureFactory.CreateWoodBackBench("chair_wood_ironage_bench_back_padded_single_forestry_cocobolo"); - BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_forestry_ebony = FurnitureFactory.CreateWoodBackBench("chair_wood_ironage_bench_back_padded_single_forestry_ebony"); - BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_forestry_giganteum = FurnitureFactory.CreateWoodBackBench("chair_wood_ironage_bench_back_padded_single_forestry_giganteum"); - BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_forestry_greenheart = FurnitureFactory.CreateWoodBackBench("chair_wood_ironage_bench_back_padded_single_forestry_greenheart"); - BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_forestry_ipe = FurnitureFactory.CreateWoodBackBench("chair_wood_ironage_bench_back_padded_single_forestry_ipe"); - BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_forestry_kapok = FurnitureFactory.CreateWoodBackBench("chair_wood_ironage_bench_back_padded_single_forestry_kapok"); - BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_forestry_larch = FurnitureFactory.CreateWoodBackBench("chair_wood_ironage_bench_back_padded_single_forestry_larch"); - BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_forestry_lime = FurnitureFactory.CreateWoodBackBench("chair_wood_ironage_bench_back_padded_single_forestry_lime"); - BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_forestry_mahoe = FurnitureFactory.CreateWoodBackBench("chair_wood_ironage_bench_back_padded_single_forestry_mahoe"); - BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_forestry_mahogany = FurnitureFactory.CreateWoodBackBench("chair_wood_ironage_bench_back_padded_single_forestry_mahogany"); - BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_forestry_maple = FurnitureFactory.CreateWoodBackBench("chair_wood_ironage_bench_back_padded_single_forestry_maple"); - BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_forestry_padauk = FurnitureFactory.CreateWoodBackBench("chair_wood_ironage_bench_back_padded_single_forestry_padauk"); - BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_forestry_palm = FurnitureFactory.CreateWoodBackBench("chair_wood_ironage_bench_back_padded_single_forestry_palm"); - BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_forestry_papaya = FurnitureFactory.CreateWoodBackBench("chair_wood_ironage_bench_back_padded_single_forestry_papaya"); - BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_forestry_pine = FurnitureFactory.CreateWoodBackBench("chair_wood_ironage_bench_back_padded_single_forestry_pine"); - BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_forestry_plum = FurnitureFactory.CreateWoodBackBench("chair_wood_ironage_bench_back_padded_single_forestry_plum"); - BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_forestry_poplar = FurnitureFactory.CreateWoodBackBench("chair_wood_ironage_bench_back_padded_single_forestry_poplar"); - BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_forestry_sequoia = FurnitureFactory.CreateWoodBackBench("chair_wood_ironage_bench_back_padded_single_forestry_sequoia"); - BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_forestry_teak = FurnitureFactory.CreateWoodBackBench("chair_wood_ironage_bench_back_padded_single_forestry_teak"); - BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_forestry_walnut = FurnitureFactory.CreateWoodBackBench("chair_wood_ironage_bench_back_padded_single_forestry_walnut"); - BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_forestry_wenge = FurnitureFactory.CreateWoodBackBench("chair_wood_ironage_bench_back_padded_single_forestry_wenge"); - BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_forestry_willow = FurnitureFactory.CreateWoodBackBench("chair_wood_ironage_bench_back_padded_single_forestry_willow"); - BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_forestry_zebrawood = FurnitureFactory.CreateWoodBackBench("chair_wood_ironage_bench_back_padded_single_forestry_zebrawood"); + BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_forestry_acacia = FurnitureFactory.CreateWoodPaddedBackBench("chair_wood_ironage_bench_back_padded_single_forestry_acacia"); + BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_forestry_balsa = FurnitureFactory.CreateWoodPaddedBackBench("chair_wood_ironage_bench_back_padded_single_forestry_balsa"); + BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_forestry_baobab = FurnitureFactory.CreateWoodPaddedBackBench("chair_wood_ironage_bench_back_padded_single_forestry_baobab"); + BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_forestry_cherry = FurnitureFactory.CreateWoodPaddedBackBench("chair_wood_ironage_bench_back_padded_single_forestry_cherry"); + BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_forestry_chestnut = FurnitureFactory.CreateWoodPaddedBackBench("chair_wood_ironage_bench_back_padded_single_forestry_chestnut"); + BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_forestry_citrus = FurnitureFactory.CreateWoodPaddedBackBench("chair_wood_ironage_bench_back_padded_single_forestry_citrus"); + BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_forestry_cocobolo = FurnitureFactory.CreateWoodPaddedBackBench("chair_wood_ironage_bench_back_padded_single_forestry_cocobolo"); + BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_forestry_ebony = FurnitureFactory.CreateWoodPaddedBackBench("chair_wood_ironage_bench_back_padded_single_forestry_ebony"); + BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_forestry_giganteum = FurnitureFactory.CreateWoodPaddedBackBench("chair_wood_ironage_bench_back_padded_single_forestry_giganteum"); + BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_forestry_greenheart = FurnitureFactory.CreateWoodPaddedBackBench("chair_wood_ironage_bench_back_padded_single_forestry_greenheart"); + BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_forestry_ipe = FurnitureFactory.CreateWoodPaddedBackBench("chair_wood_ironage_bench_back_padded_single_forestry_ipe"); + BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_forestry_kapok = FurnitureFactory.CreateWoodPaddedBackBench("chair_wood_ironage_bench_back_padded_single_forestry_kapok"); + BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_forestry_larch = FurnitureFactory.CreateWoodPaddedBackBench("chair_wood_ironage_bench_back_padded_single_forestry_larch"); + BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_forestry_lime = FurnitureFactory.CreateWoodPaddedBackBench("chair_wood_ironage_bench_back_padded_single_forestry_lime"); + BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_forestry_mahoe = FurnitureFactory.CreateWoodPaddedBackBench("chair_wood_ironage_bench_back_padded_single_forestry_mahoe"); + BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_forestry_mahogany = FurnitureFactory.CreateWoodPaddedBackBench("chair_wood_ironage_bench_back_padded_single_forestry_mahogany"); + BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_forestry_maple = FurnitureFactory.CreateWoodPaddedBackBench("chair_wood_ironage_bench_back_padded_single_forestry_maple"); + BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_forestry_padauk = FurnitureFactory.CreateWoodPaddedBackBench("chair_wood_ironage_bench_back_padded_single_forestry_padauk"); + BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_forestry_palm = FurnitureFactory.CreateWoodPaddedBackBench("chair_wood_ironage_bench_back_padded_single_forestry_palm"); + BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_forestry_papaya = FurnitureFactory.CreateWoodPaddedBackBench("chair_wood_ironage_bench_back_padded_single_forestry_papaya"); + BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_forestry_pine = FurnitureFactory.CreateWoodPaddedBackBench("chair_wood_ironage_bench_back_padded_single_forestry_pine"); + BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_forestry_plum = FurnitureFactory.CreateWoodPaddedBackBench("chair_wood_ironage_bench_back_padded_single_forestry_plum"); + BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_forestry_poplar = FurnitureFactory.CreateWoodPaddedBackBench("chair_wood_ironage_bench_back_padded_single_forestry_poplar"); + BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_forestry_sequoia = FurnitureFactory.CreateWoodPaddedBackBench("chair_wood_ironage_bench_back_padded_single_forestry_sequoia"); + BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_forestry_teak = FurnitureFactory.CreateWoodPaddedBackBench("chair_wood_ironage_bench_back_padded_single_forestry_teak"); + BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_forestry_walnut = FurnitureFactory.CreateWoodPaddedBackBench("chair_wood_ironage_bench_back_padded_single_forestry_walnut"); + BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_forestry_wenge = FurnitureFactory.CreateWoodPaddedBackBench("chair_wood_ironage_bench_back_padded_single_forestry_wenge"); + BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_forestry_willow = FurnitureFactory.CreateWoodPaddedBackBench("chair_wood_ironage_bench_back_padded_single_forestry_willow"); + BlockObjectHolder.chair_wood_ironage_bench_back_padded_single_forestry_zebrawood = FurnitureFactory.CreateWoodPaddedBackBench("chair_wood_ironage_bench_back_padded_single_forestry_zebrawood"); } } } diff --git a/src/main/java/zone/moddev/mc/ironagefurniture/init/ClientModelInitialiser.java b/src/main/java/zone/moddev/mc/ironagefurniture/init/ClientModelInitialiser.java new file mode 100644 index 0000000000..f5f2e76dfc --- /dev/null +++ b/src/main/java/zone/moddev/mc/ironagefurniture/init/ClientModelInitialiser.java @@ -0,0 +1,46 @@ +package zone.moddev.mc.ironagefurniture.init; + +import java.util.Map; + +import zone.moddev.mc.ironagefurniture.Ironagefurniture; +import zone.moddev.mc.ironagefurniture.api.Enumerations.PaddedBenchColour; +import zone.moddev.mc.ironagefurniture.api.Items.ItemBlockPaddedBench; +import zone.moddev.mc.ironagefurniture.client.model.PaddedBenchModelLoader; + +import net.minecraft.client.renderer.block.model.ModelResourceLocation; +import net.minecraft.item.Item; +import net.minecraftforge.client.model.ModelLoader; +import net.minecraftforge.client.model.ModelLoaderRegistry; +import net.minecraftforge.fml.relauncher.Side; +import net.minecraftforge.fml.relauncher.SideOnly; + +@SideOnly(Side.CLIENT) +public final class ClientModelInitialiser { + private static boolean registered; + + private ClientModelInitialiser() { + throw new IllegalAccessError("This class cannot be instantiated"); + } + + public static void registerPaddedBenchModels() { + if (registered) { + return; + } + registered = true; + ModelLoaderRegistry.registerLoader(PaddedBenchModelLoader.INSTANCE); + } + + public static void registerPaddedBenchItemModels() { + for (Map.Entry entry : Ironagefurniture.ItemRegistry.entrySet()) { + if (!(entry.getValue() instanceof ItemBlockPaddedBench)) { + continue; + } + for (PaddedBenchColour colour : PaddedBenchColour.values()) { + ModelLoader.setCustomModelResourceLocation(entry.getValue(), colour.getItemMetadata(), + new ModelResourceLocation(Ironagefurniture.MODID + ":padded/" + + colour.getSerializedName() + "/" + entry.getKey(), "inventory")); + } + } + } +} + diff --git a/src/main/java/zone/moddev/mc/ironagefurniture/init/ItemInitialiser.java b/src/main/java/zone/moddev/mc/ironagefurniture/init/ItemInitialiser.java index 6e701163a3..7bf6e1ab26 100644 --- a/src/main/java/zone/moddev/mc/ironagefurniture/init/ItemInitialiser.java +++ b/src/main/java/zone/moddev/mc/ironagefurniture/init/ItemInitialiser.java @@ -1,6 +1,7 @@ package zone.moddev.mc.ironagefurniture.init; import zone.moddev.mc.ironagefurniture.Ironagefurniture; +import zone.moddev.mc.ironagefurniture.api.Items.ItemBlockPaddedBench; import net.minecraft.client.Minecraft; import net.minecraft.client.renderer.block.model.ModelResourceLocation; @@ -12,6 +13,9 @@ public static void RegisterItemRenders() { for(String name : Ironagefurniture.ItemRegistry.keySet()){ Item i = Ironagefurniture.ItemRegistry.get(name); + if (i instanceof ItemBlockPaddedBench) { + continue; + } Minecraft.getMinecraft().getRenderItem().getItemModelMesher() .register(i, 0, new ModelResourceLocation(Ironagefurniture.MODID + ":" + name, "inventory")); } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_acacia.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_acacia.json index 35e9a48388..3b3d5cf922 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_acacia.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_acacia.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_acacia", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_acacia", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_acacia", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_acacia", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_acacia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_acacia", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_acacia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_acacia", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_acacia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_acacia", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_acacia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_acacia", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_acacia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_acacia", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_acacia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_acacia", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_acacia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_acacia", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_acacia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_acacia", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_acacia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_acacia", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_acacia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_acacia", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_acacia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_acacia", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_acacia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_acacia", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_big_oak.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_big_oak.json index 4a70fee7a1..5341f3b609 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_big_oak.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_big_oak.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_big_oak", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_big_oak", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_big_oak", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_big_oak", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_big_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_big_oak", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_big_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_big_oak", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_big_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_big_oak", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_big_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_big_oak", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_big_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_big_oak", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_big_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_big_oak", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_big_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_big_oak", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_big_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_big_oak", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_big_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_big_oak", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_big_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_big_oak", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_big_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_big_oak", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_big_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_big_oak", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry.json index a034fd282e..68790be294 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_biomesoplenty_cherry", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_cherry", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_biomesoplenty_cherry", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_cherry", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_biomesoplenty_cherry", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_cherry", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_biomesoplenty_cherry", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_cherry", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_biomesoplenty_cherry", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_biomesoplenty_cherry", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_biomesoplenty_cherry", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_biomesoplenty_cherry", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_biomesoplenty_cherry", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_biomesoplenty_cherry", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_biomesoplenty_cherry", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_biomesoplenty_cherry", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_biomesoplenty_cherry", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_biomesoplenty_cherry", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_biomesoplenty_cherry", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_biomesoplenty_cherry", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_biomesoplenty_cherry", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_biomesoplenty_cherry", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_biomesoplenty_cherry", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_biomesoplenty_cherry", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony.json index ee0ad5354d..bf458ce391 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_biomesoplenty_ebony", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_ebony", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_biomesoplenty_ebony", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_ebony", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_biomesoplenty_ebony", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_ebony", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_biomesoplenty_ebony", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_ebony", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_biomesoplenty_ebony", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_biomesoplenty_ebony", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_biomesoplenty_ebony", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_biomesoplenty_ebony", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_biomesoplenty_ebony", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_biomesoplenty_ebony", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_biomesoplenty_ebony", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_biomesoplenty_ebony", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_biomesoplenty_ebony", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_biomesoplenty_ebony", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_biomesoplenty_ebony", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_biomesoplenty_ebony", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_biomesoplenty_ebony", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_biomesoplenty_ebony", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_biomesoplenty_ebony", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_biomesoplenty_ebony", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal.json index 9f0b230866..06b829c3a8 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_biomesoplenty_ethereal", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_ethereal", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_biomesoplenty_ethereal", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_ethereal", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_biomesoplenty_ethereal", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_ethereal", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_biomesoplenty_ethereal", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_ethereal", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_biomesoplenty_ethereal", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_biomesoplenty_ethereal", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_biomesoplenty_ethereal", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_biomesoplenty_ethereal", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_biomesoplenty_ethereal", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_biomesoplenty_ethereal", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_biomesoplenty_ethereal", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_biomesoplenty_ethereal", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_biomesoplenty_ethereal", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_biomesoplenty_ethereal", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_biomesoplenty_ethereal", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_biomesoplenty_ethereal", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_biomesoplenty_ethereal", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_biomesoplenty_ethereal", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_biomesoplenty_ethereal", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_biomesoplenty_ethereal", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus.json index 4092c3de86..4445fab8d2 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_biomesoplenty_eucalyptus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_eucalyptus", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_biomesoplenty_eucalyptus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_eucalyptus", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_biomesoplenty_eucalyptus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_eucalyptus", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_biomesoplenty_eucalyptus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_eucalyptus", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_biomesoplenty_eucalyptus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_biomesoplenty_eucalyptus", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_biomesoplenty_eucalyptus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_biomesoplenty_eucalyptus", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_biomesoplenty_eucalyptus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_biomesoplenty_eucalyptus", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_biomesoplenty_eucalyptus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_biomesoplenty_eucalyptus", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_biomesoplenty_eucalyptus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_biomesoplenty_eucalyptus", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_biomesoplenty_eucalyptus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_biomesoplenty_eucalyptus", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_biomesoplenty_eucalyptus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_biomesoplenty_eucalyptus", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_biomesoplenty_eucalyptus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_biomesoplenty_eucalyptus", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir.json index 14cd9f373d..52dfa7ea0f 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_biomesoplenty_fir", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_fir", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_biomesoplenty_fir", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_fir", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_biomesoplenty_fir", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_fir", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_biomesoplenty_fir", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_fir", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_biomesoplenty_fir", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_biomesoplenty_fir", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_biomesoplenty_fir", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_biomesoplenty_fir", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_biomesoplenty_fir", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_biomesoplenty_fir", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_biomesoplenty_fir", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_biomesoplenty_fir", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_biomesoplenty_fir", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_biomesoplenty_fir", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_biomesoplenty_fir", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_biomesoplenty_fir", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_biomesoplenty_fir", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_biomesoplenty_fir", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_biomesoplenty_fir", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_biomesoplenty_fir", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark.json index bf964df761..5b95765343 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_biomesoplenty_hellbark", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_hellbark", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_biomesoplenty_hellbark", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_hellbark", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_biomesoplenty_hellbark", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_hellbark", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_biomesoplenty_hellbark", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_hellbark", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_biomesoplenty_hellbark", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_biomesoplenty_hellbark", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_biomesoplenty_hellbark", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_biomesoplenty_hellbark", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_biomesoplenty_hellbark", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_biomesoplenty_hellbark", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_biomesoplenty_hellbark", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_biomesoplenty_hellbark", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_biomesoplenty_hellbark", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_biomesoplenty_hellbark", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_biomesoplenty_hellbark", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_biomesoplenty_hellbark", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_biomesoplenty_hellbark", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_biomesoplenty_hellbark", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_biomesoplenty_hellbark", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_biomesoplenty_hellbark", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda.json index 355bbc2941..5f3ae90dd1 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_biomesoplenty_jacaranda", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_jacaranda", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_biomesoplenty_jacaranda", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_jacaranda", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_biomesoplenty_jacaranda", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_jacaranda", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_biomesoplenty_jacaranda", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_jacaranda", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_biomesoplenty_jacaranda", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_biomesoplenty_jacaranda", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_biomesoplenty_jacaranda", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_biomesoplenty_jacaranda", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_biomesoplenty_jacaranda", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_biomesoplenty_jacaranda", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_biomesoplenty_jacaranda", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_biomesoplenty_jacaranda", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_biomesoplenty_jacaranda", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_biomesoplenty_jacaranda", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_biomesoplenty_jacaranda", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_biomesoplenty_jacaranda", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_biomesoplenty_jacaranda", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_biomesoplenty_jacaranda", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_biomesoplenty_jacaranda", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_biomesoplenty_jacaranda", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic.json index aec960500a..e0e8faae80 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_biomesoplenty_magic", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_magic", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_biomesoplenty_magic", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_magic", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_biomesoplenty_magic", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_magic", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_biomesoplenty_magic", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_magic", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_biomesoplenty_magic", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_biomesoplenty_magic", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_biomesoplenty_magic", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_biomesoplenty_magic", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_biomesoplenty_magic", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_biomesoplenty_magic", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_biomesoplenty_magic", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_biomesoplenty_magic", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_biomesoplenty_magic", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_biomesoplenty_magic", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_biomesoplenty_magic", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_biomesoplenty_magic", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_biomesoplenty_magic", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_biomesoplenty_magic", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_biomesoplenty_magic", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_biomesoplenty_magic", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany.json index 2c522fe2c9..dc54550945 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_biomesoplenty_mahogany", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_mahogany", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_biomesoplenty_mahogany", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_mahogany", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_biomesoplenty_mahogany", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_mahogany", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_biomesoplenty_mahogany", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_mahogany", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_biomesoplenty_mahogany", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_biomesoplenty_mahogany", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_biomesoplenty_mahogany", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_biomesoplenty_mahogany", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_biomesoplenty_mahogany", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_biomesoplenty_mahogany", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_biomesoplenty_mahogany", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_biomesoplenty_mahogany", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_biomesoplenty_mahogany", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_biomesoplenty_mahogany", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_biomesoplenty_mahogany", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_biomesoplenty_mahogany", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_biomesoplenty_mahogany", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_biomesoplenty_mahogany", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_biomesoplenty_mahogany", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_biomesoplenty_mahogany", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove.json index 349676f88b..40ae5a30c4 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_biomesoplenty_mangrove", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_mangrove", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_biomesoplenty_mangrove", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_mangrove", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_biomesoplenty_mangrove", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_mangrove", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_biomesoplenty_mangrove", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_mangrove", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_biomesoplenty_mangrove", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_biomesoplenty_mangrove", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_biomesoplenty_mangrove", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_biomesoplenty_mangrove", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_biomesoplenty_mangrove", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_biomesoplenty_mangrove", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_biomesoplenty_mangrove", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_biomesoplenty_mangrove", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_biomesoplenty_mangrove", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_biomesoplenty_mangrove", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_biomesoplenty_mangrove", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_biomesoplenty_mangrove", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_biomesoplenty_mangrove", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_biomesoplenty_mangrove", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_biomesoplenty_mangrove", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_biomesoplenty_mangrove", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm.json index 1de1cf692a..e48f8999ad 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_biomesoplenty_palm", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_palm", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_biomesoplenty_palm", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_palm", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_biomesoplenty_palm", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_palm", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_biomesoplenty_palm", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_palm", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_biomesoplenty_palm", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_biomesoplenty_palm", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_biomesoplenty_palm", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_biomesoplenty_palm", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_biomesoplenty_palm", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_biomesoplenty_palm", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_biomesoplenty_palm", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_biomesoplenty_palm", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_biomesoplenty_palm", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_biomesoplenty_palm", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_biomesoplenty_palm", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_biomesoplenty_palm", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_biomesoplenty_palm", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_biomesoplenty_palm", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_biomesoplenty_palm", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_biomesoplenty_palm", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine.json index 8d5d9a1fcb..d29ba3a05c 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_biomesoplenty_pine", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_pine", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_biomesoplenty_pine", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_pine", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_biomesoplenty_pine", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_pine", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_biomesoplenty_pine", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_pine", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_biomesoplenty_pine", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_biomesoplenty_pine", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_biomesoplenty_pine", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_biomesoplenty_pine", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_biomesoplenty_pine", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_biomesoplenty_pine", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_biomesoplenty_pine", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_biomesoplenty_pine", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_biomesoplenty_pine", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_biomesoplenty_pine", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_biomesoplenty_pine", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_biomesoplenty_pine", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_biomesoplenty_pine", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_biomesoplenty_pine", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_biomesoplenty_pine", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_biomesoplenty_pine", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood.json index a1ad3922dc..af2a8d983f 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_biomesoplenty_redwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_redwood", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_biomesoplenty_redwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_redwood", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_biomesoplenty_redwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_redwood", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_biomesoplenty_redwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_redwood", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_biomesoplenty_redwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_biomesoplenty_redwood", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_biomesoplenty_redwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_biomesoplenty_redwood", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_biomesoplenty_redwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_biomesoplenty_redwood", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_biomesoplenty_redwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_biomesoplenty_redwood", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_biomesoplenty_redwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_biomesoplenty_redwood", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_biomesoplenty_redwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_biomesoplenty_redwood", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_biomesoplenty_redwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_biomesoplenty_redwood", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_biomesoplenty_redwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_biomesoplenty_redwood", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak.json index 7eabe82ba9..72bf8cdbd9 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_biomesoplenty_sacred_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_sacred_oak", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_biomesoplenty_sacred_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_sacred_oak", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_biomesoplenty_sacred_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_sacred_oak", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_biomesoplenty_sacred_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_sacred_oak", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_biomesoplenty_sacred_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_biomesoplenty_sacred_oak", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_biomesoplenty_sacred_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_biomesoplenty_sacred_oak", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_biomesoplenty_sacred_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_biomesoplenty_sacred_oak", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_biomesoplenty_sacred_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_biomesoplenty_sacred_oak", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_biomesoplenty_sacred_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_biomesoplenty_sacred_oak", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_biomesoplenty_sacred_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_biomesoplenty_sacred_oak", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_biomesoplenty_sacred_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_biomesoplenty_sacred_oak", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_biomesoplenty_sacred_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_biomesoplenty_sacred_oak", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran.json index 3c7636efc2..cf40474164 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_biomesoplenty_umbran", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_umbran", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_biomesoplenty_umbran", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_umbran", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_biomesoplenty_umbran", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_umbran", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_biomesoplenty_umbran", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_umbran", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_biomesoplenty_umbran", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_biomesoplenty_umbran", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_biomesoplenty_umbran", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_biomesoplenty_umbran", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_biomesoplenty_umbran", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_biomesoplenty_umbran", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_biomesoplenty_umbran", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_biomesoplenty_umbran", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_biomesoplenty_umbran", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_biomesoplenty_umbran", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_biomesoplenty_umbran", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_biomesoplenty_umbran", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_biomesoplenty_umbran", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_biomesoplenty_umbran", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_biomesoplenty_umbran", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_biomesoplenty_umbran", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow.json index 390deb98b7..2e070f5e39 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_biomesoplenty_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_willow", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_biomesoplenty_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_willow", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_biomesoplenty_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_willow", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_biomesoplenty_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_willow", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_biomesoplenty_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_biomesoplenty_willow", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_biomesoplenty_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_biomesoplenty_willow", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_biomesoplenty_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_biomesoplenty_willow", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_biomesoplenty_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_biomesoplenty_willow", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_biomesoplenty_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_biomesoplenty_willow", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_biomesoplenty_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_biomesoplenty_willow", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_biomesoplenty_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_biomesoplenty_willow", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_biomesoplenty_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_biomesoplenty_willow", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_birch.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_birch.json index b7c1d3f3e3..a3f4169f18 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_birch.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_birch.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_birch", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_birch", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_birch", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_birch", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_birch", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_birch", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_birch", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_birch", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_birch", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_birch", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_birch", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_birch", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_birch", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_birch", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_birch", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_birch", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_birch", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_birch", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_birch", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_birch", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_birch", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_birch", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_birch", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_birch", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_birch", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_birch", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_birch", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_birch", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_acacia.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_acacia.json index bfbff8276a..fd1a03694c 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_acacia.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_acacia.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_acacia", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_acacia", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_acacia", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_acacia", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_acacia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_acacia", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_acacia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_acacia", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_acacia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_acacia", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_acacia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_acacia", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_acacia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_acacia", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_acacia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_acacia", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_acacia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_acacia", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_acacia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_acacia", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_acacia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_acacia", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_acacia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_acacia", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_acacia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_acacia", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_acacia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_acacia", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_balsa.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_balsa.json index 2e6e42ae84..0113368f01 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_balsa.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_balsa.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_balsa", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_balsa", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_balsa", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_balsa", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_balsa", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_balsa", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_balsa", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_balsa", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_balsa", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_balsa", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_balsa", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_balsa", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_balsa", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_balsa", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_balsa", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_balsa", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_balsa", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_balsa", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_balsa", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_balsa", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_balsa", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_balsa", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_balsa", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_balsa", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_balsa", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_balsa", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_balsa", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_balsa", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_baobab.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_baobab.json index 91dd32b0e3..62ca89beec 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_baobab.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_baobab.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_baobab", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_baobab", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_baobab", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_baobab", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_baobab", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_baobab", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_baobab", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_baobab", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_baobab", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_baobab", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_baobab", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_baobab", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_baobab", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_baobab", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_baobab", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_baobab", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_baobab", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_baobab", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_baobab", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_baobab", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_baobab", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_baobab", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_baobab", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_baobab", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_baobab", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_baobab", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_baobab", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_baobab", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_cherry.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_cherry.json index f4b04fea22..f25173ba71 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_cherry.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_cherry.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_cherry", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_cherry", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_cherry", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_cherry", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_cherry", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_cherry", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_cherry", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_cherry", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_cherry", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_cherry", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_cherry", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_cherry", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_cherry", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_cherry", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_cherry", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_cherry", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_cherry", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_cherry", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_cherry", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_cherry", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_cherry", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_cherry", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_cherry", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_cherry", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_cherry", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_cherry", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_cherry", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_cherry", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_chestnut.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_chestnut.json index c2ba5b9cac..4a1758a038 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_chestnut.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_chestnut.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_chestnut", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_chestnut", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_chestnut", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_chestnut", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_chestnut", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_chestnut", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_chestnut", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_chestnut", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_chestnut", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_chestnut", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_chestnut", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_chestnut", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_chestnut", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_chestnut", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_chestnut", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_chestnut", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_chestnut", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_chestnut", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_chestnut", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_chestnut", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_chestnut", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_chestnut", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_chestnut", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_chestnut", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_chestnut", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_chestnut", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_chestnut", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_chestnut", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_citrus.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_citrus.json index 9954a7ae93..383b65ddc0 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_citrus.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_citrus.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_citrus", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_citrus", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_citrus", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_citrus", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_citrus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_citrus", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_citrus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_citrus", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_citrus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_citrus", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_citrus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_citrus", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_citrus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_citrus", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_citrus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_citrus", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_citrus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_citrus", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_citrus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_citrus", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_citrus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_citrus", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_citrus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_citrus", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_citrus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_citrus", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_citrus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_citrus", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo.json index bef04e5b57..9c7f6156a2 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_cocobolo", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_cocobolo", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_cocobolo", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_cocobolo", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_cocobolo", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_cocobolo", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_cocobolo", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_cocobolo", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_cocobolo", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_cocobolo", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_cocobolo", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_cocobolo", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_cocobolo", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_cocobolo", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_cocobolo", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_cocobolo", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_cocobolo", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_cocobolo", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_cocobolo", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_cocobolo", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_cocobolo", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_cocobolo", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_cocobolo", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_cocobolo", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_ebony.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_ebony.json index f6d2539868..7ee24a2707 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_ebony.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_ebony.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_ebony", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_ebony", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_ebony", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_ebony", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_ebony", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_ebony", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_ebony", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_ebony", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_ebony", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_ebony", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_ebony", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_ebony", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_ebony", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_ebony", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_ebony", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_ebony", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_ebony", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_ebony", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_ebony", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_ebony", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_ebony", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_ebony", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_ebony", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_ebony", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_ebony", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_ebony", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_ebony", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_ebony", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_giganteum.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_giganteum.json index 0ed15eafed..b904a5bb11 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_giganteum.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_giganteum.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_giganteum", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_giganteum", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_giganteum", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_giganteum", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_giganteum", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_giganteum", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_giganteum", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_giganteum", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_giganteum", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_giganteum", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_giganteum", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_giganteum", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_giganteum", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_giganteum", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_giganteum", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_giganteum", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_giganteum", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_giganteum", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_giganteum", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_giganteum", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_giganteum", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_giganteum", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_giganteum", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_giganteum", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_giganteum", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_giganteum", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_giganteum", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_giganteum", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_greenheart.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_greenheart.json index 12d90413ee..c369227017 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_greenheart.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_greenheart.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_greenheart", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_greenheart", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_greenheart", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_greenheart", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_greenheart", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_greenheart", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_greenheart", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_greenheart", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_greenheart", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_greenheart", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_greenheart", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_greenheart", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_greenheart", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_greenheart", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_greenheart", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_greenheart", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_greenheart", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_greenheart", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_greenheart", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_greenheart", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_greenheart", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_greenheart", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_greenheart", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_greenheart", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_greenheart", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_greenheart", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_greenheart", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_greenheart", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_ipe.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_ipe.json index d071c23f1b..00cfcb0602 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_ipe.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_ipe.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_ipe", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_ipe", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_ipe", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_ipe", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_ipe", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_ipe", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_ipe", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_ipe", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_ipe", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_ipe", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_ipe", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_ipe", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_ipe", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_ipe", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_ipe", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_ipe", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_ipe", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_ipe", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_ipe", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_ipe", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_ipe", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_ipe", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_ipe", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_ipe", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_ipe", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_ipe", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_ipe", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_ipe", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_kapok.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_kapok.json index 2f4f3bbc0d..75b54d5b28 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_kapok.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_kapok.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_kapok", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_kapok", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_kapok", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_kapok", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_kapok", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_kapok", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_kapok", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_kapok", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_kapok", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_kapok", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_kapok", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_kapok", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_kapok", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_kapok", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_kapok", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_kapok", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_kapok", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_kapok", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_kapok", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_kapok", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_kapok", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_kapok", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_kapok", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_kapok", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_kapok", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_kapok", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_kapok", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_kapok", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_larch.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_larch.json index 47cbcc561f..af6fc3c9e4 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_larch.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_larch.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_larch", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_larch", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_larch", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_larch", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_larch", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_larch", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_larch", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_larch", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_larch", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_larch", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_larch", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_larch", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_larch", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_larch", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_larch", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_larch", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_larch", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_larch", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_larch", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_larch", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_larch", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_larch", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_larch", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_larch", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_larch", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_larch", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_larch", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_larch", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_lime.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_lime.json index b970af016a..efdd4c58e4 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_lime.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_lime.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_lime", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_lime", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_lime", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_lime", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_lime", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_lime", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_lime", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_lime", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_lime", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_lime", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_lime", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_lime", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_lime", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_lime", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_lime", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_lime", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_lime", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_lime", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_lime", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_lime", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_lime", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_lime", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_lime", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_lime", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_lime", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_lime", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_lime", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_lime", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_mahoe.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_mahoe.json index 79156e9100..759dc0be1b 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_mahoe.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_mahoe.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_mahoe", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_mahoe", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_mahoe", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_mahoe", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_mahoe", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_mahoe", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_mahoe", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_mahoe", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_mahoe", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_mahoe", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_mahoe", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_mahoe", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_mahoe", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_mahoe", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_mahoe", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_mahoe", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_mahoe", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_mahoe", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_mahoe", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_mahoe", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_mahoe", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_mahoe", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_mahoe", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_mahoe", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_mahoe", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_mahoe", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_mahoe", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_mahoe", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_mahogany.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_mahogany.json index 8e074cb319..48d5e8b634 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_mahogany.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_mahogany.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_mahogany", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_mahogany", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_mahogany", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_mahogany", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_mahogany", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_mahogany", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_mahogany", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_mahogany", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_mahogany", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_mahogany", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_mahogany", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_mahogany", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_mahogany", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_mahogany", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_mahogany", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_mahogany", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_mahogany", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_mahogany", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_mahogany", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_mahogany", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_mahogany", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_mahogany", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_mahogany", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_mahogany", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_mahogany", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_mahogany", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_mahogany", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_mahogany", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_maple.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_maple.json index c938a81550..e369d9de20 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_maple.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_maple.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_maple", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_maple", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_maple", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_maple", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_maple", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_maple", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_maple", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_maple", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_maple", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_maple", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_maple", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_maple", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_maple", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_maple", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_maple", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_maple", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_maple", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_maple", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_maple", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_maple", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_maple", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_maple", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_maple", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_maple", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_maple", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_maple", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_maple", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_maple", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_padauk.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_padauk.json index 6497b29c5f..e00d92f4f7 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_padauk.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_padauk.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_padauk", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_padauk", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_padauk", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_padauk", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_padauk", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_padauk", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_padauk", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_padauk", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_padauk", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_padauk", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_padauk", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_padauk", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_padauk", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_padauk", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_padauk", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_padauk", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_padauk", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_padauk", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_padauk", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_padauk", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_padauk", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_padauk", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_padauk", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_padauk", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_padauk", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_padauk", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_padauk", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_padauk", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_palm.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_palm.json index 650fb404c3..197616fa85 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_palm.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_palm.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_palm", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_palm", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_palm", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_palm", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_palm", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_palm", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_palm", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_palm", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_palm", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_palm", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_palm", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_palm", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_palm", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_palm", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_palm", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_palm", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_palm", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_palm", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_palm", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_palm", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_palm", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_palm", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_palm", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_palm", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_palm", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_palm", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_palm", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_palm", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_papaya.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_papaya.json index 95131ce389..415808024a 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_papaya.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_papaya.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_papaya", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_papaya", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_papaya", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_papaya", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_papaya", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_papaya", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_papaya", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_papaya", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_papaya", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_papaya", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_papaya", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_papaya", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_papaya", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_papaya", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_papaya", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_papaya", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_papaya", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_papaya", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_papaya", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_papaya", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_papaya", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_papaya", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_papaya", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_papaya", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_papaya", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_papaya", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_papaya", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_papaya", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_pine.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_pine.json index 569e316a84..6467ac962a 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_pine.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_pine.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_pine", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_pine", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_pine", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_pine", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_pine", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_pine", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_pine", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_pine", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_pine", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_pine", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_pine", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_pine", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_pine", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_pine", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_pine", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_pine", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_pine", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_pine", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_pine", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_pine", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_pine", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_pine", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_pine", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_pine", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_pine", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_pine", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_pine", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_pine", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_plum.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_plum.json index 23c5770495..cd72d92711 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_plum.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_plum.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_plum", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_plum", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_plum", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_plum", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_plum", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_plum", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_plum", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_plum", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_plum", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_plum", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_plum", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_plum", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_plum", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_plum", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_plum", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_plum", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_plum", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_plum", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_plum", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_plum", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_plum", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_plum", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_plum", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_plum", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_plum", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_plum", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_plum", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_plum", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_poplar.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_poplar.json index 199e088a37..6921aa2b69 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_poplar.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_poplar.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_poplar", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_poplar", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_poplar", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_poplar", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_poplar", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_poplar", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_poplar", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_poplar", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_poplar", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_poplar", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_poplar", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_poplar", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_poplar", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_poplar", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_poplar", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_poplar", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_poplar", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_poplar", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_poplar", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_poplar", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_poplar", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_poplar", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_poplar", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_poplar", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_poplar", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_poplar", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_poplar", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_poplar", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_sequoia.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_sequoia.json index d94aa5f7ff..ad68fa7c25 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_sequoia.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_sequoia.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_sequoia", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_sequoia", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_sequoia", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_sequoia", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_sequoia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_sequoia", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_sequoia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_sequoia", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_sequoia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_sequoia", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_sequoia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_sequoia", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_sequoia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_sequoia", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_sequoia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_sequoia", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_sequoia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_sequoia", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_sequoia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_sequoia", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_sequoia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_sequoia", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_sequoia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_sequoia", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_sequoia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_sequoia", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_sequoia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_sequoia", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_teak.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_teak.json index bc5d41f06a..f929fecc93 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_teak.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_teak.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_teak", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_teak", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_teak", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_teak", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_teak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_teak", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_teak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_teak", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_teak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_teak", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_teak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_teak", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_teak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_teak", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_teak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_teak", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_teak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_teak", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_teak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_teak", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_teak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_teak", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_teak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_teak", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_teak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_teak", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_teak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_teak", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_walnut.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_walnut.json index 714ea7d712..5b5c45540e 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_walnut.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_walnut.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_walnut", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_walnut", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_walnut", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_walnut", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_walnut", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_walnut", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_walnut", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_walnut", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_walnut", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_walnut", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_walnut", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_walnut", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_walnut", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_walnut", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_walnut", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_walnut", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_walnut", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_walnut", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_walnut", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_walnut", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_walnut", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_walnut", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_walnut", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_walnut", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_walnut", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_walnut", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_walnut", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_walnut", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_wenge.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_wenge.json index b8a6ec53d4..632cffe0cd 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_wenge.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_wenge.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_wenge", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_wenge", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_wenge", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_wenge", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_wenge", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_wenge", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_wenge", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_wenge", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_wenge", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_wenge", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_wenge", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_wenge", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_wenge", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_wenge", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_wenge", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_wenge", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_wenge", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_wenge", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_wenge", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_wenge", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_wenge", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_wenge", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_wenge", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_wenge", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_wenge", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_wenge", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_wenge", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_wenge", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_willow.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_willow.json index 3502dbf32c..90ed3a4096 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_willow.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_willow.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_willow", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_willow", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_willow", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_willow", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_willow", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_willow", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_willow", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_willow", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_willow", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_willow", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_willow", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_willow", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_willow", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_willow", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_willow", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_willow", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood.json index a66b5912d3..8c8ec97b53 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_zebrawood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_zebrawood", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_zebrawood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_zebrawood", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_zebrawood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_zebrawood", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_forestry_zebrawood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_forestry_zebrawood", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_zebrawood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_zebrawood", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_zebrawood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_zebrawood", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_zebrawood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_zebrawood", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_forestry_zebrawood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_forestry_zebrawood", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_zebrawood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_zebrawood", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_zebrawood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_zebrawood", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_zebrawood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_zebrawood", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_forestry_zebrawood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_forestry_zebrawood", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood.json index 32bd7369a2..1c907cc5db 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_immersiveengineering_treated_wood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_immersiveengineering_treated_wood", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_immersiveengineering_treated_wood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_immersiveengineering_treated_wood", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_immersiveengineering_treated_wood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_immersiveengineering_treated_wood", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_immersiveengineering_treated_wood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_immersiveengineering_treated_wood", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_immersiveengineering_treated_wood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_immersiveengineering_treated_wood", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_immersiveengineering_treated_wood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_immersiveengineering_treated_wood", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_immersiveengineering_treated_wood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_immersiveengineering_treated_wood", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_immersiveengineering_treated_wood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_immersiveengineering_treated_wood", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_immersiveengineering_treated_wood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_immersiveengineering_treated_wood", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_immersiveengineering_treated_wood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_immersiveengineering_treated_wood", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_immersiveengineering_treated_wood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_immersiveengineering_treated_wood", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_immersiveengineering_treated_wood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_immersiveengineering_treated_wood", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_jungle.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_jungle.json index dd7886fb6a..852b233220 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_jungle.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_jungle.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_jungle", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_jungle", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_jungle", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_jungle", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_jungle", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_jungle", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_jungle", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_jungle", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_jungle", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_jungle", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_jungle", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_jungle", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_jungle", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_jungle", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_jungle", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_jungle", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_jungle", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_jungle", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_jungle", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_jungle", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_jungle", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_jungle", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_jungle", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_jungle", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_jungle", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_jungle", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_jungle", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_jungle", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_natura_amaranth.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_natura_amaranth.json index 54f1040c84..74a0239234 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_natura_amaranth.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_natura_amaranth.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_natura_amaranth", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_natura_amaranth", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_natura_amaranth", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_natura_amaranth", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_natura_amaranth", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_natura_amaranth", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_natura_amaranth", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_natura_amaranth", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_natura_amaranth", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_natura_amaranth", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_natura_amaranth", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_natura_amaranth", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_natura_amaranth", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_natura_amaranth", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_natura_amaranth", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_natura_amaranth", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_natura_amaranth", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_natura_amaranth", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_natura_amaranth", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_natura_amaranth", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_natura_amaranth", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_natura_amaranth", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_natura_amaranth", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_natura_amaranth", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_natura_amaranth", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_natura_amaranth", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_natura_amaranth", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_natura_amaranth", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_natura_bloodwood.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_natura_bloodwood.json index 6edcb89a0c..ac2cac689e 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_natura_bloodwood.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_natura_bloodwood.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_natura_bloodwood", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_natura_bloodwood", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_natura_bloodwood", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_natura_bloodwood", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_natura_bloodwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_natura_bloodwood", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_natura_bloodwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_natura_bloodwood", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_natura_bloodwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_natura_bloodwood", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_natura_bloodwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_natura_bloodwood", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_natura_bloodwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_natura_bloodwood", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_natura_bloodwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_natura_bloodwood", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_natura_bloodwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_natura_bloodwood", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_natura_bloodwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_natura_bloodwood", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_natura_bloodwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_natura_bloodwood", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_natura_bloodwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_natura_bloodwood", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_natura_bloodwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_natura_bloodwood", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_natura_bloodwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_natura_bloodwood", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_natura_darkwood.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_natura_darkwood.json index a28c15494a..2303b23dab 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_natura_darkwood.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_natura_darkwood.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_natura_darkwood", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_natura_darkwood", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_natura_darkwood", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_natura_darkwood", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_natura_darkwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_natura_darkwood", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_natura_darkwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_natura_darkwood", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_natura_darkwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_natura_darkwood", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_natura_darkwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_natura_darkwood", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_natura_darkwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_natura_darkwood", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_natura_darkwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_natura_darkwood", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_natura_darkwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_natura_darkwood", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_natura_darkwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_natura_darkwood", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_natura_darkwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_natura_darkwood", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_natura_darkwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_natura_darkwood", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_natura_darkwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_natura_darkwood", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_natura_darkwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_natura_darkwood", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus.json index 8f61ef5776..dd0c7bf376 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_natura_eucalyptus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_natura_eucalyptus", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_natura_eucalyptus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_natura_eucalyptus", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_natura_eucalyptus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_natura_eucalyptus", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_natura_eucalyptus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_natura_eucalyptus", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_natura_eucalyptus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_natura_eucalyptus", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_natura_eucalyptus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_natura_eucalyptus", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_natura_eucalyptus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_natura_eucalyptus", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_natura_eucalyptus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_natura_eucalyptus", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_natura_eucalyptus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_natura_eucalyptus", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_natura_eucalyptus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_natura_eucalyptus", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_natura_eucalyptus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_natura_eucalyptus", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_natura_eucalyptus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_natura_eucalyptus", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_natura_fusewood.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_natura_fusewood.json index 3ed7694d1e..3d6f75c39e 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_natura_fusewood.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_natura_fusewood.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_natura_fusewood", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_natura_fusewood", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_natura_fusewood", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_natura_fusewood", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_natura_fusewood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_natura_fusewood", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_natura_fusewood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_natura_fusewood", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_natura_fusewood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_natura_fusewood", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_natura_fusewood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_natura_fusewood", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_natura_fusewood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_natura_fusewood", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_natura_fusewood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_natura_fusewood", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_natura_fusewood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_natura_fusewood", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_natura_fusewood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_natura_fusewood", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_natura_fusewood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_natura_fusewood", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_natura_fusewood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_natura_fusewood", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_natura_fusewood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_natura_fusewood", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_natura_fusewood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_natura_fusewood", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_natura_ghostwood.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_natura_ghostwood.json index 4fca65c86f..a8bf43260a 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_natura_ghostwood.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_natura_ghostwood.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_natura_ghostwood", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_natura_ghostwood", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_natura_ghostwood", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_natura_ghostwood", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_natura_ghostwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_natura_ghostwood", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_natura_ghostwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_natura_ghostwood", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_natura_ghostwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_natura_ghostwood", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_natura_ghostwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_natura_ghostwood", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_natura_ghostwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_natura_ghostwood", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_natura_ghostwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_natura_ghostwood", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_natura_ghostwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_natura_ghostwood", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_natura_ghostwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_natura_ghostwood", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_natura_ghostwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_natura_ghostwood", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_natura_ghostwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_natura_ghostwood", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_natura_ghostwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_natura_ghostwood", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_natura_ghostwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_natura_ghostwood", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_natura_hopseed.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_natura_hopseed.json index 20a587b6d6..a829e0949b 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_natura_hopseed.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_natura_hopseed.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_natura_hopseed", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_natura_hopseed", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_natura_hopseed", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_natura_hopseed", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_natura_hopseed", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_natura_hopseed", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_natura_hopseed", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_natura_hopseed", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_natura_hopseed", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_natura_hopseed", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_natura_hopseed", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_natura_hopseed", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_natura_hopseed", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_natura_hopseed", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_natura_hopseed", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_natura_hopseed", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_natura_hopseed", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_natura_hopseed", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_natura_hopseed", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_natura_hopseed", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_natura_hopseed", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_natura_hopseed", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_natura_hopseed", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_natura_hopseed", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_natura_hopseed", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_natura_hopseed", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_natura_hopseed", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_natura_hopseed", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_natura_maple.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_natura_maple.json index f2f29c3e4e..0c2050b2ea 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_natura_maple.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_natura_maple.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_natura_maple", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_natura_maple", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_natura_maple", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_natura_maple", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_natura_maple", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_natura_maple", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_natura_maple", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_natura_maple", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_natura_maple", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_natura_maple", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_natura_maple", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_natura_maple", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_natura_maple", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_natura_maple", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_natura_maple", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_natura_maple", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_natura_maple", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_natura_maple", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_natura_maple", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_natura_maple", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_natura_maple", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_natura_maple", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_natura_maple", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_natura_maple", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_natura_maple", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_natura_maple", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_natura_maple", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_natura_maple", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_natura_sakura.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_natura_sakura.json index 16281ec145..843d60303d 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_natura_sakura.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_natura_sakura.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_natura_sakura", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_natura_sakura", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_natura_sakura", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_natura_sakura", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_natura_sakura", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_natura_sakura", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_natura_sakura", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_natura_sakura", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_natura_sakura", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_natura_sakura", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_natura_sakura", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_natura_sakura", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_natura_sakura", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_natura_sakura", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_natura_sakura", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_natura_sakura", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_natura_sakura", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_natura_sakura", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_natura_sakura", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_natura_sakura", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_natura_sakura", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_natura_sakura", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_natura_sakura", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_natura_sakura", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_natura_sakura", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_natura_sakura", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_natura_sakura", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_natura_sakura", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_natura_silverbell.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_natura_silverbell.json index ebdbbdb945..944fda04eb 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_natura_silverbell.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_natura_silverbell.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_natura_silverbell", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_natura_silverbell", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_natura_silverbell", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_natura_silverbell", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_natura_silverbell", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_natura_silverbell", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_natura_silverbell", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_natura_silverbell", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_natura_silverbell", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_natura_silverbell", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_natura_silverbell", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_natura_silverbell", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_natura_silverbell", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_natura_silverbell", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_natura_silverbell", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_natura_silverbell", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_natura_silverbell", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_natura_silverbell", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_natura_silverbell", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_natura_silverbell", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_natura_silverbell", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_natura_silverbell", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_natura_silverbell", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_natura_silverbell", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_natura_silverbell", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_natura_silverbell", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_natura_silverbell", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_natura_silverbell", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_natura_tiger.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_natura_tiger.json index aba281b0ec..6fbdb09ba4 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_natura_tiger.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_natura_tiger.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_natura_tiger", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_natura_tiger", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_natura_tiger", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_natura_tiger", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_natura_tiger", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_natura_tiger", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_natura_tiger", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_natura_tiger", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_natura_tiger", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_natura_tiger", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_natura_tiger", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_natura_tiger", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_natura_tiger", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_natura_tiger", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_natura_tiger", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_natura_tiger", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_natura_tiger", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_natura_tiger", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_natura_tiger", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_natura_tiger", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_natura_tiger", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_natura_tiger", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_natura_tiger", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_natura_tiger", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_natura_tiger", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_natura_tiger", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_natura_tiger", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_natura_tiger", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_natura_willow.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_natura_willow.json index 3a1a146bab..09a9301307 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_natura_willow.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_natura_willow.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_natura_willow", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_natura_willow", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_natura_willow", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_natura_willow", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_natura_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_natura_willow", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_natura_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_natura_willow", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_natura_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_natura_willow", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_natura_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_natura_willow", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_natura_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_natura_willow", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_natura_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_natura_willow", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_natura_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_natura_willow", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_natura_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_natura_willow", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_natura_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_natura_willow", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_natura_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_natura_willow", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_natura_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_natura_willow", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_natura_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_natura_willow", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_oak.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_oak.json index 649933213b..d44438159c 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_oak.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_oak.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_oak", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_oak", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_oak", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_oak", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_oak", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_oak", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_oak", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_oak", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_oak", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_oak", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_oak", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_oak", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_oak", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_oak", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_oak", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_oak", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_spruce.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_spruce.json index 7409b12154..02d4da0296 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_spruce.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_back_padded_single_spruce.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_spruce", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_spruce", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_spruce", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_single_spruce", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_spruce", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_spruce", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_spruce", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_spruce", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_spruce", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_spruce", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_middle_spruce", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_middle_spruce", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_spruce", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_spruce", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_spruce", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_spruce", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_spruce", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_spruce", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_right_spruce", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_right_spruce", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_spruce", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_spruce", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_spruce", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_spruce", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_spruce", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_spruce", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_back_padded_left_spruce", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_back_padded_left_spruce", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_acacia.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_acacia.json index 80f719e656..f20bc63f89 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_acacia.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_acacia.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_acacia", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_acacia", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_acacia", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_acacia", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_acacia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_acacia", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_acacia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_acacia", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_acacia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_acacia", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_acacia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_acacia", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_acacia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_acacia", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_acacia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_acacia", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_acacia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_acacia", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_acacia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_acacia", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_acacia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_acacia", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_acacia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_acacia", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_acacia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_acacia", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_acacia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_acacia", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_big_oak.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_big_oak.json index 06666e76b9..e4a6f2e0a1 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_big_oak.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_big_oak.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_big_oak", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_big_oak", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_big_oak", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_big_oak", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_big_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_big_oak", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_big_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_big_oak", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_big_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_big_oak", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_big_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_big_oak", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_big_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_big_oak", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_big_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_big_oak", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_big_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_big_oak", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_big_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_big_oak", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_big_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_big_oak", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_big_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_big_oak", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_big_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_big_oak", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_big_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_big_oak", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry.json index c29637801d..2419b6d1af 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_biomesoplenty_cherry", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_biomesoplenty_cherry", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_biomesoplenty_cherry", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_biomesoplenty_cherry", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_biomesoplenty_cherry", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_biomesoplenty_cherry", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_biomesoplenty_cherry", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_biomesoplenty_cherry", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_biomesoplenty_cherry", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_biomesoplenty_cherry", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_biomesoplenty_cherry", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_biomesoplenty_cherry", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_biomesoplenty_cherry", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_biomesoplenty_cherry", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_biomesoplenty_cherry", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_biomesoplenty_cherry", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_biomesoplenty_cherry", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_biomesoplenty_cherry", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_biomesoplenty_cherry", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_biomesoplenty_cherry", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_biomesoplenty_cherry", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_biomesoplenty_cherry", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_biomesoplenty_cherry", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_biomesoplenty_cherry", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony.json index 4133071af1..1bad27d010 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_biomesoplenty_ebony", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_biomesoplenty_ebony", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_biomesoplenty_ebony", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_biomesoplenty_ebony", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_biomesoplenty_ebony", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_biomesoplenty_ebony", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_biomesoplenty_ebony", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_biomesoplenty_ebony", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_biomesoplenty_ebony", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_biomesoplenty_ebony", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_biomesoplenty_ebony", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_biomesoplenty_ebony", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_biomesoplenty_ebony", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_biomesoplenty_ebony", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_biomesoplenty_ebony", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_biomesoplenty_ebony", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_biomesoplenty_ebony", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_biomesoplenty_ebony", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_biomesoplenty_ebony", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_biomesoplenty_ebony", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_biomesoplenty_ebony", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_biomesoplenty_ebony", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_biomesoplenty_ebony", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_biomesoplenty_ebony", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal.json index 207ae16075..e51a17185a 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_biomesoplenty_ethereal", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_biomesoplenty_ethereal", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_biomesoplenty_ethereal", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_biomesoplenty_ethereal", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_biomesoplenty_ethereal", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_biomesoplenty_ethereal", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_biomesoplenty_ethereal", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_biomesoplenty_ethereal", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_biomesoplenty_ethereal", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_biomesoplenty_ethereal", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_biomesoplenty_ethereal", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_biomesoplenty_ethereal", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_biomesoplenty_ethereal", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_biomesoplenty_ethereal", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_biomesoplenty_ethereal", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_biomesoplenty_ethereal", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_biomesoplenty_ethereal", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_biomesoplenty_ethereal", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_biomesoplenty_ethereal", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_biomesoplenty_ethereal", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_biomesoplenty_ethereal", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_biomesoplenty_ethereal", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_biomesoplenty_ethereal", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_biomesoplenty_ethereal", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus.json index b9cafa80cc..794981baa9 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_biomesoplenty_eucalyptus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_biomesoplenty_eucalyptus", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_biomesoplenty_eucalyptus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_biomesoplenty_eucalyptus", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_biomesoplenty_eucalyptus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_biomesoplenty_eucalyptus", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_biomesoplenty_eucalyptus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_biomesoplenty_eucalyptus", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_biomesoplenty_eucalyptus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_biomesoplenty_eucalyptus", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_biomesoplenty_eucalyptus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_biomesoplenty_eucalyptus", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_biomesoplenty_eucalyptus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_biomesoplenty_eucalyptus", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_biomesoplenty_eucalyptus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_biomesoplenty_eucalyptus", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_biomesoplenty_eucalyptus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_biomesoplenty_eucalyptus", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_biomesoplenty_eucalyptus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_biomesoplenty_eucalyptus", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_biomesoplenty_eucalyptus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_biomesoplenty_eucalyptus", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_biomesoplenty_eucalyptus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_biomesoplenty_eucalyptus", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_biomesoplenty_fir.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_biomesoplenty_fir.json index ed32d94873..8e9b79abe4 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_biomesoplenty_fir.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_biomesoplenty_fir.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_biomesoplenty_fir", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_biomesoplenty_fir", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_biomesoplenty_fir", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_biomesoplenty_fir", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_biomesoplenty_fir", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_biomesoplenty_fir", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_biomesoplenty_fir", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_biomesoplenty_fir", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_biomesoplenty_fir", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_biomesoplenty_fir", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_biomesoplenty_fir", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_biomesoplenty_fir", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_biomesoplenty_fir", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_biomesoplenty_fir", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_biomesoplenty_fir", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_biomesoplenty_fir", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_biomesoplenty_fir", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_biomesoplenty_fir", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_biomesoplenty_fir", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_biomesoplenty_fir", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_biomesoplenty_fir", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_biomesoplenty_fir", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_biomesoplenty_fir", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_biomesoplenty_fir", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_biomesoplenty_fir", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_biomesoplenty_fir", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_biomesoplenty_fir", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_biomesoplenty_fir", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark.json index a4e98bab0e..32edcc7abc 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_biomesoplenty_hellbark", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_biomesoplenty_hellbark", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_biomesoplenty_hellbark", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_biomesoplenty_hellbark", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_biomesoplenty_hellbark", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_biomesoplenty_hellbark", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_biomesoplenty_hellbark", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_biomesoplenty_hellbark", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_biomesoplenty_hellbark", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_biomesoplenty_hellbark", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_biomesoplenty_hellbark", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_biomesoplenty_hellbark", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_biomesoplenty_hellbark", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_biomesoplenty_hellbark", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_biomesoplenty_hellbark", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_biomesoplenty_hellbark", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_biomesoplenty_hellbark", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_biomesoplenty_hellbark", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_biomesoplenty_hellbark", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_biomesoplenty_hellbark", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_biomesoplenty_hellbark", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_biomesoplenty_hellbark", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_biomesoplenty_hellbark", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_biomesoplenty_hellbark", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda.json index 8ed4edb2a5..c0b1190e97 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_biomesoplenty_jacaranda", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_biomesoplenty_jacaranda", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_biomesoplenty_jacaranda", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_biomesoplenty_jacaranda", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_biomesoplenty_jacaranda", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_biomesoplenty_jacaranda", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_biomesoplenty_jacaranda", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_biomesoplenty_jacaranda", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_biomesoplenty_jacaranda", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_biomesoplenty_jacaranda", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_biomesoplenty_jacaranda", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_biomesoplenty_jacaranda", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_biomesoplenty_jacaranda", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_biomesoplenty_jacaranda", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_biomesoplenty_jacaranda", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_biomesoplenty_jacaranda", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_biomesoplenty_jacaranda", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_biomesoplenty_jacaranda", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_biomesoplenty_jacaranda", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_biomesoplenty_jacaranda", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_biomesoplenty_jacaranda", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_biomesoplenty_jacaranda", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_biomesoplenty_jacaranda", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_biomesoplenty_jacaranda", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_biomesoplenty_magic.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_biomesoplenty_magic.json index 536405469b..32a37b39d7 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_biomesoplenty_magic.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_biomesoplenty_magic.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_biomesoplenty_magic", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_biomesoplenty_magic", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_biomesoplenty_magic", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_biomesoplenty_magic", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_biomesoplenty_magic", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_biomesoplenty_magic", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_biomesoplenty_magic", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_biomesoplenty_magic", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_biomesoplenty_magic", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_biomesoplenty_magic", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_biomesoplenty_magic", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_biomesoplenty_magic", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_biomesoplenty_magic", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_biomesoplenty_magic", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_biomesoplenty_magic", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_biomesoplenty_magic", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_biomesoplenty_magic", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_biomesoplenty_magic", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_biomesoplenty_magic", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_biomesoplenty_magic", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_biomesoplenty_magic", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_biomesoplenty_magic", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_biomesoplenty_magic", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_biomesoplenty_magic", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_biomesoplenty_magic", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_biomesoplenty_magic", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_biomesoplenty_magic", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_biomesoplenty_magic", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany.json index 817f1450a6..bcbe5bc7bc 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_biomesoplenty_mahogany", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_biomesoplenty_mahogany", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_biomesoplenty_mahogany", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_biomesoplenty_mahogany", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_biomesoplenty_mahogany", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_biomesoplenty_mahogany", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_biomesoplenty_mahogany", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_biomesoplenty_mahogany", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_biomesoplenty_mahogany", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_biomesoplenty_mahogany", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_biomesoplenty_mahogany", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_biomesoplenty_mahogany", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_biomesoplenty_mahogany", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_biomesoplenty_mahogany", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_biomesoplenty_mahogany", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_biomesoplenty_mahogany", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_biomesoplenty_mahogany", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_biomesoplenty_mahogany", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_biomesoplenty_mahogany", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_biomesoplenty_mahogany", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_biomesoplenty_mahogany", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_biomesoplenty_mahogany", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_biomesoplenty_mahogany", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_biomesoplenty_mahogany", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove.json index 8cf87b71d7..3e6f2af909 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_biomesoplenty_mangrove", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_biomesoplenty_mangrove", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_biomesoplenty_mangrove", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_biomesoplenty_mangrove", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_biomesoplenty_mangrove", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_biomesoplenty_mangrove", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_biomesoplenty_mangrove", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_biomesoplenty_mangrove", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_biomesoplenty_mangrove", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_biomesoplenty_mangrove", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_biomesoplenty_mangrove", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_biomesoplenty_mangrove", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_biomesoplenty_mangrove", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_biomesoplenty_mangrove", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_biomesoplenty_mangrove", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_biomesoplenty_mangrove", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_biomesoplenty_mangrove", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_biomesoplenty_mangrove", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_biomesoplenty_mangrove", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_biomesoplenty_mangrove", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_biomesoplenty_mangrove", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_biomesoplenty_mangrove", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_biomesoplenty_mangrove", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_biomesoplenty_mangrove", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_biomesoplenty_palm.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_biomesoplenty_palm.json index 761650fe31..43828c8ffd 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_biomesoplenty_palm.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_biomesoplenty_palm.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_biomesoplenty_palm", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_biomesoplenty_palm", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_biomesoplenty_palm", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_biomesoplenty_palm", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_biomesoplenty_palm", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_biomesoplenty_palm", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_biomesoplenty_palm", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_biomesoplenty_palm", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_biomesoplenty_palm", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_biomesoplenty_palm", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_biomesoplenty_palm", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_biomesoplenty_palm", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_biomesoplenty_palm", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_biomesoplenty_palm", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_biomesoplenty_palm", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_biomesoplenty_palm", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_biomesoplenty_palm", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_biomesoplenty_palm", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_biomesoplenty_palm", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_biomesoplenty_palm", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_biomesoplenty_palm", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_biomesoplenty_palm", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_biomesoplenty_palm", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_biomesoplenty_palm", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_biomesoplenty_palm", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_biomesoplenty_palm", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_biomesoplenty_palm", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_biomesoplenty_palm", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_biomesoplenty_pine.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_biomesoplenty_pine.json index ec20060b8b..2b1e2b51a2 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_biomesoplenty_pine.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_biomesoplenty_pine.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_biomesoplenty_pine", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_biomesoplenty_pine", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_biomesoplenty_pine", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_biomesoplenty_pine", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_biomesoplenty_pine", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_biomesoplenty_pine", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_biomesoplenty_pine", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_biomesoplenty_pine", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_biomesoplenty_pine", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_biomesoplenty_pine", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_biomesoplenty_pine", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_biomesoplenty_pine", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_biomesoplenty_pine", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_biomesoplenty_pine", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_biomesoplenty_pine", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_biomesoplenty_pine", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_biomesoplenty_pine", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_biomesoplenty_pine", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_biomesoplenty_pine", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_biomesoplenty_pine", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_biomesoplenty_pine", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_biomesoplenty_pine", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_biomesoplenty_pine", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_biomesoplenty_pine", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_biomesoplenty_pine", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_biomesoplenty_pine", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_biomesoplenty_pine", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_biomesoplenty_pine", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood.json index 82798b0d40..3500e4a451 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_biomesoplenty_redwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_biomesoplenty_redwood", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_biomesoplenty_redwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_biomesoplenty_redwood", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_biomesoplenty_redwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_biomesoplenty_redwood", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_biomesoplenty_redwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_biomesoplenty_redwood", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_biomesoplenty_redwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_biomesoplenty_redwood", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_biomesoplenty_redwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_biomesoplenty_redwood", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_biomesoplenty_redwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_biomesoplenty_redwood", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_biomesoplenty_redwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_biomesoplenty_redwood", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_biomesoplenty_redwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_biomesoplenty_redwood", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_biomesoplenty_redwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_biomesoplenty_redwood", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_biomesoplenty_redwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_biomesoplenty_redwood", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_biomesoplenty_redwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_biomesoplenty_redwood", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak.json index 2e9c4dfc41..4e23ebcf90 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_biomesoplenty_sacred_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_biomesoplenty_sacred_oak", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_biomesoplenty_sacred_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_biomesoplenty_sacred_oak", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_biomesoplenty_sacred_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_biomesoplenty_sacred_oak", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_biomesoplenty_sacred_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_biomesoplenty_sacred_oak", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_biomesoplenty_sacred_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_biomesoplenty_sacred_oak", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_biomesoplenty_sacred_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_biomesoplenty_sacred_oak", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_biomesoplenty_sacred_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_biomesoplenty_sacred_oak", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_biomesoplenty_sacred_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_biomesoplenty_sacred_oak", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_biomesoplenty_sacred_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_biomesoplenty_sacred_oak", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_biomesoplenty_sacred_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_biomesoplenty_sacred_oak", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_biomesoplenty_sacred_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_biomesoplenty_sacred_oak", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_biomesoplenty_sacred_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_biomesoplenty_sacred_oak", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran.json index 8593490b85..afe2efaf0f 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_biomesoplenty_umbran", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_biomesoplenty_umbran", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_biomesoplenty_umbran", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_biomesoplenty_umbran", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_biomesoplenty_umbran", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_biomesoplenty_umbran", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_biomesoplenty_umbran", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_biomesoplenty_umbran", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_biomesoplenty_umbran", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_biomesoplenty_umbran", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_biomesoplenty_umbran", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_biomesoplenty_umbran", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_biomesoplenty_umbran", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_biomesoplenty_umbran", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_biomesoplenty_umbran", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_biomesoplenty_umbran", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_biomesoplenty_umbran", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_biomesoplenty_umbran", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_biomesoplenty_umbran", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_biomesoplenty_umbran", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_biomesoplenty_umbran", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_biomesoplenty_umbran", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_biomesoplenty_umbran", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_biomesoplenty_umbran", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_biomesoplenty_willow.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_biomesoplenty_willow.json index a2814b5f27..69a0e3b4d4 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_biomesoplenty_willow.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_biomesoplenty_willow.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_biomesoplenty_willow", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_biomesoplenty_willow", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_biomesoplenty_willow", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_biomesoplenty_willow", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_biomesoplenty_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_biomesoplenty_willow", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_biomesoplenty_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_biomesoplenty_willow", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_biomesoplenty_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_biomesoplenty_willow", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_biomesoplenty_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_biomesoplenty_willow", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_biomesoplenty_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_biomesoplenty_willow", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_biomesoplenty_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_biomesoplenty_willow", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_biomesoplenty_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_biomesoplenty_willow", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_biomesoplenty_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_biomesoplenty_willow", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_biomesoplenty_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_biomesoplenty_willow", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_biomesoplenty_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_biomesoplenty_willow", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_biomesoplenty_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_biomesoplenty_willow", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_biomesoplenty_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_biomesoplenty_willow", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_birch.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_birch.json index ab5661af58..378e5e56e1 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_birch.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_birch.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_birch", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_birch", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_birch", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_birch", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_birch", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_birch", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_birch", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_birch", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_birch", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_birch", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_birch", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_birch", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_birch", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_birch", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_birch", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_birch", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_birch", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_birch", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_birch", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_birch", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_birch", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_birch", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_birch", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_birch", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_birch", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_birch", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_birch", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_birch", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_acacia.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_acacia.json index e583f64ffd..e7045510c4 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_acacia.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_acacia.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_acacia", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_acacia", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_acacia", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_acacia", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_acacia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_acacia", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_acacia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_acacia", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_acacia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_acacia", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_acacia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_acacia", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_acacia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_acacia", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_acacia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_acacia", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_acacia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_acacia", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_acacia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_acacia", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_acacia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_acacia", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_acacia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_acacia", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_acacia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_acacia", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_acacia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_acacia", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_balsa.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_balsa.json index 0f5a8ccfc4..7037ef6d45 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_balsa.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_balsa.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_balsa", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_balsa", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_balsa", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_balsa", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_balsa", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_balsa", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_balsa", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_balsa", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_balsa", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_balsa", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_balsa", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_balsa", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_balsa", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_balsa", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_balsa", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_balsa", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_balsa", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_balsa", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_balsa", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_balsa", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_balsa", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_balsa", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_balsa", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_balsa", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_balsa", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_balsa", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_balsa", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_balsa", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_baobab.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_baobab.json index 2af1fc8f00..d22162ffc5 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_baobab.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_baobab.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_baobab", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_baobab", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_baobab", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_baobab", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_baobab", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_baobab", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_baobab", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_baobab", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_baobab", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_baobab", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_baobab", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_baobab", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_baobab", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_baobab", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_baobab", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_baobab", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_baobab", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_baobab", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_baobab", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_baobab", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_baobab", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_baobab", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_baobab", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_baobab", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_baobab", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_baobab", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_baobab", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_baobab", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_cherry.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_cherry.json index cb60fb1c66..5acdcd18b5 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_cherry.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_cherry.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_cherry", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_cherry", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_cherry", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_cherry", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_cherry", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_cherry", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_cherry", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_cherry", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_cherry", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_cherry", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_cherry", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_cherry", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_cherry", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_cherry", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_cherry", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_cherry", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_cherry", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_cherry", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_cherry", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_cherry", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_cherry", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_cherry", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_cherry", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_cherry", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_cherry", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_cherry", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_cherry", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_cherry", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_chestnut.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_chestnut.json index 8e6b15d803..a5235fbba7 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_chestnut.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_chestnut.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_chestnut", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_chestnut", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_chestnut", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_chestnut", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_chestnut", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_chestnut", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_chestnut", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_chestnut", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_chestnut", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_chestnut", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_chestnut", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_chestnut", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_chestnut", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_chestnut", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_chestnut", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_chestnut", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_chestnut", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_chestnut", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_chestnut", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_chestnut", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_chestnut", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_chestnut", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_chestnut", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_chestnut", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_chestnut", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_chestnut", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_chestnut", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_chestnut", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_citrus.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_citrus.json index 01e5147739..4e9685c7f4 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_citrus.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_citrus.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_citrus", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_citrus", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_citrus", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_citrus", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_citrus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_citrus", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_citrus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_citrus", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_citrus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_citrus", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_citrus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_citrus", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_citrus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_citrus", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_citrus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_citrus", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_citrus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_citrus", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_citrus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_citrus", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_citrus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_citrus", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_citrus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_citrus", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_citrus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_citrus", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_citrus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_citrus", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_cocobolo.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_cocobolo.json index 3fd5094c20..ccf5d64235 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_cocobolo.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_cocobolo.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_cocobolo", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_cocobolo", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_cocobolo", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_cocobolo", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_cocobolo", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_cocobolo", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_cocobolo", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_cocobolo", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_cocobolo", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_cocobolo", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_cocobolo", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_cocobolo", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_cocobolo", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_cocobolo", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_cocobolo", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_cocobolo", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_cocobolo", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_cocobolo", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_cocobolo", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_cocobolo", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_cocobolo", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_cocobolo", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_cocobolo", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_cocobolo", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_cocobolo", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_cocobolo", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_cocobolo", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_cocobolo", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_ebony.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_ebony.json index b408f2bab7..bb7ef0518b 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_ebony.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_ebony.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_ebony", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_ebony", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_ebony", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_ebony", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_ebony", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_ebony", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_ebony", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_ebony", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_ebony", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_ebony", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_ebony", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_ebony", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_ebony", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_ebony", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_ebony", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_ebony", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_ebony", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_ebony", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_ebony", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_ebony", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_ebony", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_ebony", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_ebony", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_ebony", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_ebony", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_ebony", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_ebony", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_ebony", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_giganteum.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_giganteum.json index 2d93f50416..42747f017f 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_giganteum.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_giganteum.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_giganteum", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_giganteum", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_giganteum", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_giganteum", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_giganteum", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_giganteum", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_giganteum", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_giganteum", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_giganteum", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_giganteum", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_giganteum", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_giganteum", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_giganteum", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_giganteum", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_giganteum", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_giganteum", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_giganteum", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_giganteum", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_giganteum", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_giganteum", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_giganteum", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_giganteum", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_giganteum", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_giganteum", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_giganteum", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_giganteum", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_giganteum", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_giganteum", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_greenheart.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_greenheart.json index ef383b2fcf..167fa2ad03 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_greenheart.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_greenheart.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_greenheart", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_greenheart", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_greenheart", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_greenheart", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_greenheart", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_greenheart", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_greenheart", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_greenheart", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_greenheart", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_greenheart", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_greenheart", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_greenheart", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_greenheart", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_greenheart", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_greenheart", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_greenheart", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_greenheart", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_greenheart", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_greenheart", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_greenheart", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_greenheart", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_greenheart", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_greenheart", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_greenheart", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_greenheart", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_greenheart", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_greenheart", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_greenheart", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_ipe.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_ipe.json index 19d1db1c84..f997535546 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_ipe.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_ipe.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_ipe", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_ipe", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_ipe", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_ipe", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_ipe", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_ipe", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_ipe", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_ipe", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_ipe", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_ipe", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_ipe", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_ipe", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_ipe", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_ipe", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_ipe", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_ipe", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_ipe", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_ipe", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_ipe", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_ipe", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_ipe", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_ipe", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_ipe", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_ipe", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_ipe", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_ipe", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_ipe", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_ipe", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_kapok.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_kapok.json index e0dcd819d9..eabb9f6828 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_kapok.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_kapok.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_kapok", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_kapok", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_kapok", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_kapok", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_kapok", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_kapok", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_kapok", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_kapok", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_kapok", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_kapok", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_kapok", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_kapok", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_kapok", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_kapok", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_kapok", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_kapok", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_kapok", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_kapok", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_kapok", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_kapok", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_kapok", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_kapok", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_kapok", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_kapok", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_kapok", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_kapok", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_kapok", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_kapok", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_larch.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_larch.json index 5fd2a622d5..603c0793ca 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_larch.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_larch.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_larch", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_larch", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_larch", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_larch", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_larch", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_larch", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_larch", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_larch", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_larch", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_larch", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_larch", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_larch", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_larch", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_larch", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_larch", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_larch", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_larch", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_larch", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_larch", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_larch", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_larch", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_larch", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_larch", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_larch", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_larch", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_larch", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_larch", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_larch", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_lime.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_lime.json index f3f89b4b2a..c03907c622 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_lime.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_lime.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_lime", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_lime", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_lime", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_lime", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_lime", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_lime", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_lime", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_lime", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_lime", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_lime", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_lime", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_lime", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_lime", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_lime", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_lime", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_lime", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_lime", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_lime", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_lime", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_lime", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_lime", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_lime", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_lime", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_lime", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_lime", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_lime", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_lime", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_lime", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_mahoe.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_mahoe.json index 216f4478c6..4c918d9e59 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_mahoe.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_mahoe.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_mahoe", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_mahoe", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_mahoe", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_mahoe", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_mahoe", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_mahoe", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_mahoe", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_mahoe", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_mahoe", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_mahoe", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_mahoe", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_mahoe", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_mahoe", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_mahoe", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_mahoe", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_mahoe", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_mahoe", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_mahoe", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_mahoe", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_mahoe", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_mahoe", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_mahoe", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_mahoe", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_mahoe", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_mahoe", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_mahoe", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_mahoe", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_mahoe", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_mahogany.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_mahogany.json index 2522d9aea2..ed4ca5b51a 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_mahogany.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_mahogany.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_mahogany", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_mahogany", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_mahogany", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_mahogany", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_mahogany", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_mahogany", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_mahogany", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_mahogany", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_mahogany", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_mahogany", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_mahogany", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_mahogany", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_mahogany", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_mahogany", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_mahogany", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_mahogany", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_mahogany", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_mahogany", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_mahogany", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_mahogany", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_mahogany", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_mahogany", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_mahogany", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_mahogany", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_mahogany", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_mahogany", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_mahogany", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_mahogany", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_maple.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_maple.json index cf7e1efbbd..37f72a019f 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_maple.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_maple.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_maple", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_maple", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_maple", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_maple", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_maple", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_maple", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_maple", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_maple", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_maple", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_maple", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_maple", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_maple", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_maple", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_maple", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_maple", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_maple", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_maple", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_maple", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_maple", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_maple", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_maple", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_maple", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_maple", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_maple", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_maple", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_maple", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_maple", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_maple", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_padauk.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_padauk.json index 06ff75d355..cad7a5eb59 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_padauk.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_padauk.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_padauk", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_padauk", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_padauk", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_padauk", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_padauk", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_padauk", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_padauk", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_padauk", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_padauk", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_padauk", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_padauk", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_padauk", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_padauk", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_padauk", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_padauk", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_padauk", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_padauk", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_padauk", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_padauk", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_padauk", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_padauk", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_padauk", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_padauk", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_padauk", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_padauk", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_padauk", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_padauk", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_padauk", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_palm.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_palm.json index 66ec65784c..926665504c 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_palm.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_palm.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_palm", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_palm", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_palm", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_palm", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_palm", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_palm", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_palm", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_palm", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_palm", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_palm", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_palm", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_palm", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_palm", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_palm", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_palm", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_palm", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_palm", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_palm", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_palm", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_palm", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_palm", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_palm", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_palm", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_palm", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_palm", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_palm", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_palm", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_palm", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_papaya.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_papaya.json index e983e5d1c9..20ec6ae215 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_papaya.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_papaya.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_papaya", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_papaya", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_papaya", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_papaya", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_papaya", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_papaya", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_papaya", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_papaya", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_papaya", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_papaya", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_papaya", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_papaya", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_papaya", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_papaya", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_papaya", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_papaya", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_papaya", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_papaya", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_papaya", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_papaya", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_papaya", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_papaya", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_papaya", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_papaya", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_papaya", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_papaya", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_papaya", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_papaya", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_pine.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_pine.json index 4be498715e..af5903f546 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_pine.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_pine.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_pine", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_pine", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_pine", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_pine", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_pine", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_pine", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_pine", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_pine", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_pine", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_pine", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_pine", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_pine", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_pine", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_pine", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_pine", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_pine", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_pine", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_pine", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_pine", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_pine", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_pine", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_pine", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_pine", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_pine", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_pine", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_pine", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_pine", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_pine", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_plum.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_plum.json index 3cb1bb0f22..0bd8a1b5f5 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_plum.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_plum.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_plum", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_plum", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_plum", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_plum", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_plum", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_plum", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_plum", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_plum", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_plum", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_plum", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_plum", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_plum", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_plum", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_plum", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_plum", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_plum", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_plum", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_plum", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_plum", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_plum", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_plum", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_plum", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_plum", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_plum", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_plum", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_plum", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_plum", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_plum", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_poplar.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_poplar.json index 4d7082332c..fc7cc26cd0 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_poplar.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_poplar.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_poplar", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_poplar", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_poplar", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_poplar", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_poplar", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_poplar", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_poplar", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_poplar", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_poplar", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_poplar", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_poplar", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_poplar", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_poplar", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_poplar", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_poplar", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_poplar", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_poplar", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_poplar", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_poplar", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_poplar", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_poplar", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_poplar", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_poplar", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_poplar", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_poplar", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_poplar", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_poplar", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_poplar", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_sequoia.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_sequoia.json index 15b7f9d526..e4f81ac991 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_sequoia.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_sequoia.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_sequoia", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_sequoia", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_sequoia", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_sequoia", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_sequoia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_sequoia", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_sequoia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_sequoia", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_sequoia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_sequoia", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_sequoia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_sequoia", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_sequoia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_sequoia", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_sequoia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_sequoia", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_sequoia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_sequoia", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_sequoia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_sequoia", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_sequoia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_sequoia", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_sequoia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_sequoia", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_sequoia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_sequoia", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_sequoia", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_sequoia", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_teak.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_teak.json index 2e2665bec3..f2973bded9 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_teak.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_teak.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_teak", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_teak", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_teak", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_teak", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_teak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_teak", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_teak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_teak", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_teak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_teak", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_teak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_teak", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_teak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_teak", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_teak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_teak", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_teak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_teak", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_teak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_teak", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_teak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_teak", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_teak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_teak", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_teak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_teak", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_teak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_teak", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_walnut.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_walnut.json index d16e5edcd6..f651a5ec63 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_walnut.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_walnut.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_walnut", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_walnut", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_walnut", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_walnut", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_walnut", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_walnut", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_walnut", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_walnut", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_walnut", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_walnut", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_walnut", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_walnut", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_walnut", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_walnut", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_walnut", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_walnut", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_walnut", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_walnut", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_walnut", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_walnut", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_walnut", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_walnut", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_walnut", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_walnut", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_walnut", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_walnut", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_walnut", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_walnut", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_wenge.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_wenge.json index b8428474c5..e6a4f46a21 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_wenge.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_wenge.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_wenge", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_wenge", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_wenge", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_wenge", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_wenge", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_wenge", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_wenge", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_wenge", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_wenge", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_wenge", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_wenge", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_wenge", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_wenge", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_wenge", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_wenge", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_wenge", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_wenge", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_wenge", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_wenge", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_wenge", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_wenge", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_wenge", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_wenge", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_wenge", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_wenge", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_wenge", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_wenge", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_wenge", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_willow.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_willow.json index db84c97b58..6996862deb 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_willow.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_willow.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_willow", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_willow", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_willow", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_willow", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_willow", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_willow", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_willow", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_willow", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_willow", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_willow", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_willow", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_willow", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_willow", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_willow", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_willow", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_willow", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_zebrawood.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_zebrawood.json index c74a9a6e77..9c39bd07b4 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_zebrawood.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_forestry_zebrawood.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_zebrawood", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_zebrawood", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_zebrawood", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_forestry_zebrawood", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_zebrawood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_zebrawood", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_zebrawood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_zebrawood", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_zebrawood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_zebrawood", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_forestry_zebrawood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_forestry_zebrawood", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_zebrawood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_zebrawood", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_zebrawood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_zebrawood", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_zebrawood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_zebrawood", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_forestry_zebrawood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_forestry_zebrawood", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_zebrawood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_zebrawood", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_zebrawood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_zebrawood", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_zebrawood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_zebrawood", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_forestry_zebrawood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_forestry_zebrawood", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood.json index 8836536077..5e49fed560 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_immersiveengineering_treated_wood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_immersiveengineering_treated_wood", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_immersiveengineering_treated_wood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_immersiveengineering_treated_wood", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_immersiveengineering_treated_wood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_immersiveengineering_treated_wood", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_immersiveengineering_treated_wood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_immersiveengineering_treated_wood", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_immersiveengineering_treated_wood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_immersiveengineering_treated_wood", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_immersiveengineering_treated_wood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_immersiveengineering_treated_wood", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_immersiveengineering_treated_wood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_immersiveengineering_treated_wood", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_immersiveengineering_treated_wood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_immersiveengineering_treated_wood", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_immersiveengineering_treated_wood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_immersiveengineering_treated_wood", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_immersiveengineering_treated_wood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_immersiveengineering_treated_wood", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_immersiveengineering_treated_wood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_immersiveengineering_treated_wood", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_immersiveengineering_treated_wood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_immersiveengineering_treated_wood", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_jungle.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_jungle.json index 659405bf69..6c55ebd820 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_jungle.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_jungle.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_jungle", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_jungle", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_jungle", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_jungle", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_jungle", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_jungle", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_jungle", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_jungle", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_jungle", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_jungle", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_jungle", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_jungle", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_jungle", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_jungle", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_jungle", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_jungle", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_jungle", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_jungle", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_jungle", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_jungle", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_jungle", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_jungle", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_jungle", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_jungle", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_jungle", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_jungle", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_jungle", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_jungle", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_natura_amaranth.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_natura_amaranth.json index a5094a1f0f..a851de3e48 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_natura_amaranth.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_natura_amaranth.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_natura_amaranth", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_natura_amaranth", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_natura_amaranth", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_natura_amaranth", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_natura_amaranth", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_natura_amaranth", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_natura_amaranth", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_natura_amaranth", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_natura_amaranth", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_natura_amaranth", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_natura_amaranth", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_natura_amaranth", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_natura_amaranth", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_natura_amaranth", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_natura_amaranth", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_natura_amaranth", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_natura_amaranth", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_natura_amaranth", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_natura_amaranth", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_natura_amaranth", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_natura_amaranth", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_natura_amaranth", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_natura_amaranth", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_natura_amaranth", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_natura_amaranth", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_natura_amaranth", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_natura_amaranth", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_natura_amaranth", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_natura_bloodwood.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_natura_bloodwood.json index e1a50e5cac..28922f64cf 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_natura_bloodwood.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_natura_bloodwood.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_natura_bloodwood", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_natura_bloodwood", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_natura_bloodwood", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_natura_bloodwood", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_natura_bloodwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_natura_bloodwood", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_natura_bloodwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_natura_bloodwood", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_natura_bloodwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_natura_bloodwood", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_natura_bloodwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_natura_bloodwood", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_natura_bloodwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_natura_bloodwood", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_natura_bloodwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_natura_bloodwood", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_natura_bloodwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_natura_bloodwood", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_natura_bloodwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_natura_bloodwood", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_natura_bloodwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_natura_bloodwood", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_natura_bloodwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_natura_bloodwood", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_natura_bloodwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_natura_bloodwood", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_natura_bloodwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_natura_bloodwood", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_natura_darkwood.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_natura_darkwood.json index 0d1cbf68b5..c52bf51a5d 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_natura_darkwood.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_natura_darkwood.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_natura_darkwood", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_natura_darkwood", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_natura_darkwood", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_natura_darkwood", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_natura_darkwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_natura_darkwood", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_natura_darkwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_natura_darkwood", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_natura_darkwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_natura_darkwood", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_natura_darkwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_natura_darkwood", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_natura_darkwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_natura_darkwood", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_natura_darkwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_natura_darkwood", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_natura_darkwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_natura_darkwood", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_natura_darkwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_natura_darkwood", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_natura_darkwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_natura_darkwood", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_natura_darkwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_natura_darkwood", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_natura_darkwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_natura_darkwood", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_natura_darkwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_natura_darkwood", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_natura_eucalyptus.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_natura_eucalyptus.json index fbd4758cbd..6022da0b82 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_natura_eucalyptus.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_natura_eucalyptus.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_natura_eucalyptus", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_natura_eucalyptus", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_natura_eucalyptus", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_natura_eucalyptus", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_natura_eucalyptus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_natura_eucalyptus", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_natura_eucalyptus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_natura_eucalyptus", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_natura_eucalyptus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_natura_eucalyptus", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_natura_eucalyptus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_natura_eucalyptus", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_natura_eucalyptus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_natura_eucalyptus", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_natura_eucalyptus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_natura_eucalyptus", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_natura_eucalyptus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_natura_eucalyptus", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_natura_eucalyptus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_natura_eucalyptus", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_natura_eucalyptus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_natura_eucalyptus", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_natura_eucalyptus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_natura_eucalyptus", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_natura_eucalyptus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_natura_eucalyptus", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_natura_eucalyptus", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_natura_eucalyptus", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_natura_fusewood.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_natura_fusewood.json index 6db10ca76a..2d2d9e76e9 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_natura_fusewood.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_natura_fusewood.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_natura_fusewood", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_natura_fusewood", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_natura_fusewood", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_natura_fusewood", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_natura_fusewood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_natura_fusewood", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_natura_fusewood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_natura_fusewood", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_natura_fusewood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_natura_fusewood", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_natura_fusewood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_natura_fusewood", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_natura_fusewood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_natura_fusewood", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_natura_fusewood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_natura_fusewood", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_natura_fusewood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_natura_fusewood", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_natura_fusewood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_natura_fusewood", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_natura_fusewood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_natura_fusewood", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_natura_fusewood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_natura_fusewood", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_natura_fusewood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_natura_fusewood", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_natura_fusewood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_natura_fusewood", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_natura_ghostwood.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_natura_ghostwood.json index 9d49983022..7bda5553a4 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_natura_ghostwood.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_natura_ghostwood.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_natura_ghostwood", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_natura_ghostwood", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_natura_ghostwood", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_natura_ghostwood", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_natura_ghostwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_natura_ghostwood", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_natura_ghostwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_natura_ghostwood", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_natura_ghostwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_natura_ghostwood", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_natura_ghostwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_natura_ghostwood", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_natura_ghostwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_natura_ghostwood", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_natura_ghostwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_natura_ghostwood", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_natura_ghostwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_natura_ghostwood", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_natura_ghostwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_natura_ghostwood", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_natura_ghostwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_natura_ghostwood", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_natura_ghostwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_natura_ghostwood", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_natura_ghostwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_natura_ghostwood", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_natura_ghostwood", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_natura_ghostwood", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_natura_hopseed.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_natura_hopseed.json index 5973447729..50d65fb186 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_natura_hopseed.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_natura_hopseed.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_natura_hopseed", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_natura_hopseed", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_natura_hopseed", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_natura_hopseed", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_natura_hopseed", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_natura_hopseed", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_natura_hopseed", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_natura_hopseed", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_natura_hopseed", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_natura_hopseed", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_natura_hopseed", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_natura_hopseed", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_natura_hopseed", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_natura_hopseed", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_natura_hopseed", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_natura_hopseed", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_natura_hopseed", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_natura_hopseed", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_natura_hopseed", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_natura_hopseed", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_natura_hopseed", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_natura_hopseed", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_natura_hopseed", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_natura_hopseed", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_natura_hopseed", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_natura_hopseed", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_natura_hopseed", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_natura_hopseed", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_natura_maple.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_natura_maple.json index e79167a302..f4f6dac86f 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_natura_maple.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_natura_maple.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_natura_maple", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_natura_maple", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_natura_maple", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_natura_maple", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_natura_maple", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_natura_maple", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_natura_maple", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_natura_maple", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_natura_maple", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_natura_maple", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_natura_maple", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_natura_maple", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_natura_maple", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_natura_maple", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_natura_maple", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_natura_maple", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_natura_maple", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_natura_maple", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_natura_maple", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_natura_maple", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_natura_maple", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_natura_maple", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_natura_maple", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_natura_maple", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_natura_maple", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_natura_maple", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_natura_maple", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_natura_maple", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_natura_sakura.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_natura_sakura.json index bdf5dd93bd..b40b8568aa 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_natura_sakura.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_natura_sakura.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_natura_sakura", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_natura_sakura", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_natura_sakura", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_natura_sakura", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_natura_sakura", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_natura_sakura", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_natura_sakura", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_natura_sakura", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_natura_sakura", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_natura_sakura", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_natura_sakura", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_natura_sakura", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_natura_sakura", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_natura_sakura", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_natura_sakura", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_natura_sakura", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_natura_sakura", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_natura_sakura", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_natura_sakura", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_natura_sakura", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_natura_sakura", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_natura_sakura", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_natura_sakura", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_natura_sakura", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_natura_sakura", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_natura_sakura", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_natura_sakura", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_natura_sakura", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_natura_silverbell.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_natura_silverbell.json index 9ba4600202..91e4bde9c0 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_natura_silverbell.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_natura_silverbell.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_natura_silverbell", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_natura_silverbell", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_natura_silverbell", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_natura_silverbell", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_natura_silverbell", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_natura_silverbell", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_natura_silverbell", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_natura_silverbell", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_natura_silverbell", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_natura_silverbell", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_natura_silverbell", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_natura_silverbell", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_natura_silverbell", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_natura_silverbell", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_natura_silverbell", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_natura_silverbell", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_natura_silverbell", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_natura_silverbell", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_natura_silverbell", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_natura_silverbell", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_natura_silverbell", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_natura_silverbell", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_natura_silverbell", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_natura_silverbell", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_natura_silverbell", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_natura_silverbell", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_natura_silverbell", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_natura_silverbell", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_natura_tiger.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_natura_tiger.json index 2fd0d51b9d..e5a289fef7 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_natura_tiger.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_natura_tiger.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_natura_tiger", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_natura_tiger", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_natura_tiger", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_natura_tiger", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_natura_tiger", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_natura_tiger", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_natura_tiger", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_natura_tiger", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_natura_tiger", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_natura_tiger", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_natura_tiger", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_natura_tiger", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_natura_tiger", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_natura_tiger", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_natura_tiger", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_natura_tiger", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_natura_tiger", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_natura_tiger", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_natura_tiger", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_natura_tiger", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_natura_tiger", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_natura_tiger", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_natura_tiger", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_natura_tiger", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_natura_tiger", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_natura_tiger", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_natura_tiger", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_natura_tiger", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_natura_willow.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_natura_willow.json index e76ea2cb5e..1a2a373f36 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_natura_willow.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_natura_willow.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_natura_willow", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_natura_willow", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_natura_willow", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_natura_willow", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_natura_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_natura_willow", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_natura_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_natura_willow", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_natura_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_natura_willow", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_natura_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_natura_willow", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_natura_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_natura_willow", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_natura_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_natura_willow", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_natura_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_natura_willow", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_natura_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_natura_willow", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_natura_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_natura_willow", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_natura_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_natura_willow", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_natura_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_natura_willow", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_natura_willow", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_natura_willow", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_oak.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_oak.json index ba600257f2..ce01a23b7e 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_oak.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_oak.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_oak", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_oak", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_oak", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_oak", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_oak", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_oak", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_oak", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_oak", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_oak", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_oak", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_oak", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_oak", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_oak", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_oak", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_oak", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_oak", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_oak", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_spruce.json b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_spruce.json index 45a6cd50ba..8400e7e41d 100644 --- a/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_spruce.json +++ b/src/main/resources/assets/ironagefurniture/blockstates/chair_wood_ironage_bench_padded_single_spruce.json @@ -1,67 +1,67 @@ { "variants": { "facing=north,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_spruce", "y": 0 }, "facing=east,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_spruce", "y": 90 }, "facing=south,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_spruce", "y": 180 }, "facing=west,type=single": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_single_spruce", "y": 270 }, "facing=north,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_spruce", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_spruce", "y": 0 }, "facing=east,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_spruce", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_spruce", "y": 90 }, "facing=south,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_spruce", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_spruce", "y": 180 }, "facing=west,type=middle": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_middle_spruce", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_middle_spruce", "y": 270 }, "facing=north,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_spruce", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_spruce", "y": 0 }, "facing=east,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_spruce", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_spruce", "y": 90 }, "facing=south,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_spruce", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_spruce", "y": 180 }, "facing=west,type=right": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_right_spruce", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_right_spruce", "y": 270 }, "facing=north,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_spruce", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_spruce", "y": 0 }, "facing=east,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_spruce", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_spruce", "y": 90 }, "facing=south,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_spruce", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_spruce", "y": 180 }, "facing=west,type=left": { - "model": "ironagefurniture:chair_wood_ironage_bench_padded_left_spruce", + "model": "ironagefurniture:padded/chair_wood_ironage_bench_padded_left_spruce", "y": 270 } } diff --git a/src/main/resources/assets/ironagefurniture/lang/en_EN.lang b/src/main/resources/assets/ironagefurniture/lang/en_EN.lang index 67e682b07e..088391021d 100644 --- a/src/main/resources/assets/ironagefurniture/lang/en_EN.lang +++ b/src/main/resources/assets/ironagefurniture/lang/en_EN.lang @@ -323,71 +323,1046 @@ tile.ironagefurniture.chair_wood_ironage_bench_back_padded_right_natura_tiger.na tile.ironagefurniture.chair_wood_ironage_bench_back_padded_right_natura_willow.name=Willow Padded Back Bench Right tile.ironagefurniture.chair_wood_ironage_bench_back_padded_right_oak.name=Oak Padded Back Bench Right tile.ironagefurniture.chair_wood_ironage_bench_back_padded_right_spruce.name=Spruce Padded Back Bench Right -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_acacia.name=Acacia Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_big_oak.name=Dark Oak Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry.name=Cherry Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony.name=Ebony Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal.name=Ethereal Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus.name=Eucalyptus Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir.name=Fir Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark.name=Hellbark Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda.name=Jacaranda Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic.name=Magic Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany.name=Mahogany Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove.name=Mangrove Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm.name=Palm Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine.name=Pine Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood.name=Redwood Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak.name=Sacred Oak Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran.name=Umbran Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow.name=Willow Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_birch.name=Birch Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_acacia.name=Acacia Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_balsa.name=Balsa Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_baobab.name=Baobab Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cherry.name=Cherry Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_chestnut.name=Chestnut Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_citrus.name=Citrus Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cocobolo.name=Cocobolo Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ebony.name=Ebony Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_giganteum.name=Giganteum Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_greenheart.name=Greenheart Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ipe.name=Ipe Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_kapok.name=Kapok Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_larch.name=Larch Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_lime.name=Lime Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahoe.name=Mahoe Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahogany.name=Mahogany Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_maple.name=Maple Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_padauk.name=Padauk Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_palm.name=Palm Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_papaya.name=Papaya Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_pine.name=Pine Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_plum.name=Plum Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_poplar.name=Poplar Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_sequoia.name=Sequoia Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_teak.name=Teak Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_walnut.name=Walnut Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_wenge.name=Wenge Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_willow.name=Willow Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_zebrawood.name=Zebrawood Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood.name=Treated Wood Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_jungle.name=Jungle Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_amaranth.name=Amaranth Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_bloodwood.name=Bloodwood Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_darkwood.name=Darkwood Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_eucalyptus.name=Eucalyptus Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_fusewood.name=Fusewood Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_ghostwood.name=Ghostwood Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_hopseed.name=Hopseed Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_maple.name=Maple Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_redwood.name=Redwood Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_sakura.name=Sakura Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_silverbell.name=Silverbell Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_tiger.name=Tiger Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_willow.name=Willow Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_oak.name=Oak Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_spruce.name=Spruce Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_acacia.name=Acacia Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_acacia.orange.name=Acacia Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_acacia.magenta.name=Acacia Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_acacia.light_blue.name=Acacia Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_acacia.yellow.name=Acacia Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_acacia.lime.name=Acacia Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_acacia.pink.name=Acacia Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_acacia.gray.name=Acacia Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_acacia.light_gray.name=Acacia Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_acacia.cyan.name=Acacia Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_acacia.purple.name=Acacia Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_acacia.blue.name=Acacia Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_acacia.brown.name=Acacia Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_acacia.green.name=Acacia Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_acacia.white.name=Acacia White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_acacia.black.name=Acacia Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_big_oak.name=Dark Oak Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_big_oak.orange.name=Dark Oak Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_big_oak.magenta.name=Dark Oak Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_big_oak.light_blue.name=Dark Oak Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_big_oak.yellow.name=Dark Oak Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_big_oak.lime.name=Dark Oak Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_big_oak.pink.name=Dark Oak Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_big_oak.gray.name=Dark Oak Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_big_oak.light_gray.name=Dark Oak Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_big_oak.cyan.name=Dark Oak Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_big_oak.purple.name=Dark Oak Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_big_oak.blue.name=Dark Oak Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_big_oak.brown.name=Dark Oak Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_big_oak.green.name=Dark Oak Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_big_oak.white.name=Dark Oak White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_big_oak.black.name=Dark Oak Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry.name=Cherry Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry.orange.name=Cherry Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry.magenta.name=Cherry Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry.light_blue.name=Cherry Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry.yellow.name=Cherry Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry.lime.name=Cherry Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry.pink.name=Cherry Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry.gray.name=Cherry Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry.light_gray.name=Cherry Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry.cyan.name=Cherry Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry.purple.name=Cherry Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry.blue.name=Cherry Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry.brown.name=Cherry Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry.green.name=Cherry Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry.white.name=Cherry White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry.black.name=Cherry Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony.name=Ebony Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony.orange.name=Ebony Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony.magenta.name=Ebony Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony.light_blue.name=Ebony Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony.yellow.name=Ebony Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony.lime.name=Ebony Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony.pink.name=Ebony Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony.gray.name=Ebony Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony.light_gray.name=Ebony Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony.cyan.name=Ebony Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony.purple.name=Ebony Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony.blue.name=Ebony Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony.brown.name=Ebony Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony.green.name=Ebony Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony.white.name=Ebony White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony.black.name=Ebony Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal.name=Ethereal Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal.orange.name=Ethereal Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal.magenta.name=Ethereal Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal.light_blue.name=Ethereal Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal.yellow.name=Ethereal Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal.lime.name=Ethereal Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal.pink.name=Ethereal Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal.gray.name=Ethereal Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal.light_gray.name=Ethereal Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal.cyan.name=Ethereal Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal.purple.name=Ethereal Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal.blue.name=Ethereal Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal.brown.name=Ethereal Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal.green.name=Ethereal Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal.white.name=Ethereal White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal.black.name=Ethereal Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus.name=Eucalyptus Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus.orange.name=Eucalyptus Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus.magenta.name=Eucalyptus Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus.light_blue.name=Eucalyptus Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus.yellow.name=Eucalyptus Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus.lime.name=Eucalyptus Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus.pink.name=Eucalyptus Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus.gray.name=Eucalyptus Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus.light_gray.name=Eucalyptus Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus.cyan.name=Eucalyptus Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus.purple.name=Eucalyptus Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus.blue.name=Eucalyptus Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus.brown.name=Eucalyptus Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus.green.name=Eucalyptus Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus.white.name=Eucalyptus White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus.black.name=Eucalyptus Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir.name=Fir Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir.orange.name=Fir Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir.magenta.name=Fir Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir.light_blue.name=Fir Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir.yellow.name=Fir Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir.lime.name=Fir Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir.pink.name=Fir Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir.gray.name=Fir Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir.light_gray.name=Fir Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir.cyan.name=Fir Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir.purple.name=Fir Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir.blue.name=Fir Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir.brown.name=Fir Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir.green.name=Fir Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir.white.name=Fir White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir.black.name=Fir Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark.name=Hellbark Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark.orange.name=Hellbark Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark.magenta.name=Hellbark Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark.light_blue.name=Hellbark Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark.yellow.name=Hellbark Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark.lime.name=Hellbark Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark.pink.name=Hellbark Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark.gray.name=Hellbark Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark.light_gray.name=Hellbark Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark.cyan.name=Hellbark Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark.purple.name=Hellbark Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark.blue.name=Hellbark Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark.brown.name=Hellbark Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark.green.name=Hellbark Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark.white.name=Hellbark White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark.black.name=Hellbark Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda.name=Jacaranda Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda.orange.name=Jacaranda Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda.magenta.name=Jacaranda Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda.light_blue.name=Jacaranda Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda.yellow.name=Jacaranda Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda.lime.name=Jacaranda Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda.pink.name=Jacaranda Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda.gray.name=Jacaranda Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda.light_gray.name=Jacaranda Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda.cyan.name=Jacaranda Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda.purple.name=Jacaranda Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda.blue.name=Jacaranda Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda.brown.name=Jacaranda Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda.green.name=Jacaranda Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda.white.name=Jacaranda White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda.black.name=Jacaranda Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic.name=Magic Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic.orange.name=Magic Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic.magenta.name=Magic Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic.light_blue.name=Magic Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic.yellow.name=Magic Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic.lime.name=Magic Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic.pink.name=Magic Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic.gray.name=Magic Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic.light_gray.name=Magic Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic.cyan.name=Magic Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic.purple.name=Magic Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic.blue.name=Magic Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic.brown.name=Magic Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic.green.name=Magic Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic.white.name=Magic White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic.black.name=Magic Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany.name=Mahogany Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany.orange.name=Mahogany Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany.magenta.name=Mahogany Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany.light_blue.name=Mahogany Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany.yellow.name=Mahogany Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany.lime.name=Mahogany Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany.pink.name=Mahogany Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany.gray.name=Mahogany Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany.light_gray.name=Mahogany Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany.cyan.name=Mahogany Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany.purple.name=Mahogany Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany.blue.name=Mahogany Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany.brown.name=Mahogany Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany.green.name=Mahogany Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany.white.name=Mahogany White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany.black.name=Mahogany Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove.name=Mangrove Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove.orange.name=Mangrove Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove.magenta.name=Mangrove Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove.light_blue.name=Mangrove Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove.yellow.name=Mangrove Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove.lime.name=Mangrove Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove.pink.name=Mangrove Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove.gray.name=Mangrove Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove.light_gray.name=Mangrove Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove.cyan.name=Mangrove Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove.purple.name=Mangrove Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove.blue.name=Mangrove Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove.brown.name=Mangrove Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove.green.name=Mangrove Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove.white.name=Mangrove White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove.black.name=Mangrove Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm.name=Palm Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm.orange.name=Palm Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm.magenta.name=Palm Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm.light_blue.name=Palm Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm.yellow.name=Palm Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm.lime.name=Palm Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm.pink.name=Palm Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm.gray.name=Palm Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm.light_gray.name=Palm Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm.cyan.name=Palm Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm.purple.name=Palm Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm.blue.name=Palm Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm.brown.name=Palm Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm.green.name=Palm Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm.white.name=Palm White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm.black.name=Palm Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine.name=Pine Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine.orange.name=Pine Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine.magenta.name=Pine Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine.light_blue.name=Pine Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine.yellow.name=Pine Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine.lime.name=Pine Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine.pink.name=Pine Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine.gray.name=Pine Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine.light_gray.name=Pine Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine.cyan.name=Pine Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine.purple.name=Pine Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine.blue.name=Pine Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine.brown.name=Pine Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine.green.name=Pine Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine.white.name=Pine White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine.black.name=Pine Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood.name=Redwood Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood.orange.name=Redwood Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood.magenta.name=Redwood Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood.light_blue.name=Redwood Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood.yellow.name=Redwood Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood.lime.name=Redwood Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood.pink.name=Redwood Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood.gray.name=Redwood Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood.light_gray.name=Redwood Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood.cyan.name=Redwood Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood.purple.name=Redwood Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood.blue.name=Redwood Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood.brown.name=Redwood Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood.green.name=Redwood Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood.white.name=Redwood White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood.black.name=Redwood Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak.name=Sacred Oak Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak.orange.name=Sacred Oak Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak.magenta.name=Sacred Oak Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak.light_blue.name=Sacred Oak Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak.yellow.name=Sacred Oak Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak.lime.name=Sacred Oak Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak.pink.name=Sacred Oak Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak.gray.name=Sacred Oak Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak.light_gray.name=Sacred Oak Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak.cyan.name=Sacred Oak Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak.purple.name=Sacred Oak Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak.blue.name=Sacred Oak Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak.brown.name=Sacred Oak Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak.green.name=Sacred Oak Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak.white.name=Sacred Oak White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak.black.name=Sacred Oak Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran.name=Umbran Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran.orange.name=Umbran Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran.magenta.name=Umbran Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran.light_blue.name=Umbran Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran.yellow.name=Umbran Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran.lime.name=Umbran Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran.pink.name=Umbran Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran.gray.name=Umbran Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran.light_gray.name=Umbran Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran.cyan.name=Umbran Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran.purple.name=Umbran Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran.blue.name=Umbran Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran.brown.name=Umbran Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran.green.name=Umbran Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran.white.name=Umbran White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran.black.name=Umbran Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow.name=Willow Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow.orange.name=Willow Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow.magenta.name=Willow Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow.light_blue.name=Willow Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow.yellow.name=Willow Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow.lime.name=Willow Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow.pink.name=Willow Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow.gray.name=Willow Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow.light_gray.name=Willow Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow.cyan.name=Willow Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow.purple.name=Willow Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow.blue.name=Willow Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow.brown.name=Willow Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow.green.name=Willow Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow.white.name=Willow White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow.black.name=Willow Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_birch.name=Birch Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_birch.orange.name=Birch Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_birch.magenta.name=Birch Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_birch.light_blue.name=Birch Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_birch.yellow.name=Birch Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_birch.lime.name=Birch Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_birch.pink.name=Birch Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_birch.gray.name=Birch Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_birch.light_gray.name=Birch Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_birch.cyan.name=Birch Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_birch.purple.name=Birch Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_birch.blue.name=Birch Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_birch.brown.name=Birch Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_birch.green.name=Birch Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_birch.white.name=Birch White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_birch.black.name=Birch Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_acacia.name=Acacia Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_acacia.orange.name=Acacia Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_acacia.magenta.name=Acacia Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_acacia.light_blue.name=Acacia Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_acacia.yellow.name=Acacia Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_acacia.lime.name=Acacia Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_acacia.pink.name=Acacia Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_acacia.gray.name=Acacia Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_acacia.light_gray.name=Acacia Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_acacia.cyan.name=Acacia Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_acacia.purple.name=Acacia Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_acacia.blue.name=Acacia Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_acacia.brown.name=Acacia Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_acacia.green.name=Acacia Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_acacia.white.name=Acacia White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_acacia.black.name=Acacia Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_balsa.name=Balsa Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_balsa.orange.name=Balsa Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_balsa.magenta.name=Balsa Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_balsa.light_blue.name=Balsa Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_balsa.yellow.name=Balsa Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_balsa.lime.name=Balsa Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_balsa.pink.name=Balsa Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_balsa.gray.name=Balsa Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_balsa.light_gray.name=Balsa Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_balsa.cyan.name=Balsa Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_balsa.purple.name=Balsa Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_balsa.blue.name=Balsa Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_balsa.brown.name=Balsa Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_balsa.green.name=Balsa Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_balsa.white.name=Balsa White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_balsa.black.name=Balsa Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_baobab.name=Baobab Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_baobab.orange.name=Baobab Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_baobab.magenta.name=Baobab Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_baobab.light_blue.name=Baobab Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_baobab.yellow.name=Baobab Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_baobab.lime.name=Baobab Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_baobab.pink.name=Baobab Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_baobab.gray.name=Baobab Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_baobab.light_gray.name=Baobab Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_baobab.cyan.name=Baobab Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_baobab.purple.name=Baobab Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_baobab.blue.name=Baobab Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_baobab.brown.name=Baobab Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_baobab.green.name=Baobab Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_baobab.white.name=Baobab White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_baobab.black.name=Baobab Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cherry.name=Cherry Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cherry.orange.name=Cherry Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cherry.magenta.name=Cherry Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cherry.light_blue.name=Cherry Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cherry.yellow.name=Cherry Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cherry.lime.name=Cherry Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cherry.pink.name=Cherry Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cherry.gray.name=Cherry Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cherry.light_gray.name=Cherry Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cherry.cyan.name=Cherry Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cherry.purple.name=Cherry Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cherry.blue.name=Cherry Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cherry.brown.name=Cherry Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cherry.green.name=Cherry Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cherry.white.name=Cherry White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cherry.black.name=Cherry Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_chestnut.name=Chestnut Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_chestnut.orange.name=Chestnut Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_chestnut.magenta.name=Chestnut Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_chestnut.light_blue.name=Chestnut Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_chestnut.yellow.name=Chestnut Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_chestnut.lime.name=Chestnut Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_chestnut.pink.name=Chestnut Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_chestnut.gray.name=Chestnut Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_chestnut.light_gray.name=Chestnut Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_chestnut.cyan.name=Chestnut Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_chestnut.purple.name=Chestnut Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_chestnut.blue.name=Chestnut Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_chestnut.brown.name=Chestnut Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_chestnut.green.name=Chestnut Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_chestnut.white.name=Chestnut White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_chestnut.black.name=Chestnut Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_citrus.name=Citrus Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_citrus.orange.name=Citrus Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_citrus.magenta.name=Citrus Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_citrus.light_blue.name=Citrus Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_citrus.yellow.name=Citrus Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_citrus.lime.name=Citrus Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_citrus.pink.name=Citrus Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_citrus.gray.name=Citrus Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_citrus.light_gray.name=Citrus Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_citrus.cyan.name=Citrus Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_citrus.purple.name=Citrus Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_citrus.blue.name=Citrus Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_citrus.brown.name=Citrus Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_citrus.green.name=Citrus Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_citrus.white.name=Citrus White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_citrus.black.name=Citrus Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cocobolo.name=Cocobolo Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cocobolo.orange.name=Cocobolo Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cocobolo.magenta.name=Cocobolo Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cocobolo.light_blue.name=Cocobolo Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cocobolo.yellow.name=Cocobolo Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cocobolo.lime.name=Cocobolo Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cocobolo.pink.name=Cocobolo Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cocobolo.gray.name=Cocobolo Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cocobolo.light_gray.name=Cocobolo Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cocobolo.cyan.name=Cocobolo Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cocobolo.purple.name=Cocobolo Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cocobolo.blue.name=Cocobolo Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cocobolo.brown.name=Cocobolo Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cocobolo.green.name=Cocobolo Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cocobolo.white.name=Cocobolo White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cocobolo.black.name=Cocobolo Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ebony.name=Ebony Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ebony.orange.name=Ebony Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ebony.magenta.name=Ebony Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ebony.light_blue.name=Ebony Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ebony.yellow.name=Ebony Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ebony.lime.name=Ebony Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ebony.pink.name=Ebony Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ebony.gray.name=Ebony Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ebony.light_gray.name=Ebony Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ebony.cyan.name=Ebony Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ebony.purple.name=Ebony Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ebony.blue.name=Ebony Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ebony.brown.name=Ebony Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ebony.green.name=Ebony Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ebony.white.name=Ebony White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ebony.black.name=Ebony Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_giganteum.name=Giganteum Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_giganteum.orange.name=Giganteum Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_giganteum.magenta.name=Giganteum Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_giganteum.light_blue.name=Giganteum Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_giganteum.yellow.name=Giganteum Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_giganteum.lime.name=Giganteum Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_giganteum.pink.name=Giganteum Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_giganteum.gray.name=Giganteum Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_giganteum.light_gray.name=Giganteum Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_giganteum.cyan.name=Giganteum Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_giganteum.purple.name=Giganteum Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_giganteum.blue.name=Giganteum Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_giganteum.brown.name=Giganteum Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_giganteum.green.name=Giganteum Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_giganteum.white.name=Giganteum White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_giganteum.black.name=Giganteum Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_greenheart.name=Greenheart Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_greenheart.orange.name=Greenheart Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_greenheart.magenta.name=Greenheart Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_greenheart.light_blue.name=Greenheart Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_greenheart.yellow.name=Greenheart Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_greenheart.lime.name=Greenheart Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_greenheart.pink.name=Greenheart Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_greenheart.gray.name=Greenheart Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_greenheart.light_gray.name=Greenheart Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_greenheart.cyan.name=Greenheart Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_greenheart.purple.name=Greenheart Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_greenheart.blue.name=Greenheart Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_greenheart.brown.name=Greenheart Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_greenheart.green.name=Greenheart Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_greenheart.white.name=Greenheart White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_greenheart.black.name=Greenheart Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ipe.name=Ipe Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ipe.orange.name=Ipe Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ipe.magenta.name=Ipe Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ipe.light_blue.name=Ipe Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ipe.yellow.name=Ipe Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ipe.lime.name=Ipe Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ipe.pink.name=Ipe Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ipe.gray.name=Ipe Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ipe.light_gray.name=Ipe Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ipe.cyan.name=Ipe Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ipe.purple.name=Ipe Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ipe.blue.name=Ipe Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ipe.brown.name=Ipe Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ipe.green.name=Ipe Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ipe.white.name=Ipe White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ipe.black.name=Ipe Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_kapok.name=Kapok Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_kapok.orange.name=Kapok Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_kapok.magenta.name=Kapok Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_kapok.light_blue.name=Kapok Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_kapok.yellow.name=Kapok Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_kapok.lime.name=Kapok Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_kapok.pink.name=Kapok Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_kapok.gray.name=Kapok Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_kapok.light_gray.name=Kapok Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_kapok.cyan.name=Kapok Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_kapok.purple.name=Kapok Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_kapok.blue.name=Kapok Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_kapok.brown.name=Kapok Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_kapok.green.name=Kapok Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_kapok.white.name=Kapok White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_kapok.black.name=Kapok Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_larch.name=Larch Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_larch.orange.name=Larch Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_larch.magenta.name=Larch Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_larch.light_blue.name=Larch Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_larch.yellow.name=Larch Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_larch.lime.name=Larch Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_larch.pink.name=Larch Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_larch.gray.name=Larch Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_larch.light_gray.name=Larch Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_larch.cyan.name=Larch Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_larch.purple.name=Larch Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_larch.blue.name=Larch Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_larch.brown.name=Larch Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_larch.green.name=Larch Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_larch.white.name=Larch White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_larch.black.name=Larch Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_lime.name=Lime Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_lime.orange.name=Lime Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_lime.magenta.name=Lime Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_lime.light_blue.name=Lime Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_lime.yellow.name=Lime Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_lime.lime.name=Lime Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_lime.pink.name=Lime Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_lime.gray.name=Lime Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_lime.light_gray.name=Lime Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_lime.cyan.name=Lime Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_lime.purple.name=Lime Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_lime.blue.name=Lime Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_lime.brown.name=Lime Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_lime.green.name=Lime Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_lime.white.name=Lime White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_lime.black.name=Lime Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahoe.name=Mahoe Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahoe.orange.name=Mahoe Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahoe.magenta.name=Mahoe Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahoe.light_blue.name=Mahoe Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahoe.yellow.name=Mahoe Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahoe.lime.name=Mahoe Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahoe.pink.name=Mahoe Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahoe.gray.name=Mahoe Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahoe.light_gray.name=Mahoe Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahoe.cyan.name=Mahoe Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahoe.purple.name=Mahoe Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahoe.blue.name=Mahoe Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahoe.brown.name=Mahoe Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahoe.green.name=Mahoe Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahoe.white.name=Mahoe White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahoe.black.name=Mahoe Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahogany.name=Mahogany Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahogany.orange.name=Mahogany Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahogany.magenta.name=Mahogany Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahogany.light_blue.name=Mahogany Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahogany.yellow.name=Mahogany Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahogany.lime.name=Mahogany Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahogany.pink.name=Mahogany Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahogany.gray.name=Mahogany Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahogany.light_gray.name=Mahogany Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahogany.cyan.name=Mahogany Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahogany.purple.name=Mahogany Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahogany.blue.name=Mahogany Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahogany.brown.name=Mahogany Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahogany.green.name=Mahogany Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahogany.white.name=Mahogany White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahogany.black.name=Mahogany Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_maple.name=Maple Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_maple.orange.name=Maple Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_maple.magenta.name=Maple Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_maple.light_blue.name=Maple Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_maple.yellow.name=Maple Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_maple.lime.name=Maple Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_maple.pink.name=Maple Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_maple.gray.name=Maple Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_maple.light_gray.name=Maple Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_maple.cyan.name=Maple Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_maple.purple.name=Maple Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_maple.blue.name=Maple Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_maple.brown.name=Maple Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_maple.green.name=Maple Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_maple.white.name=Maple White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_maple.black.name=Maple Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_padauk.name=Padauk Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_padauk.orange.name=Padauk Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_padauk.magenta.name=Padauk Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_padauk.light_blue.name=Padauk Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_padauk.yellow.name=Padauk Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_padauk.lime.name=Padauk Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_padauk.pink.name=Padauk Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_padauk.gray.name=Padauk Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_padauk.light_gray.name=Padauk Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_padauk.cyan.name=Padauk Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_padauk.purple.name=Padauk Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_padauk.blue.name=Padauk Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_padauk.brown.name=Padauk Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_padauk.green.name=Padauk Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_padauk.white.name=Padauk White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_padauk.black.name=Padauk Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_palm.name=Palm Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_palm.orange.name=Palm Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_palm.magenta.name=Palm Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_palm.light_blue.name=Palm Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_palm.yellow.name=Palm Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_palm.lime.name=Palm Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_palm.pink.name=Palm Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_palm.gray.name=Palm Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_palm.light_gray.name=Palm Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_palm.cyan.name=Palm Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_palm.purple.name=Palm Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_palm.blue.name=Palm Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_palm.brown.name=Palm Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_palm.green.name=Palm Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_palm.white.name=Palm White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_palm.black.name=Palm Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_papaya.name=Papaya Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_papaya.orange.name=Papaya Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_papaya.magenta.name=Papaya Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_papaya.light_blue.name=Papaya Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_papaya.yellow.name=Papaya Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_papaya.lime.name=Papaya Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_papaya.pink.name=Papaya Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_papaya.gray.name=Papaya Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_papaya.light_gray.name=Papaya Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_papaya.cyan.name=Papaya Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_papaya.purple.name=Papaya Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_papaya.blue.name=Papaya Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_papaya.brown.name=Papaya Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_papaya.green.name=Papaya Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_papaya.white.name=Papaya White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_papaya.black.name=Papaya Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_pine.name=Pine Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_pine.orange.name=Pine Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_pine.magenta.name=Pine Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_pine.light_blue.name=Pine Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_pine.yellow.name=Pine Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_pine.lime.name=Pine Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_pine.pink.name=Pine Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_pine.gray.name=Pine Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_pine.light_gray.name=Pine Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_pine.cyan.name=Pine Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_pine.purple.name=Pine Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_pine.blue.name=Pine Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_pine.brown.name=Pine Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_pine.green.name=Pine Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_pine.white.name=Pine White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_pine.black.name=Pine Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_plum.name=Plum Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_plum.orange.name=Plum Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_plum.magenta.name=Plum Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_plum.light_blue.name=Plum Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_plum.yellow.name=Plum Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_plum.lime.name=Plum Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_plum.pink.name=Plum Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_plum.gray.name=Plum Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_plum.light_gray.name=Plum Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_plum.cyan.name=Plum Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_plum.purple.name=Plum Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_plum.blue.name=Plum Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_plum.brown.name=Plum Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_plum.green.name=Plum Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_plum.white.name=Plum White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_plum.black.name=Plum Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_poplar.name=Poplar Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_poplar.orange.name=Poplar Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_poplar.magenta.name=Poplar Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_poplar.light_blue.name=Poplar Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_poplar.yellow.name=Poplar Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_poplar.lime.name=Poplar Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_poplar.pink.name=Poplar Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_poplar.gray.name=Poplar Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_poplar.light_gray.name=Poplar Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_poplar.cyan.name=Poplar Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_poplar.purple.name=Poplar Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_poplar.blue.name=Poplar Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_poplar.brown.name=Poplar Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_poplar.green.name=Poplar Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_poplar.white.name=Poplar White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_poplar.black.name=Poplar Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_sequoia.name=Sequoia Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_sequoia.orange.name=Sequoia Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_sequoia.magenta.name=Sequoia Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_sequoia.light_blue.name=Sequoia Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_sequoia.yellow.name=Sequoia Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_sequoia.lime.name=Sequoia Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_sequoia.pink.name=Sequoia Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_sequoia.gray.name=Sequoia Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_sequoia.light_gray.name=Sequoia Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_sequoia.cyan.name=Sequoia Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_sequoia.purple.name=Sequoia Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_sequoia.blue.name=Sequoia Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_sequoia.brown.name=Sequoia Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_sequoia.green.name=Sequoia Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_sequoia.white.name=Sequoia White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_sequoia.black.name=Sequoia Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_teak.name=Teak Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_teak.orange.name=Teak Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_teak.magenta.name=Teak Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_teak.light_blue.name=Teak Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_teak.yellow.name=Teak Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_teak.lime.name=Teak Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_teak.pink.name=Teak Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_teak.gray.name=Teak Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_teak.light_gray.name=Teak Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_teak.cyan.name=Teak Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_teak.purple.name=Teak Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_teak.blue.name=Teak Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_teak.brown.name=Teak Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_teak.green.name=Teak Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_teak.white.name=Teak White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_teak.black.name=Teak Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_walnut.name=Walnut Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_walnut.orange.name=Walnut Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_walnut.magenta.name=Walnut Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_walnut.light_blue.name=Walnut Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_walnut.yellow.name=Walnut Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_walnut.lime.name=Walnut Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_walnut.pink.name=Walnut Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_walnut.gray.name=Walnut Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_walnut.light_gray.name=Walnut Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_walnut.cyan.name=Walnut Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_walnut.purple.name=Walnut Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_walnut.blue.name=Walnut Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_walnut.brown.name=Walnut Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_walnut.green.name=Walnut Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_walnut.white.name=Walnut White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_walnut.black.name=Walnut Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_wenge.name=Wenge Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_wenge.orange.name=Wenge Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_wenge.magenta.name=Wenge Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_wenge.light_blue.name=Wenge Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_wenge.yellow.name=Wenge Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_wenge.lime.name=Wenge Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_wenge.pink.name=Wenge Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_wenge.gray.name=Wenge Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_wenge.light_gray.name=Wenge Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_wenge.cyan.name=Wenge Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_wenge.purple.name=Wenge Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_wenge.blue.name=Wenge Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_wenge.brown.name=Wenge Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_wenge.green.name=Wenge Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_wenge.white.name=Wenge White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_wenge.black.name=Wenge Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_willow.name=Willow Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_willow.orange.name=Willow Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_willow.magenta.name=Willow Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_willow.light_blue.name=Willow Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_willow.yellow.name=Willow Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_willow.lime.name=Willow Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_willow.pink.name=Willow Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_willow.gray.name=Willow Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_willow.light_gray.name=Willow Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_willow.cyan.name=Willow Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_willow.purple.name=Willow Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_willow.blue.name=Willow Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_willow.brown.name=Willow Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_willow.green.name=Willow Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_willow.white.name=Willow White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_willow.black.name=Willow Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_zebrawood.name=Zebrawood Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_zebrawood.orange.name=Zebrawood Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_zebrawood.magenta.name=Zebrawood Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_zebrawood.light_blue.name=Zebrawood Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_zebrawood.yellow.name=Zebrawood Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_zebrawood.lime.name=Zebrawood Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_zebrawood.pink.name=Zebrawood Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_zebrawood.gray.name=Zebrawood Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_zebrawood.light_gray.name=Zebrawood Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_zebrawood.cyan.name=Zebrawood Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_zebrawood.purple.name=Zebrawood Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_zebrawood.blue.name=Zebrawood Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_zebrawood.brown.name=Zebrawood Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_zebrawood.green.name=Zebrawood Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_zebrawood.white.name=Zebrawood White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_zebrawood.black.name=Zebrawood Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood.name=Treated Wood Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood.orange.name=Treated Wood Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood.magenta.name=Treated Wood Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood.light_blue.name=Treated Wood Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood.yellow.name=Treated Wood Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood.lime.name=Treated Wood Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood.pink.name=Treated Wood Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood.gray.name=Treated Wood Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood.light_gray.name=Treated Wood Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood.cyan.name=Treated Wood Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood.purple.name=Treated Wood Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood.blue.name=Treated Wood Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood.brown.name=Treated Wood Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood.green.name=Treated Wood Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood.white.name=Treated Wood White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood.black.name=Treated Wood Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_jungle.name=Jungle Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_jungle.orange.name=Jungle Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_jungle.magenta.name=Jungle Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_jungle.light_blue.name=Jungle Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_jungle.yellow.name=Jungle Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_jungle.lime.name=Jungle Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_jungle.pink.name=Jungle Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_jungle.gray.name=Jungle Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_jungle.light_gray.name=Jungle Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_jungle.cyan.name=Jungle Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_jungle.purple.name=Jungle Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_jungle.blue.name=Jungle Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_jungle.brown.name=Jungle Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_jungle.green.name=Jungle Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_jungle.white.name=Jungle White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_jungle.black.name=Jungle Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_amaranth.name=Amaranth Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_amaranth.orange.name=Amaranth Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_amaranth.magenta.name=Amaranth Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_amaranth.light_blue.name=Amaranth Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_amaranth.yellow.name=Amaranth Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_amaranth.lime.name=Amaranth Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_amaranth.pink.name=Amaranth Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_amaranth.gray.name=Amaranth Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_amaranth.light_gray.name=Amaranth Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_amaranth.cyan.name=Amaranth Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_amaranth.purple.name=Amaranth Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_amaranth.blue.name=Amaranth Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_amaranth.brown.name=Amaranth Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_amaranth.green.name=Amaranth Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_amaranth.white.name=Amaranth White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_amaranth.black.name=Amaranth Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_bloodwood.name=Bloodwood Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_bloodwood.orange.name=Bloodwood Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_bloodwood.magenta.name=Bloodwood Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_bloodwood.light_blue.name=Bloodwood Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_bloodwood.yellow.name=Bloodwood Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_bloodwood.lime.name=Bloodwood Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_bloodwood.pink.name=Bloodwood Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_bloodwood.gray.name=Bloodwood Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_bloodwood.light_gray.name=Bloodwood Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_bloodwood.cyan.name=Bloodwood Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_bloodwood.purple.name=Bloodwood Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_bloodwood.blue.name=Bloodwood Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_bloodwood.brown.name=Bloodwood Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_bloodwood.green.name=Bloodwood Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_bloodwood.white.name=Bloodwood White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_bloodwood.black.name=Bloodwood Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_darkwood.name=Darkwood Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_darkwood.orange.name=Darkwood Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_darkwood.magenta.name=Darkwood Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_darkwood.light_blue.name=Darkwood Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_darkwood.yellow.name=Darkwood Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_darkwood.lime.name=Darkwood Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_darkwood.pink.name=Darkwood Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_darkwood.gray.name=Darkwood Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_darkwood.light_gray.name=Darkwood Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_darkwood.cyan.name=Darkwood Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_darkwood.purple.name=Darkwood Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_darkwood.blue.name=Darkwood Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_darkwood.brown.name=Darkwood Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_darkwood.green.name=Darkwood Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_darkwood.white.name=Darkwood White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_darkwood.black.name=Darkwood Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_eucalyptus.name=Eucalyptus Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_eucalyptus.orange.name=Eucalyptus Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_eucalyptus.magenta.name=Eucalyptus Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_eucalyptus.light_blue.name=Eucalyptus Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_eucalyptus.yellow.name=Eucalyptus Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_eucalyptus.lime.name=Eucalyptus Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_eucalyptus.pink.name=Eucalyptus Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_eucalyptus.gray.name=Eucalyptus Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_eucalyptus.light_gray.name=Eucalyptus Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_eucalyptus.cyan.name=Eucalyptus Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_eucalyptus.purple.name=Eucalyptus Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_eucalyptus.blue.name=Eucalyptus Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_eucalyptus.brown.name=Eucalyptus Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_eucalyptus.green.name=Eucalyptus Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_eucalyptus.white.name=Eucalyptus White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_eucalyptus.black.name=Eucalyptus Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_fusewood.name=Fusewood Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_fusewood.orange.name=Fusewood Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_fusewood.magenta.name=Fusewood Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_fusewood.light_blue.name=Fusewood Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_fusewood.yellow.name=Fusewood Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_fusewood.lime.name=Fusewood Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_fusewood.pink.name=Fusewood Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_fusewood.gray.name=Fusewood Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_fusewood.light_gray.name=Fusewood Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_fusewood.cyan.name=Fusewood Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_fusewood.purple.name=Fusewood Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_fusewood.blue.name=Fusewood Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_fusewood.brown.name=Fusewood Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_fusewood.green.name=Fusewood Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_fusewood.white.name=Fusewood White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_fusewood.black.name=Fusewood Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_ghostwood.name=Ghostwood Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_ghostwood.orange.name=Ghostwood Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_ghostwood.magenta.name=Ghostwood Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_ghostwood.light_blue.name=Ghostwood Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_ghostwood.yellow.name=Ghostwood Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_ghostwood.lime.name=Ghostwood Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_ghostwood.pink.name=Ghostwood Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_ghostwood.gray.name=Ghostwood Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_ghostwood.light_gray.name=Ghostwood Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_ghostwood.cyan.name=Ghostwood Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_ghostwood.purple.name=Ghostwood Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_ghostwood.blue.name=Ghostwood Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_ghostwood.brown.name=Ghostwood Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_ghostwood.green.name=Ghostwood Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_ghostwood.white.name=Ghostwood White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_ghostwood.black.name=Ghostwood Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_hopseed.name=Hopseed Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_hopseed.orange.name=Hopseed Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_hopseed.magenta.name=Hopseed Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_hopseed.light_blue.name=Hopseed Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_hopseed.yellow.name=Hopseed Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_hopseed.lime.name=Hopseed Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_hopseed.pink.name=Hopseed Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_hopseed.gray.name=Hopseed Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_hopseed.light_gray.name=Hopseed Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_hopseed.cyan.name=Hopseed Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_hopseed.purple.name=Hopseed Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_hopseed.blue.name=Hopseed Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_hopseed.brown.name=Hopseed Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_hopseed.green.name=Hopseed Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_hopseed.white.name=Hopseed White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_hopseed.black.name=Hopseed Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_maple.name=Maple Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_maple.orange.name=Maple Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_maple.magenta.name=Maple Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_maple.light_blue.name=Maple Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_maple.yellow.name=Maple Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_maple.lime.name=Maple Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_maple.pink.name=Maple Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_maple.gray.name=Maple Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_maple.light_gray.name=Maple Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_maple.cyan.name=Maple Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_maple.purple.name=Maple Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_maple.blue.name=Maple Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_maple.brown.name=Maple Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_maple.green.name=Maple Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_maple.white.name=Maple White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_maple.black.name=Maple Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_redwood.name=Redwood Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_redwood.orange.name=Redwood Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_redwood.magenta.name=Redwood Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_redwood.light_blue.name=Redwood Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_redwood.yellow.name=Redwood Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_redwood.lime.name=Redwood Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_redwood.pink.name=Redwood Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_redwood.gray.name=Redwood Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_redwood.light_gray.name=Redwood Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_redwood.cyan.name=Redwood Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_redwood.purple.name=Redwood Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_redwood.blue.name=Redwood Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_redwood.brown.name=Redwood Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_redwood.green.name=Redwood Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_redwood.white.name=Redwood White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_redwood.black.name=Redwood Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_sakura.name=Sakura Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_sakura.orange.name=Sakura Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_sakura.magenta.name=Sakura Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_sakura.light_blue.name=Sakura Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_sakura.yellow.name=Sakura Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_sakura.lime.name=Sakura Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_sakura.pink.name=Sakura Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_sakura.gray.name=Sakura Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_sakura.light_gray.name=Sakura Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_sakura.cyan.name=Sakura Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_sakura.purple.name=Sakura Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_sakura.blue.name=Sakura Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_sakura.brown.name=Sakura Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_sakura.green.name=Sakura Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_sakura.white.name=Sakura White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_sakura.black.name=Sakura Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_silverbell.name=Silverbell Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_silverbell.orange.name=Silverbell Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_silverbell.magenta.name=Silverbell Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_silverbell.light_blue.name=Silverbell Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_silverbell.yellow.name=Silverbell Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_silverbell.lime.name=Silverbell Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_silverbell.pink.name=Silverbell Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_silverbell.gray.name=Silverbell Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_silverbell.light_gray.name=Silverbell Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_silverbell.cyan.name=Silverbell Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_silverbell.purple.name=Silverbell Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_silverbell.blue.name=Silverbell Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_silverbell.brown.name=Silverbell Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_silverbell.green.name=Silverbell Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_silverbell.white.name=Silverbell White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_silverbell.black.name=Silverbell Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_tiger.name=Tiger Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_tiger.orange.name=Tiger Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_tiger.magenta.name=Tiger Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_tiger.light_blue.name=Tiger Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_tiger.yellow.name=Tiger Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_tiger.lime.name=Tiger Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_tiger.pink.name=Tiger Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_tiger.gray.name=Tiger Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_tiger.light_gray.name=Tiger Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_tiger.cyan.name=Tiger Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_tiger.purple.name=Tiger Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_tiger.blue.name=Tiger Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_tiger.brown.name=Tiger Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_tiger.green.name=Tiger Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_tiger.white.name=Tiger White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_tiger.black.name=Tiger Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_willow.name=Willow Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_willow.orange.name=Willow Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_willow.magenta.name=Willow Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_willow.light_blue.name=Willow Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_willow.yellow.name=Willow Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_willow.lime.name=Willow Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_willow.pink.name=Willow Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_willow.gray.name=Willow Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_willow.light_gray.name=Willow Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_willow.cyan.name=Willow Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_willow.purple.name=Willow Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_willow.blue.name=Willow Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_willow.brown.name=Willow Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_willow.green.name=Willow Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_willow.white.name=Willow White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_willow.black.name=Willow Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_oak.name=Oak Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_oak.orange.name=Oak Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_oak.magenta.name=Oak Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_oak.light_blue.name=Oak Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_oak.yellow.name=Oak Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_oak.lime.name=Oak Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_oak.pink.name=Oak Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_oak.gray.name=Oak Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_oak.light_gray.name=Oak Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_oak.cyan.name=Oak Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_oak.purple.name=Oak Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_oak.blue.name=Oak Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_oak.brown.name=Oak Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_oak.green.name=Oak Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_oak.white.name=Oak White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_oak.black.name=Oak Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_spruce.name=Spruce Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_spruce.orange.name=Spruce Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_spruce.magenta.name=Spruce Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_spruce.light_blue.name=Spruce Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_spruce.yellow.name=Spruce Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_spruce.lime.name=Spruce Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_spruce.pink.name=Spruce Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_spruce.gray.name=Spruce Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_spruce.light_gray.name=Spruce Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_spruce.cyan.name=Spruce Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_spruce.purple.name=Spruce Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_spruce.blue.name=Spruce Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_spruce.brown.name=Spruce Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_spruce.green.name=Spruce Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_spruce.white.name=Spruce White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_spruce.black.name=Spruce Black Padded Back Bench tile.ironagefurniture.chair_wood_ironage_bench_back_right_acacia.name=Acacia Back Bench Right tile.ironagefurniture.chair_wood_ironage_bench_back_right_big_oak.name=Dark Oak Back Bench Right tile.ironagefurniture.chair_wood_ironage_bench_back_right_biomesoplenty_cherry.name=Cherry Back Bench Right @@ -973,71 +1948,1046 @@ tile.ironagefurniture.chair_wood_ironage_bench_padded_middle_natura_tiger.name=T tile.ironagefurniture.chair_wood_ironage_bench_padded_middle_natura_willow.name=Willow Padded Bench tile.ironagefurniture.chair_wood_ironage_bench_padded_middle_oak.name=Oak Padded Bench tile.ironagefurniture.chair_wood_ironage_bench_padded_middle_spruce.name=Spruce Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_acacia.name=Acacia Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_big_oak.name=Dark Oak Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_cherry.name=Cherry Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ebony.name=Ebony Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal.name=Ethereal Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus.name=Eucalyptus Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_fir.name=Fir Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark.name=Hellbark Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda.name=Jacaranda Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_magic.name=Magic Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany.name=Mahogany Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove.name=Mangrove Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_palm.name=Palm Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_pine.name=Pine Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_redwood.name=Redwood Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak.name=Sacred Oak Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_umbran.name=Umbran Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_willow.name=Willow Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_birch.name=Birch Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_acacia.name=Acacia Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_balsa.name=Balsa Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_baobab.name=Baobab Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cherry.name=Cherry Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_chestnut.name=Chestnut Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_citrus.name=Citrus Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cocobolo.name=Cocobolo Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ebony.name=Ebony Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_giganteum.name=Giganteum Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_greenheart.name=Greenheart Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ipe.name=Ipe Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_kapok.name=Kapok Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_larch.name=Larch Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_lime.name=Lime Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahoe.name=Mahoe Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahogany.name=Mahogany Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_maple.name=Maple Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_padauk.name=Padauk Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_palm.name=Palm Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_papaya.name=Papaya Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_pine.name=Pine Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_plum.name=Plum Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_poplar.name=Poplar Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_sequoia.name=Sequoia Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_teak.name=Teak Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_walnut.name=Walnut Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_wenge.name=Wenge Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_willow.name=Willow Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_zebrawood.name=Zebrawood Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood.name=Treated Wood Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_jungle.name=Jungle Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_amaranth.name=Amaranth Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_bloodwood.name=Bloodwood Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_darkwood.name=Darkwood Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_eucalyptus.name=Eucalyptus Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_fusewood.name=Fusewood Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_ghostwood.name=Ghostwood Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_hopseed.name=Hopseed Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_maple.name=Maple Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_redwood.name=Redwood Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_sakura.name=Sakura Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_silverbell.name=Silverbell Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_tiger.name=Tiger Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_willow.name=Willow Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_oak.name=Oak Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_spruce.name=Spruce Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_acacia.name=Acacia Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_acacia.orange.name=Acacia Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_acacia.magenta.name=Acacia Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_acacia.light_blue.name=Acacia Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_acacia.yellow.name=Acacia Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_acacia.lime.name=Acacia Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_acacia.pink.name=Acacia Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_acacia.gray.name=Acacia Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_acacia.light_gray.name=Acacia Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_acacia.cyan.name=Acacia Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_acacia.purple.name=Acacia Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_acacia.blue.name=Acacia Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_acacia.brown.name=Acacia Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_acacia.green.name=Acacia Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_acacia.white.name=Acacia White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_acacia.black.name=Acacia Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_big_oak.name=Dark Oak Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_big_oak.orange.name=Dark Oak Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_big_oak.magenta.name=Dark Oak Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_big_oak.light_blue.name=Dark Oak Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_big_oak.yellow.name=Dark Oak Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_big_oak.lime.name=Dark Oak Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_big_oak.pink.name=Dark Oak Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_big_oak.gray.name=Dark Oak Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_big_oak.light_gray.name=Dark Oak Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_big_oak.cyan.name=Dark Oak Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_big_oak.purple.name=Dark Oak Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_big_oak.blue.name=Dark Oak Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_big_oak.brown.name=Dark Oak Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_big_oak.green.name=Dark Oak Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_big_oak.white.name=Dark Oak White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_big_oak.black.name=Dark Oak Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_cherry.name=Cherry Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_cherry.orange.name=Cherry Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_cherry.magenta.name=Cherry Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_cherry.light_blue.name=Cherry Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_cherry.yellow.name=Cherry Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_cherry.lime.name=Cherry Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_cherry.pink.name=Cherry Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_cherry.gray.name=Cherry Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_cherry.light_gray.name=Cherry Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_cherry.cyan.name=Cherry Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_cherry.purple.name=Cherry Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_cherry.blue.name=Cherry Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_cherry.brown.name=Cherry Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_cherry.green.name=Cherry Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_cherry.white.name=Cherry White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_cherry.black.name=Cherry Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ebony.name=Ebony Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ebony.orange.name=Ebony Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ebony.magenta.name=Ebony Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ebony.light_blue.name=Ebony Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ebony.yellow.name=Ebony Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ebony.lime.name=Ebony Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ebony.pink.name=Ebony Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ebony.gray.name=Ebony Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ebony.light_gray.name=Ebony Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ebony.cyan.name=Ebony Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ebony.purple.name=Ebony Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ebony.blue.name=Ebony Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ebony.brown.name=Ebony Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ebony.green.name=Ebony Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ebony.white.name=Ebony White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ebony.black.name=Ebony Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal.name=Ethereal Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal.orange.name=Ethereal Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal.magenta.name=Ethereal Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal.light_blue.name=Ethereal Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal.yellow.name=Ethereal Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal.lime.name=Ethereal Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal.pink.name=Ethereal Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal.gray.name=Ethereal Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal.light_gray.name=Ethereal Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal.cyan.name=Ethereal Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal.purple.name=Ethereal Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal.blue.name=Ethereal Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal.brown.name=Ethereal Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal.green.name=Ethereal Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal.white.name=Ethereal White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal.black.name=Ethereal Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus.name=Eucalyptus Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus.orange.name=Eucalyptus Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus.magenta.name=Eucalyptus Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus.light_blue.name=Eucalyptus Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus.yellow.name=Eucalyptus Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus.lime.name=Eucalyptus Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus.pink.name=Eucalyptus Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus.gray.name=Eucalyptus Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus.light_gray.name=Eucalyptus Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus.cyan.name=Eucalyptus Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus.purple.name=Eucalyptus Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus.blue.name=Eucalyptus Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus.brown.name=Eucalyptus Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus.green.name=Eucalyptus Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus.white.name=Eucalyptus White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus.black.name=Eucalyptus Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_fir.name=Fir Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_fir.orange.name=Fir Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_fir.magenta.name=Fir Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_fir.light_blue.name=Fir Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_fir.yellow.name=Fir Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_fir.lime.name=Fir Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_fir.pink.name=Fir Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_fir.gray.name=Fir Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_fir.light_gray.name=Fir Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_fir.cyan.name=Fir Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_fir.purple.name=Fir Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_fir.blue.name=Fir Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_fir.brown.name=Fir Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_fir.green.name=Fir Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_fir.white.name=Fir White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_fir.black.name=Fir Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark.name=Hellbark Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark.orange.name=Hellbark Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark.magenta.name=Hellbark Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark.light_blue.name=Hellbark Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark.yellow.name=Hellbark Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark.lime.name=Hellbark Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark.pink.name=Hellbark Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark.gray.name=Hellbark Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark.light_gray.name=Hellbark Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark.cyan.name=Hellbark Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark.purple.name=Hellbark Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark.blue.name=Hellbark Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark.brown.name=Hellbark Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark.green.name=Hellbark Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark.white.name=Hellbark White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark.black.name=Hellbark Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda.name=Jacaranda Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda.orange.name=Jacaranda Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda.magenta.name=Jacaranda Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda.light_blue.name=Jacaranda Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda.yellow.name=Jacaranda Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda.lime.name=Jacaranda Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda.pink.name=Jacaranda Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda.gray.name=Jacaranda Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda.light_gray.name=Jacaranda Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda.cyan.name=Jacaranda Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda.purple.name=Jacaranda Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda.blue.name=Jacaranda Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda.brown.name=Jacaranda Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda.green.name=Jacaranda Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda.white.name=Jacaranda White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda.black.name=Jacaranda Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_magic.name=Magic Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_magic.orange.name=Magic Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_magic.magenta.name=Magic Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_magic.light_blue.name=Magic Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_magic.yellow.name=Magic Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_magic.lime.name=Magic Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_magic.pink.name=Magic Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_magic.gray.name=Magic Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_magic.light_gray.name=Magic Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_magic.cyan.name=Magic Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_magic.purple.name=Magic Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_magic.blue.name=Magic Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_magic.brown.name=Magic Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_magic.green.name=Magic Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_magic.white.name=Magic White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_magic.black.name=Magic Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany.name=Mahogany Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany.orange.name=Mahogany Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany.magenta.name=Mahogany Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany.light_blue.name=Mahogany Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany.yellow.name=Mahogany Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany.lime.name=Mahogany Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany.pink.name=Mahogany Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany.gray.name=Mahogany Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany.light_gray.name=Mahogany Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany.cyan.name=Mahogany Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany.purple.name=Mahogany Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany.blue.name=Mahogany Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany.brown.name=Mahogany Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany.green.name=Mahogany Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany.white.name=Mahogany White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany.black.name=Mahogany Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove.name=Mangrove Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove.orange.name=Mangrove Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove.magenta.name=Mangrove Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove.light_blue.name=Mangrove Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove.yellow.name=Mangrove Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove.lime.name=Mangrove Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove.pink.name=Mangrove Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove.gray.name=Mangrove Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove.light_gray.name=Mangrove Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove.cyan.name=Mangrove Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove.purple.name=Mangrove Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove.blue.name=Mangrove Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove.brown.name=Mangrove Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove.green.name=Mangrove Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove.white.name=Mangrove White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove.black.name=Mangrove Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_palm.name=Palm Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_palm.orange.name=Palm Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_palm.magenta.name=Palm Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_palm.light_blue.name=Palm Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_palm.yellow.name=Palm Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_palm.lime.name=Palm Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_palm.pink.name=Palm Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_palm.gray.name=Palm Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_palm.light_gray.name=Palm Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_palm.cyan.name=Palm Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_palm.purple.name=Palm Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_palm.blue.name=Palm Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_palm.brown.name=Palm Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_palm.green.name=Palm Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_palm.white.name=Palm White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_palm.black.name=Palm Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_pine.name=Pine Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_pine.orange.name=Pine Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_pine.magenta.name=Pine Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_pine.light_blue.name=Pine Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_pine.yellow.name=Pine Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_pine.lime.name=Pine Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_pine.pink.name=Pine Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_pine.gray.name=Pine Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_pine.light_gray.name=Pine Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_pine.cyan.name=Pine Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_pine.purple.name=Pine Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_pine.blue.name=Pine Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_pine.brown.name=Pine Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_pine.green.name=Pine Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_pine.white.name=Pine White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_pine.black.name=Pine Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_redwood.name=Redwood Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_redwood.orange.name=Redwood Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_redwood.magenta.name=Redwood Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_redwood.light_blue.name=Redwood Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_redwood.yellow.name=Redwood Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_redwood.lime.name=Redwood Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_redwood.pink.name=Redwood Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_redwood.gray.name=Redwood Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_redwood.light_gray.name=Redwood Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_redwood.cyan.name=Redwood Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_redwood.purple.name=Redwood Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_redwood.blue.name=Redwood Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_redwood.brown.name=Redwood Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_redwood.green.name=Redwood Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_redwood.white.name=Redwood White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_redwood.black.name=Redwood Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak.name=Sacred Oak Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak.orange.name=Sacred Oak Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak.magenta.name=Sacred Oak Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak.light_blue.name=Sacred Oak Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak.yellow.name=Sacred Oak Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak.lime.name=Sacred Oak Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak.pink.name=Sacred Oak Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak.gray.name=Sacred Oak Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak.light_gray.name=Sacred Oak Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak.cyan.name=Sacred Oak Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak.purple.name=Sacred Oak Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak.blue.name=Sacred Oak Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak.brown.name=Sacred Oak Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak.green.name=Sacred Oak Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak.white.name=Sacred Oak White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak.black.name=Sacred Oak Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_umbran.name=Umbran Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_umbran.orange.name=Umbran Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_umbran.magenta.name=Umbran Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_umbran.light_blue.name=Umbran Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_umbran.yellow.name=Umbran Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_umbran.lime.name=Umbran Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_umbran.pink.name=Umbran Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_umbran.gray.name=Umbran Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_umbran.light_gray.name=Umbran Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_umbran.cyan.name=Umbran Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_umbran.purple.name=Umbran Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_umbran.blue.name=Umbran Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_umbran.brown.name=Umbran Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_umbran.green.name=Umbran Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_umbran.white.name=Umbran White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_umbran.black.name=Umbran Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_willow.name=Willow Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_willow.orange.name=Willow Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_willow.magenta.name=Willow Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_willow.light_blue.name=Willow Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_willow.yellow.name=Willow Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_willow.lime.name=Willow Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_willow.pink.name=Willow Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_willow.gray.name=Willow Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_willow.light_gray.name=Willow Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_willow.cyan.name=Willow Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_willow.purple.name=Willow Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_willow.blue.name=Willow Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_willow.brown.name=Willow Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_willow.green.name=Willow Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_willow.white.name=Willow White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_willow.black.name=Willow Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_birch.name=Birch Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_birch.orange.name=Birch Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_birch.magenta.name=Birch Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_birch.light_blue.name=Birch Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_birch.yellow.name=Birch Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_birch.lime.name=Birch Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_birch.pink.name=Birch Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_birch.gray.name=Birch Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_birch.light_gray.name=Birch Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_birch.cyan.name=Birch Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_birch.purple.name=Birch Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_birch.blue.name=Birch Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_birch.brown.name=Birch Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_birch.green.name=Birch Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_birch.white.name=Birch White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_birch.black.name=Birch Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_acacia.name=Acacia Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_acacia.orange.name=Acacia Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_acacia.magenta.name=Acacia Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_acacia.light_blue.name=Acacia Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_acacia.yellow.name=Acacia Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_acacia.lime.name=Acacia Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_acacia.pink.name=Acacia Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_acacia.gray.name=Acacia Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_acacia.light_gray.name=Acacia Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_acacia.cyan.name=Acacia Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_acacia.purple.name=Acacia Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_acacia.blue.name=Acacia Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_acacia.brown.name=Acacia Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_acacia.green.name=Acacia Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_acacia.white.name=Acacia White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_acacia.black.name=Acacia Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_balsa.name=Balsa Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_balsa.orange.name=Balsa Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_balsa.magenta.name=Balsa Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_balsa.light_blue.name=Balsa Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_balsa.yellow.name=Balsa Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_balsa.lime.name=Balsa Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_balsa.pink.name=Balsa Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_balsa.gray.name=Balsa Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_balsa.light_gray.name=Balsa Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_balsa.cyan.name=Balsa Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_balsa.purple.name=Balsa Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_balsa.blue.name=Balsa Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_balsa.brown.name=Balsa Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_balsa.green.name=Balsa Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_balsa.white.name=Balsa White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_balsa.black.name=Balsa Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_baobab.name=Baobab Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_baobab.orange.name=Baobab Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_baobab.magenta.name=Baobab Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_baobab.light_blue.name=Baobab Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_baobab.yellow.name=Baobab Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_baobab.lime.name=Baobab Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_baobab.pink.name=Baobab Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_baobab.gray.name=Baobab Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_baobab.light_gray.name=Baobab Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_baobab.cyan.name=Baobab Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_baobab.purple.name=Baobab Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_baobab.blue.name=Baobab Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_baobab.brown.name=Baobab Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_baobab.green.name=Baobab Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_baobab.white.name=Baobab White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_baobab.black.name=Baobab Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cherry.name=Cherry Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cherry.orange.name=Cherry Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cherry.magenta.name=Cherry Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cherry.light_blue.name=Cherry Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cherry.yellow.name=Cherry Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cherry.lime.name=Cherry Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cherry.pink.name=Cherry Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cherry.gray.name=Cherry Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cherry.light_gray.name=Cherry Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cherry.cyan.name=Cherry Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cherry.purple.name=Cherry Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cherry.blue.name=Cherry Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cherry.brown.name=Cherry Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cherry.green.name=Cherry Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cherry.white.name=Cherry White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cherry.black.name=Cherry Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_chestnut.name=Chestnut Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_chestnut.orange.name=Chestnut Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_chestnut.magenta.name=Chestnut Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_chestnut.light_blue.name=Chestnut Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_chestnut.yellow.name=Chestnut Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_chestnut.lime.name=Chestnut Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_chestnut.pink.name=Chestnut Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_chestnut.gray.name=Chestnut Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_chestnut.light_gray.name=Chestnut Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_chestnut.cyan.name=Chestnut Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_chestnut.purple.name=Chestnut Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_chestnut.blue.name=Chestnut Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_chestnut.brown.name=Chestnut Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_chestnut.green.name=Chestnut Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_chestnut.white.name=Chestnut White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_chestnut.black.name=Chestnut Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_citrus.name=Citrus Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_citrus.orange.name=Citrus Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_citrus.magenta.name=Citrus Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_citrus.light_blue.name=Citrus Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_citrus.yellow.name=Citrus Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_citrus.lime.name=Citrus Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_citrus.pink.name=Citrus Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_citrus.gray.name=Citrus Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_citrus.light_gray.name=Citrus Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_citrus.cyan.name=Citrus Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_citrus.purple.name=Citrus Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_citrus.blue.name=Citrus Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_citrus.brown.name=Citrus Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_citrus.green.name=Citrus Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_citrus.white.name=Citrus White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_citrus.black.name=Citrus Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cocobolo.name=Cocobolo Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cocobolo.orange.name=Cocobolo Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cocobolo.magenta.name=Cocobolo Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cocobolo.light_blue.name=Cocobolo Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cocobolo.yellow.name=Cocobolo Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cocobolo.lime.name=Cocobolo Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cocobolo.pink.name=Cocobolo Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cocobolo.gray.name=Cocobolo Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cocobolo.light_gray.name=Cocobolo Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cocobolo.cyan.name=Cocobolo Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cocobolo.purple.name=Cocobolo Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cocobolo.blue.name=Cocobolo Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cocobolo.brown.name=Cocobolo Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cocobolo.green.name=Cocobolo Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cocobolo.white.name=Cocobolo White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cocobolo.black.name=Cocobolo Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ebony.name=Ebony Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ebony.orange.name=Ebony Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ebony.magenta.name=Ebony Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ebony.light_blue.name=Ebony Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ebony.yellow.name=Ebony Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ebony.lime.name=Ebony Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ebony.pink.name=Ebony Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ebony.gray.name=Ebony Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ebony.light_gray.name=Ebony Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ebony.cyan.name=Ebony Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ebony.purple.name=Ebony Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ebony.blue.name=Ebony Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ebony.brown.name=Ebony Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ebony.green.name=Ebony Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ebony.white.name=Ebony White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ebony.black.name=Ebony Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_giganteum.name=Giganteum Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_giganteum.orange.name=Giganteum Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_giganteum.magenta.name=Giganteum Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_giganteum.light_blue.name=Giganteum Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_giganteum.yellow.name=Giganteum Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_giganteum.lime.name=Giganteum Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_giganteum.pink.name=Giganteum Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_giganteum.gray.name=Giganteum Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_giganteum.light_gray.name=Giganteum Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_giganteum.cyan.name=Giganteum Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_giganteum.purple.name=Giganteum Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_giganteum.blue.name=Giganteum Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_giganteum.brown.name=Giganteum Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_giganteum.green.name=Giganteum Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_giganteum.white.name=Giganteum White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_giganteum.black.name=Giganteum Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_greenheart.name=Greenheart Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_greenheart.orange.name=Greenheart Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_greenheart.magenta.name=Greenheart Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_greenheart.light_blue.name=Greenheart Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_greenheart.yellow.name=Greenheart Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_greenheart.lime.name=Greenheart Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_greenheart.pink.name=Greenheart Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_greenheart.gray.name=Greenheart Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_greenheart.light_gray.name=Greenheart Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_greenheart.cyan.name=Greenheart Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_greenheart.purple.name=Greenheart Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_greenheart.blue.name=Greenheart Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_greenheart.brown.name=Greenheart Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_greenheart.green.name=Greenheart Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_greenheart.white.name=Greenheart White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_greenheart.black.name=Greenheart Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ipe.name=Ipe Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ipe.orange.name=Ipe Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ipe.magenta.name=Ipe Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ipe.light_blue.name=Ipe Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ipe.yellow.name=Ipe Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ipe.lime.name=Ipe Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ipe.pink.name=Ipe Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ipe.gray.name=Ipe Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ipe.light_gray.name=Ipe Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ipe.cyan.name=Ipe Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ipe.purple.name=Ipe Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ipe.blue.name=Ipe Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ipe.brown.name=Ipe Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ipe.green.name=Ipe Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ipe.white.name=Ipe White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ipe.black.name=Ipe Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_kapok.name=Kapok Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_kapok.orange.name=Kapok Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_kapok.magenta.name=Kapok Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_kapok.light_blue.name=Kapok Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_kapok.yellow.name=Kapok Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_kapok.lime.name=Kapok Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_kapok.pink.name=Kapok Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_kapok.gray.name=Kapok Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_kapok.light_gray.name=Kapok Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_kapok.cyan.name=Kapok Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_kapok.purple.name=Kapok Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_kapok.blue.name=Kapok Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_kapok.brown.name=Kapok Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_kapok.green.name=Kapok Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_kapok.white.name=Kapok White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_kapok.black.name=Kapok Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_larch.name=Larch Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_larch.orange.name=Larch Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_larch.magenta.name=Larch Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_larch.light_blue.name=Larch Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_larch.yellow.name=Larch Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_larch.lime.name=Larch Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_larch.pink.name=Larch Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_larch.gray.name=Larch Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_larch.light_gray.name=Larch Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_larch.cyan.name=Larch Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_larch.purple.name=Larch Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_larch.blue.name=Larch Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_larch.brown.name=Larch Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_larch.green.name=Larch Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_larch.white.name=Larch White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_larch.black.name=Larch Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_lime.name=Lime Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_lime.orange.name=Lime Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_lime.magenta.name=Lime Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_lime.light_blue.name=Lime Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_lime.yellow.name=Lime Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_lime.lime.name=Lime Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_lime.pink.name=Lime Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_lime.gray.name=Lime Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_lime.light_gray.name=Lime Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_lime.cyan.name=Lime Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_lime.purple.name=Lime Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_lime.blue.name=Lime Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_lime.brown.name=Lime Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_lime.green.name=Lime Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_lime.white.name=Lime White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_lime.black.name=Lime Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahoe.name=Mahoe Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahoe.orange.name=Mahoe Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahoe.magenta.name=Mahoe Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahoe.light_blue.name=Mahoe Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahoe.yellow.name=Mahoe Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahoe.lime.name=Mahoe Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahoe.pink.name=Mahoe Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahoe.gray.name=Mahoe Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahoe.light_gray.name=Mahoe Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahoe.cyan.name=Mahoe Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahoe.purple.name=Mahoe Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahoe.blue.name=Mahoe Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahoe.brown.name=Mahoe Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahoe.green.name=Mahoe Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahoe.white.name=Mahoe White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahoe.black.name=Mahoe Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahogany.name=Mahogany Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahogany.orange.name=Mahogany Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahogany.magenta.name=Mahogany Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahogany.light_blue.name=Mahogany Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahogany.yellow.name=Mahogany Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahogany.lime.name=Mahogany Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahogany.pink.name=Mahogany Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahogany.gray.name=Mahogany Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahogany.light_gray.name=Mahogany Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahogany.cyan.name=Mahogany Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahogany.purple.name=Mahogany Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahogany.blue.name=Mahogany Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahogany.brown.name=Mahogany Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahogany.green.name=Mahogany Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahogany.white.name=Mahogany White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahogany.black.name=Mahogany Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_maple.name=Maple Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_maple.orange.name=Maple Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_maple.magenta.name=Maple Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_maple.light_blue.name=Maple Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_maple.yellow.name=Maple Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_maple.lime.name=Maple Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_maple.pink.name=Maple Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_maple.gray.name=Maple Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_maple.light_gray.name=Maple Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_maple.cyan.name=Maple Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_maple.purple.name=Maple Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_maple.blue.name=Maple Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_maple.brown.name=Maple Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_maple.green.name=Maple Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_maple.white.name=Maple White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_maple.black.name=Maple Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_padauk.name=Padauk Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_padauk.orange.name=Padauk Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_padauk.magenta.name=Padauk Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_padauk.light_blue.name=Padauk Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_padauk.yellow.name=Padauk Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_padauk.lime.name=Padauk Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_padauk.pink.name=Padauk Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_padauk.gray.name=Padauk Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_padauk.light_gray.name=Padauk Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_padauk.cyan.name=Padauk Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_padauk.purple.name=Padauk Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_padauk.blue.name=Padauk Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_padauk.brown.name=Padauk Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_padauk.green.name=Padauk Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_padauk.white.name=Padauk White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_padauk.black.name=Padauk Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_palm.name=Palm Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_palm.orange.name=Palm Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_palm.magenta.name=Palm Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_palm.light_blue.name=Palm Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_palm.yellow.name=Palm Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_palm.lime.name=Palm Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_palm.pink.name=Palm Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_palm.gray.name=Palm Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_palm.light_gray.name=Palm Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_palm.cyan.name=Palm Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_palm.purple.name=Palm Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_palm.blue.name=Palm Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_palm.brown.name=Palm Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_palm.green.name=Palm Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_palm.white.name=Palm White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_palm.black.name=Palm Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_papaya.name=Papaya Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_papaya.orange.name=Papaya Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_papaya.magenta.name=Papaya Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_papaya.light_blue.name=Papaya Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_papaya.yellow.name=Papaya Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_papaya.lime.name=Papaya Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_papaya.pink.name=Papaya Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_papaya.gray.name=Papaya Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_papaya.light_gray.name=Papaya Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_papaya.cyan.name=Papaya Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_papaya.purple.name=Papaya Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_papaya.blue.name=Papaya Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_papaya.brown.name=Papaya Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_papaya.green.name=Papaya Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_papaya.white.name=Papaya White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_papaya.black.name=Papaya Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_pine.name=Pine Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_pine.orange.name=Pine Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_pine.magenta.name=Pine Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_pine.light_blue.name=Pine Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_pine.yellow.name=Pine Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_pine.lime.name=Pine Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_pine.pink.name=Pine Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_pine.gray.name=Pine Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_pine.light_gray.name=Pine Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_pine.cyan.name=Pine Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_pine.purple.name=Pine Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_pine.blue.name=Pine Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_pine.brown.name=Pine Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_pine.green.name=Pine Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_pine.white.name=Pine White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_pine.black.name=Pine Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_plum.name=Plum Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_plum.orange.name=Plum Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_plum.magenta.name=Plum Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_plum.light_blue.name=Plum Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_plum.yellow.name=Plum Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_plum.lime.name=Plum Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_plum.pink.name=Plum Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_plum.gray.name=Plum Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_plum.light_gray.name=Plum Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_plum.cyan.name=Plum Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_plum.purple.name=Plum Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_plum.blue.name=Plum Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_plum.brown.name=Plum Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_plum.green.name=Plum Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_plum.white.name=Plum White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_plum.black.name=Plum Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_poplar.name=Poplar Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_poplar.orange.name=Poplar Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_poplar.magenta.name=Poplar Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_poplar.light_blue.name=Poplar Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_poplar.yellow.name=Poplar Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_poplar.lime.name=Poplar Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_poplar.pink.name=Poplar Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_poplar.gray.name=Poplar Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_poplar.light_gray.name=Poplar Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_poplar.cyan.name=Poplar Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_poplar.purple.name=Poplar Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_poplar.blue.name=Poplar Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_poplar.brown.name=Poplar Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_poplar.green.name=Poplar Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_poplar.white.name=Poplar White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_poplar.black.name=Poplar Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_sequoia.name=Sequoia Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_sequoia.orange.name=Sequoia Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_sequoia.magenta.name=Sequoia Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_sequoia.light_blue.name=Sequoia Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_sequoia.yellow.name=Sequoia Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_sequoia.lime.name=Sequoia Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_sequoia.pink.name=Sequoia Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_sequoia.gray.name=Sequoia Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_sequoia.light_gray.name=Sequoia Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_sequoia.cyan.name=Sequoia Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_sequoia.purple.name=Sequoia Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_sequoia.blue.name=Sequoia Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_sequoia.brown.name=Sequoia Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_sequoia.green.name=Sequoia Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_sequoia.white.name=Sequoia White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_sequoia.black.name=Sequoia Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_teak.name=Teak Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_teak.orange.name=Teak Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_teak.magenta.name=Teak Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_teak.light_blue.name=Teak Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_teak.yellow.name=Teak Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_teak.lime.name=Teak Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_teak.pink.name=Teak Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_teak.gray.name=Teak Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_teak.light_gray.name=Teak Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_teak.cyan.name=Teak Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_teak.purple.name=Teak Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_teak.blue.name=Teak Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_teak.brown.name=Teak Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_teak.green.name=Teak Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_teak.white.name=Teak White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_teak.black.name=Teak Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_walnut.name=Walnut Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_walnut.orange.name=Walnut Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_walnut.magenta.name=Walnut Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_walnut.light_blue.name=Walnut Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_walnut.yellow.name=Walnut Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_walnut.lime.name=Walnut Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_walnut.pink.name=Walnut Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_walnut.gray.name=Walnut Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_walnut.light_gray.name=Walnut Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_walnut.cyan.name=Walnut Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_walnut.purple.name=Walnut Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_walnut.blue.name=Walnut Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_walnut.brown.name=Walnut Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_walnut.green.name=Walnut Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_walnut.white.name=Walnut White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_walnut.black.name=Walnut Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_wenge.name=Wenge Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_wenge.orange.name=Wenge Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_wenge.magenta.name=Wenge Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_wenge.light_blue.name=Wenge Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_wenge.yellow.name=Wenge Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_wenge.lime.name=Wenge Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_wenge.pink.name=Wenge Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_wenge.gray.name=Wenge Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_wenge.light_gray.name=Wenge Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_wenge.cyan.name=Wenge Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_wenge.purple.name=Wenge Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_wenge.blue.name=Wenge Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_wenge.brown.name=Wenge Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_wenge.green.name=Wenge Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_wenge.white.name=Wenge White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_wenge.black.name=Wenge Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_willow.name=Willow Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_willow.orange.name=Willow Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_willow.magenta.name=Willow Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_willow.light_blue.name=Willow Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_willow.yellow.name=Willow Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_willow.lime.name=Willow Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_willow.pink.name=Willow Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_willow.gray.name=Willow Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_willow.light_gray.name=Willow Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_willow.cyan.name=Willow Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_willow.purple.name=Willow Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_willow.blue.name=Willow Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_willow.brown.name=Willow Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_willow.green.name=Willow Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_willow.white.name=Willow White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_willow.black.name=Willow Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_zebrawood.name=Zebrawood Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_zebrawood.orange.name=Zebrawood Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_zebrawood.magenta.name=Zebrawood Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_zebrawood.light_blue.name=Zebrawood Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_zebrawood.yellow.name=Zebrawood Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_zebrawood.lime.name=Zebrawood Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_zebrawood.pink.name=Zebrawood Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_zebrawood.gray.name=Zebrawood Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_zebrawood.light_gray.name=Zebrawood Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_zebrawood.cyan.name=Zebrawood Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_zebrawood.purple.name=Zebrawood Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_zebrawood.blue.name=Zebrawood Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_zebrawood.brown.name=Zebrawood Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_zebrawood.green.name=Zebrawood Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_zebrawood.white.name=Zebrawood White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_zebrawood.black.name=Zebrawood Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood.name=Treated Wood Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood.orange.name=Treated Wood Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood.magenta.name=Treated Wood Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood.light_blue.name=Treated Wood Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood.yellow.name=Treated Wood Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood.lime.name=Treated Wood Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood.pink.name=Treated Wood Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood.gray.name=Treated Wood Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood.light_gray.name=Treated Wood Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood.cyan.name=Treated Wood Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood.purple.name=Treated Wood Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood.blue.name=Treated Wood Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood.brown.name=Treated Wood Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood.green.name=Treated Wood Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood.white.name=Treated Wood White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood.black.name=Treated Wood Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_jungle.name=Jungle Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_jungle.orange.name=Jungle Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_jungle.magenta.name=Jungle Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_jungle.light_blue.name=Jungle Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_jungle.yellow.name=Jungle Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_jungle.lime.name=Jungle Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_jungle.pink.name=Jungle Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_jungle.gray.name=Jungle Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_jungle.light_gray.name=Jungle Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_jungle.cyan.name=Jungle Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_jungle.purple.name=Jungle Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_jungle.blue.name=Jungle Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_jungle.brown.name=Jungle Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_jungle.green.name=Jungle Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_jungle.white.name=Jungle White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_jungle.black.name=Jungle Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_amaranth.name=Amaranth Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_amaranth.orange.name=Amaranth Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_amaranth.magenta.name=Amaranth Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_amaranth.light_blue.name=Amaranth Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_amaranth.yellow.name=Amaranth Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_amaranth.lime.name=Amaranth Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_amaranth.pink.name=Amaranth Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_amaranth.gray.name=Amaranth Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_amaranth.light_gray.name=Amaranth Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_amaranth.cyan.name=Amaranth Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_amaranth.purple.name=Amaranth Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_amaranth.blue.name=Amaranth Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_amaranth.brown.name=Amaranth Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_amaranth.green.name=Amaranth Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_amaranth.white.name=Amaranth White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_amaranth.black.name=Amaranth Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_bloodwood.name=Bloodwood Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_bloodwood.orange.name=Bloodwood Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_bloodwood.magenta.name=Bloodwood Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_bloodwood.light_blue.name=Bloodwood Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_bloodwood.yellow.name=Bloodwood Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_bloodwood.lime.name=Bloodwood Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_bloodwood.pink.name=Bloodwood Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_bloodwood.gray.name=Bloodwood Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_bloodwood.light_gray.name=Bloodwood Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_bloodwood.cyan.name=Bloodwood Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_bloodwood.purple.name=Bloodwood Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_bloodwood.blue.name=Bloodwood Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_bloodwood.brown.name=Bloodwood Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_bloodwood.green.name=Bloodwood Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_bloodwood.white.name=Bloodwood White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_bloodwood.black.name=Bloodwood Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_darkwood.name=Darkwood Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_darkwood.orange.name=Darkwood Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_darkwood.magenta.name=Darkwood Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_darkwood.light_blue.name=Darkwood Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_darkwood.yellow.name=Darkwood Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_darkwood.lime.name=Darkwood Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_darkwood.pink.name=Darkwood Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_darkwood.gray.name=Darkwood Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_darkwood.light_gray.name=Darkwood Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_darkwood.cyan.name=Darkwood Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_darkwood.purple.name=Darkwood Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_darkwood.blue.name=Darkwood Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_darkwood.brown.name=Darkwood Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_darkwood.green.name=Darkwood Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_darkwood.white.name=Darkwood White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_darkwood.black.name=Darkwood Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_eucalyptus.name=Eucalyptus Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_eucalyptus.orange.name=Eucalyptus Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_eucalyptus.magenta.name=Eucalyptus Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_eucalyptus.light_blue.name=Eucalyptus Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_eucalyptus.yellow.name=Eucalyptus Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_eucalyptus.lime.name=Eucalyptus Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_eucalyptus.pink.name=Eucalyptus Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_eucalyptus.gray.name=Eucalyptus Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_eucalyptus.light_gray.name=Eucalyptus Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_eucalyptus.cyan.name=Eucalyptus Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_eucalyptus.purple.name=Eucalyptus Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_eucalyptus.blue.name=Eucalyptus Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_eucalyptus.brown.name=Eucalyptus Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_eucalyptus.green.name=Eucalyptus Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_eucalyptus.white.name=Eucalyptus White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_eucalyptus.black.name=Eucalyptus Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_fusewood.name=Fusewood Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_fusewood.orange.name=Fusewood Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_fusewood.magenta.name=Fusewood Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_fusewood.light_blue.name=Fusewood Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_fusewood.yellow.name=Fusewood Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_fusewood.lime.name=Fusewood Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_fusewood.pink.name=Fusewood Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_fusewood.gray.name=Fusewood Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_fusewood.light_gray.name=Fusewood Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_fusewood.cyan.name=Fusewood Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_fusewood.purple.name=Fusewood Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_fusewood.blue.name=Fusewood Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_fusewood.brown.name=Fusewood Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_fusewood.green.name=Fusewood Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_fusewood.white.name=Fusewood White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_fusewood.black.name=Fusewood Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_ghostwood.name=Ghostwood Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_ghostwood.orange.name=Ghostwood Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_ghostwood.magenta.name=Ghostwood Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_ghostwood.light_blue.name=Ghostwood Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_ghostwood.yellow.name=Ghostwood Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_ghostwood.lime.name=Ghostwood Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_ghostwood.pink.name=Ghostwood Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_ghostwood.gray.name=Ghostwood Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_ghostwood.light_gray.name=Ghostwood Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_ghostwood.cyan.name=Ghostwood Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_ghostwood.purple.name=Ghostwood Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_ghostwood.blue.name=Ghostwood Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_ghostwood.brown.name=Ghostwood Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_ghostwood.green.name=Ghostwood Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_ghostwood.white.name=Ghostwood White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_ghostwood.black.name=Ghostwood Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_hopseed.name=Hopseed Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_hopseed.orange.name=Hopseed Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_hopseed.magenta.name=Hopseed Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_hopseed.light_blue.name=Hopseed Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_hopseed.yellow.name=Hopseed Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_hopseed.lime.name=Hopseed Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_hopseed.pink.name=Hopseed Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_hopseed.gray.name=Hopseed Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_hopseed.light_gray.name=Hopseed Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_hopseed.cyan.name=Hopseed Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_hopseed.purple.name=Hopseed Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_hopseed.blue.name=Hopseed Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_hopseed.brown.name=Hopseed Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_hopseed.green.name=Hopseed Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_hopseed.white.name=Hopseed White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_hopseed.black.name=Hopseed Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_maple.name=Maple Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_maple.orange.name=Maple Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_maple.magenta.name=Maple Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_maple.light_blue.name=Maple Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_maple.yellow.name=Maple Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_maple.lime.name=Maple Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_maple.pink.name=Maple Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_maple.gray.name=Maple Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_maple.light_gray.name=Maple Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_maple.cyan.name=Maple Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_maple.purple.name=Maple Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_maple.blue.name=Maple Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_maple.brown.name=Maple Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_maple.green.name=Maple Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_maple.white.name=Maple White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_maple.black.name=Maple Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_redwood.name=Redwood Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_redwood.orange.name=Redwood Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_redwood.magenta.name=Redwood Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_redwood.light_blue.name=Redwood Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_redwood.yellow.name=Redwood Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_redwood.lime.name=Redwood Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_redwood.pink.name=Redwood Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_redwood.gray.name=Redwood Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_redwood.light_gray.name=Redwood Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_redwood.cyan.name=Redwood Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_redwood.purple.name=Redwood Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_redwood.blue.name=Redwood Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_redwood.brown.name=Redwood Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_redwood.green.name=Redwood Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_redwood.white.name=Redwood White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_redwood.black.name=Redwood Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_sakura.name=Sakura Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_sakura.orange.name=Sakura Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_sakura.magenta.name=Sakura Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_sakura.light_blue.name=Sakura Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_sakura.yellow.name=Sakura Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_sakura.lime.name=Sakura Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_sakura.pink.name=Sakura Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_sakura.gray.name=Sakura Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_sakura.light_gray.name=Sakura Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_sakura.cyan.name=Sakura Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_sakura.purple.name=Sakura Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_sakura.blue.name=Sakura Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_sakura.brown.name=Sakura Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_sakura.green.name=Sakura Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_sakura.white.name=Sakura White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_sakura.black.name=Sakura Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_silverbell.name=Silverbell Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_silverbell.orange.name=Silverbell Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_silverbell.magenta.name=Silverbell Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_silverbell.light_blue.name=Silverbell Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_silverbell.yellow.name=Silverbell Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_silverbell.lime.name=Silverbell Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_silverbell.pink.name=Silverbell Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_silverbell.gray.name=Silverbell Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_silverbell.light_gray.name=Silverbell Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_silverbell.cyan.name=Silverbell Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_silverbell.purple.name=Silverbell Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_silverbell.blue.name=Silverbell Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_silverbell.brown.name=Silverbell Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_silverbell.green.name=Silverbell Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_silverbell.white.name=Silverbell White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_silverbell.black.name=Silverbell Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_tiger.name=Tiger Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_tiger.orange.name=Tiger Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_tiger.magenta.name=Tiger Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_tiger.light_blue.name=Tiger Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_tiger.yellow.name=Tiger Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_tiger.lime.name=Tiger Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_tiger.pink.name=Tiger Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_tiger.gray.name=Tiger Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_tiger.light_gray.name=Tiger Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_tiger.cyan.name=Tiger Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_tiger.purple.name=Tiger Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_tiger.blue.name=Tiger Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_tiger.brown.name=Tiger Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_tiger.green.name=Tiger Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_tiger.white.name=Tiger White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_tiger.black.name=Tiger Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_willow.name=Willow Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_willow.orange.name=Willow Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_willow.magenta.name=Willow Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_willow.light_blue.name=Willow Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_willow.yellow.name=Willow Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_willow.lime.name=Willow Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_willow.pink.name=Willow Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_willow.gray.name=Willow Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_willow.light_gray.name=Willow Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_willow.cyan.name=Willow Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_willow.purple.name=Willow Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_willow.blue.name=Willow Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_willow.brown.name=Willow Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_willow.green.name=Willow Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_willow.white.name=Willow White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_willow.black.name=Willow Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_oak.name=Oak Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_oak.orange.name=Oak Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_oak.magenta.name=Oak Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_oak.light_blue.name=Oak Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_oak.yellow.name=Oak Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_oak.lime.name=Oak Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_oak.pink.name=Oak Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_oak.gray.name=Oak Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_oak.light_gray.name=Oak Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_oak.cyan.name=Oak Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_oak.purple.name=Oak Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_oak.blue.name=Oak Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_oak.brown.name=Oak Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_oak.green.name=Oak Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_oak.white.name=Oak White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_oak.black.name=Oak Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_spruce.name=Spruce Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_spruce.orange.name=Spruce Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_spruce.magenta.name=Spruce Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_spruce.light_blue.name=Spruce Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_spruce.yellow.name=Spruce Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_spruce.lime.name=Spruce Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_spruce.pink.name=Spruce Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_spruce.gray.name=Spruce Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_spruce.light_gray.name=Spruce Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_spruce.cyan.name=Spruce Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_spruce.purple.name=Spruce Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_spruce.blue.name=Spruce Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_spruce.brown.name=Spruce Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_spruce.green.name=Spruce Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_spruce.white.name=Spruce White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_spruce.black.name=Spruce Black Padded Bench tile.ironagefurniture.chair_wood_ironage_bench_single_acacia.name=Acacia Bench tile.ironagefurniture.chair_wood_ironage_bench_single_big_oak.name=Dark Oak Bench tile.ironagefurniture.chair_wood_ironage_bench_single_biomesoplenty_cherry.name=Cherry Bench @@ -1119,7 +3069,6 @@ tile.ironagefurniture.chair_wood_ironage_classic_biomesoplenty_palm.name=Palm Cl tile.ironagefurniture.chair_wood_ironage_classic_biomesoplenty_pine.name=Pine Classic Chair tile.ironagefurniture.chair_wood_ironage_classic_biomesoplenty_redwood.name=Redwood Classic Chair tile.ironagefurniture.chair_wood_ironage_classic_biomesoplenty_sacred_oak.name=Sacred Oak Classic Chair -tile.ironagefurniture.chair_wood_ironage_classic_biomesoplenty_sacred_oak.name=Sacred Oak Classic Chair tile.ironagefurniture.chair_wood_ironage_classic_biomesoplenty_umbran.name=Umbran Classic Chair tile.ironagefurniture.chair_wood_ironage_classic_biomesoplenty_willow.name=Willow Classic Chair tile.ironagefurniture.chair_wood_ironage_classic_birch.name=Birch Classic Chair @@ -1185,7 +3134,6 @@ tile.ironagefurniture.chair_wood_ironage_shield_biomesoplenty_palm.name=Palm Shi tile.ironagefurniture.chair_wood_ironage_shield_biomesoplenty_pine.name=Pine Shield Chair tile.ironagefurniture.chair_wood_ironage_shield_biomesoplenty_redwood.name=Redwood Shield Chair tile.ironagefurniture.chair_wood_ironage_shield_biomesoplenty_sacred_oak.name=Sacred Oak Shield Chair -tile.ironagefurniture.chair_wood_ironage_shield_biomesoplenty_sacred_oak.name=Sacred Oak Shield Chair tile.ironagefurniture.chair_wood_ironage_shield_biomesoplenty_umbran.name=Umbran Shield Chair tile.ironagefurniture.chair_wood_ironage_shield_biomesoplenty_willow.name=Willow Shield Chair tile.ironagefurniture.chair_wood_ironage_shield_birch.name=Birch Shield Chair @@ -1251,7 +3199,6 @@ tile.ironagefurniture.chair_wood_ironage_stool_short_biomesoplenty_palm.name=Pal tile.ironagefurniture.chair_wood_ironage_stool_short_biomesoplenty_pine.name=Pine Short Stool tile.ironagefurniture.chair_wood_ironage_stool_short_biomesoplenty_redwood.name=Redwood Short Stool tile.ironagefurniture.chair_wood_ironage_stool_short_biomesoplenty_sacred_oak.name=Sacred Oak Short Stool -tile.ironagefurniture.chair_wood_ironage_stool_short_biomesoplenty_sacred_oak.name=Sacred Oak Short Stool tile.ironagefurniture.chair_wood_ironage_stool_short_biomesoplenty_umbran.name=Umbran Short Stool tile.ironagefurniture.chair_wood_ironage_stool_short_biomesoplenty_willow.name=Willow Short Stool tile.ironagefurniture.chair_wood_ironage_stool_short_birch.name=Birch Short Stool @@ -1317,7 +3264,6 @@ tile.ironagefurniture.chair_wood_ironage_stool_tall_biomesoplenty_palm.name=Palm tile.ironagefurniture.chair_wood_ironage_stool_tall_biomesoplenty_pine.name=Pine Tall Stool tile.ironagefurniture.chair_wood_ironage_stool_tall_biomesoplenty_redwood.name=Redwood Tall Stool tile.ironagefurniture.chair_wood_ironage_stool_tall_biomesoplenty_sacred_oak.name=Sacred Oak Tall Stool -tile.ironagefurniture.chair_wood_ironage_stool_tall_biomesoplenty_sacred_oak.name=Sacred Oak Tall Stool tile.ironagefurniture.chair_wood_ironage_stool_tall_biomesoplenty_umbran.name=Umbran Tall Stool tile.ironagefurniture.chair_wood_ironage_stool_tall_biomesoplenty_willow.name=Willow Tall Stool tile.ironagefurniture.chair_wood_ironage_stool_tall_birch.name=Birch Tall Stool diff --git a/src/main/resources/assets/ironagefurniture/lang/en_GB.lang b/src/main/resources/assets/ironagefurniture/lang/en_GB.lang index 67e682b07e..088391021d 100644 --- a/src/main/resources/assets/ironagefurniture/lang/en_GB.lang +++ b/src/main/resources/assets/ironagefurniture/lang/en_GB.lang @@ -323,71 +323,1046 @@ tile.ironagefurniture.chair_wood_ironage_bench_back_padded_right_natura_tiger.na tile.ironagefurniture.chair_wood_ironage_bench_back_padded_right_natura_willow.name=Willow Padded Back Bench Right tile.ironagefurniture.chair_wood_ironage_bench_back_padded_right_oak.name=Oak Padded Back Bench Right tile.ironagefurniture.chair_wood_ironage_bench_back_padded_right_spruce.name=Spruce Padded Back Bench Right -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_acacia.name=Acacia Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_big_oak.name=Dark Oak Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry.name=Cherry Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony.name=Ebony Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal.name=Ethereal Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus.name=Eucalyptus Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir.name=Fir Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark.name=Hellbark Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda.name=Jacaranda Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic.name=Magic Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany.name=Mahogany Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove.name=Mangrove Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm.name=Palm Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine.name=Pine Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood.name=Redwood Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak.name=Sacred Oak Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran.name=Umbran Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow.name=Willow Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_birch.name=Birch Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_acacia.name=Acacia Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_balsa.name=Balsa Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_baobab.name=Baobab Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cherry.name=Cherry Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_chestnut.name=Chestnut Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_citrus.name=Citrus Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cocobolo.name=Cocobolo Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ebony.name=Ebony Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_giganteum.name=Giganteum Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_greenheart.name=Greenheart Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ipe.name=Ipe Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_kapok.name=Kapok Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_larch.name=Larch Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_lime.name=Lime Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahoe.name=Mahoe Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahogany.name=Mahogany Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_maple.name=Maple Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_padauk.name=Padauk Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_palm.name=Palm Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_papaya.name=Papaya Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_pine.name=Pine Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_plum.name=Plum Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_poplar.name=Poplar Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_sequoia.name=Sequoia Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_teak.name=Teak Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_walnut.name=Walnut Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_wenge.name=Wenge Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_willow.name=Willow Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_zebrawood.name=Zebrawood Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood.name=Treated Wood Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_jungle.name=Jungle Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_amaranth.name=Amaranth Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_bloodwood.name=Bloodwood Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_darkwood.name=Darkwood Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_eucalyptus.name=Eucalyptus Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_fusewood.name=Fusewood Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_ghostwood.name=Ghostwood Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_hopseed.name=Hopseed Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_maple.name=Maple Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_redwood.name=Redwood Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_sakura.name=Sakura Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_silverbell.name=Silverbell Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_tiger.name=Tiger Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_willow.name=Willow Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_oak.name=Oak Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_spruce.name=Spruce Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_acacia.name=Acacia Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_acacia.orange.name=Acacia Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_acacia.magenta.name=Acacia Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_acacia.light_blue.name=Acacia Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_acacia.yellow.name=Acacia Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_acacia.lime.name=Acacia Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_acacia.pink.name=Acacia Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_acacia.gray.name=Acacia Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_acacia.light_gray.name=Acacia Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_acacia.cyan.name=Acacia Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_acacia.purple.name=Acacia Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_acacia.blue.name=Acacia Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_acacia.brown.name=Acacia Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_acacia.green.name=Acacia Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_acacia.white.name=Acacia White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_acacia.black.name=Acacia Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_big_oak.name=Dark Oak Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_big_oak.orange.name=Dark Oak Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_big_oak.magenta.name=Dark Oak Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_big_oak.light_blue.name=Dark Oak Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_big_oak.yellow.name=Dark Oak Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_big_oak.lime.name=Dark Oak Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_big_oak.pink.name=Dark Oak Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_big_oak.gray.name=Dark Oak Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_big_oak.light_gray.name=Dark Oak Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_big_oak.cyan.name=Dark Oak Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_big_oak.purple.name=Dark Oak Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_big_oak.blue.name=Dark Oak Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_big_oak.brown.name=Dark Oak Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_big_oak.green.name=Dark Oak Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_big_oak.white.name=Dark Oak White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_big_oak.black.name=Dark Oak Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry.name=Cherry Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry.orange.name=Cherry Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry.magenta.name=Cherry Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry.light_blue.name=Cherry Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry.yellow.name=Cherry Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry.lime.name=Cherry Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry.pink.name=Cherry Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry.gray.name=Cherry Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry.light_gray.name=Cherry Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry.cyan.name=Cherry Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry.purple.name=Cherry Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry.blue.name=Cherry Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry.brown.name=Cherry Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry.green.name=Cherry Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry.white.name=Cherry White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry.black.name=Cherry Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony.name=Ebony Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony.orange.name=Ebony Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony.magenta.name=Ebony Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony.light_blue.name=Ebony Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony.yellow.name=Ebony Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony.lime.name=Ebony Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony.pink.name=Ebony Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony.gray.name=Ebony Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony.light_gray.name=Ebony Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony.cyan.name=Ebony Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony.purple.name=Ebony Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony.blue.name=Ebony Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony.brown.name=Ebony Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony.green.name=Ebony Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony.white.name=Ebony White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony.black.name=Ebony Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal.name=Ethereal Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal.orange.name=Ethereal Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal.magenta.name=Ethereal Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal.light_blue.name=Ethereal Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal.yellow.name=Ethereal Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal.lime.name=Ethereal Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal.pink.name=Ethereal Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal.gray.name=Ethereal Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal.light_gray.name=Ethereal Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal.cyan.name=Ethereal Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal.purple.name=Ethereal Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal.blue.name=Ethereal Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal.brown.name=Ethereal Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal.green.name=Ethereal Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal.white.name=Ethereal White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal.black.name=Ethereal Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus.name=Eucalyptus Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus.orange.name=Eucalyptus Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus.magenta.name=Eucalyptus Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus.light_blue.name=Eucalyptus Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus.yellow.name=Eucalyptus Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus.lime.name=Eucalyptus Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus.pink.name=Eucalyptus Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus.gray.name=Eucalyptus Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus.light_gray.name=Eucalyptus Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus.cyan.name=Eucalyptus Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus.purple.name=Eucalyptus Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus.blue.name=Eucalyptus Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus.brown.name=Eucalyptus Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus.green.name=Eucalyptus Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus.white.name=Eucalyptus White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus.black.name=Eucalyptus Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir.name=Fir Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir.orange.name=Fir Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir.magenta.name=Fir Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir.light_blue.name=Fir Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir.yellow.name=Fir Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir.lime.name=Fir Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir.pink.name=Fir Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir.gray.name=Fir Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir.light_gray.name=Fir Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir.cyan.name=Fir Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir.purple.name=Fir Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir.blue.name=Fir Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir.brown.name=Fir Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir.green.name=Fir Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir.white.name=Fir White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir.black.name=Fir Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark.name=Hellbark Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark.orange.name=Hellbark Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark.magenta.name=Hellbark Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark.light_blue.name=Hellbark Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark.yellow.name=Hellbark Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark.lime.name=Hellbark Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark.pink.name=Hellbark Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark.gray.name=Hellbark Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark.light_gray.name=Hellbark Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark.cyan.name=Hellbark Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark.purple.name=Hellbark Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark.blue.name=Hellbark Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark.brown.name=Hellbark Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark.green.name=Hellbark Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark.white.name=Hellbark White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark.black.name=Hellbark Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda.name=Jacaranda Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda.orange.name=Jacaranda Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda.magenta.name=Jacaranda Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda.light_blue.name=Jacaranda Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda.yellow.name=Jacaranda Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda.lime.name=Jacaranda Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda.pink.name=Jacaranda Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda.gray.name=Jacaranda Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda.light_gray.name=Jacaranda Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda.cyan.name=Jacaranda Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda.purple.name=Jacaranda Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda.blue.name=Jacaranda Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda.brown.name=Jacaranda Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda.green.name=Jacaranda Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda.white.name=Jacaranda White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda.black.name=Jacaranda Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic.name=Magic Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic.orange.name=Magic Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic.magenta.name=Magic Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic.light_blue.name=Magic Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic.yellow.name=Magic Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic.lime.name=Magic Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic.pink.name=Magic Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic.gray.name=Magic Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic.light_gray.name=Magic Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic.cyan.name=Magic Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic.purple.name=Magic Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic.blue.name=Magic Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic.brown.name=Magic Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic.green.name=Magic Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic.white.name=Magic White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic.black.name=Magic Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany.name=Mahogany Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany.orange.name=Mahogany Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany.magenta.name=Mahogany Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany.light_blue.name=Mahogany Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany.yellow.name=Mahogany Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany.lime.name=Mahogany Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany.pink.name=Mahogany Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany.gray.name=Mahogany Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany.light_gray.name=Mahogany Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany.cyan.name=Mahogany Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany.purple.name=Mahogany Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany.blue.name=Mahogany Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany.brown.name=Mahogany Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany.green.name=Mahogany Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany.white.name=Mahogany White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany.black.name=Mahogany Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove.name=Mangrove Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove.orange.name=Mangrove Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove.magenta.name=Mangrove Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove.light_blue.name=Mangrove Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove.yellow.name=Mangrove Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove.lime.name=Mangrove Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove.pink.name=Mangrove Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove.gray.name=Mangrove Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove.light_gray.name=Mangrove Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove.cyan.name=Mangrove Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove.purple.name=Mangrove Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove.blue.name=Mangrove Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove.brown.name=Mangrove Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove.green.name=Mangrove Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove.white.name=Mangrove White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove.black.name=Mangrove Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm.name=Palm Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm.orange.name=Palm Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm.magenta.name=Palm Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm.light_blue.name=Palm Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm.yellow.name=Palm Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm.lime.name=Palm Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm.pink.name=Palm Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm.gray.name=Palm Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm.light_gray.name=Palm Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm.cyan.name=Palm Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm.purple.name=Palm Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm.blue.name=Palm Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm.brown.name=Palm Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm.green.name=Palm Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm.white.name=Palm White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm.black.name=Palm Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine.name=Pine Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine.orange.name=Pine Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine.magenta.name=Pine Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine.light_blue.name=Pine Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine.yellow.name=Pine Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine.lime.name=Pine Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine.pink.name=Pine Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine.gray.name=Pine Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine.light_gray.name=Pine Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine.cyan.name=Pine Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine.purple.name=Pine Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine.blue.name=Pine Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine.brown.name=Pine Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine.green.name=Pine Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine.white.name=Pine White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine.black.name=Pine Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood.name=Redwood Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood.orange.name=Redwood Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood.magenta.name=Redwood Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood.light_blue.name=Redwood Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood.yellow.name=Redwood Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood.lime.name=Redwood Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood.pink.name=Redwood Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood.gray.name=Redwood Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood.light_gray.name=Redwood Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood.cyan.name=Redwood Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood.purple.name=Redwood Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood.blue.name=Redwood Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood.brown.name=Redwood Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood.green.name=Redwood Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood.white.name=Redwood White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood.black.name=Redwood Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak.name=Sacred Oak Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak.orange.name=Sacred Oak Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak.magenta.name=Sacred Oak Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak.light_blue.name=Sacred Oak Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak.yellow.name=Sacred Oak Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak.lime.name=Sacred Oak Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak.pink.name=Sacred Oak Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak.gray.name=Sacred Oak Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak.light_gray.name=Sacred Oak Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak.cyan.name=Sacred Oak Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak.purple.name=Sacred Oak Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak.blue.name=Sacred Oak Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak.brown.name=Sacred Oak Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak.green.name=Sacred Oak Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak.white.name=Sacred Oak White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak.black.name=Sacred Oak Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran.name=Umbran Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran.orange.name=Umbran Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran.magenta.name=Umbran Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran.light_blue.name=Umbran Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran.yellow.name=Umbran Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran.lime.name=Umbran Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran.pink.name=Umbran Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran.gray.name=Umbran Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran.light_gray.name=Umbran Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran.cyan.name=Umbran Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran.purple.name=Umbran Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran.blue.name=Umbran Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran.brown.name=Umbran Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran.green.name=Umbran Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran.white.name=Umbran White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran.black.name=Umbran Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow.name=Willow Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow.orange.name=Willow Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow.magenta.name=Willow Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow.light_blue.name=Willow Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow.yellow.name=Willow Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow.lime.name=Willow Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow.pink.name=Willow Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow.gray.name=Willow Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow.light_gray.name=Willow Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow.cyan.name=Willow Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow.purple.name=Willow Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow.blue.name=Willow Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow.brown.name=Willow Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow.green.name=Willow Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow.white.name=Willow White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow.black.name=Willow Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_birch.name=Birch Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_birch.orange.name=Birch Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_birch.magenta.name=Birch Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_birch.light_blue.name=Birch Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_birch.yellow.name=Birch Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_birch.lime.name=Birch Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_birch.pink.name=Birch Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_birch.gray.name=Birch Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_birch.light_gray.name=Birch Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_birch.cyan.name=Birch Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_birch.purple.name=Birch Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_birch.blue.name=Birch Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_birch.brown.name=Birch Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_birch.green.name=Birch Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_birch.white.name=Birch White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_birch.black.name=Birch Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_acacia.name=Acacia Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_acacia.orange.name=Acacia Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_acacia.magenta.name=Acacia Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_acacia.light_blue.name=Acacia Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_acacia.yellow.name=Acacia Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_acacia.lime.name=Acacia Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_acacia.pink.name=Acacia Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_acacia.gray.name=Acacia Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_acacia.light_gray.name=Acacia Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_acacia.cyan.name=Acacia Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_acacia.purple.name=Acacia Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_acacia.blue.name=Acacia Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_acacia.brown.name=Acacia Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_acacia.green.name=Acacia Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_acacia.white.name=Acacia White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_acacia.black.name=Acacia Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_balsa.name=Balsa Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_balsa.orange.name=Balsa Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_balsa.magenta.name=Balsa Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_balsa.light_blue.name=Balsa Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_balsa.yellow.name=Balsa Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_balsa.lime.name=Balsa Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_balsa.pink.name=Balsa Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_balsa.gray.name=Balsa Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_balsa.light_gray.name=Balsa Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_balsa.cyan.name=Balsa Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_balsa.purple.name=Balsa Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_balsa.blue.name=Balsa Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_balsa.brown.name=Balsa Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_balsa.green.name=Balsa Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_balsa.white.name=Balsa White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_balsa.black.name=Balsa Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_baobab.name=Baobab Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_baobab.orange.name=Baobab Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_baobab.magenta.name=Baobab Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_baobab.light_blue.name=Baobab Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_baobab.yellow.name=Baobab Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_baobab.lime.name=Baobab Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_baobab.pink.name=Baobab Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_baobab.gray.name=Baobab Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_baobab.light_gray.name=Baobab Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_baobab.cyan.name=Baobab Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_baobab.purple.name=Baobab Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_baobab.blue.name=Baobab Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_baobab.brown.name=Baobab Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_baobab.green.name=Baobab Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_baobab.white.name=Baobab White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_baobab.black.name=Baobab Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cherry.name=Cherry Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cherry.orange.name=Cherry Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cherry.magenta.name=Cherry Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cherry.light_blue.name=Cherry Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cherry.yellow.name=Cherry Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cherry.lime.name=Cherry Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cherry.pink.name=Cherry Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cherry.gray.name=Cherry Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cherry.light_gray.name=Cherry Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cherry.cyan.name=Cherry Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cherry.purple.name=Cherry Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cherry.blue.name=Cherry Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cherry.brown.name=Cherry Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cherry.green.name=Cherry Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cherry.white.name=Cherry White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cherry.black.name=Cherry Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_chestnut.name=Chestnut Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_chestnut.orange.name=Chestnut Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_chestnut.magenta.name=Chestnut Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_chestnut.light_blue.name=Chestnut Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_chestnut.yellow.name=Chestnut Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_chestnut.lime.name=Chestnut Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_chestnut.pink.name=Chestnut Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_chestnut.gray.name=Chestnut Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_chestnut.light_gray.name=Chestnut Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_chestnut.cyan.name=Chestnut Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_chestnut.purple.name=Chestnut Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_chestnut.blue.name=Chestnut Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_chestnut.brown.name=Chestnut Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_chestnut.green.name=Chestnut Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_chestnut.white.name=Chestnut White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_chestnut.black.name=Chestnut Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_citrus.name=Citrus Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_citrus.orange.name=Citrus Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_citrus.magenta.name=Citrus Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_citrus.light_blue.name=Citrus Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_citrus.yellow.name=Citrus Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_citrus.lime.name=Citrus Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_citrus.pink.name=Citrus Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_citrus.gray.name=Citrus Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_citrus.light_gray.name=Citrus Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_citrus.cyan.name=Citrus Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_citrus.purple.name=Citrus Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_citrus.blue.name=Citrus Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_citrus.brown.name=Citrus Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_citrus.green.name=Citrus Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_citrus.white.name=Citrus White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_citrus.black.name=Citrus Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cocobolo.name=Cocobolo Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cocobolo.orange.name=Cocobolo Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cocobolo.magenta.name=Cocobolo Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cocobolo.light_blue.name=Cocobolo Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cocobolo.yellow.name=Cocobolo Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cocobolo.lime.name=Cocobolo Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cocobolo.pink.name=Cocobolo Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cocobolo.gray.name=Cocobolo Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cocobolo.light_gray.name=Cocobolo Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cocobolo.cyan.name=Cocobolo Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cocobolo.purple.name=Cocobolo Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cocobolo.blue.name=Cocobolo Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cocobolo.brown.name=Cocobolo Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cocobolo.green.name=Cocobolo Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cocobolo.white.name=Cocobolo White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cocobolo.black.name=Cocobolo Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ebony.name=Ebony Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ebony.orange.name=Ebony Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ebony.magenta.name=Ebony Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ebony.light_blue.name=Ebony Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ebony.yellow.name=Ebony Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ebony.lime.name=Ebony Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ebony.pink.name=Ebony Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ebony.gray.name=Ebony Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ebony.light_gray.name=Ebony Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ebony.cyan.name=Ebony Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ebony.purple.name=Ebony Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ebony.blue.name=Ebony Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ebony.brown.name=Ebony Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ebony.green.name=Ebony Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ebony.white.name=Ebony White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ebony.black.name=Ebony Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_giganteum.name=Giganteum Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_giganteum.orange.name=Giganteum Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_giganteum.magenta.name=Giganteum Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_giganteum.light_blue.name=Giganteum Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_giganteum.yellow.name=Giganteum Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_giganteum.lime.name=Giganteum Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_giganteum.pink.name=Giganteum Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_giganteum.gray.name=Giganteum Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_giganteum.light_gray.name=Giganteum Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_giganteum.cyan.name=Giganteum Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_giganteum.purple.name=Giganteum Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_giganteum.blue.name=Giganteum Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_giganteum.brown.name=Giganteum Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_giganteum.green.name=Giganteum Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_giganteum.white.name=Giganteum White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_giganteum.black.name=Giganteum Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_greenheart.name=Greenheart Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_greenheart.orange.name=Greenheart Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_greenheart.magenta.name=Greenheart Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_greenheart.light_blue.name=Greenheart Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_greenheart.yellow.name=Greenheart Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_greenheart.lime.name=Greenheart Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_greenheart.pink.name=Greenheart Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_greenheart.gray.name=Greenheart Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_greenheart.light_gray.name=Greenheart Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_greenheart.cyan.name=Greenheart Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_greenheart.purple.name=Greenheart Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_greenheart.blue.name=Greenheart Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_greenheart.brown.name=Greenheart Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_greenheart.green.name=Greenheart Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_greenheart.white.name=Greenheart White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_greenheart.black.name=Greenheart Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ipe.name=Ipe Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ipe.orange.name=Ipe Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ipe.magenta.name=Ipe Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ipe.light_blue.name=Ipe Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ipe.yellow.name=Ipe Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ipe.lime.name=Ipe Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ipe.pink.name=Ipe Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ipe.gray.name=Ipe Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ipe.light_gray.name=Ipe Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ipe.cyan.name=Ipe Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ipe.purple.name=Ipe Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ipe.blue.name=Ipe Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ipe.brown.name=Ipe Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ipe.green.name=Ipe Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ipe.white.name=Ipe White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ipe.black.name=Ipe Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_kapok.name=Kapok Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_kapok.orange.name=Kapok Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_kapok.magenta.name=Kapok Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_kapok.light_blue.name=Kapok Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_kapok.yellow.name=Kapok Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_kapok.lime.name=Kapok Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_kapok.pink.name=Kapok Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_kapok.gray.name=Kapok Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_kapok.light_gray.name=Kapok Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_kapok.cyan.name=Kapok Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_kapok.purple.name=Kapok Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_kapok.blue.name=Kapok Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_kapok.brown.name=Kapok Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_kapok.green.name=Kapok Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_kapok.white.name=Kapok White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_kapok.black.name=Kapok Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_larch.name=Larch Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_larch.orange.name=Larch Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_larch.magenta.name=Larch Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_larch.light_blue.name=Larch Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_larch.yellow.name=Larch Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_larch.lime.name=Larch Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_larch.pink.name=Larch Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_larch.gray.name=Larch Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_larch.light_gray.name=Larch Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_larch.cyan.name=Larch Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_larch.purple.name=Larch Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_larch.blue.name=Larch Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_larch.brown.name=Larch Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_larch.green.name=Larch Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_larch.white.name=Larch White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_larch.black.name=Larch Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_lime.name=Lime Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_lime.orange.name=Lime Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_lime.magenta.name=Lime Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_lime.light_blue.name=Lime Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_lime.yellow.name=Lime Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_lime.lime.name=Lime Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_lime.pink.name=Lime Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_lime.gray.name=Lime Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_lime.light_gray.name=Lime Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_lime.cyan.name=Lime Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_lime.purple.name=Lime Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_lime.blue.name=Lime Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_lime.brown.name=Lime Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_lime.green.name=Lime Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_lime.white.name=Lime White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_lime.black.name=Lime Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahoe.name=Mahoe Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahoe.orange.name=Mahoe Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahoe.magenta.name=Mahoe Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahoe.light_blue.name=Mahoe Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahoe.yellow.name=Mahoe Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahoe.lime.name=Mahoe Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahoe.pink.name=Mahoe Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahoe.gray.name=Mahoe Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahoe.light_gray.name=Mahoe Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahoe.cyan.name=Mahoe Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahoe.purple.name=Mahoe Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahoe.blue.name=Mahoe Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahoe.brown.name=Mahoe Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahoe.green.name=Mahoe Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahoe.white.name=Mahoe White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahoe.black.name=Mahoe Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahogany.name=Mahogany Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahogany.orange.name=Mahogany Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahogany.magenta.name=Mahogany Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahogany.light_blue.name=Mahogany Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahogany.yellow.name=Mahogany Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahogany.lime.name=Mahogany Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahogany.pink.name=Mahogany Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahogany.gray.name=Mahogany Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahogany.light_gray.name=Mahogany Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahogany.cyan.name=Mahogany Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahogany.purple.name=Mahogany Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahogany.blue.name=Mahogany Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahogany.brown.name=Mahogany Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahogany.green.name=Mahogany Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahogany.white.name=Mahogany White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahogany.black.name=Mahogany Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_maple.name=Maple Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_maple.orange.name=Maple Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_maple.magenta.name=Maple Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_maple.light_blue.name=Maple Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_maple.yellow.name=Maple Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_maple.lime.name=Maple Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_maple.pink.name=Maple Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_maple.gray.name=Maple Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_maple.light_gray.name=Maple Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_maple.cyan.name=Maple Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_maple.purple.name=Maple Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_maple.blue.name=Maple Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_maple.brown.name=Maple Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_maple.green.name=Maple Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_maple.white.name=Maple White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_maple.black.name=Maple Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_padauk.name=Padauk Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_padauk.orange.name=Padauk Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_padauk.magenta.name=Padauk Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_padauk.light_blue.name=Padauk Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_padauk.yellow.name=Padauk Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_padauk.lime.name=Padauk Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_padauk.pink.name=Padauk Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_padauk.gray.name=Padauk Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_padauk.light_gray.name=Padauk Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_padauk.cyan.name=Padauk Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_padauk.purple.name=Padauk Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_padauk.blue.name=Padauk Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_padauk.brown.name=Padauk Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_padauk.green.name=Padauk Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_padauk.white.name=Padauk White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_padauk.black.name=Padauk Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_palm.name=Palm Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_palm.orange.name=Palm Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_palm.magenta.name=Palm Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_palm.light_blue.name=Palm Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_palm.yellow.name=Palm Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_palm.lime.name=Palm Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_palm.pink.name=Palm Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_palm.gray.name=Palm Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_palm.light_gray.name=Palm Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_palm.cyan.name=Palm Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_palm.purple.name=Palm Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_palm.blue.name=Palm Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_palm.brown.name=Palm Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_palm.green.name=Palm Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_palm.white.name=Palm White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_palm.black.name=Palm Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_papaya.name=Papaya Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_papaya.orange.name=Papaya Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_papaya.magenta.name=Papaya Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_papaya.light_blue.name=Papaya Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_papaya.yellow.name=Papaya Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_papaya.lime.name=Papaya Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_papaya.pink.name=Papaya Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_papaya.gray.name=Papaya Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_papaya.light_gray.name=Papaya Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_papaya.cyan.name=Papaya Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_papaya.purple.name=Papaya Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_papaya.blue.name=Papaya Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_papaya.brown.name=Papaya Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_papaya.green.name=Papaya Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_papaya.white.name=Papaya White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_papaya.black.name=Papaya Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_pine.name=Pine Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_pine.orange.name=Pine Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_pine.magenta.name=Pine Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_pine.light_blue.name=Pine Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_pine.yellow.name=Pine Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_pine.lime.name=Pine Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_pine.pink.name=Pine Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_pine.gray.name=Pine Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_pine.light_gray.name=Pine Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_pine.cyan.name=Pine Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_pine.purple.name=Pine Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_pine.blue.name=Pine Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_pine.brown.name=Pine Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_pine.green.name=Pine Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_pine.white.name=Pine White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_pine.black.name=Pine Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_plum.name=Plum Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_plum.orange.name=Plum Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_plum.magenta.name=Plum Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_plum.light_blue.name=Plum Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_plum.yellow.name=Plum Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_plum.lime.name=Plum Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_plum.pink.name=Plum Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_plum.gray.name=Plum Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_plum.light_gray.name=Plum Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_plum.cyan.name=Plum Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_plum.purple.name=Plum Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_plum.blue.name=Plum Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_plum.brown.name=Plum Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_plum.green.name=Plum Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_plum.white.name=Plum White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_plum.black.name=Plum Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_poplar.name=Poplar Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_poplar.orange.name=Poplar Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_poplar.magenta.name=Poplar Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_poplar.light_blue.name=Poplar Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_poplar.yellow.name=Poplar Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_poplar.lime.name=Poplar Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_poplar.pink.name=Poplar Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_poplar.gray.name=Poplar Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_poplar.light_gray.name=Poplar Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_poplar.cyan.name=Poplar Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_poplar.purple.name=Poplar Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_poplar.blue.name=Poplar Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_poplar.brown.name=Poplar Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_poplar.green.name=Poplar Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_poplar.white.name=Poplar White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_poplar.black.name=Poplar Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_sequoia.name=Sequoia Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_sequoia.orange.name=Sequoia Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_sequoia.magenta.name=Sequoia Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_sequoia.light_blue.name=Sequoia Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_sequoia.yellow.name=Sequoia Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_sequoia.lime.name=Sequoia Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_sequoia.pink.name=Sequoia Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_sequoia.gray.name=Sequoia Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_sequoia.light_gray.name=Sequoia Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_sequoia.cyan.name=Sequoia Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_sequoia.purple.name=Sequoia Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_sequoia.blue.name=Sequoia Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_sequoia.brown.name=Sequoia Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_sequoia.green.name=Sequoia Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_sequoia.white.name=Sequoia White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_sequoia.black.name=Sequoia Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_teak.name=Teak Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_teak.orange.name=Teak Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_teak.magenta.name=Teak Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_teak.light_blue.name=Teak Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_teak.yellow.name=Teak Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_teak.lime.name=Teak Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_teak.pink.name=Teak Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_teak.gray.name=Teak Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_teak.light_gray.name=Teak Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_teak.cyan.name=Teak Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_teak.purple.name=Teak Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_teak.blue.name=Teak Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_teak.brown.name=Teak Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_teak.green.name=Teak Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_teak.white.name=Teak White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_teak.black.name=Teak Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_walnut.name=Walnut Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_walnut.orange.name=Walnut Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_walnut.magenta.name=Walnut Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_walnut.light_blue.name=Walnut Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_walnut.yellow.name=Walnut Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_walnut.lime.name=Walnut Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_walnut.pink.name=Walnut Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_walnut.gray.name=Walnut Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_walnut.light_gray.name=Walnut Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_walnut.cyan.name=Walnut Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_walnut.purple.name=Walnut Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_walnut.blue.name=Walnut Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_walnut.brown.name=Walnut Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_walnut.green.name=Walnut Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_walnut.white.name=Walnut White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_walnut.black.name=Walnut Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_wenge.name=Wenge Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_wenge.orange.name=Wenge Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_wenge.magenta.name=Wenge Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_wenge.light_blue.name=Wenge Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_wenge.yellow.name=Wenge Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_wenge.lime.name=Wenge Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_wenge.pink.name=Wenge Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_wenge.gray.name=Wenge Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_wenge.light_gray.name=Wenge Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_wenge.cyan.name=Wenge Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_wenge.purple.name=Wenge Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_wenge.blue.name=Wenge Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_wenge.brown.name=Wenge Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_wenge.green.name=Wenge Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_wenge.white.name=Wenge White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_wenge.black.name=Wenge Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_willow.name=Willow Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_willow.orange.name=Willow Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_willow.magenta.name=Willow Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_willow.light_blue.name=Willow Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_willow.yellow.name=Willow Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_willow.lime.name=Willow Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_willow.pink.name=Willow Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_willow.gray.name=Willow Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_willow.light_gray.name=Willow Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_willow.cyan.name=Willow Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_willow.purple.name=Willow Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_willow.blue.name=Willow Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_willow.brown.name=Willow Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_willow.green.name=Willow Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_willow.white.name=Willow White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_willow.black.name=Willow Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_zebrawood.name=Zebrawood Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_zebrawood.orange.name=Zebrawood Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_zebrawood.magenta.name=Zebrawood Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_zebrawood.light_blue.name=Zebrawood Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_zebrawood.yellow.name=Zebrawood Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_zebrawood.lime.name=Zebrawood Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_zebrawood.pink.name=Zebrawood Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_zebrawood.gray.name=Zebrawood Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_zebrawood.light_gray.name=Zebrawood Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_zebrawood.cyan.name=Zebrawood Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_zebrawood.purple.name=Zebrawood Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_zebrawood.blue.name=Zebrawood Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_zebrawood.brown.name=Zebrawood Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_zebrawood.green.name=Zebrawood Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_zebrawood.white.name=Zebrawood White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_zebrawood.black.name=Zebrawood Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood.name=Treated Wood Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood.orange.name=Treated Wood Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood.magenta.name=Treated Wood Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood.light_blue.name=Treated Wood Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood.yellow.name=Treated Wood Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood.lime.name=Treated Wood Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood.pink.name=Treated Wood Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood.gray.name=Treated Wood Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood.light_gray.name=Treated Wood Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood.cyan.name=Treated Wood Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood.purple.name=Treated Wood Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood.blue.name=Treated Wood Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood.brown.name=Treated Wood Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood.green.name=Treated Wood Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood.white.name=Treated Wood White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood.black.name=Treated Wood Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_jungle.name=Jungle Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_jungle.orange.name=Jungle Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_jungle.magenta.name=Jungle Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_jungle.light_blue.name=Jungle Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_jungle.yellow.name=Jungle Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_jungle.lime.name=Jungle Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_jungle.pink.name=Jungle Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_jungle.gray.name=Jungle Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_jungle.light_gray.name=Jungle Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_jungle.cyan.name=Jungle Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_jungle.purple.name=Jungle Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_jungle.blue.name=Jungle Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_jungle.brown.name=Jungle Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_jungle.green.name=Jungle Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_jungle.white.name=Jungle White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_jungle.black.name=Jungle Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_amaranth.name=Amaranth Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_amaranth.orange.name=Amaranth Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_amaranth.magenta.name=Amaranth Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_amaranth.light_blue.name=Amaranth Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_amaranth.yellow.name=Amaranth Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_amaranth.lime.name=Amaranth Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_amaranth.pink.name=Amaranth Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_amaranth.gray.name=Amaranth Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_amaranth.light_gray.name=Amaranth Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_amaranth.cyan.name=Amaranth Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_amaranth.purple.name=Amaranth Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_amaranth.blue.name=Amaranth Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_amaranth.brown.name=Amaranth Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_amaranth.green.name=Amaranth Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_amaranth.white.name=Amaranth White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_amaranth.black.name=Amaranth Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_bloodwood.name=Bloodwood Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_bloodwood.orange.name=Bloodwood Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_bloodwood.magenta.name=Bloodwood Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_bloodwood.light_blue.name=Bloodwood Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_bloodwood.yellow.name=Bloodwood Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_bloodwood.lime.name=Bloodwood Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_bloodwood.pink.name=Bloodwood Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_bloodwood.gray.name=Bloodwood Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_bloodwood.light_gray.name=Bloodwood Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_bloodwood.cyan.name=Bloodwood Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_bloodwood.purple.name=Bloodwood Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_bloodwood.blue.name=Bloodwood Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_bloodwood.brown.name=Bloodwood Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_bloodwood.green.name=Bloodwood Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_bloodwood.white.name=Bloodwood White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_bloodwood.black.name=Bloodwood Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_darkwood.name=Darkwood Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_darkwood.orange.name=Darkwood Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_darkwood.magenta.name=Darkwood Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_darkwood.light_blue.name=Darkwood Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_darkwood.yellow.name=Darkwood Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_darkwood.lime.name=Darkwood Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_darkwood.pink.name=Darkwood Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_darkwood.gray.name=Darkwood Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_darkwood.light_gray.name=Darkwood Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_darkwood.cyan.name=Darkwood Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_darkwood.purple.name=Darkwood Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_darkwood.blue.name=Darkwood Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_darkwood.brown.name=Darkwood Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_darkwood.green.name=Darkwood Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_darkwood.white.name=Darkwood White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_darkwood.black.name=Darkwood Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_eucalyptus.name=Eucalyptus Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_eucalyptus.orange.name=Eucalyptus Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_eucalyptus.magenta.name=Eucalyptus Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_eucalyptus.light_blue.name=Eucalyptus Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_eucalyptus.yellow.name=Eucalyptus Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_eucalyptus.lime.name=Eucalyptus Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_eucalyptus.pink.name=Eucalyptus Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_eucalyptus.gray.name=Eucalyptus Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_eucalyptus.light_gray.name=Eucalyptus Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_eucalyptus.cyan.name=Eucalyptus Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_eucalyptus.purple.name=Eucalyptus Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_eucalyptus.blue.name=Eucalyptus Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_eucalyptus.brown.name=Eucalyptus Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_eucalyptus.green.name=Eucalyptus Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_eucalyptus.white.name=Eucalyptus White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_eucalyptus.black.name=Eucalyptus Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_fusewood.name=Fusewood Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_fusewood.orange.name=Fusewood Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_fusewood.magenta.name=Fusewood Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_fusewood.light_blue.name=Fusewood Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_fusewood.yellow.name=Fusewood Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_fusewood.lime.name=Fusewood Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_fusewood.pink.name=Fusewood Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_fusewood.gray.name=Fusewood Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_fusewood.light_gray.name=Fusewood Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_fusewood.cyan.name=Fusewood Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_fusewood.purple.name=Fusewood Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_fusewood.blue.name=Fusewood Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_fusewood.brown.name=Fusewood Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_fusewood.green.name=Fusewood Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_fusewood.white.name=Fusewood White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_fusewood.black.name=Fusewood Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_ghostwood.name=Ghostwood Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_ghostwood.orange.name=Ghostwood Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_ghostwood.magenta.name=Ghostwood Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_ghostwood.light_blue.name=Ghostwood Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_ghostwood.yellow.name=Ghostwood Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_ghostwood.lime.name=Ghostwood Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_ghostwood.pink.name=Ghostwood Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_ghostwood.gray.name=Ghostwood Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_ghostwood.light_gray.name=Ghostwood Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_ghostwood.cyan.name=Ghostwood Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_ghostwood.purple.name=Ghostwood Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_ghostwood.blue.name=Ghostwood Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_ghostwood.brown.name=Ghostwood Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_ghostwood.green.name=Ghostwood Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_ghostwood.white.name=Ghostwood White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_ghostwood.black.name=Ghostwood Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_hopseed.name=Hopseed Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_hopseed.orange.name=Hopseed Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_hopseed.magenta.name=Hopseed Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_hopseed.light_blue.name=Hopseed Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_hopseed.yellow.name=Hopseed Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_hopseed.lime.name=Hopseed Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_hopseed.pink.name=Hopseed Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_hopseed.gray.name=Hopseed Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_hopseed.light_gray.name=Hopseed Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_hopseed.cyan.name=Hopseed Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_hopseed.purple.name=Hopseed Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_hopseed.blue.name=Hopseed Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_hopseed.brown.name=Hopseed Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_hopseed.green.name=Hopseed Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_hopseed.white.name=Hopseed White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_hopseed.black.name=Hopseed Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_maple.name=Maple Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_maple.orange.name=Maple Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_maple.magenta.name=Maple Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_maple.light_blue.name=Maple Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_maple.yellow.name=Maple Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_maple.lime.name=Maple Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_maple.pink.name=Maple Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_maple.gray.name=Maple Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_maple.light_gray.name=Maple Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_maple.cyan.name=Maple Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_maple.purple.name=Maple Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_maple.blue.name=Maple Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_maple.brown.name=Maple Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_maple.green.name=Maple Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_maple.white.name=Maple White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_maple.black.name=Maple Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_redwood.name=Redwood Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_redwood.orange.name=Redwood Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_redwood.magenta.name=Redwood Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_redwood.light_blue.name=Redwood Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_redwood.yellow.name=Redwood Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_redwood.lime.name=Redwood Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_redwood.pink.name=Redwood Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_redwood.gray.name=Redwood Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_redwood.light_gray.name=Redwood Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_redwood.cyan.name=Redwood Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_redwood.purple.name=Redwood Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_redwood.blue.name=Redwood Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_redwood.brown.name=Redwood Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_redwood.green.name=Redwood Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_redwood.white.name=Redwood White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_redwood.black.name=Redwood Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_sakura.name=Sakura Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_sakura.orange.name=Sakura Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_sakura.magenta.name=Sakura Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_sakura.light_blue.name=Sakura Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_sakura.yellow.name=Sakura Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_sakura.lime.name=Sakura Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_sakura.pink.name=Sakura Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_sakura.gray.name=Sakura Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_sakura.light_gray.name=Sakura Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_sakura.cyan.name=Sakura Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_sakura.purple.name=Sakura Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_sakura.blue.name=Sakura Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_sakura.brown.name=Sakura Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_sakura.green.name=Sakura Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_sakura.white.name=Sakura White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_sakura.black.name=Sakura Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_silverbell.name=Silverbell Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_silverbell.orange.name=Silverbell Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_silverbell.magenta.name=Silverbell Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_silverbell.light_blue.name=Silverbell Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_silverbell.yellow.name=Silverbell Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_silverbell.lime.name=Silverbell Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_silverbell.pink.name=Silverbell Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_silverbell.gray.name=Silverbell Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_silverbell.light_gray.name=Silverbell Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_silverbell.cyan.name=Silverbell Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_silverbell.purple.name=Silverbell Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_silverbell.blue.name=Silverbell Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_silverbell.brown.name=Silverbell Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_silverbell.green.name=Silverbell Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_silverbell.white.name=Silverbell White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_silverbell.black.name=Silverbell Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_tiger.name=Tiger Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_tiger.orange.name=Tiger Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_tiger.magenta.name=Tiger Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_tiger.light_blue.name=Tiger Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_tiger.yellow.name=Tiger Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_tiger.lime.name=Tiger Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_tiger.pink.name=Tiger Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_tiger.gray.name=Tiger Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_tiger.light_gray.name=Tiger Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_tiger.cyan.name=Tiger Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_tiger.purple.name=Tiger Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_tiger.blue.name=Tiger Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_tiger.brown.name=Tiger Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_tiger.green.name=Tiger Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_tiger.white.name=Tiger White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_tiger.black.name=Tiger Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_willow.name=Willow Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_willow.orange.name=Willow Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_willow.magenta.name=Willow Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_willow.light_blue.name=Willow Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_willow.yellow.name=Willow Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_willow.lime.name=Willow Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_willow.pink.name=Willow Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_willow.gray.name=Willow Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_willow.light_gray.name=Willow Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_willow.cyan.name=Willow Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_willow.purple.name=Willow Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_willow.blue.name=Willow Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_willow.brown.name=Willow Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_willow.green.name=Willow Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_willow.white.name=Willow White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_willow.black.name=Willow Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_oak.name=Oak Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_oak.orange.name=Oak Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_oak.magenta.name=Oak Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_oak.light_blue.name=Oak Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_oak.yellow.name=Oak Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_oak.lime.name=Oak Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_oak.pink.name=Oak Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_oak.gray.name=Oak Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_oak.light_gray.name=Oak Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_oak.cyan.name=Oak Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_oak.purple.name=Oak Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_oak.blue.name=Oak Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_oak.brown.name=Oak Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_oak.green.name=Oak Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_oak.white.name=Oak White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_oak.black.name=Oak Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_spruce.name=Spruce Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_spruce.orange.name=Spruce Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_spruce.magenta.name=Spruce Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_spruce.light_blue.name=Spruce Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_spruce.yellow.name=Spruce Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_spruce.lime.name=Spruce Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_spruce.pink.name=Spruce Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_spruce.gray.name=Spruce Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_spruce.light_gray.name=Spruce Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_spruce.cyan.name=Spruce Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_spruce.purple.name=Spruce Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_spruce.blue.name=Spruce Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_spruce.brown.name=Spruce Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_spruce.green.name=Spruce Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_spruce.white.name=Spruce White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_spruce.black.name=Spruce Black Padded Back Bench tile.ironagefurniture.chair_wood_ironage_bench_back_right_acacia.name=Acacia Back Bench Right tile.ironagefurniture.chair_wood_ironage_bench_back_right_big_oak.name=Dark Oak Back Bench Right tile.ironagefurniture.chair_wood_ironage_bench_back_right_biomesoplenty_cherry.name=Cherry Back Bench Right @@ -973,71 +1948,1046 @@ tile.ironagefurniture.chair_wood_ironage_bench_padded_middle_natura_tiger.name=T tile.ironagefurniture.chair_wood_ironage_bench_padded_middle_natura_willow.name=Willow Padded Bench tile.ironagefurniture.chair_wood_ironage_bench_padded_middle_oak.name=Oak Padded Bench tile.ironagefurniture.chair_wood_ironage_bench_padded_middle_spruce.name=Spruce Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_acacia.name=Acacia Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_big_oak.name=Dark Oak Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_cherry.name=Cherry Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ebony.name=Ebony Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal.name=Ethereal Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus.name=Eucalyptus Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_fir.name=Fir Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark.name=Hellbark Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda.name=Jacaranda Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_magic.name=Magic Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany.name=Mahogany Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove.name=Mangrove Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_palm.name=Palm Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_pine.name=Pine Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_redwood.name=Redwood Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak.name=Sacred Oak Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_umbran.name=Umbran Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_willow.name=Willow Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_birch.name=Birch Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_acacia.name=Acacia Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_balsa.name=Balsa Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_baobab.name=Baobab Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cherry.name=Cherry Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_chestnut.name=Chestnut Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_citrus.name=Citrus Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cocobolo.name=Cocobolo Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ebony.name=Ebony Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_giganteum.name=Giganteum Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_greenheart.name=Greenheart Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ipe.name=Ipe Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_kapok.name=Kapok Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_larch.name=Larch Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_lime.name=Lime Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahoe.name=Mahoe Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahogany.name=Mahogany Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_maple.name=Maple Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_padauk.name=Padauk Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_palm.name=Palm Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_papaya.name=Papaya Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_pine.name=Pine Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_plum.name=Plum Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_poplar.name=Poplar Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_sequoia.name=Sequoia Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_teak.name=Teak Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_walnut.name=Walnut Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_wenge.name=Wenge Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_willow.name=Willow Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_zebrawood.name=Zebrawood Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood.name=Treated Wood Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_jungle.name=Jungle Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_amaranth.name=Amaranth Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_bloodwood.name=Bloodwood Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_darkwood.name=Darkwood Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_eucalyptus.name=Eucalyptus Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_fusewood.name=Fusewood Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_ghostwood.name=Ghostwood Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_hopseed.name=Hopseed Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_maple.name=Maple Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_redwood.name=Redwood Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_sakura.name=Sakura Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_silverbell.name=Silverbell Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_tiger.name=Tiger Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_willow.name=Willow Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_oak.name=Oak Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_spruce.name=Spruce Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_acacia.name=Acacia Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_acacia.orange.name=Acacia Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_acacia.magenta.name=Acacia Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_acacia.light_blue.name=Acacia Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_acacia.yellow.name=Acacia Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_acacia.lime.name=Acacia Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_acacia.pink.name=Acacia Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_acacia.gray.name=Acacia Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_acacia.light_gray.name=Acacia Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_acacia.cyan.name=Acacia Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_acacia.purple.name=Acacia Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_acacia.blue.name=Acacia Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_acacia.brown.name=Acacia Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_acacia.green.name=Acacia Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_acacia.white.name=Acacia White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_acacia.black.name=Acacia Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_big_oak.name=Dark Oak Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_big_oak.orange.name=Dark Oak Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_big_oak.magenta.name=Dark Oak Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_big_oak.light_blue.name=Dark Oak Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_big_oak.yellow.name=Dark Oak Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_big_oak.lime.name=Dark Oak Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_big_oak.pink.name=Dark Oak Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_big_oak.gray.name=Dark Oak Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_big_oak.light_gray.name=Dark Oak Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_big_oak.cyan.name=Dark Oak Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_big_oak.purple.name=Dark Oak Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_big_oak.blue.name=Dark Oak Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_big_oak.brown.name=Dark Oak Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_big_oak.green.name=Dark Oak Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_big_oak.white.name=Dark Oak White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_big_oak.black.name=Dark Oak Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_cherry.name=Cherry Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_cherry.orange.name=Cherry Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_cherry.magenta.name=Cherry Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_cherry.light_blue.name=Cherry Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_cherry.yellow.name=Cherry Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_cherry.lime.name=Cherry Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_cherry.pink.name=Cherry Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_cherry.gray.name=Cherry Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_cherry.light_gray.name=Cherry Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_cherry.cyan.name=Cherry Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_cherry.purple.name=Cherry Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_cherry.blue.name=Cherry Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_cherry.brown.name=Cherry Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_cherry.green.name=Cherry Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_cherry.white.name=Cherry White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_cherry.black.name=Cherry Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ebony.name=Ebony Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ebony.orange.name=Ebony Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ebony.magenta.name=Ebony Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ebony.light_blue.name=Ebony Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ebony.yellow.name=Ebony Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ebony.lime.name=Ebony Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ebony.pink.name=Ebony Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ebony.gray.name=Ebony Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ebony.light_gray.name=Ebony Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ebony.cyan.name=Ebony Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ebony.purple.name=Ebony Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ebony.blue.name=Ebony Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ebony.brown.name=Ebony Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ebony.green.name=Ebony Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ebony.white.name=Ebony White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ebony.black.name=Ebony Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal.name=Ethereal Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal.orange.name=Ethereal Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal.magenta.name=Ethereal Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal.light_blue.name=Ethereal Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal.yellow.name=Ethereal Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal.lime.name=Ethereal Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal.pink.name=Ethereal Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal.gray.name=Ethereal Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal.light_gray.name=Ethereal Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal.cyan.name=Ethereal Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal.purple.name=Ethereal Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal.blue.name=Ethereal Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal.brown.name=Ethereal Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal.green.name=Ethereal Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal.white.name=Ethereal White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal.black.name=Ethereal Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus.name=Eucalyptus Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus.orange.name=Eucalyptus Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus.magenta.name=Eucalyptus Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus.light_blue.name=Eucalyptus Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus.yellow.name=Eucalyptus Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus.lime.name=Eucalyptus Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus.pink.name=Eucalyptus Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus.gray.name=Eucalyptus Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus.light_gray.name=Eucalyptus Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus.cyan.name=Eucalyptus Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus.purple.name=Eucalyptus Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus.blue.name=Eucalyptus Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus.brown.name=Eucalyptus Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus.green.name=Eucalyptus Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus.white.name=Eucalyptus White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus.black.name=Eucalyptus Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_fir.name=Fir Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_fir.orange.name=Fir Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_fir.magenta.name=Fir Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_fir.light_blue.name=Fir Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_fir.yellow.name=Fir Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_fir.lime.name=Fir Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_fir.pink.name=Fir Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_fir.gray.name=Fir Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_fir.light_gray.name=Fir Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_fir.cyan.name=Fir Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_fir.purple.name=Fir Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_fir.blue.name=Fir Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_fir.brown.name=Fir Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_fir.green.name=Fir Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_fir.white.name=Fir White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_fir.black.name=Fir Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark.name=Hellbark Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark.orange.name=Hellbark Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark.magenta.name=Hellbark Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark.light_blue.name=Hellbark Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark.yellow.name=Hellbark Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark.lime.name=Hellbark Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark.pink.name=Hellbark Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark.gray.name=Hellbark Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark.light_gray.name=Hellbark Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark.cyan.name=Hellbark Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark.purple.name=Hellbark Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark.blue.name=Hellbark Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark.brown.name=Hellbark Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark.green.name=Hellbark Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark.white.name=Hellbark White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark.black.name=Hellbark Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda.name=Jacaranda Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda.orange.name=Jacaranda Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda.magenta.name=Jacaranda Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda.light_blue.name=Jacaranda Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda.yellow.name=Jacaranda Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda.lime.name=Jacaranda Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda.pink.name=Jacaranda Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda.gray.name=Jacaranda Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda.light_gray.name=Jacaranda Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda.cyan.name=Jacaranda Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda.purple.name=Jacaranda Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda.blue.name=Jacaranda Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda.brown.name=Jacaranda Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda.green.name=Jacaranda Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda.white.name=Jacaranda White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda.black.name=Jacaranda Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_magic.name=Magic Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_magic.orange.name=Magic Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_magic.magenta.name=Magic Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_magic.light_blue.name=Magic Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_magic.yellow.name=Magic Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_magic.lime.name=Magic Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_magic.pink.name=Magic Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_magic.gray.name=Magic Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_magic.light_gray.name=Magic Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_magic.cyan.name=Magic Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_magic.purple.name=Magic Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_magic.blue.name=Magic Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_magic.brown.name=Magic Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_magic.green.name=Magic Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_magic.white.name=Magic White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_magic.black.name=Magic Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany.name=Mahogany Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany.orange.name=Mahogany Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany.magenta.name=Mahogany Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany.light_blue.name=Mahogany Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany.yellow.name=Mahogany Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany.lime.name=Mahogany Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany.pink.name=Mahogany Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany.gray.name=Mahogany Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany.light_gray.name=Mahogany Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany.cyan.name=Mahogany Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany.purple.name=Mahogany Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany.blue.name=Mahogany Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany.brown.name=Mahogany Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany.green.name=Mahogany Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany.white.name=Mahogany White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany.black.name=Mahogany Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove.name=Mangrove Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove.orange.name=Mangrove Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove.magenta.name=Mangrove Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove.light_blue.name=Mangrove Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove.yellow.name=Mangrove Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove.lime.name=Mangrove Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove.pink.name=Mangrove Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove.gray.name=Mangrove Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove.light_gray.name=Mangrove Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove.cyan.name=Mangrove Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove.purple.name=Mangrove Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove.blue.name=Mangrove Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove.brown.name=Mangrove Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove.green.name=Mangrove Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove.white.name=Mangrove White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove.black.name=Mangrove Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_palm.name=Palm Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_palm.orange.name=Palm Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_palm.magenta.name=Palm Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_palm.light_blue.name=Palm Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_palm.yellow.name=Palm Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_palm.lime.name=Palm Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_palm.pink.name=Palm Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_palm.gray.name=Palm Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_palm.light_gray.name=Palm Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_palm.cyan.name=Palm Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_palm.purple.name=Palm Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_palm.blue.name=Palm Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_palm.brown.name=Palm Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_palm.green.name=Palm Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_palm.white.name=Palm White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_palm.black.name=Palm Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_pine.name=Pine Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_pine.orange.name=Pine Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_pine.magenta.name=Pine Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_pine.light_blue.name=Pine Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_pine.yellow.name=Pine Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_pine.lime.name=Pine Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_pine.pink.name=Pine Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_pine.gray.name=Pine Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_pine.light_gray.name=Pine Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_pine.cyan.name=Pine Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_pine.purple.name=Pine Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_pine.blue.name=Pine Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_pine.brown.name=Pine Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_pine.green.name=Pine Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_pine.white.name=Pine White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_pine.black.name=Pine Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_redwood.name=Redwood Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_redwood.orange.name=Redwood Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_redwood.magenta.name=Redwood Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_redwood.light_blue.name=Redwood Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_redwood.yellow.name=Redwood Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_redwood.lime.name=Redwood Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_redwood.pink.name=Redwood Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_redwood.gray.name=Redwood Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_redwood.light_gray.name=Redwood Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_redwood.cyan.name=Redwood Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_redwood.purple.name=Redwood Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_redwood.blue.name=Redwood Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_redwood.brown.name=Redwood Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_redwood.green.name=Redwood Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_redwood.white.name=Redwood White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_redwood.black.name=Redwood Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak.name=Sacred Oak Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak.orange.name=Sacred Oak Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak.magenta.name=Sacred Oak Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak.light_blue.name=Sacred Oak Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak.yellow.name=Sacred Oak Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak.lime.name=Sacred Oak Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak.pink.name=Sacred Oak Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak.gray.name=Sacred Oak Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak.light_gray.name=Sacred Oak Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak.cyan.name=Sacred Oak Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak.purple.name=Sacred Oak Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak.blue.name=Sacred Oak Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak.brown.name=Sacred Oak Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak.green.name=Sacred Oak Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak.white.name=Sacred Oak White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak.black.name=Sacred Oak Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_umbran.name=Umbran Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_umbran.orange.name=Umbran Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_umbran.magenta.name=Umbran Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_umbran.light_blue.name=Umbran Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_umbran.yellow.name=Umbran Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_umbran.lime.name=Umbran Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_umbran.pink.name=Umbran Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_umbran.gray.name=Umbran Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_umbran.light_gray.name=Umbran Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_umbran.cyan.name=Umbran Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_umbran.purple.name=Umbran Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_umbran.blue.name=Umbran Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_umbran.brown.name=Umbran Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_umbran.green.name=Umbran Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_umbran.white.name=Umbran White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_umbran.black.name=Umbran Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_willow.name=Willow Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_willow.orange.name=Willow Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_willow.magenta.name=Willow Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_willow.light_blue.name=Willow Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_willow.yellow.name=Willow Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_willow.lime.name=Willow Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_willow.pink.name=Willow Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_willow.gray.name=Willow Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_willow.light_gray.name=Willow Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_willow.cyan.name=Willow Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_willow.purple.name=Willow Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_willow.blue.name=Willow Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_willow.brown.name=Willow Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_willow.green.name=Willow Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_willow.white.name=Willow White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_willow.black.name=Willow Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_birch.name=Birch Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_birch.orange.name=Birch Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_birch.magenta.name=Birch Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_birch.light_blue.name=Birch Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_birch.yellow.name=Birch Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_birch.lime.name=Birch Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_birch.pink.name=Birch Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_birch.gray.name=Birch Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_birch.light_gray.name=Birch Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_birch.cyan.name=Birch Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_birch.purple.name=Birch Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_birch.blue.name=Birch Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_birch.brown.name=Birch Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_birch.green.name=Birch Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_birch.white.name=Birch White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_birch.black.name=Birch Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_acacia.name=Acacia Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_acacia.orange.name=Acacia Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_acacia.magenta.name=Acacia Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_acacia.light_blue.name=Acacia Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_acacia.yellow.name=Acacia Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_acacia.lime.name=Acacia Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_acacia.pink.name=Acacia Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_acacia.gray.name=Acacia Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_acacia.light_gray.name=Acacia Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_acacia.cyan.name=Acacia Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_acacia.purple.name=Acacia Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_acacia.blue.name=Acacia Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_acacia.brown.name=Acacia Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_acacia.green.name=Acacia Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_acacia.white.name=Acacia White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_acacia.black.name=Acacia Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_balsa.name=Balsa Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_balsa.orange.name=Balsa Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_balsa.magenta.name=Balsa Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_balsa.light_blue.name=Balsa Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_balsa.yellow.name=Balsa Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_balsa.lime.name=Balsa Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_balsa.pink.name=Balsa Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_balsa.gray.name=Balsa Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_balsa.light_gray.name=Balsa Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_balsa.cyan.name=Balsa Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_balsa.purple.name=Balsa Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_balsa.blue.name=Balsa Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_balsa.brown.name=Balsa Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_balsa.green.name=Balsa Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_balsa.white.name=Balsa White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_balsa.black.name=Balsa Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_baobab.name=Baobab Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_baobab.orange.name=Baobab Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_baobab.magenta.name=Baobab Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_baobab.light_blue.name=Baobab Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_baobab.yellow.name=Baobab Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_baobab.lime.name=Baobab Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_baobab.pink.name=Baobab Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_baobab.gray.name=Baobab Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_baobab.light_gray.name=Baobab Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_baobab.cyan.name=Baobab Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_baobab.purple.name=Baobab Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_baobab.blue.name=Baobab Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_baobab.brown.name=Baobab Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_baobab.green.name=Baobab Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_baobab.white.name=Baobab White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_baobab.black.name=Baobab Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cherry.name=Cherry Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cherry.orange.name=Cherry Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cherry.magenta.name=Cherry Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cherry.light_blue.name=Cherry Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cherry.yellow.name=Cherry Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cherry.lime.name=Cherry Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cherry.pink.name=Cherry Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cherry.gray.name=Cherry Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cherry.light_gray.name=Cherry Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cherry.cyan.name=Cherry Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cherry.purple.name=Cherry Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cherry.blue.name=Cherry Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cherry.brown.name=Cherry Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cherry.green.name=Cherry Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cherry.white.name=Cherry White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cherry.black.name=Cherry Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_chestnut.name=Chestnut Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_chestnut.orange.name=Chestnut Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_chestnut.magenta.name=Chestnut Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_chestnut.light_blue.name=Chestnut Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_chestnut.yellow.name=Chestnut Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_chestnut.lime.name=Chestnut Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_chestnut.pink.name=Chestnut Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_chestnut.gray.name=Chestnut Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_chestnut.light_gray.name=Chestnut Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_chestnut.cyan.name=Chestnut Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_chestnut.purple.name=Chestnut Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_chestnut.blue.name=Chestnut Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_chestnut.brown.name=Chestnut Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_chestnut.green.name=Chestnut Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_chestnut.white.name=Chestnut White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_chestnut.black.name=Chestnut Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_citrus.name=Citrus Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_citrus.orange.name=Citrus Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_citrus.magenta.name=Citrus Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_citrus.light_blue.name=Citrus Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_citrus.yellow.name=Citrus Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_citrus.lime.name=Citrus Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_citrus.pink.name=Citrus Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_citrus.gray.name=Citrus Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_citrus.light_gray.name=Citrus Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_citrus.cyan.name=Citrus Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_citrus.purple.name=Citrus Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_citrus.blue.name=Citrus Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_citrus.brown.name=Citrus Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_citrus.green.name=Citrus Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_citrus.white.name=Citrus White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_citrus.black.name=Citrus Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cocobolo.name=Cocobolo Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cocobolo.orange.name=Cocobolo Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cocobolo.magenta.name=Cocobolo Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cocobolo.light_blue.name=Cocobolo Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cocobolo.yellow.name=Cocobolo Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cocobolo.lime.name=Cocobolo Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cocobolo.pink.name=Cocobolo Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cocobolo.gray.name=Cocobolo Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cocobolo.light_gray.name=Cocobolo Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cocobolo.cyan.name=Cocobolo Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cocobolo.purple.name=Cocobolo Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cocobolo.blue.name=Cocobolo Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cocobolo.brown.name=Cocobolo Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cocobolo.green.name=Cocobolo Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cocobolo.white.name=Cocobolo White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cocobolo.black.name=Cocobolo Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ebony.name=Ebony Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ebony.orange.name=Ebony Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ebony.magenta.name=Ebony Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ebony.light_blue.name=Ebony Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ebony.yellow.name=Ebony Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ebony.lime.name=Ebony Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ebony.pink.name=Ebony Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ebony.gray.name=Ebony Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ebony.light_gray.name=Ebony Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ebony.cyan.name=Ebony Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ebony.purple.name=Ebony Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ebony.blue.name=Ebony Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ebony.brown.name=Ebony Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ebony.green.name=Ebony Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ebony.white.name=Ebony White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ebony.black.name=Ebony Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_giganteum.name=Giganteum Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_giganteum.orange.name=Giganteum Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_giganteum.magenta.name=Giganteum Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_giganteum.light_blue.name=Giganteum Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_giganteum.yellow.name=Giganteum Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_giganteum.lime.name=Giganteum Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_giganteum.pink.name=Giganteum Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_giganteum.gray.name=Giganteum Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_giganteum.light_gray.name=Giganteum Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_giganteum.cyan.name=Giganteum Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_giganteum.purple.name=Giganteum Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_giganteum.blue.name=Giganteum Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_giganteum.brown.name=Giganteum Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_giganteum.green.name=Giganteum Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_giganteum.white.name=Giganteum White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_giganteum.black.name=Giganteum Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_greenheart.name=Greenheart Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_greenheart.orange.name=Greenheart Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_greenheart.magenta.name=Greenheart Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_greenheart.light_blue.name=Greenheart Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_greenheart.yellow.name=Greenheart Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_greenheart.lime.name=Greenheart Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_greenheart.pink.name=Greenheart Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_greenheart.gray.name=Greenheart Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_greenheart.light_gray.name=Greenheart Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_greenheart.cyan.name=Greenheart Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_greenheart.purple.name=Greenheart Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_greenheart.blue.name=Greenheart Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_greenheart.brown.name=Greenheart Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_greenheart.green.name=Greenheart Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_greenheart.white.name=Greenheart White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_greenheart.black.name=Greenheart Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ipe.name=Ipe Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ipe.orange.name=Ipe Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ipe.magenta.name=Ipe Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ipe.light_blue.name=Ipe Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ipe.yellow.name=Ipe Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ipe.lime.name=Ipe Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ipe.pink.name=Ipe Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ipe.gray.name=Ipe Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ipe.light_gray.name=Ipe Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ipe.cyan.name=Ipe Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ipe.purple.name=Ipe Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ipe.blue.name=Ipe Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ipe.brown.name=Ipe Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ipe.green.name=Ipe Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ipe.white.name=Ipe White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ipe.black.name=Ipe Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_kapok.name=Kapok Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_kapok.orange.name=Kapok Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_kapok.magenta.name=Kapok Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_kapok.light_blue.name=Kapok Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_kapok.yellow.name=Kapok Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_kapok.lime.name=Kapok Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_kapok.pink.name=Kapok Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_kapok.gray.name=Kapok Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_kapok.light_gray.name=Kapok Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_kapok.cyan.name=Kapok Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_kapok.purple.name=Kapok Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_kapok.blue.name=Kapok Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_kapok.brown.name=Kapok Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_kapok.green.name=Kapok Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_kapok.white.name=Kapok White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_kapok.black.name=Kapok Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_larch.name=Larch Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_larch.orange.name=Larch Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_larch.magenta.name=Larch Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_larch.light_blue.name=Larch Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_larch.yellow.name=Larch Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_larch.lime.name=Larch Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_larch.pink.name=Larch Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_larch.gray.name=Larch Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_larch.light_gray.name=Larch Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_larch.cyan.name=Larch Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_larch.purple.name=Larch Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_larch.blue.name=Larch Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_larch.brown.name=Larch Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_larch.green.name=Larch Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_larch.white.name=Larch White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_larch.black.name=Larch Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_lime.name=Lime Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_lime.orange.name=Lime Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_lime.magenta.name=Lime Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_lime.light_blue.name=Lime Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_lime.yellow.name=Lime Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_lime.lime.name=Lime Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_lime.pink.name=Lime Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_lime.gray.name=Lime Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_lime.light_gray.name=Lime Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_lime.cyan.name=Lime Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_lime.purple.name=Lime Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_lime.blue.name=Lime Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_lime.brown.name=Lime Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_lime.green.name=Lime Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_lime.white.name=Lime White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_lime.black.name=Lime Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahoe.name=Mahoe Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahoe.orange.name=Mahoe Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahoe.magenta.name=Mahoe Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahoe.light_blue.name=Mahoe Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahoe.yellow.name=Mahoe Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahoe.lime.name=Mahoe Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahoe.pink.name=Mahoe Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahoe.gray.name=Mahoe Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahoe.light_gray.name=Mahoe Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahoe.cyan.name=Mahoe Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahoe.purple.name=Mahoe Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahoe.blue.name=Mahoe Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahoe.brown.name=Mahoe Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahoe.green.name=Mahoe Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahoe.white.name=Mahoe White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahoe.black.name=Mahoe Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahogany.name=Mahogany Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahogany.orange.name=Mahogany Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahogany.magenta.name=Mahogany Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahogany.light_blue.name=Mahogany Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahogany.yellow.name=Mahogany Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahogany.lime.name=Mahogany Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahogany.pink.name=Mahogany Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahogany.gray.name=Mahogany Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahogany.light_gray.name=Mahogany Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahogany.cyan.name=Mahogany Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahogany.purple.name=Mahogany Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahogany.blue.name=Mahogany Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahogany.brown.name=Mahogany Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahogany.green.name=Mahogany Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahogany.white.name=Mahogany White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahogany.black.name=Mahogany Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_maple.name=Maple Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_maple.orange.name=Maple Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_maple.magenta.name=Maple Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_maple.light_blue.name=Maple Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_maple.yellow.name=Maple Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_maple.lime.name=Maple Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_maple.pink.name=Maple Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_maple.gray.name=Maple Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_maple.light_gray.name=Maple Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_maple.cyan.name=Maple Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_maple.purple.name=Maple Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_maple.blue.name=Maple Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_maple.brown.name=Maple Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_maple.green.name=Maple Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_maple.white.name=Maple White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_maple.black.name=Maple Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_padauk.name=Padauk Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_padauk.orange.name=Padauk Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_padauk.magenta.name=Padauk Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_padauk.light_blue.name=Padauk Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_padauk.yellow.name=Padauk Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_padauk.lime.name=Padauk Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_padauk.pink.name=Padauk Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_padauk.gray.name=Padauk Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_padauk.light_gray.name=Padauk Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_padauk.cyan.name=Padauk Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_padauk.purple.name=Padauk Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_padauk.blue.name=Padauk Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_padauk.brown.name=Padauk Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_padauk.green.name=Padauk Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_padauk.white.name=Padauk White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_padauk.black.name=Padauk Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_palm.name=Palm Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_palm.orange.name=Palm Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_palm.magenta.name=Palm Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_palm.light_blue.name=Palm Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_palm.yellow.name=Palm Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_palm.lime.name=Palm Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_palm.pink.name=Palm Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_palm.gray.name=Palm Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_palm.light_gray.name=Palm Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_palm.cyan.name=Palm Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_palm.purple.name=Palm Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_palm.blue.name=Palm Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_palm.brown.name=Palm Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_palm.green.name=Palm Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_palm.white.name=Palm White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_palm.black.name=Palm Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_papaya.name=Papaya Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_papaya.orange.name=Papaya Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_papaya.magenta.name=Papaya Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_papaya.light_blue.name=Papaya Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_papaya.yellow.name=Papaya Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_papaya.lime.name=Papaya Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_papaya.pink.name=Papaya Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_papaya.gray.name=Papaya Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_papaya.light_gray.name=Papaya Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_papaya.cyan.name=Papaya Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_papaya.purple.name=Papaya Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_papaya.blue.name=Papaya Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_papaya.brown.name=Papaya Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_papaya.green.name=Papaya Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_papaya.white.name=Papaya White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_papaya.black.name=Papaya Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_pine.name=Pine Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_pine.orange.name=Pine Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_pine.magenta.name=Pine Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_pine.light_blue.name=Pine Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_pine.yellow.name=Pine Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_pine.lime.name=Pine Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_pine.pink.name=Pine Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_pine.gray.name=Pine Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_pine.light_gray.name=Pine Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_pine.cyan.name=Pine Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_pine.purple.name=Pine Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_pine.blue.name=Pine Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_pine.brown.name=Pine Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_pine.green.name=Pine Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_pine.white.name=Pine White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_pine.black.name=Pine Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_plum.name=Plum Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_plum.orange.name=Plum Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_plum.magenta.name=Plum Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_plum.light_blue.name=Plum Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_plum.yellow.name=Plum Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_plum.lime.name=Plum Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_plum.pink.name=Plum Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_plum.gray.name=Plum Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_plum.light_gray.name=Plum Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_plum.cyan.name=Plum Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_plum.purple.name=Plum Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_plum.blue.name=Plum Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_plum.brown.name=Plum Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_plum.green.name=Plum Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_plum.white.name=Plum White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_plum.black.name=Plum Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_poplar.name=Poplar Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_poplar.orange.name=Poplar Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_poplar.magenta.name=Poplar Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_poplar.light_blue.name=Poplar Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_poplar.yellow.name=Poplar Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_poplar.lime.name=Poplar Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_poplar.pink.name=Poplar Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_poplar.gray.name=Poplar Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_poplar.light_gray.name=Poplar Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_poplar.cyan.name=Poplar Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_poplar.purple.name=Poplar Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_poplar.blue.name=Poplar Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_poplar.brown.name=Poplar Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_poplar.green.name=Poplar Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_poplar.white.name=Poplar White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_poplar.black.name=Poplar Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_sequoia.name=Sequoia Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_sequoia.orange.name=Sequoia Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_sequoia.magenta.name=Sequoia Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_sequoia.light_blue.name=Sequoia Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_sequoia.yellow.name=Sequoia Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_sequoia.lime.name=Sequoia Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_sequoia.pink.name=Sequoia Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_sequoia.gray.name=Sequoia Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_sequoia.light_gray.name=Sequoia Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_sequoia.cyan.name=Sequoia Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_sequoia.purple.name=Sequoia Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_sequoia.blue.name=Sequoia Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_sequoia.brown.name=Sequoia Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_sequoia.green.name=Sequoia Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_sequoia.white.name=Sequoia White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_sequoia.black.name=Sequoia Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_teak.name=Teak Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_teak.orange.name=Teak Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_teak.magenta.name=Teak Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_teak.light_blue.name=Teak Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_teak.yellow.name=Teak Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_teak.lime.name=Teak Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_teak.pink.name=Teak Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_teak.gray.name=Teak Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_teak.light_gray.name=Teak Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_teak.cyan.name=Teak Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_teak.purple.name=Teak Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_teak.blue.name=Teak Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_teak.brown.name=Teak Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_teak.green.name=Teak Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_teak.white.name=Teak White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_teak.black.name=Teak Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_walnut.name=Walnut Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_walnut.orange.name=Walnut Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_walnut.magenta.name=Walnut Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_walnut.light_blue.name=Walnut Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_walnut.yellow.name=Walnut Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_walnut.lime.name=Walnut Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_walnut.pink.name=Walnut Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_walnut.gray.name=Walnut Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_walnut.light_gray.name=Walnut Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_walnut.cyan.name=Walnut Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_walnut.purple.name=Walnut Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_walnut.blue.name=Walnut Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_walnut.brown.name=Walnut Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_walnut.green.name=Walnut Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_walnut.white.name=Walnut White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_walnut.black.name=Walnut Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_wenge.name=Wenge Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_wenge.orange.name=Wenge Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_wenge.magenta.name=Wenge Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_wenge.light_blue.name=Wenge Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_wenge.yellow.name=Wenge Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_wenge.lime.name=Wenge Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_wenge.pink.name=Wenge Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_wenge.gray.name=Wenge Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_wenge.light_gray.name=Wenge Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_wenge.cyan.name=Wenge Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_wenge.purple.name=Wenge Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_wenge.blue.name=Wenge Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_wenge.brown.name=Wenge Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_wenge.green.name=Wenge Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_wenge.white.name=Wenge White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_wenge.black.name=Wenge Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_willow.name=Willow Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_willow.orange.name=Willow Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_willow.magenta.name=Willow Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_willow.light_blue.name=Willow Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_willow.yellow.name=Willow Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_willow.lime.name=Willow Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_willow.pink.name=Willow Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_willow.gray.name=Willow Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_willow.light_gray.name=Willow Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_willow.cyan.name=Willow Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_willow.purple.name=Willow Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_willow.blue.name=Willow Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_willow.brown.name=Willow Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_willow.green.name=Willow Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_willow.white.name=Willow White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_willow.black.name=Willow Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_zebrawood.name=Zebrawood Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_zebrawood.orange.name=Zebrawood Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_zebrawood.magenta.name=Zebrawood Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_zebrawood.light_blue.name=Zebrawood Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_zebrawood.yellow.name=Zebrawood Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_zebrawood.lime.name=Zebrawood Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_zebrawood.pink.name=Zebrawood Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_zebrawood.gray.name=Zebrawood Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_zebrawood.light_gray.name=Zebrawood Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_zebrawood.cyan.name=Zebrawood Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_zebrawood.purple.name=Zebrawood Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_zebrawood.blue.name=Zebrawood Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_zebrawood.brown.name=Zebrawood Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_zebrawood.green.name=Zebrawood Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_zebrawood.white.name=Zebrawood White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_zebrawood.black.name=Zebrawood Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood.name=Treated Wood Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood.orange.name=Treated Wood Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood.magenta.name=Treated Wood Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood.light_blue.name=Treated Wood Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood.yellow.name=Treated Wood Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood.lime.name=Treated Wood Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood.pink.name=Treated Wood Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood.gray.name=Treated Wood Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood.light_gray.name=Treated Wood Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood.cyan.name=Treated Wood Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood.purple.name=Treated Wood Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood.blue.name=Treated Wood Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood.brown.name=Treated Wood Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood.green.name=Treated Wood Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood.white.name=Treated Wood White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood.black.name=Treated Wood Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_jungle.name=Jungle Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_jungle.orange.name=Jungle Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_jungle.magenta.name=Jungle Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_jungle.light_blue.name=Jungle Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_jungle.yellow.name=Jungle Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_jungle.lime.name=Jungle Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_jungle.pink.name=Jungle Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_jungle.gray.name=Jungle Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_jungle.light_gray.name=Jungle Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_jungle.cyan.name=Jungle Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_jungle.purple.name=Jungle Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_jungle.blue.name=Jungle Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_jungle.brown.name=Jungle Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_jungle.green.name=Jungle Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_jungle.white.name=Jungle White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_jungle.black.name=Jungle Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_amaranth.name=Amaranth Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_amaranth.orange.name=Amaranth Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_amaranth.magenta.name=Amaranth Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_amaranth.light_blue.name=Amaranth Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_amaranth.yellow.name=Amaranth Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_amaranth.lime.name=Amaranth Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_amaranth.pink.name=Amaranth Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_amaranth.gray.name=Amaranth Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_amaranth.light_gray.name=Amaranth Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_amaranth.cyan.name=Amaranth Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_amaranth.purple.name=Amaranth Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_amaranth.blue.name=Amaranth Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_amaranth.brown.name=Amaranth Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_amaranth.green.name=Amaranth Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_amaranth.white.name=Amaranth White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_amaranth.black.name=Amaranth Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_bloodwood.name=Bloodwood Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_bloodwood.orange.name=Bloodwood Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_bloodwood.magenta.name=Bloodwood Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_bloodwood.light_blue.name=Bloodwood Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_bloodwood.yellow.name=Bloodwood Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_bloodwood.lime.name=Bloodwood Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_bloodwood.pink.name=Bloodwood Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_bloodwood.gray.name=Bloodwood Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_bloodwood.light_gray.name=Bloodwood Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_bloodwood.cyan.name=Bloodwood Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_bloodwood.purple.name=Bloodwood Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_bloodwood.blue.name=Bloodwood Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_bloodwood.brown.name=Bloodwood Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_bloodwood.green.name=Bloodwood Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_bloodwood.white.name=Bloodwood White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_bloodwood.black.name=Bloodwood Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_darkwood.name=Darkwood Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_darkwood.orange.name=Darkwood Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_darkwood.magenta.name=Darkwood Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_darkwood.light_blue.name=Darkwood Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_darkwood.yellow.name=Darkwood Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_darkwood.lime.name=Darkwood Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_darkwood.pink.name=Darkwood Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_darkwood.gray.name=Darkwood Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_darkwood.light_gray.name=Darkwood Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_darkwood.cyan.name=Darkwood Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_darkwood.purple.name=Darkwood Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_darkwood.blue.name=Darkwood Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_darkwood.brown.name=Darkwood Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_darkwood.green.name=Darkwood Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_darkwood.white.name=Darkwood White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_darkwood.black.name=Darkwood Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_eucalyptus.name=Eucalyptus Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_eucalyptus.orange.name=Eucalyptus Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_eucalyptus.magenta.name=Eucalyptus Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_eucalyptus.light_blue.name=Eucalyptus Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_eucalyptus.yellow.name=Eucalyptus Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_eucalyptus.lime.name=Eucalyptus Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_eucalyptus.pink.name=Eucalyptus Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_eucalyptus.gray.name=Eucalyptus Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_eucalyptus.light_gray.name=Eucalyptus Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_eucalyptus.cyan.name=Eucalyptus Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_eucalyptus.purple.name=Eucalyptus Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_eucalyptus.blue.name=Eucalyptus Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_eucalyptus.brown.name=Eucalyptus Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_eucalyptus.green.name=Eucalyptus Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_eucalyptus.white.name=Eucalyptus White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_eucalyptus.black.name=Eucalyptus Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_fusewood.name=Fusewood Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_fusewood.orange.name=Fusewood Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_fusewood.magenta.name=Fusewood Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_fusewood.light_blue.name=Fusewood Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_fusewood.yellow.name=Fusewood Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_fusewood.lime.name=Fusewood Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_fusewood.pink.name=Fusewood Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_fusewood.gray.name=Fusewood Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_fusewood.light_gray.name=Fusewood Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_fusewood.cyan.name=Fusewood Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_fusewood.purple.name=Fusewood Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_fusewood.blue.name=Fusewood Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_fusewood.brown.name=Fusewood Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_fusewood.green.name=Fusewood Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_fusewood.white.name=Fusewood White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_fusewood.black.name=Fusewood Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_ghostwood.name=Ghostwood Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_ghostwood.orange.name=Ghostwood Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_ghostwood.magenta.name=Ghostwood Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_ghostwood.light_blue.name=Ghostwood Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_ghostwood.yellow.name=Ghostwood Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_ghostwood.lime.name=Ghostwood Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_ghostwood.pink.name=Ghostwood Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_ghostwood.gray.name=Ghostwood Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_ghostwood.light_gray.name=Ghostwood Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_ghostwood.cyan.name=Ghostwood Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_ghostwood.purple.name=Ghostwood Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_ghostwood.blue.name=Ghostwood Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_ghostwood.brown.name=Ghostwood Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_ghostwood.green.name=Ghostwood Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_ghostwood.white.name=Ghostwood White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_ghostwood.black.name=Ghostwood Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_hopseed.name=Hopseed Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_hopseed.orange.name=Hopseed Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_hopseed.magenta.name=Hopseed Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_hopseed.light_blue.name=Hopseed Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_hopseed.yellow.name=Hopseed Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_hopseed.lime.name=Hopseed Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_hopseed.pink.name=Hopseed Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_hopseed.gray.name=Hopseed Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_hopseed.light_gray.name=Hopseed Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_hopseed.cyan.name=Hopseed Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_hopseed.purple.name=Hopseed Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_hopseed.blue.name=Hopseed Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_hopseed.brown.name=Hopseed Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_hopseed.green.name=Hopseed Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_hopseed.white.name=Hopseed White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_hopseed.black.name=Hopseed Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_maple.name=Maple Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_maple.orange.name=Maple Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_maple.magenta.name=Maple Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_maple.light_blue.name=Maple Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_maple.yellow.name=Maple Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_maple.lime.name=Maple Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_maple.pink.name=Maple Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_maple.gray.name=Maple Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_maple.light_gray.name=Maple Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_maple.cyan.name=Maple Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_maple.purple.name=Maple Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_maple.blue.name=Maple Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_maple.brown.name=Maple Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_maple.green.name=Maple Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_maple.white.name=Maple White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_maple.black.name=Maple Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_redwood.name=Redwood Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_redwood.orange.name=Redwood Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_redwood.magenta.name=Redwood Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_redwood.light_blue.name=Redwood Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_redwood.yellow.name=Redwood Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_redwood.lime.name=Redwood Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_redwood.pink.name=Redwood Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_redwood.gray.name=Redwood Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_redwood.light_gray.name=Redwood Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_redwood.cyan.name=Redwood Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_redwood.purple.name=Redwood Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_redwood.blue.name=Redwood Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_redwood.brown.name=Redwood Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_redwood.green.name=Redwood Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_redwood.white.name=Redwood White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_redwood.black.name=Redwood Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_sakura.name=Sakura Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_sakura.orange.name=Sakura Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_sakura.magenta.name=Sakura Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_sakura.light_blue.name=Sakura Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_sakura.yellow.name=Sakura Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_sakura.lime.name=Sakura Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_sakura.pink.name=Sakura Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_sakura.gray.name=Sakura Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_sakura.light_gray.name=Sakura Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_sakura.cyan.name=Sakura Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_sakura.purple.name=Sakura Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_sakura.blue.name=Sakura Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_sakura.brown.name=Sakura Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_sakura.green.name=Sakura Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_sakura.white.name=Sakura White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_sakura.black.name=Sakura Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_silverbell.name=Silverbell Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_silverbell.orange.name=Silverbell Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_silverbell.magenta.name=Silverbell Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_silverbell.light_blue.name=Silverbell Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_silverbell.yellow.name=Silverbell Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_silverbell.lime.name=Silverbell Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_silverbell.pink.name=Silverbell Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_silverbell.gray.name=Silverbell Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_silverbell.light_gray.name=Silverbell Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_silverbell.cyan.name=Silverbell Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_silverbell.purple.name=Silverbell Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_silverbell.blue.name=Silverbell Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_silverbell.brown.name=Silverbell Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_silverbell.green.name=Silverbell Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_silverbell.white.name=Silverbell White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_silverbell.black.name=Silverbell Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_tiger.name=Tiger Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_tiger.orange.name=Tiger Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_tiger.magenta.name=Tiger Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_tiger.light_blue.name=Tiger Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_tiger.yellow.name=Tiger Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_tiger.lime.name=Tiger Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_tiger.pink.name=Tiger Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_tiger.gray.name=Tiger Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_tiger.light_gray.name=Tiger Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_tiger.cyan.name=Tiger Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_tiger.purple.name=Tiger Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_tiger.blue.name=Tiger Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_tiger.brown.name=Tiger Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_tiger.green.name=Tiger Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_tiger.white.name=Tiger White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_tiger.black.name=Tiger Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_willow.name=Willow Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_willow.orange.name=Willow Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_willow.magenta.name=Willow Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_willow.light_blue.name=Willow Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_willow.yellow.name=Willow Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_willow.lime.name=Willow Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_willow.pink.name=Willow Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_willow.gray.name=Willow Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_willow.light_gray.name=Willow Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_willow.cyan.name=Willow Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_willow.purple.name=Willow Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_willow.blue.name=Willow Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_willow.brown.name=Willow Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_willow.green.name=Willow Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_willow.white.name=Willow White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_willow.black.name=Willow Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_oak.name=Oak Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_oak.orange.name=Oak Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_oak.magenta.name=Oak Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_oak.light_blue.name=Oak Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_oak.yellow.name=Oak Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_oak.lime.name=Oak Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_oak.pink.name=Oak Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_oak.gray.name=Oak Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_oak.light_gray.name=Oak Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_oak.cyan.name=Oak Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_oak.purple.name=Oak Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_oak.blue.name=Oak Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_oak.brown.name=Oak Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_oak.green.name=Oak Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_oak.white.name=Oak White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_oak.black.name=Oak Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_spruce.name=Spruce Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_spruce.orange.name=Spruce Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_spruce.magenta.name=Spruce Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_spruce.light_blue.name=Spruce Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_spruce.yellow.name=Spruce Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_spruce.lime.name=Spruce Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_spruce.pink.name=Spruce Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_spruce.gray.name=Spruce Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_spruce.light_gray.name=Spruce Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_spruce.cyan.name=Spruce Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_spruce.purple.name=Spruce Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_spruce.blue.name=Spruce Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_spruce.brown.name=Spruce Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_spruce.green.name=Spruce Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_spruce.white.name=Spruce White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_spruce.black.name=Spruce Black Padded Bench tile.ironagefurniture.chair_wood_ironage_bench_single_acacia.name=Acacia Bench tile.ironagefurniture.chair_wood_ironage_bench_single_big_oak.name=Dark Oak Bench tile.ironagefurniture.chair_wood_ironage_bench_single_biomesoplenty_cherry.name=Cherry Bench @@ -1119,7 +3069,6 @@ tile.ironagefurniture.chair_wood_ironage_classic_biomesoplenty_palm.name=Palm Cl tile.ironagefurniture.chair_wood_ironage_classic_biomesoplenty_pine.name=Pine Classic Chair tile.ironagefurniture.chair_wood_ironage_classic_biomesoplenty_redwood.name=Redwood Classic Chair tile.ironagefurniture.chair_wood_ironage_classic_biomesoplenty_sacred_oak.name=Sacred Oak Classic Chair -tile.ironagefurniture.chair_wood_ironage_classic_biomesoplenty_sacred_oak.name=Sacred Oak Classic Chair tile.ironagefurniture.chair_wood_ironage_classic_biomesoplenty_umbran.name=Umbran Classic Chair tile.ironagefurniture.chair_wood_ironage_classic_biomesoplenty_willow.name=Willow Classic Chair tile.ironagefurniture.chair_wood_ironage_classic_birch.name=Birch Classic Chair @@ -1185,7 +3134,6 @@ tile.ironagefurniture.chair_wood_ironage_shield_biomesoplenty_palm.name=Palm Shi tile.ironagefurniture.chair_wood_ironage_shield_biomesoplenty_pine.name=Pine Shield Chair tile.ironagefurniture.chair_wood_ironage_shield_biomesoplenty_redwood.name=Redwood Shield Chair tile.ironagefurniture.chair_wood_ironage_shield_biomesoplenty_sacred_oak.name=Sacred Oak Shield Chair -tile.ironagefurniture.chair_wood_ironage_shield_biomesoplenty_sacred_oak.name=Sacred Oak Shield Chair tile.ironagefurniture.chair_wood_ironage_shield_biomesoplenty_umbran.name=Umbran Shield Chair tile.ironagefurniture.chair_wood_ironage_shield_biomesoplenty_willow.name=Willow Shield Chair tile.ironagefurniture.chair_wood_ironage_shield_birch.name=Birch Shield Chair @@ -1251,7 +3199,6 @@ tile.ironagefurniture.chair_wood_ironage_stool_short_biomesoplenty_palm.name=Pal tile.ironagefurniture.chair_wood_ironage_stool_short_biomesoplenty_pine.name=Pine Short Stool tile.ironagefurniture.chair_wood_ironage_stool_short_biomesoplenty_redwood.name=Redwood Short Stool tile.ironagefurniture.chair_wood_ironage_stool_short_biomesoplenty_sacred_oak.name=Sacred Oak Short Stool -tile.ironagefurniture.chair_wood_ironage_stool_short_biomesoplenty_sacred_oak.name=Sacred Oak Short Stool tile.ironagefurniture.chair_wood_ironage_stool_short_biomesoplenty_umbran.name=Umbran Short Stool tile.ironagefurniture.chair_wood_ironage_stool_short_biomesoplenty_willow.name=Willow Short Stool tile.ironagefurniture.chair_wood_ironage_stool_short_birch.name=Birch Short Stool @@ -1317,7 +3264,6 @@ tile.ironagefurniture.chair_wood_ironage_stool_tall_biomesoplenty_palm.name=Palm tile.ironagefurniture.chair_wood_ironage_stool_tall_biomesoplenty_pine.name=Pine Tall Stool tile.ironagefurniture.chair_wood_ironage_stool_tall_biomesoplenty_redwood.name=Redwood Tall Stool tile.ironagefurniture.chair_wood_ironage_stool_tall_biomesoplenty_sacred_oak.name=Sacred Oak Tall Stool -tile.ironagefurniture.chair_wood_ironage_stool_tall_biomesoplenty_sacred_oak.name=Sacred Oak Tall Stool tile.ironagefurniture.chair_wood_ironage_stool_tall_biomesoplenty_umbran.name=Umbran Tall Stool tile.ironagefurniture.chair_wood_ironage_stool_tall_biomesoplenty_willow.name=Willow Tall Stool tile.ironagefurniture.chair_wood_ironage_stool_tall_birch.name=Birch Tall Stool diff --git a/src/main/resources/assets/ironagefurniture/lang/en_US.lang b/src/main/resources/assets/ironagefurniture/lang/en_US.lang index 67e682b07e..088391021d 100644 --- a/src/main/resources/assets/ironagefurniture/lang/en_US.lang +++ b/src/main/resources/assets/ironagefurniture/lang/en_US.lang @@ -323,71 +323,1046 @@ tile.ironagefurniture.chair_wood_ironage_bench_back_padded_right_natura_tiger.na tile.ironagefurniture.chair_wood_ironage_bench_back_padded_right_natura_willow.name=Willow Padded Back Bench Right tile.ironagefurniture.chair_wood_ironage_bench_back_padded_right_oak.name=Oak Padded Back Bench Right tile.ironagefurniture.chair_wood_ironage_bench_back_padded_right_spruce.name=Spruce Padded Back Bench Right -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_acacia.name=Acacia Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_big_oak.name=Dark Oak Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry.name=Cherry Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony.name=Ebony Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal.name=Ethereal Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus.name=Eucalyptus Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir.name=Fir Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark.name=Hellbark Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda.name=Jacaranda Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic.name=Magic Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany.name=Mahogany Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove.name=Mangrove Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm.name=Palm Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine.name=Pine Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood.name=Redwood Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak.name=Sacred Oak Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran.name=Umbran Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow.name=Willow Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_birch.name=Birch Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_acacia.name=Acacia Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_balsa.name=Balsa Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_baobab.name=Baobab Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cherry.name=Cherry Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_chestnut.name=Chestnut Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_citrus.name=Citrus Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cocobolo.name=Cocobolo Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ebony.name=Ebony Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_giganteum.name=Giganteum Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_greenheart.name=Greenheart Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ipe.name=Ipe Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_kapok.name=Kapok Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_larch.name=Larch Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_lime.name=Lime Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahoe.name=Mahoe Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahogany.name=Mahogany Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_maple.name=Maple Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_padauk.name=Padauk Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_palm.name=Palm Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_papaya.name=Papaya Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_pine.name=Pine Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_plum.name=Plum Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_poplar.name=Poplar Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_sequoia.name=Sequoia Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_teak.name=Teak Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_walnut.name=Walnut Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_wenge.name=Wenge Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_willow.name=Willow Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_zebrawood.name=Zebrawood Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood.name=Treated Wood Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_jungle.name=Jungle Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_amaranth.name=Amaranth Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_bloodwood.name=Bloodwood Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_darkwood.name=Darkwood Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_eucalyptus.name=Eucalyptus Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_fusewood.name=Fusewood Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_ghostwood.name=Ghostwood Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_hopseed.name=Hopseed Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_maple.name=Maple Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_redwood.name=Redwood Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_sakura.name=Sakura Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_silverbell.name=Silverbell Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_tiger.name=Tiger Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_willow.name=Willow Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_oak.name=Oak Padded Back Bench -tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_spruce.name=Spruce Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_acacia.name=Acacia Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_acacia.orange.name=Acacia Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_acacia.magenta.name=Acacia Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_acacia.light_blue.name=Acacia Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_acacia.yellow.name=Acacia Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_acacia.lime.name=Acacia Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_acacia.pink.name=Acacia Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_acacia.gray.name=Acacia Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_acacia.light_gray.name=Acacia Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_acacia.cyan.name=Acacia Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_acacia.purple.name=Acacia Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_acacia.blue.name=Acacia Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_acacia.brown.name=Acacia Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_acacia.green.name=Acacia Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_acacia.white.name=Acacia White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_acacia.black.name=Acacia Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_big_oak.name=Dark Oak Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_big_oak.orange.name=Dark Oak Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_big_oak.magenta.name=Dark Oak Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_big_oak.light_blue.name=Dark Oak Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_big_oak.yellow.name=Dark Oak Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_big_oak.lime.name=Dark Oak Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_big_oak.pink.name=Dark Oak Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_big_oak.gray.name=Dark Oak Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_big_oak.light_gray.name=Dark Oak Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_big_oak.cyan.name=Dark Oak Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_big_oak.purple.name=Dark Oak Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_big_oak.blue.name=Dark Oak Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_big_oak.brown.name=Dark Oak Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_big_oak.green.name=Dark Oak Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_big_oak.white.name=Dark Oak White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_big_oak.black.name=Dark Oak Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry.name=Cherry Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry.orange.name=Cherry Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry.magenta.name=Cherry Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry.light_blue.name=Cherry Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry.yellow.name=Cherry Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry.lime.name=Cherry Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry.pink.name=Cherry Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry.gray.name=Cherry Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry.light_gray.name=Cherry Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry.cyan.name=Cherry Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry.purple.name=Cherry Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry.blue.name=Cherry Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry.brown.name=Cherry Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry.green.name=Cherry Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry.white.name=Cherry White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry.black.name=Cherry Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony.name=Ebony Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony.orange.name=Ebony Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony.magenta.name=Ebony Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony.light_blue.name=Ebony Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony.yellow.name=Ebony Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony.lime.name=Ebony Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony.pink.name=Ebony Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony.gray.name=Ebony Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony.light_gray.name=Ebony Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony.cyan.name=Ebony Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony.purple.name=Ebony Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony.blue.name=Ebony Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony.brown.name=Ebony Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony.green.name=Ebony Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony.white.name=Ebony White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony.black.name=Ebony Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal.name=Ethereal Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal.orange.name=Ethereal Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal.magenta.name=Ethereal Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal.light_blue.name=Ethereal Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal.yellow.name=Ethereal Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal.lime.name=Ethereal Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal.pink.name=Ethereal Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal.gray.name=Ethereal Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal.light_gray.name=Ethereal Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal.cyan.name=Ethereal Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal.purple.name=Ethereal Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal.blue.name=Ethereal Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal.brown.name=Ethereal Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal.green.name=Ethereal Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal.white.name=Ethereal White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal.black.name=Ethereal Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus.name=Eucalyptus Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus.orange.name=Eucalyptus Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus.magenta.name=Eucalyptus Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus.light_blue.name=Eucalyptus Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus.yellow.name=Eucalyptus Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus.lime.name=Eucalyptus Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus.pink.name=Eucalyptus Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus.gray.name=Eucalyptus Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus.light_gray.name=Eucalyptus Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus.cyan.name=Eucalyptus Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus.purple.name=Eucalyptus Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus.blue.name=Eucalyptus Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus.brown.name=Eucalyptus Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus.green.name=Eucalyptus Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus.white.name=Eucalyptus White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus.black.name=Eucalyptus Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir.name=Fir Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir.orange.name=Fir Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir.magenta.name=Fir Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir.light_blue.name=Fir Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir.yellow.name=Fir Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir.lime.name=Fir Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir.pink.name=Fir Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir.gray.name=Fir Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir.light_gray.name=Fir Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir.cyan.name=Fir Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir.purple.name=Fir Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir.blue.name=Fir Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir.brown.name=Fir Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir.green.name=Fir Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir.white.name=Fir White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir.black.name=Fir Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark.name=Hellbark Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark.orange.name=Hellbark Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark.magenta.name=Hellbark Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark.light_blue.name=Hellbark Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark.yellow.name=Hellbark Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark.lime.name=Hellbark Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark.pink.name=Hellbark Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark.gray.name=Hellbark Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark.light_gray.name=Hellbark Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark.cyan.name=Hellbark Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark.purple.name=Hellbark Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark.blue.name=Hellbark Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark.brown.name=Hellbark Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark.green.name=Hellbark Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark.white.name=Hellbark White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark.black.name=Hellbark Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda.name=Jacaranda Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda.orange.name=Jacaranda Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda.magenta.name=Jacaranda Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda.light_blue.name=Jacaranda Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda.yellow.name=Jacaranda Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda.lime.name=Jacaranda Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda.pink.name=Jacaranda Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda.gray.name=Jacaranda Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda.light_gray.name=Jacaranda Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda.cyan.name=Jacaranda Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda.purple.name=Jacaranda Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda.blue.name=Jacaranda Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda.brown.name=Jacaranda Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda.green.name=Jacaranda Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda.white.name=Jacaranda White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda.black.name=Jacaranda Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic.name=Magic Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic.orange.name=Magic Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic.magenta.name=Magic Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic.light_blue.name=Magic Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic.yellow.name=Magic Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic.lime.name=Magic Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic.pink.name=Magic Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic.gray.name=Magic Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic.light_gray.name=Magic Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic.cyan.name=Magic Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic.purple.name=Magic Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic.blue.name=Magic Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic.brown.name=Magic Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic.green.name=Magic Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic.white.name=Magic White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic.black.name=Magic Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany.name=Mahogany Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany.orange.name=Mahogany Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany.magenta.name=Mahogany Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany.light_blue.name=Mahogany Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany.yellow.name=Mahogany Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany.lime.name=Mahogany Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany.pink.name=Mahogany Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany.gray.name=Mahogany Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany.light_gray.name=Mahogany Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany.cyan.name=Mahogany Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany.purple.name=Mahogany Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany.blue.name=Mahogany Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany.brown.name=Mahogany Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany.green.name=Mahogany Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany.white.name=Mahogany White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany.black.name=Mahogany Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove.name=Mangrove Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove.orange.name=Mangrove Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove.magenta.name=Mangrove Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove.light_blue.name=Mangrove Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove.yellow.name=Mangrove Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove.lime.name=Mangrove Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove.pink.name=Mangrove Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove.gray.name=Mangrove Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove.light_gray.name=Mangrove Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove.cyan.name=Mangrove Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove.purple.name=Mangrove Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove.blue.name=Mangrove Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove.brown.name=Mangrove Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove.green.name=Mangrove Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove.white.name=Mangrove White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove.black.name=Mangrove Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm.name=Palm Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm.orange.name=Palm Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm.magenta.name=Palm Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm.light_blue.name=Palm Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm.yellow.name=Palm Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm.lime.name=Palm Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm.pink.name=Palm Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm.gray.name=Palm Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm.light_gray.name=Palm Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm.cyan.name=Palm Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm.purple.name=Palm Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm.blue.name=Palm Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm.brown.name=Palm Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm.green.name=Palm Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm.white.name=Palm White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm.black.name=Palm Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine.name=Pine Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine.orange.name=Pine Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine.magenta.name=Pine Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine.light_blue.name=Pine Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine.yellow.name=Pine Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine.lime.name=Pine Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine.pink.name=Pine Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine.gray.name=Pine Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine.light_gray.name=Pine Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine.cyan.name=Pine Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine.purple.name=Pine Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine.blue.name=Pine Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine.brown.name=Pine Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine.green.name=Pine Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine.white.name=Pine White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine.black.name=Pine Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood.name=Redwood Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood.orange.name=Redwood Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood.magenta.name=Redwood Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood.light_blue.name=Redwood Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood.yellow.name=Redwood Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood.lime.name=Redwood Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood.pink.name=Redwood Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood.gray.name=Redwood Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood.light_gray.name=Redwood Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood.cyan.name=Redwood Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood.purple.name=Redwood Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood.blue.name=Redwood Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood.brown.name=Redwood Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood.green.name=Redwood Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood.white.name=Redwood White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood.black.name=Redwood Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak.name=Sacred Oak Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak.orange.name=Sacred Oak Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak.magenta.name=Sacred Oak Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak.light_blue.name=Sacred Oak Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak.yellow.name=Sacred Oak Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak.lime.name=Sacred Oak Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak.pink.name=Sacred Oak Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak.gray.name=Sacred Oak Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak.light_gray.name=Sacred Oak Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak.cyan.name=Sacred Oak Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak.purple.name=Sacred Oak Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak.blue.name=Sacred Oak Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak.brown.name=Sacred Oak Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak.green.name=Sacred Oak Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak.white.name=Sacred Oak White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak.black.name=Sacred Oak Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran.name=Umbran Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran.orange.name=Umbran Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran.magenta.name=Umbran Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran.light_blue.name=Umbran Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran.yellow.name=Umbran Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran.lime.name=Umbran Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran.pink.name=Umbran Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran.gray.name=Umbran Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran.light_gray.name=Umbran Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran.cyan.name=Umbran Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran.purple.name=Umbran Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran.blue.name=Umbran Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran.brown.name=Umbran Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran.green.name=Umbran Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran.white.name=Umbran White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran.black.name=Umbran Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow.name=Willow Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow.orange.name=Willow Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow.magenta.name=Willow Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow.light_blue.name=Willow Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow.yellow.name=Willow Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow.lime.name=Willow Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow.pink.name=Willow Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow.gray.name=Willow Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow.light_gray.name=Willow Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow.cyan.name=Willow Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow.purple.name=Willow Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow.blue.name=Willow Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow.brown.name=Willow Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow.green.name=Willow Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow.white.name=Willow White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow.black.name=Willow Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_birch.name=Birch Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_birch.orange.name=Birch Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_birch.magenta.name=Birch Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_birch.light_blue.name=Birch Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_birch.yellow.name=Birch Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_birch.lime.name=Birch Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_birch.pink.name=Birch Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_birch.gray.name=Birch Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_birch.light_gray.name=Birch Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_birch.cyan.name=Birch Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_birch.purple.name=Birch Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_birch.blue.name=Birch Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_birch.brown.name=Birch Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_birch.green.name=Birch Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_birch.white.name=Birch White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_birch.black.name=Birch Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_acacia.name=Acacia Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_acacia.orange.name=Acacia Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_acacia.magenta.name=Acacia Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_acacia.light_blue.name=Acacia Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_acacia.yellow.name=Acacia Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_acacia.lime.name=Acacia Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_acacia.pink.name=Acacia Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_acacia.gray.name=Acacia Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_acacia.light_gray.name=Acacia Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_acacia.cyan.name=Acacia Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_acacia.purple.name=Acacia Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_acacia.blue.name=Acacia Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_acacia.brown.name=Acacia Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_acacia.green.name=Acacia Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_acacia.white.name=Acacia White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_acacia.black.name=Acacia Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_balsa.name=Balsa Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_balsa.orange.name=Balsa Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_balsa.magenta.name=Balsa Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_balsa.light_blue.name=Balsa Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_balsa.yellow.name=Balsa Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_balsa.lime.name=Balsa Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_balsa.pink.name=Balsa Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_balsa.gray.name=Balsa Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_balsa.light_gray.name=Balsa Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_balsa.cyan.name=Balsa Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_balsa.purple.name=Balsa Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_balsa.blue.name=Balsa Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_balsa.brown.name=Balsa Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_balsa.green.name=Balsa Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_balsa.white.name=Balsa White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_balsa.black.name=Balsa Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_baobab.name=Baobab Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_baobab.orange.name=Baobab Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_baobab.magenta.name=Baobab Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_baobab.light_blue.name=Baobab Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_baobab.yellow.name=Baobab Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_baobab.lime.name=Baobab Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_baobab.pink.name=Baobab Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_baobab.gray.name=Baobab Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_baobab.light_gray.name=Baobab Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_baobab.cyan.name=Baobab Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_baobab.purple.name=Baobab Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_baobab.blue.name=Baobab Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_baobab.brown.name=Baobab Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_baobab.green.name=Baobab Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_baobab.white.name=Baobab White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_baobab.black.name=Baobab Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cherry.name=Cherry Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cherry.orange.name=Cherry Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cherry.magenta.name=Cherry Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cherry.light_blue.name=Cherry Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cherry.yellow.name=Cherry Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cherry.lime.name=Cherry Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cherry.pink.name=Cherry Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cherry.gray.name=Cherry Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cherry.light_gray.name=Cherry Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cherry.cyan.name=Cherry Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cherry.purple.name=Cherry Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cherry.blue.name=Cherry Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cherry.brown.name=Cherry Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cherry.green.name=Cherry Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cherry.white.name=Cherry White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cherry.black.name=Cherry Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_chestnut.name=Chestnut Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_chestnut.orange.name=Chestnut Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_chestnut.magenta.name=Chestnut Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_chestnut.light_blue.name=Chestnut Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_chestnut.yellow.name=Chestnut Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_chestnut.lime.name=Chestnut Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_chestnut.pink.name=Chestnut Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_chestnut.gray.name=Chestnut Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_chestnut.light_gray.name=Chestnut Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_chestnut.cyan.name=Chestnut Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_chestnut.purple.name=Chestnut Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_chestnut.blue.name=Chestnut Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_chestnut.brown.name=Chestnut Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_chestnut.green.name=Chestnut Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_chestnut.white.name=Chestnut White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_chestnut.black.name=Chestnut Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_citrus.name=Citrus Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_citrus.orange.name=Citrus Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_citrus.magenta.name=Citrus Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_citrus.light_blue.name=Citrus Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_citrus.yellow.name=Citrus Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_citrus.lime.name=Citrus Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_citrus.pink.name=Citrus Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_citrus.gray.name=Citrus Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_citrus.light_gray.name=Citrus Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_citrus.cyan.name=Citrus Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_citrus.purple.name=Citrus Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_citrus.blue.name=Citrus Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_citrus.brown.name=Citrus Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_citrus.green.name=Citrus Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_citrus.white.name=Citrus White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_citrus.black.name=Citrus Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cocobolo.name=Cocobolo Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cocobolo.orange.name=Cocobolo Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cocobolo.magenta.name=Cocobolo Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cocobolo.light_blue.name=Cocobolo Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cocobolo.yellow.name=Cocobolo Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cocobolo.lime.name=Cocobolo Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cocobolo.pink.name=Cocobolo Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cocobolo.gray.name=Cocobolo Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cocobolo.light_gray.name=Cocobolo Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cocobolo.cyan.name=Cocobolo Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cocobolo.purple.name=Cocobolo Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cocobolo.blue.name=Cocobolo Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cocobolo.brown.name=Cocobolo Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cocobolo.green.name=Cocobolo Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cocobolo.white.name=Cocobolo White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_cocobolo.black.name=Cocobolo Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ebony.name=Ebony Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ebony.orange.name=Ebony Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ebony.magenta.name=Ebony Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ebony.light_blue.name=Ebony Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ebony.yellow.name=Ebony Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ebony.lime.name=Ebony Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ebony.pink.name=Ebony Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ebony.gray.name=Ebony Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ebony.light_gray.name=Ebony Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ebony.cyan.name=Ebony Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ebony.purple.name=Ebony Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ebony.blue.name=Ebony Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ebony.brown.name=Ebony Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ebony.green.name=Ebony Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ebony.white.name=Ebony White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ebony.black.name=Ebony Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_giganteum.name=Giganteum Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_giganteum.orange.name=Giganteum Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_giganteum.magenta.name=Giganteum Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_giganteum.light_blue.name=Giganteum Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_giganteum.yellow.name=Giganteum Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_giganteum.lime.name=Giganteum Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_giganteum.pink.name=Giganteum Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_giganteum.gray.name=Giganteum Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_giganteum.light_gray.name=Giganteum Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_giganteum.cyan.name=Giganteum Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_giganteum.purple.name=Giganteum Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_giganteum.blue.name=Giganteum Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_giganteum.brown.name=Giganteum Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_giganteum.green.name=Giganteum Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_giganteum.white.name=Giganteum White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_giganteum.black.name=Giganteum Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_greenheart.name=Greenheart Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_greenheart.orange.name=Greenheart Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_greenheart.magenta.name=Greenheart Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_greenheart.light_blue.name=Greenheart Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_greenheart.yellow.name=Greenheart Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_greenheart.lime.name=Greenheart Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_greenheart.pink.name=Greenheart Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_greenheart.gray.name=Greenheart Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_greenheart.light_gray.name=Greenheart Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_greenheart.cyan.name=Greenheart Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_greenheart.purple.name=Greenheart Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_greenheart.blue.name=Greenheart Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_greenheart.brown.name=Greenheart Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_greenheart.green.name=Greenheart Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_greenheart.white.name=Greenheart White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_greenheart.black.name=Greenheart Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ipe.name=Ipe Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ipe.orange.name=Ipe Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ipe.magenta.name=Ipe Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ipe.light_blue.name=Ipe Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ipe.yellow.name=Ipe Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ipe.lime.name=Ipe Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ipe.pink.name=Ipe Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ipe.gray.name=Ipe Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ipe.light_gray.name=Ipe Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ipe.cyan.name=Ipe Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ipe.purple.name=Ipe Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ipe.blue.name=Ipe Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ipe.brown.name=Ipe Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ipe.green.name=Ipe Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ipe.white.name=Ipe White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_ipe.black.name=Ipe Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_kapok.name=Kapok Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_kapok.orange.name=Kapok Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_kapok.magenta.name=Kapok Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_kapok.light_blue.name=Kapok Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_kapok.yellow.name=Kapok Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_kapok.lime.name=Kapok Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_kapok.pink.name=Kapok Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_kapok.gray.name=Kapok Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_kapok.light_gray.name=Kapok Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_kapok.cyan.name=Kapok Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_kapok.purple.name=Kapok Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_kapok.blue.name=Kapok Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_kapok.brown.name=Kapok Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_kapok.green.name=Kapok Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_kapok.white.name=Kapok White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_kapok.black.name=Kapok Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_larch.name=Larch Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_larch.orange.name=Larch Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_larch.magenta.name=Larch Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_larch.light_blue.name=Larch Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_larch.yellow.name=Larch Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_larch.lime.name=Larch Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_larch.pink.name=Larch Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_larch.gray.name=Larch Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_larch.light_gray.name=Larch Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_larch.cyan.name=Larch Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_larch.purple.name=Larch Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_larch.blue.name=Larch Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_larch.brown.name=Larch Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_larch.green.name=Larch Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_larch.white.name=Larch White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_larch.black.name=Larch Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_lime.name=Lime Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_lime.orange.name=Lime Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_lime.magenta.name=Lime Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_lime.light_blue.name=Lime Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_lime.yellow.name=Lime Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_lime.lime.name=Lime Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_lime.pink.name=Lime Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_lime.gray.name=Lime Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_lime.light_gray.name=Lime Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_lime.cyan.name=Lime Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_lime.purple.name=Lime Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_lime.blue.name=Lime Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_lime.brown.name=Lime Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_lime.green.name=Lime Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_lime.white.name=Lime White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_lime.black.name=Lime Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahoe.name=Mahoe Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahoe.orange.name=Mahoe Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahoe.magenta.name=Mahoe Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahoe.light_blue.name=Mahoe Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahoe.yellow.name=Mahoe Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahoe.lime.name=Mahoe Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahoe.pink.name=Mahoe Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahoe.gray.name=Mahoe Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahoe.light_gray.name=Mahoe Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahoe.cyan.name=Mahoe Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahoe.purple.name=Mahoe Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahoe.blue.name=Mahoe Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahoe.brown.name=Mahoe Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahoe.green.name=Mahoe Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahoe.white.name=Mahoe White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahoe.black.name=Mahoe Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahogany.name=Mahogany Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahogany.orange.name=Mahogany Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahogany.magenta.name=Mahogany Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahogany.light_blue.name=Mahogany Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahogany.yellow.name=Mahogany Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahogany.lime.name=Mahogany Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahogany.pink.name=Mahogany Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahogany.gray.name=Mahogany Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahogany.light_gray.name=Mahogany Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahogany.cyan.name=Mahogany Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahogany.purple.name=Mahogany Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahogany.blue.name=Mahogany Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahogany.brown.name=Mahogany Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahogany.green.name=Mahogany Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahogany.white.name=Mahogany White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_mahogany.black.name=Mahogany Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_maple.name=Maple Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_maple.orange.name=Maple Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_maple.magenta.name=Maple Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_maple.light_blue.name=Maple Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_maple.yellow.name=Maple Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_maple.lime.name=Maple Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_maple.pink.name=Maple Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_maple.gray.name=Maple Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_maple.light_gray.name=Maple Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_maple.cyan.name=Maple Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_maple.purple.name=Maple Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_maple.blue.name=Maple Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_maple.brown.name=Maple Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_maple.green.name=Maple Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_maple.white.name=Maple White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_maple.black.name=Maple Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_padauk.name=Padauk Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_padauk.orange.name=Padauk Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_padauk.magenta.name=Padauk Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_padauk.light_blue.name=Padauk Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_padauk.yellow.name=Padauk Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_padauk.lime.name=Padauk Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_padauk.pink.name=Padauk Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_padauk.gray.name=Padauk Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_padauk.light_gray.name=Padauk Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_padauk.cyan.name=Padauk Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_padauk.purple.name=Padauk Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_padauk.blue.name=Padauk Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_padauk.brown.name=Padauk Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_padauk.green.name=Padauk Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_padauk.white.name=Padauk White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_padauk.black.name=Padauk Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_palm.name=Palm Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_palm.orange.name=Palm Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_palm.magenta.name=Palm Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_palm.light_blue.name=Palm Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_palm.yellow.name=Palm Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_palm.lime.name=Palm Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_palm.pink.name=Palm Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_palm.gray.name=Palm Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_palm.light_gray.name=Palm Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_palm.cyan.name=Palm Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_palm.purple.name=Palm Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_palm.blue.name=Palm Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_palm.brown.name=Palm Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_palm.green.name=Palm Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_palm.white.name=Palm White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_palm.black.name=Palm Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_papaya.name=Papaya Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_papaya.orange.name=Papaya Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_papaya.magenta.name=Papaya Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_papaya.light_blue.name=Papaya Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_papaya.yellow.name=Papaya Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_papaya.lime.name=Papaya Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_papaya.pink.name=Papaya Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_papaya.gray.name=Papaya Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_papaya.light_gray.name=Papaya Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_papaya.cyan.name=Papaya Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_papaya.purple.name=Papaya Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_papaya.blue.name=Papaya Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_papaya.brown.name=Papaya Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_papaya.green.name=Papaya Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_papaya.white.name=Papaya White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_papaya.black.name=Papaya Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_pine.name=Pine Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_pine.orange.name=Pine Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_pine.magenta.name=Pine Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_pine.light_blue.name=Pine Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_pine.yellow.name=Pine Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_pine.lime.name=Pine Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_pine.pink.name=Pine Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_pine.gray.name=Pine Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_pine.light_gray.name=Pine Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_pine.cyan.name=Pine Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_pine.purple.name=Pine Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_pine.blue.name=Pine Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_pine.brown.name=Pine Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_pine.green.name=Pine Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_pine.white.name=Pine White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_pine.black.name=Pine Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_plum.name=Plum Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_plum.orange.name=Plum Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_plum.magenta.name=Plum Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_plum.light_blue.name=Plum Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_plum.yellow.name=Plum Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_plum.lime.name=Plum Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_plum.pink.name=Plum Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_plum.gray.name=Plum Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_plum.light_gray.name=Plum Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_plum.cyan.name=Plum Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_plum.purple.name=Plum Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_plum.blue.name=Plum Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_plum.brown.name=Plum Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_plum.green.name=Plum Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_plum.white.name=Plum White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_plum.black.name=Plum Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_poplar.name=Poplar Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_poplar.orange.name=Poplar Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_poplar.magenta.name=Poplar Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_poplar.light_blue.name=Poplar Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_poplar.yellow.name=Poplar Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_poplar.lime.name=Poplar Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_poplar.pink.name=Poplar Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_poplar.gray.name=Poplar Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_poplar.light_gray.name=Poplar Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_poplar.cyan.name=Poplar Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_poplar.purple.name=Poplar Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_poplar.blue.name=Poplar Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_poplar.brown.name=Poplar Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_poplar.green.name=Poplar Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_poplar.white.name=Poplar White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_poplar.black.name=Poplar Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_sequoia.name=Sequoia Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_sequoia.orange.name=Sequoia Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_sequoia.magenta.name=Sequoia Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_sequoia.light_blue.name=Sequoia Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_sequoia.yellow.name=Sequoia Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_sequoia.lime.name=Sequoia Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_sequoia.pink.name=Sequoia Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_sequoia.gray.name=Sequoia Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_sequoia.light_gray.name=Sequoia Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_sequoia.cyan.name=Sequoia Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_sequoia.purple.name=Sequoia Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_sequoia.blue.name=Sequoia Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_sequoia.brown.name=Sequoia Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_sequoia.green.name=Sequoia Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_sequoia.white.name=Sequoia White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_sequoia.black.name=Sequoia Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_teak.name=Teak Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_teak.orange.name=Teak Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_teak.magenta.name=Teak Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_teak.light_blue.name=Teak Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_teak.yellow.name=Teak Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_teak.lime.name=Teak Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_teak.pink.name=Teak Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_teak.gray.name=Teak Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_teak.light_gray.name=Teak Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_teak.cyan.name=Teak Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_teak.purple.name=Teak Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_teak.blue.name=Teak Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_teak.brown.name=Teak Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_teak.green.name=Teak Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_teak.white.name=Teak White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_teak.black.name=Teak Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_walnut.name=Walnut Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_walnut.orange.name=Walnut Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_walnut.magenta.name=Walnut Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_walnut.light_blue.name=Walnut Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_walnut.yellow.name=Walnut Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_walnut.lime.name=Walnut Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_walnut.pink.name=Walnut Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_walnut.gray.name=Walnut Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_walnut.light_gray.name=Walnut Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_walnut.cyan.name=Walnut Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_walnut.purple.name=Walnut Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_walnut.blue.name=Walnut Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_walnut.brown.name=Walnut Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_walnut.green.name=Walnut Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_walnut.white.name=Walnut White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_walnut.black.name=Walnut Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_wenge.name=Wenge Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_wenge.orange.name=Wenge Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_wenge.magenta.name=Wenge Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_wenge.light_blue.name=Wenge Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_wenge.yellow.name=Wenge Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_wenge.lime.name=Wenge Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_wenge.pink.name=Wenge Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_wenge.gray.name=Wenge Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_wenge.light_gray.name=Wenge Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_wenge.cyan.name=Wenge Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_wenge.purple.name=Wenge Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_wenge.blue.name=Wenge Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_wenge.brown.name=Wenge Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_wenge.green.name=Wenge Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_wenge.white.name=Wenge White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_wenge.black.name=Wenge Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_willow.name=Willow Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_willow.orange.name=Willow Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_willow.magenta.name=Willow Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_willow.light_blue.name=Willow Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_willow.yellow.name=Willow Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_willow.lime.name=Willow Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_willow.pink.name=Willow Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_willow.gray.name=Willow Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_willow.light_gray.name=Willow Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_willow.cyan.name=Willow Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_willow.purple.name=Willow Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_willow.blue.name=Willow Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_willow.brown.name=Willow Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_willow.green.name=Willow Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_willow.white.name=Willow White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_willow.black.name=Willow Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_zebrawood.name=Zebrawood Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_zebrawood.orange.name=Zebrawood Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_zebrawood.magenta.name=Zebrawood Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_zebrawood.light_blue.name=Zebrawood Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_zebrawood.yellow.name=Zebrawood Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_zebrawood.lime.name=Zebrawood Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_zebrawood.pink.name=Zebrawood Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_zebrawood.gray.name=Zebrawood Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_zebrawood.light_gray.name=Zebrawood Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_zebrawood.cyan.name=Zebrawood Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_zebrawood.purple.name=Zebrawood Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_zebrawood.blue.name=Zebrawood Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_zebrawood.brown.name=Zebrawood Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_zebrawood.green.name=Zebrawood Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_zebrawood.white.name=Zebrawood White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_forestry_zebrawood.black.name=Zebrawood Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood.name=Treated Wood Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood.orange.name=Treated Wood Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood.magenta.name=Treated Wood Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood.light_blue.name=Treated Wood Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood.yellow.name=Treated Wood Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood.lime.name=Treated Wood Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood.pink.name=Treated Wood Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood.gray.name=Treated Wood Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood.light_gray.name=Treated Wood Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood.cyan.name=Treated Wood Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood.purple.name=Treated Wood Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood.blue.name=Treated Wood Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood.brown.name=Treated Wood Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood.green.name=Treated Wood Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood.white.name=Treated Wood White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood.black.name=Treated Wood Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_jungle.name=Jungle Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_jungle.orange.name=Jungle Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_jungle.magenta.name=Jungle Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_jungle.light_blue.name=Jungle Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_jungle.yellow.name=Jungle Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_jungle.lime.name=Jungle Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_jungle.pink.name=Jungle Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_jungle.gray.name=Jungle Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_jungle.light_gray.name=Jungle Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_jungle.cyan.name=Jungle Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_jungle.purple.name=Jungle Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_jungle.blue.name=Jungle Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_jungle.brown.name=Jungle Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_jungle.green.name=Jungle Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_jungle.white.name=Jungle White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_jungle.black.name=Jungle Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_amaranth.name=Amaranth Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_amaranth.orange.name=Amaranth Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_amaranth.magenta.name=Amaranth Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_amaranth.light_blue.name=Amaranth Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_amaranth.yellow.name=Amaranth Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_amaranth.lime.name=Amaranth Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_amaranth.pink.name=Amaranth Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_amaranth.gray.name=Amaranth Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_amaranth.light_gray.name=Amaranth Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_amaranth.cyan.name=Amaranth Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_amaranth.purple.name=Amaranth Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_amaranth.blue.name=Amaranth Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_amaranth.brown.name=Amaranth Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_amaranth.green.name=Amaranth Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_amaranth.white.name=Amaranth White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_amaranth.black.name=Amaranth Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_bloodwood.name=Bloodwood Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_bloodwood.orange.name=Bloodwood Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_bloodwood.magenta.name=Bloodwood Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_bloodwood.light_blue.name=Bloodwood Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_bloodwood.yellow.name=Bloodwood Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_bloodwood.lime.name=Bloodwood Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_bloodwood.pink.name=Bloodwood Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_bloodwood.gray.name=Bloodwood Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_bloodwood.light_gray.name=Bloodwood Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_bloodwood.cyan.name=Bloodwood Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_bloodwood.purple.name=Bloodwood Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_bloodwood.blue.name=Bloodwood Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_bloodwood.brown.name=Bloodwood Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_bloodwood.green.name=Bloodwood Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_bloodwood.white.name=Bloodwood White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_bloodwood.black.name=Bloodwood Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_darkwood.name=Darkwood Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_darkwood.orange.name=Darkwood Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_darkwood.magenta.name=Darkwood Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_darkwood.light_blue.name=Darkwood Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_darkwood.yellow.name=Darkwood Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_darkwood.lime.name=Darkwood Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_darkwood.pink.name=Darkwood Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_darkwood.gray.name=Darkwood Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_darkwood.light_gray.name=Darkwood Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_darkwood.cyan.name=Darkwood Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_darkwood.purple.name=Darkwood Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_darkwood.blue.name=Darkwood Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_darkwood.brown.name=Darkwood Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_darkwood.green.name=Darkwood Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_darkwood.white.name=Darkwood White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_darkwood.black.name=Darkwood Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_eucalyptus.name=Eucalyptus Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_eucalyptus.orange.name=Eucalyptus Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_eucalyptus.magenta.name=Eucalyptus Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_eucalyptus.light_blue.name=Eucalyptus Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_eucalyptus.yellow.name=Eucalyptus Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_eucalyptus.lime.name=Eucalyptus Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_eucalyptus.pink.name=Eucalyptus Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_eucalyptus.gray.name=Eucalyptus Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_eucalyptus.light_gray.name=Eucalyptus Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_eucalyptus.cyan.name=Eucalyptus Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_eucalyptus.purple.name=Eucalyptus Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_eucalyptus.blue.name=Eucalyptus Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_eucalyptus.brown.name=Eucalyptus Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_eucalyptus.green.name=Eucalyptus Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_eucalyptus.white.name=Eucalyptus White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_eucalyptus.black.name=Eucalyptus Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_fusewood.name=Fusewood Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_fusewood.orange.name=Fusewood Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_fusewood.magenta.name=Fusewood Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_fusewood.light_blue.name=Fusewood Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_fusewood.yellow.name=Fusewood Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_fusewood.lime.name=Fusewood Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_fusewood.pink.name=Fusewood Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_fusewood.gray.name=Fusewood Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_fusewood.light_gray.name=Fusewood Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_fusewood.cyan.name=Fusewood Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_fusewood.purple.name=Fusewood Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_fusewood.blue.name=Fusewood Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_fusewood.brown.name=Fusewood Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_fusewood.green.name=Fusewood Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_fusewood.white.name=Fusewood White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_fusewood.black.name=Fusewood Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_ghostwood.name=Ghostwood Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_ghostwood.orange.name=Ghostwood Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_ghostwood.magenta.name=Ghostwood Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_ghostwood.light_blue.name=Ghostwood Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_ghostwood.yellow.name=Ghostwood Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_ghostwood.lime.name=Ghostwood Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_ghostwood.pink.name=Ghostwood Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_ghostwood.gray.name=Ghostwood Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_ghostwood.light_gray.name=Ghostwood Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_ghostwood.cyan.name=Ghostwood Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_ghostwood.purple.name=Ghostwood Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_ghostwood.blue.name=Ghostwood Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_ghostwood.brown.name=Ghostwood Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_ghostwood.green.name=Ghostwood Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_ghostwood.white.name=Ghostwood White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_ghostwood.black.name=Ghostwood Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_hopseed.name=Hopseed Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_hopseed.orange.name=Hopseed Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_hopseed.magenta.name=Hopseed Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_hopseed.light_blue.name=Hopseed Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_hopseed.yellow.name=Hopseed Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_hopseed.lime.name=Hopseed Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_hopseed.pink.name=Hopseed Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_hopseed.gray.name=Hopseed Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_hopseed.light_gray.name=Hopseed Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_hopseed.cyan.name=Hopseed Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_hopseed.purple.name=Hopseed Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_hopseed.blue.name=Hopseed Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_hopseed.brown.name=Hopseed Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_hopseed.green.name=Hopseed Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_hopseed.white.name=Hopseed White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_hopseed.black.name=Hopseed Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_maple.name=Maple Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_maple.orange.name=Maple Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_maple.magenta.name=Maple Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_maple.light_blue.name=Maple Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_maple.yellow.name=Maple Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_maple.lime.name=Maple Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_maple.pink.name=Maple Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_maple.gray.name=Maple Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_maple.light_gray.name=Maple Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_maple.cyan.name=Maple Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_maple.purple.name=Maple Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_maple.blue.name=Maple Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_maple.brown.name=Maple Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_maple.green.name=Maple Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_maple.white.name=Maple White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_maple.black.name=Maple Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_redwood.name=Redwood Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_redwood.orange.name=Redwood Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_redwood.magenta.name=Redwood Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_redwood.light_blue.name=Redwood Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_redwood.yellow.name=Redwood Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_redwood.lime.name=Redwood Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_redwood.pink.name=Redwood Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_redwood.gray.name=Redwood Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_redwood.light_gray.name=Redwood Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_redwood.cyan.name=Redwood Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_redwood.purple.name=Redwood Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_redwood.blue.name=Redwood Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_redwood.brown.name=Redwood Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_redwood.green.name=Redwood Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_redwood.white.name=Redwood White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_redwood.black.name=Redwood Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_sakura.name=Sakura Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_sakura.orange.name=Sakura Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_sakura.magenta.name=Sakura Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_sakura.light_blue.name=Sakura Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_sakura.yellow.name=Sakura Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_sakura.lime.name=Sakura Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_sakura.pink.name=Sakura Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_sakura.gray.name=Sakura Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_sakura.light_gray.name=Sakura Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_sakura.cyan.name=Sakura Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_sakura.purple.name=Sakura Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_sakura.blue.name=Sakura Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_sakura.brown.name=Sakura Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_sakura.green.name=Sakura Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_sakura.white.name=Sakura White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_sakura.black.name=Sakura Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_silverbell.name=Silverbell Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_silverbell.orange.name=Silverbell Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_silverbell.magenta.name=Silverbell Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_silverbell.light_blue.name=Silverbell Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_silverbell.yellow.name=Silverbell Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_silverbell.lime.name=Silverbell Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_silverbell.pink.name=Silverbell Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_silverbell.gray.name=Silverbell Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_silverbell.light_gray.name=Silverbell Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_silverbell.cyan.name=Silverbell Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_silverbell.purple.name=Silverbell Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_silverbell.blue.name=Silverbell Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_silverbell.brown.name=Silverbell Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_silverbell.green.name=Silverbell Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_silverbell.white.name=Silverbell White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_silverbell.black.name=Silverbell Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_tiger.name=Tiger Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_tiger.orange.name=Tiger Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_tiger.magenta.name=Tiger Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_tiger.light_blue.name=Tiger Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_tiger.yellow.name=Tiger Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_tiger.lime.name=Tiger Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_tiger.pink.name=Tiger Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_tiger.gray.name=Tiger Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_tiger.light_gray.name=Tiger Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_tiger.cyan.name=Tiger Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_tiger.purple.name=Tiger Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_tiger.blue.name=Tiger Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_tiger.brown.name=Tiger Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_tiger.green.name=Tiger Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_tiger.white.name=Tiger White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_tiger.black.name=Tiger Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_willow.name=Willow Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_willow.orange.name=Willow Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_willow.magenta.name=Willow Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_willow.light_blue.name=Willow Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_willow.yellow.name=Willow Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_willow.lime.name=Willow Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_willow.pink.name=Willow Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_willow.gray.name=Willow Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_willow.light_gray.name=Willow Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_willow.cyan.name=Willow Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_willow.purple.name=Willow Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_willow.blue.name=Willow Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_willow.brown.name=Willow Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_willow.green.name=Willow Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_willow.white.name=Willow White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_natura_willow.black.name=Willow Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_oak.name=Oak Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_oak.orange.name=Oak Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_oak.magenta.name=Oak Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_oak.light_blue.name=Oak Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_oak.yellow.name=Oak Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_oak.lime.name=Oak Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_oak.pink.name=Oak Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_oak.gray.name=Oak Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_oak.light_gray.name=Oak Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_oak.cyan.name=Oak Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_oak.purple.name=Oak Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_oak.blue.name=Oak Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_oak.brown.name=Oak Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_oak.green.name=Oak Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_oak.white.name=Oak White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_oak.black.name=Oak Black Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_spruce.name=Spruce Red Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_spruce.orange.name=Spruce Orange Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_spruce.magenta.name=Spruce Magenta Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_spruce.light_blue.name=Spruce Light Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_spruce.yellow.name=Spruce Yellow Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_spruce.lime.name=Spruce Lime Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_spruce.pink.name=Spruce Pink Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_spruce.gray.name=Spruce Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_spruce.light_gray.name=Spruce Light Gray Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_spruce.cyan.name=Spruce Cyan Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_spruce.purple.name=Spruce Purple Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_spruce.blue.name=Spruce Blue Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_spruce.brown.name=Spruce Brown Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_spruce.green.name=Spruce Green Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_spruce.white.name=Spruce White Padded Back Bench +tile.ironagefurniture.chair_wood_ironage_bench_back_padded_single_spruce.black.name=Spruce Black Padded Back Bench tile.ironagefurniture.chair_wood_ironage_bench_back_right_acacia.name=Acacia Back Bench Right tile.ironagefurniture.chair_wood_ironage_bench_back_right_big_oak.name=Dark Oak Back Bench Right tile.ironagefurniture.chair_wood_ironage_bench_back_right_biomesoplenty_cherry.name=Cherry Back Bench Right @@ -973,71 +1948,1046 @@ tile.ironagefurniture.chair_wood_ironage_bench_padded_middle_natura_tiger.name=T tile.ironagefurniture.chair_wood_ironage_bench_padded_middle_natura_willow.name=Willow Padded Bench tile.ironagefurniture.chair_wood_ironage_bench_padded_middle_oak.name=Oak Padded Bench tile.ironagefurniture.chair_wood_ironage_bench_padded_middle_spruce.name=Spruce Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_acacia.name=Acacia Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_big_oak.name=Dark Oak Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_cherry.name=Cherry Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ebony.name=Ebony Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal.name=Ethereal Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus.name=Eucalyptus Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_fir.name=Fir Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark.name=Hellbark Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda.name=Jacaranda Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_magic.name=Magic Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany.name=Mahogany Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove.name=Mangrove Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_palm.name=Palm Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_pine.name=Pine Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_redwood.name=Redwood Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak.name=Sacred Oak Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_umbran.name=Umbran Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_willow.name=Willow Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_birch.name=Birch Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_acacia.name=Acacia Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_balsa.name=Balsa Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_baobab.name=Baobab Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cherry.name=Cherry Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_chestnut.name=Chestnut Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_citrus.name=Citrus Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cocobolo.name=Cocobolo Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ebony.name=Ebony Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_giganteum.name=Giganteum Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_greenheart.name=Greenheart Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ipe.name=Ipe Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_kapok.name=Kapok Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_larch.name=Larch Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_lime.name=Lime Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahoe.name=Mahoe Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahogany.name=Mahogany Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_maple.name=Maple Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_padauk.name=Padauk Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_palm.name=Palm Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_papaya.name=Papaya Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_pine.name=Pine Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_plum.name=Plum Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_poplar.name=Poplar Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_sequoia.name=Sequoia Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_teak.name=Teak Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_walnut.name=Walnut Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_wenge.name=Wenge Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_willow.name=Willow Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_zebrawood.name=Zebrawood Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood.name=Treated Wood Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_jungle.name=Jungle Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_amaranth.name=Amaranth Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_bloodwood.name=Bloodwood Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_darkwood.name=Darkwood Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_eucalyptus.name=Eucalyptus Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_fusewood.name=Fusewood Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_ghostwood.name=Ghostwood Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_hopseed.name=Hopseed Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_maple.name=Maple Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_redwood.name=Redwood Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_sakura.name=Sakura Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_silverbell.name=Silverbell Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_tiger.name=Tiger Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_willow.name=Willow Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_oak.name=Oak Padded Bench -tile.ironagefurniture.chair_wood_ironage_bench_padded_single_spruce.name=Spruce Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_acacia.name=Acacia Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_acacia.orange.name=Acacia Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_acacia.magenta.name=Acacia Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_acacia.light_blue.name=Acacia Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_acacia.yellow.name=Acacia Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_acacia.lime.name=Acacia Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_acacia.pink.name=Acacia Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_acacia.gray.name=Acacia Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_acacia.light_gray.name=Acacia Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_acacia.cyan.name=Acacia Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_acacia.purple.name=Acacia Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_acacia.blue.name=Acacia Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_acacia.brown.name=Acacia Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_acacia.green.name=Acacia Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_acacia.white.name=Acacia White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_acacia.black.name=Acacia Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_big_oak.name=Dark Oak Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_big_oak.orange.name=Dark Oak Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_big_oak.magenta.name=Dark Oak Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_big_oak.light_blue.name=Dark Oak Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_big_oak.yellow.name=Dark Oak Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_big_oak.lime.name=Dark Oak Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_big_oak.pink.name=Dark Oak Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_big_oak.gray.name=Dark Oak Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_big_oak.light_gray.name=Dark Oak Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_big_oak.cyan.name=Dark Oak Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_big_oak.purple.name=Dark Oak Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_big_oak.blue.name=Dark Oak Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_big_oak.brown.name=Dark Oak Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_big_oak.green.name=Dark Oak Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_big_oak.white.name=Dark Oak White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_big_oak.black.name=Dark Oak Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_cherry.name=Cherry Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_cherry.orange.name=Cherry Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_cherry.magenta.name=Cherry Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_cherry.light_blue.name=Cherry Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_cherry.yellow.name=Cherry Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_cherry.lime.name=Cherry Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_cherry.pink.name=Cherry Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_cherry.gray.name=Cherry Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_cherry.light_gray.name=Cherry Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_cherry.cyan.name=Cherry Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_cherry.purple.name=Cherry Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_cherry.blue.name=Cherry Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_cherry.brown.name=Cherry Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_cherry.green.name=Cherry Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_cherry.white.name=Cherry White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_cherry.black.name=Cherry Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ebony.name=Ebony Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ebony.orange.name=Ebony Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ebony.magenta.name=Ebony Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ebony.light_blue.name=Ebony Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ebony.yellow.name=Ebony Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ebony.lime.name=Ebony Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ebony.pink.name=Ebony Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ebony.gray.name=Ebony Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ebony.light_gray.name=Ebony Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ebony.cyan.name=Ebony Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ebony.purple.name=Ebony Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ebony.blue.name=Ebony Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ebony.brown.name=Ebony Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ebony.green.name=Ebony Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ebony.white.name=Ebony White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ebony.black.name=Ebony Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal.name=Ethereal Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal.orange.name=Ethereal Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal.magenta.name=Ethereal Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal.light_blue.name=Ethereal Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal.yellow.name=Ethereal Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal.lime.name=Ethereal Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal.pink.name=Ethereal Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal.gray.name=Ethereal Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal.light_gray.name=Ethereal Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal.cyan.name=Ethereal Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal.purple.name=Ethereal Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal.blue.name=Ethereal Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal.brown.name=Ethereal Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal.green.name=Ethereal Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal.white.name=Ethereal White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal.black.name=Ethereal Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus.name=Eucalyptus Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus.orange.name=Eucalyptus Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus.magenta.name=Eucalyptus Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus.light_blue.name=Eucalyptus Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus.yellow.name=Eucalyptus Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus.lime.name=Eucalyptus Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus.pink.name=Eucalyptus Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus.gray.name=Eucalyptus Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus.light_gray.name=Eucalyptus Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus.cyan.name=Eucalyptus Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus.purple.name=Eucalyptus Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus.blue.name=Eucalyptus Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus.brown.name=Eucalyptus Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus.green.name=Eucalyptus Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus.white.name=Eucalyptus White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus.black.name=Eucalyptus Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_fir.name=Fir Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_fir.orange.name=Fir Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_fir.magenta.name=Fir Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_fir.light_blue.name=Fir Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_fir.yellow.name=Fir Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_fir.lime.name=Fir Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_fir.pink.name=Fir Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_fir.gray.name=Fir Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_fir.light_gray.name=Fir Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_fir.cyan.name=Fir Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_fir.purple.name=Fir Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_fir.blue.name=Fir Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_fir.brown.name=Fir Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_fir.green.name=Fir Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_fir.white.name=Fir White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_fir.black.name=Fir Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark.name=Hellbark Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark.orange.name=Hellbark Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark.magenta.name=Hellbark Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark.light_blue.name=Hellbark Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark.yellow.name=Hellbark Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark.lime.name=Hellbark Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark.pink.name=Hellbark Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark.gray.name=Hellbark Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark.light_gray.name=Hellbark Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark.cyan.name=Hellbark Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark.purple.name=Hellbark Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark.blue.name=Hellbark Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark.brown.name=Hellbark Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark.green.name=Hellbark Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark.white.name=Hellbark White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark.black.name=Hellbark Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda.name=Jacaranda Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda.orange.name=Jacaranda Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda.magenta.name=Jacaranda Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda.light_blue.name=Jacaranda Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda.yellow.name=Jacaranda Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda.lime.name=Jacaranda Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda.pink.name=Jacaranda Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda.gray.name=Jacaranda Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda.light_gray.name=Jacaranda Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda.cyan.name=Jacaranda Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda.purple.name=Jacaranda Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda.blue.name=Jacaranda Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda.brown.name=Jacaranda Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda.green.name=Jacaranda Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda.white.name=Jacaranda White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda.black.name=Jacaranda Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_magic.name=Magic Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_magic.orange.name=Magic Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_magic.magenta.name=Magic Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_magic.light_blue.name=Magic Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_magic.yellow.name=Magic Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_magic.lime.name=Magic Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_magic.pink.name=Magic Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_magic.gray.name=Magic Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_magic.light_gray.name=Magic Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_magic.cyan.name=Magic Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_magic.purple.name=Magic Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_magic.blue.name=Magic Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_magic.brown.name=Magic Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_magic.green.name=Magic Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_magic.white.name=Magic White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_magic.black.name=Magic Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany.name=Mahogany Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany.orange.name=Mahogany Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany.magenta.name=Mahogany Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany.light_blue.name=Mahogany Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany.yellow.name=Mahogany Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany.lime.name=Mahogany Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany.pink.name=Mahogany Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany.gray.name=Mahogany Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany.light_gray.name=Mahogany Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany.cyan.name=Mahogany Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany.purple.name=Mahogany Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany.blue.name=Mahogany Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany.brown.name=Mahogany Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany.green.name=Mahogany Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany.white.name=Mahogany White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany.black.name=Mahogany Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove.name=Mangrove Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove.orange.name=Mangrove Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove.magenta.name=Mangrove Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove.light_blue.name=Mangrove Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove.yellow.name=Mangrove Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove.lime.name=Mangrove Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove.pink.name=Mangrove Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove.gray.name=Mangrove Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove.light_gray.name=Mangrove Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove.cyan.name=Mangrove Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove.purple.name=Mangrove Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove.blue.name=Mangrove Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove.brown.name=Mangrove Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove.green.name=Mangrove Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove.white.name=Mangrove White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove.black.name=Mangrove Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_palm.name=Palm Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_palm.orange.name=Palm Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_palm.magenta.name=Palm Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_palm.light_blue.name=Palm Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_palm.yellow.name=Palm Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_palm.lime.name=Palm Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_palm.pink.name=Palm Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_palm.gray.name=Palm Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_palm.light_gray.name=Palm Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_palm.cyan.name=Palm Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_palm.purple.name=Palm Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_palm.blue.name=Palm Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_palm.brown.name=Palm Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_palm.green.name=Palm Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_palm.white.name=Palm White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_palm.black.name=Palm Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_pine.name=Pine Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_pine.orange.name=Pine Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_pine.magenta.name=Pine Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_pine.light_blue.name=Pine Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_pine.yellow.name=Pine Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_pine.lime.name=Pine Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_pine.pink.name=Pine Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_pine.gray.name=Pine Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_pine.light_gray.name=Pine Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_pine.cyan.name=Pine Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_pine.purple.name=Pine Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_pine.blue.name=Pine Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_pine.brown.name=Pine Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_pine.green.name=Pine Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_pine.white.name=Pine White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_pine.black.name=Pine Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_redwood.name=Redwood Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_redwood.orange.name=Redwood Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_redwood.magenta.name=Redwood Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_redwood.light_blue.name=Redwood Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_redwood.yellow.name=Redwood Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_redwood.lime.name=Redwood Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_redwood.pink.name=Redwood Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_redwood.gray.name=Redwood Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_redwood.light_gray.name=Redwood Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_redwood.cyan.name=Redwood Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_redwood.purple.name=Redwood Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_redwood.blue.name=Redwood Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_redwood.brown.name=Redwood Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_redwood.green.name=Redwood Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_redwood.white.name=Redwood White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_redwood.black.name=Redwood Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak.name=Sacred Oak Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak.orange.name=Sacred Oak Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak.magenta.name=Sacred Oak Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak.light_blue.name=Sacred Oak Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak.yellow.name=Sacred Oak Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak.lime.name=Sacred Oak Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak.pink.name=Sacred Oak Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak.gray.name=Sacred Oak Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak.light_gray.name=Sacred Oak Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak.cyan.name=Sacred Oak Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak.purple.name=Sacred Oak Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak.blue.name=Sacred Oak Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak.brown.name=Sacred Oak Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak.green.name=Sacred Oak Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak.white.name=Sacred Oak White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak.black.name=Sacred Oak Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_umbran.name=Umbran Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_umbran.orange.name=Umbran Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_umbran.magenta.name=Umbran Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_umbran.light_blue.name=Umbran Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_umbran.yellow.name=Umbran Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_umbran.lime.name=Umbran Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_umbran.pink.name=Umbran Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_umbran.gray.name=Umbran Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_umbran.light_gray.name=Umbran Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_umbran.cyan.name=Umbran Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_umbran.purple.name=Umbran Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_umbran.blue.name=Umbran Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_umbran.brown.name=Umbran Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_umbran.green.name=Umbran Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_umbran.white.name=Umbran White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_umbran.black.name=Umbran Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_willow.name=Willow Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_willow.orange.name=Willow Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_willow.magenta.name=Willow Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_willow.light_blue.name=Willow Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_willow.yellow.name=Willow Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_willow.lime.name=Willow Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_willow.pink.name=Willow Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_willow.gray.name=Willow Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_willow.light_gray.name=Willow Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_willow.cyan.name=Willow Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_willow.purple.name=Willow Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_willow.blue.name=Willow Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_willow.brown.name=Willow Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_willow.green.name=Willow Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_willow.white.name=Willow White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_biomesoplenty_willow.black.name=Willow Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_birch.name=Birch Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_birch.orange.name=Birch Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_birch.magenta.name=Birch Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_birch.light_blue.name=Birch Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_birch.yellow.name=Birch Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_birch.lime.name=Birch Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_birch.pink.name=Birch Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_birch.gray.name=Birch Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_birch.light_gray.name=Birch Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_birch.cyan.name=Birch Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_birch.purple.name=Birch Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_birch.blue.name=Birch Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_birch.brown.name=Birch Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_birch.green.name=Birch Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_birch.white.name=Birch White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_birch.black.name=Birch Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_acacia.name=Acacia Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_acacia.orange.name=Acacia Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_acacia.magenta.name=Acacia Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_acacia.light_blue.name=Acacia Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_acacia.yellow.name=Acacia Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_acacia.lime.name=Acacia Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_acacia.pink.name=Acacia Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_acacia.gray.name=Acacia Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_acacia.light_gray.name=Acacia Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_acacia.cyan.name=Acacia Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_acacia.purple.name=Acacia Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_acacia.blue.name=Acacia Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_acacia.brown.name=Acacia Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_acacia.green.name=Acacia Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_acacia.white.name=Acacia White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_acacia.black.name=Acacia Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_balsa.name=Balsa Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_balsa.orange.name=Balsa Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_balsa.magenta.name=Balsa Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_balsa.light_blue.name=Balsa Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_balsa.yellow.name=Balsa Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_balsa.lime.name=Balsa Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_balsa.pink.name=Balsa Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_balsa.gray.name=Balsa Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_balsa.light_gray.name=Balsa Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_balsa.cyan.name=Balsa Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_balsa.purple.name=Balsa Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_balsa.blue.name=Balsa Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_balsa.brown.name=Balsa Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_balsa.green.name=Balsa Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_balsa.white.name=Balsa White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_balsa.black.name=Balsa Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_baobab.name=Baobab Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_baobab.orange.name=Baobab Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_baobab.magenta.name=Baobab Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_baobab.light_blue.name=Baobab Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_baobab.yellow.name=Baobab Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_baobab.lime.name=Baobab Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_baobab.pink.name=Baobab Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_baobab.gray.name=Baobab Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_baobab.light_gray.name=Baobab Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_baobab.cyan.name=Baobab Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_baobab.purple.name=Baobab Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_baobab.blue.name=Baobab Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_baobab.brown.name=Baobab Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_baobab.green.name=Baobab Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_baobab.white.name=Baobab White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_baobab.black.name=Baobab Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cherry.name=Cherry Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cherry.orange.name=Cherry Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cherry.magenta.name=Cherry Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cherry.light_blue.name=Cherry Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cherry.yellow.name=Cherry Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cherry.lime.name=Cherry Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cherry.pink.name=Cherry Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cherry.gray.name=Cherry Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cherry.light_gray.name=Cherry Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cherry.cyan.name=Cherry Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cherry.purple.name=Cherry Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cherry.blue.name=Cherry Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cherry.brown.name=Cherry Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cherry.green.name=Cherry Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cherry.white.name=Cherry White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cherry.black.name=Cherry Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_chestnut.name=Chestnut Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_chestnut.orange.name=Chestnut Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_chestnut.magenta.name=Chestnut Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_chestnut.light_blue.name=Chestnut Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_chestnut.yellow.name=Chestnut Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_chestnut.lime.name=Chestnut Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_chestnut.pink.name=Chestnut Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_chestnut.gray.name=Chestnut Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_chestnut.light_gray.name=Chestnut Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_chestnut.cyan.name=Chestnut Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_chestnut.purple.name=Chestnut Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_chestnut.blue.name=Chestnut Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_chestnut.brown.name=Chestnut Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_chestnut.green.name=Chestnut Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_chestnut.white.name=Chestnut White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_chestnut.black.name=Chestnut Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_citrus.name=Citrus Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_citrus.orange.name=Citrus Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_citrus.magenta.name=Citrus Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_citrus.light_blue.name=Citrus Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_citrus.yellow.name=Citrus Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_citrus.lime.name=Citrus Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_citrus.pink.name=Citrus Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_citrus.gray.name=Citrus Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_citrus.light_gray.name=Citrus Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_citrus.cyan.name=Citrus Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_citrus.purple.name=Citrus Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_citrus.blue.name=Citrus Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_citrus.brown.name=Citrus Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_citrus.green.name=Citrus Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_citrus.white.name=Citrus White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_citrus.black.name=Citrus Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cocobolo.name=Cocobolo Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cocobolo.orange.name=Cocobolo Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cocobolo.magenta.name=Cocobolo Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cocobolo.light_blue.name=Cocobolo Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cocobolo.yellow.name=Cocobolo Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cocobolo.lime.name=Cocobolo Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cocobolo.pink.name=Cocobolo Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cocobolo.gray.name=Cocobolo Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cocobolo.light_gray.name=Cocobolo Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cocobolo.cyan.name=Cocobolo Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cocobolo.purple.name=Cocobolo Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cocobolo.blue.name=Cocobolo Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cocobolo.brown.name=Cocobolo Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cocobolo.green.name=Cocobolo Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cocobolo.white.name=Cocobolo White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_cocobolo.black.name=Cocobolo Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ebony.name=Ebony Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ebony.orange.name=Ebony Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ebony.magenta.name=Ebony Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ebony.light_blue.name=Ebony Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ebony.yellow.name=Ebony Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ebony.lime.name=Ebony Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ebony.pink.name=Ebony Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ebony.gray.name=Ebony Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ebony.light_gray.name=Ebony Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ebony.cyan.name=Ebony Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ebony.purple.name=Ebony Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ebony.blue.name=Ebony Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ebony.brown.name=Ebony Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ebony.green.name=Ebony Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ebony.white.name=Ebony White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ebony.black.name=Ebony Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_giganteum.name=Giganteum Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_giganteum.orange.name=Giganteum Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_giganteum.magenta.name=Giganteum Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_giganteum.light_blue.name=Giganteum Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_giganteum.yellow.name=Giganteum Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_giganteum.lime.name=Giganteum Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_giganteum.pink.name=Giganteum Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_giganteum.gray.name=Giganteum Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_giganteum.light_gray.name=Giganteum Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_giganteum.cyan.name=Giganteum Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_giganteum.purple.name=Giganteum Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_giganteum.blue.name=Giganteum Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_giganteum.brown.name=Giganteum Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_giganteum.green.name=Giganteum Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_giganteum.white.name=Giganteum White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_giganteum.black.name=Giganteum Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_greenheart.name=Greenheart Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_greenheart.orange.name=Greenheart Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_greenheart.magenta.name=Greenheart Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_greenheart.light_blue.name=Greenheart Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_greenheart.yellow.name=Greenheart Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_greenheart.lime.name=Greenheart Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_greenheart.pink.name=Greenheart Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_greenheart.gray.name=Greenheart Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_greenheart.light_gray.name=Greenheart Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_greenheart.cyan.name=Greenheart Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_greenheart.purple.name=Greenheart Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_greenheart.blue.name=Greenheart Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_greenheart.brown.name=Greenheart Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_greenheart.green.name=Greenheart Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_greenheart.white.name=Greenheart White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_greenheart.black.name=Greenheart Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ipe.name=Ipe Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ipe.orange.name=Ipe Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ipe.magenta.name=Ipe Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ipe.light_blue.name=Ipe Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ipe.yellow.name=Ipe Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ipe.lime.name=Ipe Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ipe.pink.name=Ipe Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ipe.gray.name=Ipe Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ipe.light_gray.name=Ipe Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ipe.cyan.name=Ipe Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ipe.purple.name=Ipe Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ipe.blue.name=Ipe Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ipe.brown.name=Ipe Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ipe.green.name=Ipe Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ipe.white.name=Ipe White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_ipe.black.name=Ipe Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_kapok.name=Kapok Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_kapok.orange.name=Kapok Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_kapok.magenta.name=Kapok Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_kapok.light_blue.name=Kapok Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_kapok.yellow.name=Kapok Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_kapok.lime.name=Kapok Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_kapok.pink.name=Kapok Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_kapok.gray.name=Kapok Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_kapok.light_gray.name=Kapok Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_kapok.cyan.name=Kapok Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_kapok.purple.name=Kapok Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_kapok.blue.name=Kapok Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_kapok.brown.name=Kapok Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_kapok.green.name=Kapok Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_kapok.white.name=Kapok White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_kapok.black.name=Kapok Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_larch.name=Larch Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_larch.orange.name=Larch Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_larch.magenta.name=Larch Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_larch.light_blue.name=Larch Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_larch.yellow.name=Larch Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_larch.lime.name=Larch Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_larch.pink.name=Larch Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_larch.gray.name=Larch Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_larch.light_gray.name=Larch Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_larch.cyan.name=Larch Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_larch.purple.name=Larch Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_larch.blue.name=Larch Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_larch.brown.name=Larch Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_larch.green.name=Larch Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_larch.white.name=Larch White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_larch.black.name=Larch Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_lime.name=Lime Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_lime.orange.name=Lime Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_lime.magenta.name=Lime Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_lime.light_blue.name=Lime Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_lime.yellow.name=Lime Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_lime.lime.name=Lime Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_lime.pink.name=Lime Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_lime.gray.name=Lime Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_lime.light_gray.name=Lime Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_lime.cyan.name=Lime Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_lime.purple.name=Lime Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_lime.blue.name=Lime Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_lime.brown.name=Lime Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_lime.green.name=Lime Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_lime.white.name=Lime White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_lime.black.name=Lime Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahoe.name=Mahoe Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahoe.orange.name=Mahoe Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahoe.magenta.name=Mahoe Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahoe.light_blue.name=Mahoe Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahoe.yellow.name=Mahoe Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahoe.lime.name=Mahoe Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahoe.pink.name=Mahoe Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahoe.gray.name=Mahoe Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahoe.light_gray.name=Mahoe Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahoe.cyan.name=Mahoe Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahoe.purple.name=Mahoe Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahoe.blue.name=Mahoe Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahoe.brown.name=Mahoe Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahoe.green.name=Mahoe Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahoe.white.name=Mahoe White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahoe.black.name=Mahoe Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahogany.name=Mahogany Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahogany.orange.name=Mahogany Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahogany.magenta.name=Mahogany Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahogany.light_blue.name=Mahogany Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahogany.yellow.name=Mahogany Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahogany.lime.name=Mahogany Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahogany.pink.name=Mahogany Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahogany.gray.name=Mahogany Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahogany.light_gray.name=Mahogany Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahogany.cyan.name=Mahogany Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahogany.purple.name=Mahogany Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahogany.blue.name=Mahogany Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahogany.brown.name=Mahogany Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahogany.green.name=Mahogany Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahogany.white.name=Mahogany White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_mahogany.black.name=Mahogany Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_maple.name=Maple Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_maple.orange.name=Maple Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_maple.magenta.name=Maple Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_maple.light_blue.name=Maple Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_maple.yellow.name=Maple Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_maple.lime.name=Maple Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_maple.pink.name=Maple Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_maple.gray.name=Maple Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_maple.light_gray.name=Maple Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_maple.cyan.name=Maple Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_maple.purple.name=Maple Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_maple.blue.name=Maple Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_maple.brown.name=Maple Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_maple.green.name=Maple Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_maple.white.name=Maple White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_maple.black.name=Maple Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_padauk.name=Padauk Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_padauk.orange.name=Padauk Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_padauk.magenta.name=Padauk Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_padauk.light_blue.name=Padauk Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_padauk.yellow.name=Padauk Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_padauk.lime.name=Padauk Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_padauk.pink.name=Padauk Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_padauk.gray.name=Padauk Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_padauk.light_gray.name=Padauk Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_padauk.cyan.name=Padauk Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_padauk.purple.name=Padauk Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_padauk.blue.name=Padauk Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_padauk.brown.name=Padauk Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_padauk.green.name=Padauk Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_padauk.white.name=Padauk White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_padauk.black.name=Padauk Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_palm.name=Palm Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_palm.orange.name=Palm Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_palm.magenta.name=Palm Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_palm.light_blue.name=Palm Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_palm.yellow.name=Palm Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_palm.lime.name=Palm Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_palm.pink.name=Palm Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_palm.gray.name=Palm Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_palm.light_gray.name=Palm Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_palm.cyan.name=Palm Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_palm.purple.name=Palm Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_palm.blue.name=Palm Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_palm.brown.name=Palm Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_palm.green.name=Palm Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_palm.white.name=Palm White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_palm.black.name=Palm Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_papaya.name=Papaya Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_papaya.orange.name=Papaya Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_papaya.magenta.name=Papaya Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_papaya.light_blue.name=Papaya Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_papaya.yellow.name=Papaya Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_papaya.lime.name=Papaya Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_papaya.pink.name=Papaya Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_papaya.gray.name=Papaya Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_papaya.light_gray.name=Papaya Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_papaya.cyan.name=Papaya Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_papaya.purple.name=Papaya Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_papaya.blue.name=Papaya Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_papaya.brown.name=Papaya Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_papaya.green.name=Papaya Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_papaya.white.name=Papaya White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_papaya.black.name=Papaya Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_pine.name=Pine Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_pine.orange.name=Pine Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_pine.magenta.name=Pine Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_pine.light_blue.name=Pine Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_pine.yellow.name=Pine Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_pine.lime.name=Pine Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_pine.pink.name=Pine Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_pine.gray.name=Pine Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_pine.light_gray.name=Pine Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_pine.cyan.name=Pine Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_pine.purple.name=Pine Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_pine.blue.name=Pine Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_pine.brown.name=Pine Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_pine.green.name=Pine Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_pine.white.name=Pine White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_pine.black.name=Pine Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_plum.name=Plum Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_plum.orange.name=Plum Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_plum.magenta.name=Plum Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_plum.light_blue.name=Plum Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_plum.yellow.name=Plum Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_plum.lime.name=Plum Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_plum.pink.name=Plum Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_plum.gray.name=Plum Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_plum.light_gray.name=Plum Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_plum.cyan.name=Plum Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_plum.purple.name=Plum Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_plum.blue.name=Plum Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_plum.brown.name=Plum Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_plum.green.name=Plum Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_plum.white.name=Plum White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_plum.black.name=Plum Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_poplar.name=Poplar Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_poplar.orange.name=Poplar Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_poplar.magenta.name=Poplar Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_poplar.light_blue.name=Poplar Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_poplar.yellow.name=Poplar Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_poplar.lime.name=Poplar Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_poplar.pink.name=Poplar Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_poplar.gray.name=Poplar Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_poplar.light_gray.name=Poplar Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_poplar.cyan.name=Poplar Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_poplar.purple.name=Poplar Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_poplar.blue.name=Poplar Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_poplar.brown.name=Poplar Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_poplar.green.name=Poplar Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_poplar.white.name=Poplar White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_poplar.black.name=Poplar Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_sequoia.name=Sequoia Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_sequoia.orange.name=Sequoia Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_sequoia.magenta.name=Sequoia Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_sequoia.light_blue.name=Sequoia Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_sequoia.yellow.name=Sequoia Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_sequoia.lime.name=Sequoia Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_sequoia.pink.name=Sequoia Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_sequoia.gray.name=Sequoia Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_sequoia.light_gray.name=Sequoia Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_sequoia.cyan.name=Sequoia Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_sequoia.purple.name=Sequoia Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_sequoia.blue.name=Sequoia Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_sequoia.brown.name=Sequoia Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_sequoia.green.name=Sequoia Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_sequoia.white.name=Sequoia White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_sequoia.black.name=Sequoia Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_teak.name=Teak Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_teak.orange.name=Teak Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_teak.magenta.name=Teak Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_teak.light_blue.name=Teak Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_teak.yellow.name=Teak Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_teak.lime.name=Teak Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_teak.pink.name=Teak Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_teak.gray.name=Teak Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_teak.light_gray.name=Teak Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_teak.cyan.name=Teak Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_teak.purple.name=Teak Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_teak.blue.name=Teak Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_teak.brown.name=Teak Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_teak.green.name=Teak Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_teak.white.name=Teak White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_teak.black.name=Teak Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_walnut.name=Walnut Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_walnut.orange.name=Walnut Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_walnut.magenta.name=Walnut Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_walnut.light_blue.name=Walnut Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_walnut.yellow.name=Walnut Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_walnut.lime.name=Walnut Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_walnut.pink.name=Walnut Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_walnut.gray.name=Walnut Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_walnut.light_gray.name=Walnut Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_walnut.cyan.name=Walnut Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_walnut.purple.name=Walnut Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_walnut.blue.name=Walnut Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_walnut.brown.name=Walnut Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_walnut.green.name=Walnut Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_walnut.white.name=Walnut White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_walnut.black.name=Walnut Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_wenge.name=Wenge Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_wenge.orange.name=Wenge Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_wenge.magenta.name=Wenge Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_wenge.light_blue.name=Wenge Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_wenge.yellow.name=Wenge Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_wenge.lime.name=Wenge Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_wenge.pink.name=Wenge Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_wenge.gray.name=Wenge Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_wenge.light_gray.name=Wenge Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_wenge.cyan.name=Wenge Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_wenge.purple.name=Wenge Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_wenge.blue.name=Wenge Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_wenge.brown.name=Wenge Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_wenge.green.name=Wenge Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_wenge.white.name=Wenge White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_wenge.black.name=Wenge Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_willow.name=Willow Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_willow.orange.name=Willow Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_willow.magenta.name=Willow Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_willow.light_blue.name=Willow Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_willow.yellow.name=Willow Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_willow.lime.name=Willow Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_willow.pink.name=Willow Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_willow.gray.name=Willow Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_willow.light_gray.name=Willow Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_willow.cyan.name=Willow Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_willow.purple.name=Willow Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_willow.blue.name=Willow Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_willow.brown.name=Willow Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_willow.green.name=Willow Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_willow.white.name=Willow White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_willow.black.name=Willow Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_zebrawood.name=Zebrawood Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_zebrawood.orange.name=Zebrawood Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_zebrawood.magenta.name=Zebrawood Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_zebrawood.light_blue.name=Zebrawood Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_zebrawood.yellow.name=Zebrawood Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_zebrawood.lime.name=Zebrawood Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_zebrawood.pink.name=Zebrawood Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_zebrawood.gray.name=Zebrawood Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_zebrawood.light_gray.name=Zebrawood Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_zebrawood.cyan.name=Zebrawood Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_zebrawood.purple.name=Zebrawood Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_zebrawood.blue.name=Zebrawood Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_zebrawood.brown.name=Zebrawood Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_zebrawood.green.name=Zebrawood Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_zebrawood.white.name=Zebrawood White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_forestry_zebrawood.black.name=Zebrawood Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood.name=Treated Wood Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood.orange.name=Treated Wood Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood.magenta.name=Treated Wood Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood.light_blue.name=Treated Wood Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood.yellow.name=Treated Wood Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood.lime.name=Treated Wood Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood.pink.name=Treated Wood Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood.gray.name=Treated Wood Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood.light_gray.name=Treated Wood Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood.cyan.name=Treated Wood Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood.purple.name=Treated Wood Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood.blue.name=Treated Wood Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood.brown.name=Treated Wood Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood.green.name=Treated Wood Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood.white.name=Treated Wood White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood.black.name=Treated Wood Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_jungle.name=Jungle Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_jungle.orange.name=Jungle Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_jungle.magenta.name=Jungle Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_jungle.light_blue.name=Jungle Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_jungle.yellow.name=Jungle Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_jungle.lime.name=Jungle Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_jungle.pink.name=Jungle Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_jungle.gray.name=Jungle Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_jungle.light_gray.name=Jungle Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_jungle.cyan.name=Jungle Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_jungle.purple.name=Jungle Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_jungle.blue.name=Jungle Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_jungle.brown.name=Jungle Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_jungle.green.name=Jungle Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_jungle.white.name=Jungle White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_jungle.black.name=Jungle Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_amaranth.name=Amaranth Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_amaranth.orange.name=Amaranth Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_amaranth.magenta.name=Amaranth Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_amaranth.light_blue.name=Amaranth Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_amaranth.yellow.name=Amaranth Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_amaranth.lime.name=Amaranth Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_amaranth.pink.name=Amaranth Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_amaranth.gray.name=Amaranth Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_amaranth.light_gray.name=Amaranth Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_amaranth.cyan.name=Amaranth Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_amaranth.purple.name=Amaranth Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_amaranth.blue.name=Amaranth Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_amaranth.brown.name=Amaranth Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_amaranth.green.name=Amaranth Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_amaranth.white.name=Amaranth White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_amaranth.black.name=Amaranth Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_bloodwood.name=Bloodwood Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_bloodwood.orange.name=Bloodwood Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_bloodwood.magenta.name=Bloodwood Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_bloodwood.light_blue.name=Bloodwood Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_bloodwood.yellow.name=Bloodwood Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_bloodwood.lime.name=Bloodwood Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_bloodwood.pink.name=Bloodwood Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_bloodwood.gray.name=Bloodwood Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_bloodwood.light_gray.name=Bloodwood Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_bloodwood.cyan.name=Bloodwood Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_bloodwood.purple.name=Bloodwood Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_bloodwood.blue.name=Bloodwood Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_bloodwood.brown.name=Bloodwood Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_bloodwood.green.name=Bloodwood Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_bloodwood.white.name=Bloodwood White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_bloodwood.black.name=Bloodwood Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_darkwood.name=Darkwood Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_darkwood.orange.name=Darkwood Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_darkwood.magenta.name=Darkwood Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_darkwood.light_blue.name=Darkwood Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_darkwood.yellow.name=Darkwood Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_darkwood.lime.name=Darkwood Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_darkwood.pink.name=Darkwood Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_darkwood.gray.name=Darkwood Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_darkwood.light_gray.name=Darkwood Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_darkwood.cyan.name=Darkwood Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_darkwood.purple.name=Darkwood Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_darkwood.blue.name=Darkwood Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_darkwood.brown.name=Darkwood Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_darkwood.green.name=Darkwood Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_darkwood.white.name=Darkwood White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_darkwood.black.name=Darkwood Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_eucalyptus.name=Eucalyptus Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_eucalyptus.orange.name=Eucalyptus Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_eucalyptus.magenta.name=Eucalyptus Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_eucalyptus.light_blue.name=Eucalyptus Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_eucalyptus.yellow.name=Eucalyptus Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_eucalyptus.lime.name=Eucalyptus Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_eucalyptus.pink.name=Eucalyptus Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_eucalyptus.gray.name=Eucalyptus Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_eucalyptus.light_gray.name=Eucalyptus Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_eucalyptus.cyan.name=Eucalyptus Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_eucalyptus.purple.name=Eucalyptus Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_eucalyptus.blue.name=Eucalyptus Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_eucalyptus.brown.name=Eucalyptus Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_eucalyptus.green.name=Eucalyptus Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_eucalyptus.white.name=Eucalyptus White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_eucalyptus.black.name=Eucalyptus Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_fusewood.name=Fusewood Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_fusewood.orange.name=Fusewood Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_fusewood.magenta.name=Fusewood Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_fusewood.light_blue.name=Fusewood Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_fusewood.yellow.name=Fusewood Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_fusewood.lime.name=Fusewood Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_fusewood.pink.name=Fusewood Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_fusewood.gray.name=Fusewood Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_fusewood.light_gray.name=Fusewood Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_fusewood.cyan.name=Fusewood Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_fusewood.purple.name=Fusewood Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_fusewood.blue.name=Fusewood Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_fusewood.brown.name=Fusewood Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_fusewood.green.name=Fusewood Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_fusewood.white.name=Fusewood White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_fusewood.black.name=Fusewood Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_ghostwood.name=Ghostwood Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_ghostwood.orange.name=Ghostwood Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_ghostwood.magenta.name=Ghostwood Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_ghostwood.light_blue.name=Ghostwood Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_ghostwood.yellow.name=Ghostwood Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_ghostwood.lime.name=Ghostwood Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_ghostwood.pink.name=Ghostwood Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_ghostwood.gray.name=Ghostwood Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_ghostwood.light_gray.name=Ghostwood Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_ghostwood.cyan.name=Ghostwood Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_ghostwood.purple.name=Ghostwood Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_ghostwood.blue.name=Ghostwood Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_ghostwood.brown.name=Ghostwood Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_ghostwood.green.name=Ghostwood Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_ghostwood.white.name=Ghostwood White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_ghostwood.black.name=Ghostwood Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_hopseed.name=Hopseed Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_hopseed.orange.name=Hopseed Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_hopseed.magenta.name=Hopseed Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_hopseed.light_blue.name=Hopseed Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_hopseed.yellow.name=Hopseed Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_hopseed.lime.name=Hopseed Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_hopseed.pink.name=Hopseed Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_hopseed.gray.name=Hopseed Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_hopseed.light_gray.name=Hopseed Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_hopseed.cyan.name=Hopseed Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_hopseed.purple.name=Hopseed Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_hopseed.blue.name=Hopseed Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_hopseed.brown.name=Hopseed Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_hopseed.green.name=Hopseed Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_hopseed.white.name=Hopseed White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_hopseed.black.name=Hopseed Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_maple.name=Maple Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_maple.orange.name=Maple Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_maple.magenta.name=Maple Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_maple.light_blue.name=Maple Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_maple.yellow.name=Maple Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_maple.lime.name=Maple Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_maple.pink.name=Maple Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_maple.gray.name=Maple Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_maple.light_gray.name=Maple Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_maple.cyan.name=Maple Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_maple.purple.name=Maple Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_maple.blue.name=Maple Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_maple.brown.name=Maple Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_maple.green.name=Maple Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_maple.white.name=Maple White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_maple.black.name=Maple Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_redwood.name=Redwood Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_redwood.orange.name=Redwood Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_redwood.magenta.name=Redwood Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_redwood.light_blue.name=Redwood Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_redwood.yellow.name=Redwood Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_redwood.lime.name=Redwood Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_redwood.pink.name=Redwood Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_redwood.gray.name=Redwood Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_redwood.light_gray.name=Redwood Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_redwood.cyan.name=Redwood Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_redwood.purple.name=Redwood Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_redwood.blue.name=Redwood Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_redwood.brown.name=Redwood Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_redwood.green.name=Redwood Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_redwood.white.name=Redwood White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_redwood.black.name=Redwood Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_sakura.name=Sakura Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_sakura.orange.name=Sakura Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_sakura.magenta.name=Sakura Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_sakura.light_blue.name=Sakura Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_sakura.yellow.name=Sakura Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_sakura.lime.name=Sakura Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_sakura.pink.name=Sakura Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_sakura.gray.name=Sakura Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_sakura.light_gray.name=Sakura Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_sakura.cyan.name=Sakura Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_sakura.purple.name=Sakura Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_sakura.blue.name=Sakura Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_sakura.brown.name=Sakura Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_sakura.green.name=Sakura Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_sakura.white.name=Sakura White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_sakura.black.name=Sakura Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_silverbell.name=Silverbell Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_silverbell.orange.name=Silverbell Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_silverbell.magenta.name=Silverbell Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_silverbell.light_blue.name=Silverbell Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_silverbell.yellow.name=Silverbell Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_silverbell.lime.name=Silverbell Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_silverbell.pink.name=Silverbell Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_silverbell.gray.name=Silverbell Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_silverbell.light_gray.name=Silverbell Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_silverbell.cyan.name=Silverbell Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_silverbell.purple.name=Silverbell Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_silverbell.blue.name=Silverbell Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_silverbell.brown.name=Silverbell Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_silverbell.green.name=Silverbell Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_silverbell.white.name=Silverbell White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_silverbell.black.name=Silverbell Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_tiger.name=Tiger Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_tiger.orange.name=Tiger Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_tiger.magenta.name=Tiger Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_tiger.light_blue.name=Tiger Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_tiger.yellow.name=Tiger Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_tiger.lime.name=Tiger Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_tiger.pink.name=Tiger Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_tiger.gray.name=Tiger Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_tiger.light_gray.name=Tiger Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_tiger.cyan.name=Tiger Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_tiger.purple.name=Tiger Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_tiger.blue.name=Tiger Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_tiger.brown.name=Tiger Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_tiger.green.name=Tiger Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_tiger.white.name=Tiger White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_tiger.black.name=Tiger Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_willow.name=Willow Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_willow.orange.name=Willow Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_willow.magenta.name=Willow Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_willow.light_blue.name=Willow Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_willow.yellow.name=Willow Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_willow.lime.name=Willow Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_willow.pink.name=Willow Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_willow.gray.name=Willow Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_willow.light_gray.name=Willow Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_willow.cyan.name=Willow Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_willow.purple.name=Willow Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_willow.blue.name=Willow Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_willow.brown.name=Willow Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_willow.green.name=Willow Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_willow.white.name=Willow White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_natura_willow.black.name=Willow Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_oak.name=Oak Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_oak.orange.name=Oak Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_oak.magenta.name=Oak Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_oak.light_blue.name=Oak Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_oak.yellow.name=Oak Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_oak.lime.name=Oak Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_oak.pink.name=Oak Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_oak.gray.name=Oak Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_oak.light_gray.name=Oak Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_oak.cyan.name=Oak Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_oak.purple.name=Oak Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_oak.blue.name=Oak Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_oak.brown.name=Oak Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_oak.green.name=Oak Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_oak.white.name=Oak White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_oak.black.name=Oak Black Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_spruce.name=Spruce Red Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_spruce.orange.name=Spruce Orange Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_spruce.magenta.name=Spruce Magenta Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_spruce.light_blue.name=Spruce Light Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_spruce.yellow.name=Spruce Yellow Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_spruce.lime.name=Spruce Lime Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_spruce.pink.name=Spruce Pink Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_spruce.gray.name=Spruce Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_spruce.light_gray.name=Spruce Light Gray Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_spruce.cyan.name=Spruce Cyan Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_spruce.purple.name=Spruce Purple Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_spruce.blue.name=Spruce Blue Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_spruce.brown.name=Spruce Brown Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_spruce.green.name=Spruce Green Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_spruce.white.name=Spruce White Padded Bench +tile.ironagefurniture.chair_wood_ironage_bench_padded_single_spruce.black.name=Spruce Black Padded Bench tile.ironagefurniture.chair_wood_ironage_bench_single_acacia.name=Acacia Bench tile.ironagefurniture.chair_wood_ironage_bench_single_big_oak.name=Dark Oak Bench tile.ironagefurniture.chair_wood_ironage_bench_single_biomesoplenty_cherry.name=Cherry Bench @@ -1119,7 +3069,6 @@ tile.ironagefurniture.chair_wood_ironage_classic_biomesoplenty_palm.name=Palm Cl tile.ironagefurniture.chair_wood_ironage_classic_biomesoplenty_pine.name=Pine Classic Chair tile.ironagefurniture.chair_wood_ironage_classic_biomesoplenty_redwood.name=Redwood Classic Chair tile.ironagefurniture.chair_wood_ironage_classic_biomesoplenty_sacred_oak.name=Sacred Oak Classic Chair -tile.ironagefurniture.chair_wood_ironage_classic_biomesoplenty_sacred_oak.name=Sacred Oak Classic Chair tile.ironagefurniture.chair_wood_ironage_classic_biomesoplenty_umbran.name=Umbran Classic Chair tile.ironagefurniture.chair_wood_ironage_classic_biomesoplenty_willow.name=Willow Classic Chair tile.ironagefurniture.chair_wood_ironage_classic_birch.name=Birch Classic Chair @@ -1185,7 +3134,6 @@ tile.ironagefurniture.chair_wood_ironage_shield_biomesoplenty_palm.name=Palm Shi tile.ironagefurniture.chair_wood_ironage_shield_biomesoplenty_pine.name=Pine Shield Chair tile.ironagefurniture.chair_wood_ironage_shield_biomesoplenty_redwood.name=Redwood Shield Chair tile.ironagefurniture.chair_wood_ironage_shield_biomesoplenty_sacred_oak.name=Sacred Oak Shield Chair -tile.ironagefurniture.chair_wood_ironage_shield_biomesoplenty_sacred_oak.name=Sacred Oak Shield Chair tile.ironagefurniture.chair_wood_ironage_shield_biomesoplenty_umbran.name=Umbran Shield Chair tile.ironagefurniture.chair_wood_ironage_shield_biomesoplenty_willow.name=Willow Shield Chair tile.ironagefurniture.chair_wood_ironage_shield_birch.name=Birch Shield Chair @@ -1251,7 +3199,6 @@ tile.ironagefurniture.chair_wood_ironage_stool_short_biomesoplenty_palm.name=Pal tile.ironagefurniture.chair_wood_ironage_stool_short_biomesoplenty_pine.name=Pine Short Stool tile.ironagefurniture.chair_wood_ironage_stool_short_biomesoplenty_redwood.name=Redwood Short Stool tile.ironagefurniture.chair_wood_ironage_stool_short_biomesoplenty_sacred_oak.name=Sacred Oak Short Stool -tile.ironagefurniture.chair_wood_ironage_stool_short_biomesoplenty_sacred_oak.name=Sacred Oak Short Stool tile.ironagefurniture.chair_wood_ironage_stool_short_biomesoplenty_umbran.name=Umbran Short Stool tile.ironagefurniture.chair_wood_ironage_stool_short_biomesoplenty_willow.name=Willow Short Stool tile.ironagefurniture.chair_wood_ironage_stool_short_birch.name=Birch Short Stool @@ -1317,7 +3264,6 @@ tile.ironagefurniture.chair_wood_ironage_stool_tall_biomesoplenty_palm.name=Palm tile.ironagefurniture.chair_wood_ironage_stool_tall_biomesoplenty_pine.name=Pine Tall Stool tile.ironagefurniture.chair_wood_ironage_stool_tall_biomesoplenty_redwood.name=Redwood Tall Stool tile.ironagefurniture.chair_wood_ironage_stool_tall_biomesoplenty_sacred_oak.name=Sacred Oak Tall Stool -tile.ironagefurniture.chair_wood_ironage_stool_tall_biomesoplenty_sacred_oak.name=Sacred Oak Tall Stool tile.ironagefurniture.chair_wood_ironage_stool_tall_biomesoplenty_umbran.name=Umbran Tall Stool tile.ironagefurniture.chair_wood_ironage_stool_tall_biomesoplenty_willow.name=Willow Tall Stool tile.ironagefurniture.chair_wood_ironage_stool_tall_birch.name=Birch Tall Stool diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_acacia.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_acacia.json index c99e1a4797..b2679a1437 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_acacia.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_acacia.json @@ -3,7 +3,7 @@ "textures": { "0": "minecraft:blocks/log_acacia", "1": "minecraft:blocks/planks_acacia", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "minecraft:blocks/log_acacia" }, "elements": [ @@ -769,7 +769,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_big_oak.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_big_oak.json index ada3f99d92..0cba9a8203 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_big_oak.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_big_oak.json @@ -3,7 +3,7 @@ "textures": { "0": "minecraft:blocks/log_big_oak", "1": "minecraft:blocks/planks_big_oak", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "minecraft:blocks/log_big_oak" }, "elements": [ @@ -769,7 +769,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_biomesoplenty_cherry.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_biomesoplenty_cherry.json index b53b8ea77e..498136274a 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_biomesoplenty_cherry.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_biomesoplenty_cherry.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/cherry_log", "1": "biomesoplenty:blocks/cherry_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/cherry_log" }, "elements": [ @@ -769,7 +769,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_biomesoplenty_ebony.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_biomesoplenty_ebony.json index 09b144914b..c1c9eca482 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_biomesoplenty_ebony.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_biomesoplenty_ebony.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/ebony_log", "1": "biomesoplenty:blocks/ebony_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/ebony_log" }, "elements": [ @@ -769,7 +769,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_biomesoplenty_ethereal.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_biomesoplenty_ethereal.json index 4e485255dc..47182e01d9 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_biomesoplenty_ethereal.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_biomesoplenty_ethereal.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/ethereal_log", "1": "biomesoplenty:blocks/ethereal_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/ethereal_log" }, "elements": [ @@ -769,7 +769,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_biomesoplenty_eucalyptus.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_biomesoplenty_eucalyptus.json index f6a06a54ea..1733241c8b 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_biomesoplenty_eucalyptus.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_biomesoplenty_eucalyptus.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/eucalyptus_log", "1": "biomesoplenty:blocks/eucalyptus_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/eucalyptus_log" }, "elements": [ @@ -769,7 +769,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_biomesoplenty_fir.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_biomesoplenty_fir.json index 2979a8f216..6abb65e7f7 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_biomesoplenty_fir.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_biomesoplenty_fir.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/fir_log", "1": "biomesoplenty:blocks/fir_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/fir_log" }, "elements": [ @@ -769,7 +769,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_biomesoplenty_hellbark.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_biomesoplenty_hellbark.json index 3f7cdcc677..92158c5d7e 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_biomesoplenty_hellbark.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_biomesoplenty_hellbark.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/hellbark_log", "1": "biomesoplenty:blocks/hellbark_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/hellbark_log" }, "elements": [ @@ -769,7 +769,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_biomesoplenty_jacaranda.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_biomesoplenty_jacaranda.json index a5c46ffd10..446ae7292c 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_biomesoplenty_jacaranda.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_biomesoplenty_jacaranda.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/jacaranda_log", "1": "biomesoplenty:blocks/jacaranda_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/jacaranda_log" }, "elements": [ @@ -769,7 +769,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_biomesoplenty_magic.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_biomesoplenty_magic.json index 1c86af376c..2c6f4fe9b0 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_biomesoplenty_magic.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_biomesoplenty_magic.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/magic_log", "1": "biomesoplenty:blocks/magic_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/magic_log" }, "elements": [ @@ -769,7 +769,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_biomesoplenty_mahogany.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_biomesoplenty_mahogany.json index 6d0e1044a5..5598a4cca5 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_biomesoplenty_mahogany.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_biomesoplenty_mahogany.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/mahogany_log", "1": "biomesoplenty:blocks/mahogany_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/mahogany_log" }, "elements": [ @@ -769,7 +769,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_biomesoplenty_mangrove.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_biomesoplenty_mangrove.json index d045566a02..8a1ec46943 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_biomesoplenty_mangrove.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_biomesoplenty_mangrove.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/mangrove_log", "1": "biomesoplenty:blocks/mangrove_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/mangrove_log" }, "elements": [ @@ -769,7 +769,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_biomesoplenty_palm.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_biomesoplenty_palm.json index 3aa3a605d0..52a669e3e9 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_biomesoplenty_palm.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_biomesoplenty_palm.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/palm_log", "1": "biomesoplenty:blocks/palm_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/palm_log" }, "elements": [ @@ -769,7 +769,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_biomesoplenty_pine.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_biomesoplenty_pine.json index 05c82cc4a0..d20f32b731 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_biomesoplenty_pine.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_biomesoplenty_pine.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/pine_log", "1": "biomesoplenty:blocks/pine_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/pine_log" }, "elements": [ @@ -769,7 +769,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_biomesoplenty_redwood.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_biomesoplenty_redwood.json index a54262bef6..215c10a372 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_biomesoplenty_redwood.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_biomesoplenty_redwood.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/redwood_log", "1": "biomesoplenty:blocks/redwood_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/redwood_log" }, "elements": [ @@ -769,7 +769,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_biomesoplenty_sacred_oak.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_biomesoplenty_sacred_oak.json index c021f66413..72551f8202 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_biomesoplenty_sacred_oak.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_biomesoplenty_sacred_oak.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/sacred_oak_log", "1": "biomesoplenty:blocks/sacred_oak_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/sacred_oak_log" }, "elements": [ @@ -769,7 +769,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_biomesoplenty_umbran.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_biomesoplenty_umbran.json index 31966096ef..2e3b6954af 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_biomesoplenty_umbran.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_biomesoplenty_umbran.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/umbran_log", "1": "biomesoplenty:blocks/umbran_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/umbran_log" }, "elements": [ @@ -769,7 +769,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_biomesoplenty_willow.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_biomesoplenty_willow.json index 5e3703e10c..49c26afc3a 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_biomesoplenty_willow.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_biomesoplenty_willow.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/willow_log", "1": "biomesoplenty:blocks/willow_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/willow_log" }, "elements": [ @@ -769,7 +769,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_birch.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_birch.json index c727007eb2..865d64ac98 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_birch.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_birch.json @@ -3,7 +3,7 @@ "textures": { "0": "minecraft:blocks/log_birch", "1": "minecraft:blocks/planks_birch", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "minecraft:blocks/log_birch" }, "elements": [ @@ -769,7 +769,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_acacia.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_acacia.json index 2f98eab49d..c99d964dea 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_acacia.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_acacia.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.acacia", "1": "forestry:blocks/wood/planks.acacia", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.acacia" }, "elements": [ @@ -769,7 +769,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_balsa.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_balsa.json index 384813ece4..2d612e01f6 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_balsa.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_balsa.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.balsa", "1": "forestry:blocks/wood/planks.balsa", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.balsa" }, "elements": [ @@ -769,7 +769,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_baobab.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_baobab.json index eb3a506a7e..1c200ce341 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_baobab.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_baobab.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.baobab", "1": "forestry:blocks/wood/planks.baobab", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.baobab" }, "elements": [ @@ -769,7 +769,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_cherry.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_cherry.json index 71d7066347..326d5c0572 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_cherry.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_cherry.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.cherry", "1": "forestry:blocks/wood/planks.cherry", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.cherry" }, "elements": [ @@ -769,7 +769,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_chestnut.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_chestnut.json index 3c73ba8965..e193896fad 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_chestnut.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_chestnut.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.chestnut", "1": "forestry:blocks/wood/planks.chestnut", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.chestnut" }, "elements": [ @@ -769,7 +769,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_citrus.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_citrus.json index 8dce1cc2fd..acefb47028 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_citrus.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_citrus.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.citrus", "1": "forestry:blocks/wood/planks.citrus", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.citrus" }, "elements": [ @@ -769,7 +769,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_cocobolo.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_cocobolo.json index 9ce36d3b7d..b642f51874 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_cocobolo.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_cocobolo.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.cocobolo", "1": "forestry:blocks/wood/planks.cocobolo", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.cocobolo" }, "elements": [ @@ -769,7 +769,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_ebony.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_ebony.json index 9dea75248d..d5e2e45596 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_ebony.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_ebony.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.ebony", "1": "forestry:blocks/wood/planks.ebony", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.ebony" }, "elements": [ @@ -769,7 +769,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_giganteum.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_giganteum.json index 6e1675c64f..4fc5803f0c 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_giganteum.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_giganteum.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.giganteum", "1": "forestry:blocks/wood/planks.giganteum", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.giganteum" }, "elements": [ @@ -769,7 +769,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_greenheart.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_greenheart.json index e05506aabd..2a9bd656dc 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_greenheart.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_greenheart.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.greenheart", "1": "forestry:blocks/wood/planks.greenheart", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.greenheart" }, "elements": [ @@ -769,7 +769,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_ipe.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_ipe.json index 06f94175e4..e3b70f07b1 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_ipe.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_ipe.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.ipe", "1": "forestry:blocks/wood/planks.ipe", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.ipe" }, "elements": [ @@ -769,7 +769,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_kapok.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_kapok.json index a2186ff607..da8bde83b2 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_kapok.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_kapok.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.kapok", "1": "forestry:blocks/wood/planks.kapok", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.kapok" }, "elements": [ @@ -769,7 +769,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_larch.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_larch.json index cfd3bff803..809196e89e 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_larch.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_larch.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.larch", "1": "forestry:blocks/wood/planks.larch", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.larch" }, "elements": [ @@ -769,7 +769,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_lime.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_lime.json index 1be17d6507..54d02c8113 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_lime.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_lime.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.lime", "1": "forestry:blocks/wood/planks.lime", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.lime" }, "elements": [ @@ -769,7 +769,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_mahoe.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_mahoe.json index a227891051..e080cec6c9 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_mahoe.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_mahoe.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.mahoe", "1": "forestry:blocks/wood/planks.mahoe", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.mahoe" }, "elements": [ @@ -769,7 +769,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_mahogany.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_mahogany.json index b268c66914..6cdb094efc 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_mahogany.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_mahogany.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.mahogany", "1": "forestry:blocks/wood/planks.mahogany", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.mahogany" }, "elements": [ @@ -769,7 +769,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_maple.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_maple.json index 123c319145..d0ae5f83b7 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_maple.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_maple.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.maple", "1": "forestry:blocks/wood/planks.maple", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.maple" }, "elements": [ @@ -769,7 +769,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_padauk.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_padauk.json index 42f3fed0f0..68f9ca8550 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_padauk.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_padauk.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.padauk", "1": "forestry:blocks/wood/planks.padauk", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.padauk" }, "elements": [ @@ -769,7 +769,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_palm.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_palm.json index abd70b848d..8e43c350bb 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_palm.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_palm.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.palm", "1": "forestry:blocks/wood/planks.palm", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.palm" }, "elements": [ @@ -769,7 +769,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_papaya.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_papaya.json index 826e5a4b9c..e0d246d727 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_papaya.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_papaya.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.papaya", "1": "forestry:blocks/wood/planks.papaya", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.papaya" }, "elements": [ @@ -769,7 +769,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_pine.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_pine.json index b87475e0cf..0d68e4fe38 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_pine.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_pine.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.pine", "1": "forestry:blocks/wood/planks.pine", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.pine" }, "elements": [ @@ -769,7 +769,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_plum.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_plum.json index c233b79dc1..ed9c13af53 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_plum.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_plum.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.plum", "1": "forestry:blocks/wood/planks.plum", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.plum" }, "elements": [ @@ -769,7 +769,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_poplar.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_poplar.json index fca9e7acdd..6f36a7b93e 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_poplar.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_poplar.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.poplar", "1": "forestry:blocks/wood/planks.poplar", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.poplar" }, "elements": [ @@ -769,7 +769,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_sequoia.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_sequoia.json index bfc0ca52a5..de5b2bc502 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_sequoia.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_sequoia.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.sequoia", "1": "forestry:blocks/wood/planks.sequoia", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.sequoia" }, "elements": [ @@ -769,7 +769,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_teak.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_teak.json index b81ca5de10..f45c6dfc7f 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_teak.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_teak.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.teak", "1": "forestry:blocks/wood/planks.teak", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.teak" }, "elements": [ @@ -769,7 +769,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_walnut.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_walnut.json index da70893163..aea3be07c8 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_walnut.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_walnut.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.walnut", "1": "forestry:blocks/wood/planks.walnut", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.walnut" }, "elements": [ @@ -769,7 +769,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_wenge.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_wenge.json index 6d5f31d7d8..931b829714 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_wenge.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_wenge.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.wenge", "1": "forestry:blocks/wood/planks.wenge", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.wenge" }, "elements": [ @@ -769,7 +769,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_willow.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_willow.json index a9e2865901..3a41c4e705 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_willow.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_willow.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.willow", "1": "forestry:blocks/wood/planks.willow", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.willow" }, "elements": [ @@ -769,7 +769,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_zebrawood.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_zebrawood.json index 5b0704b40e..5f69c645e1 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_zebrawood.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_forestry_zebrawood.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.zebrawood", "1": "forestry:blocks/wood/planks.zebrawood", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.zebrawood" }, "elements": [ @@ -769,7 +769,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_immersiveengineering_treated_wood.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_immersiveengineering_treated_wood.json index ef8dbbefb0..8651a52948 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_immersiveengineering_treated_wood.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_immersiveengineering_treated_wood.json @@ -3,7 +3,7 @@ "textures": { "0": "immersiveengineering:blocks/treated_wood_packaged", "1": "immersiveengineering:blocks/treated_wood_vertical", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "immersiveengineering:blocks/treated_wood_packaged" }, "elements": [ @@ -769,7 +769,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_jungle.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_jungle.json index f38621607d..f5f852c553 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_jungle.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_jungle.json @@ -3,7 +3,7 @@ "textures": { "0": "minecraft:blocks/log_jungle", "1": "minecraft:blocks/planks_jungle", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "minecraft:blocks/log_jungle" }, "elements": [ @@ -769,7 +769,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_natura_amaranth.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_natura_amaranth.json index 835f644233..974d840bd2 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_natura_amaranth.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_natura_amaranth.json @@ -3,7 +3,7 @@ "textures": { "0": "natura:blocks/logs/overworld/amaranth_log", "1": "natura:blocks/planks/overworld/amaranth_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/overworld/amaranth_log" }, "elements": [ @@ -769,7 +769,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_natura_bloodwood.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_natura_bloodwood.json index bc7eae0a2c..53cfc584c3 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_natura_bloodwood.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_natura_bloodwood.json @@ -3,7 +3,7 @@ "textures": { "0": "natura:blocks/logs/nether/bloodwood_bark", "1": "natura:blocks/planks/nether/bloodwood_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/nether/bloodwood_bark" }, "elements": [ @@ -769,7 +769,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_natura_darkwood.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_natura_darkwood.json index 54f0387912..254a8895fc 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_natura_darkwood.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_natura_darkwood.json @@ -3,7 +3,7 @@ "textures": { "0": "natura:blocks/logs/nether/darkwood_log", "1": "natura:blocks/planks/nether/darkwood_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/nether/darkwood_log" }, "elements": [ @@ -769,7 +769,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_natura_eucalyptus.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_natura_eucalyptus.json index 9fdaf7b29b..7a62deee3f 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_natura_eucalyptus.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_natura_eucalyptus.json @@ -3,7 +3,7 @@ "textures": { "0": "natura:blocks/logs/overworld/eucalyptus_log", "1": "natura:blocks/planks/overworld/eucalyptus_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/overworld/eucalyptus_log" }, "elements": [ @@ -769,7 +769,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_natura_fusewood.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_natura_fusewood.json index 405ea72ab6..a48703a8d6 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_natura_fusewood.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_natura_fusewood.json @@ -3,7 +3,7 @@ "textures": { "0": "natura:blocks/logs/nether/fusewood_log", "1": "natura:blocks/planks/nether/fusewood_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/nether/fusewood_log" }, "elements": [ @@ -769,7 +769,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_natura_ghostwood.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_natura_ghostwood.json index 303883b60a..b0ea36bc2f 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_natura_ghostwood.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_natura_ghostwood.json @@ -3,7 +3,7 @@ "textures": { "0": "natura:blocks/logs/nether/ghostwood_log", "1": "natura:blocks/planks/nether/ghostwood_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/nether/ghostwood_log" }, "elements": [ @@ -769,7 +769,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_natura_hopseed.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_natura_hopseed.json index d7b86fb257..129b80a481 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_natura_hopseed.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_natura_hopseed.json @@ -3,7 +3,7 @@ "textures": { "0": "natura:blocks/logs/overworld/hopseed_log", "1": "natura:blocks/planks/overworld/hopseed_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/overworld/hopseed_log" }, "elements": [ @@ -769,7 +769,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_natura_maple.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_natura_maple.json index 3094e6383d..4f7784a9da 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_natura_maple.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_natura_maple.json @@ -3,7 +3,7 @@ "textures": { "0": "natura:blocks/logs/overworld/maple_log", "1": "natura:blocks/planks/overworld/maple_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/overworld/maple_log" }, "elements": [ @@ -769,7 +769,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_natura_sakura.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_natura_sakura.json index 41894cf16e..ddfb0dc428 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_natura_sakura.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_natura_sakura.json @@ -3,7 +3,7 @@ "textures": { "0": "natura:blocks/logs/overworld/sakura_log", "1": "natura:blocks/planks/overworld/sakura_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/overworld/sakura_log" }, "elements": [ @@ -769,7 +769,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_natura_silverbell.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_natura_silverbell.json index ddd35425c0..ef68c81a5c 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_natura_silverbell.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_natura_silverbell.json @@ -3,7 +3,7 @@ "textures": { "0": "natura:blocks/logs/overworld/silverbell_log", "1": "natura:blocks/planks/overworld/silverbell_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/overworld/silverbell_log" }, "elements": [ @@ -769,7 +769,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_natura_tiger.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_natura_tiger.json index 894d176639..6c4555332f 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_natura_tiger.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_natura_tiger.json @@ -3,7 +3,7 @@ "textures": { "0": "natura:blocks/logs/overworld/tiger_log", "1": "natura:blocks/planks/overworld/tiger_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/overworld/tiger_log" }, "elements": [ @@ -769,7 +769,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_natura_willow.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_natura_willow.json index eb851a82bd..59ba56dd3e 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_natura_willow.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_natura_willow.json @@ -3,7 +3,7 @@ "textures": { "0": "natura:blocks/logs/overworld/willow_log", "1": "natura:blocks/planks/overworld/willow_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/overworld/willow_log" }, "elements": [ @@ -769,7 +769,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_oak.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_oak.json index 3857a2074b..d4af09a266 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_oak.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_oak.json @@ -3,7 +3,7 @@ "textures": { "0": "minecraft:blocks/log_oak", "1": "minecraft:blocks/planks_oak", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "minecraft:blocks/log_oak" }, "elements": [ @@ -769,7 +769,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_spruce.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_spruce.json index a1004de92d..e43e762473 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_spruce.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_left_spruce.json @@ -3,7 +3,7 @@ "textures": { "0": "minecraft:blocks/log_spruce", "1": "minecraft:blocks/planks_spruce", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "minecraft:blocks/log_spruce" }, "elements": [ @@ -769,7 +769,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_acacia.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_acacia.json index 397801a133..e0dda0e76e 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_acacia.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_acacia.json @@ -3,7 +3,7 @@ "textures": { "0": "minecraft:blocks/log_acacia", "1": "minecraft:blocks/planks_acacia", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "minecraft:blocks/log_acacia" }, "elements": [ @@ -162,7 +162,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_big_oak.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_big_oak.json index 817d3f1715..236ac2f7b8 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_big_oak.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_big_oak.json @@ -3,7 +3,7 @@ "textures": { "0": "minecraft:blocks/log_big_oak", "1": "minecraft:blocks/planks_big_oak", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "minecraft:blocks/log_big_oak" }, "elements": [ @@ -162,7 +162,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_cherry.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_cherry.json index 366db277d9..bed4c4e06e 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_cherry.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_cherry.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/cherry_log", "1": "biomesoplenty:blocks/cherry_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/cherry_log" }, "elements": [ @@ -162,7 +162,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_ebony.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_ebony.json index 6304c95c0e..7f8a40e950 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_ebony.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_ebony.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/ebony_log", "1": "biomesoplenty:blocks/ebony_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/ebony_log" }, "elements": [ @@ -162,7 +162,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_ethereal.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_ethereal.json index 401a3a0f67..6f3a7de768 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_ethereal.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_ethereal.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/ethereal_log", "1": "biomesoplenty:blocks/ethereal_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/ethereal_log" }, "elements": [ @@ -162,7 +162,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_eucalyptus.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_eucalyptus.json index edc993d670..fd1023cb12 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_eucalyptus.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_eucalyptus.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/eucalyptus_log", "1": "biomesoplenty:blocks/eucalyptus_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/eucalyptus_log" }, "elements": [ @@ -162,7 +162,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_fir.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_fir.json index 5a41bb8245..61ae3379a9 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_fir.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_fir.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/fir_log", "1": "biomesoplenty:blocks/fir_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/fir_log" }, "elements": [ @@ -162,7 +162,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_hellbark.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_hellbark.json index 07da1016d4..ef47098ea4 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_hellbark.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_hellbark.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/hellbark_log", "1": "biomesoplenty:blocks/hellbark_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/hellbark_log" }, "elements": [ @@ -162,7 +162,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_jacaranda.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_jacaranda.json index 1383fdb4e7..fe1f0943f6 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_jacaranda.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_jacaranda.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/jacaranda_log", "1": "biomesoplenty:blocks/jacaranda_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/jacaranda_log" }, "elements": [ @@ -162,7 +162,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_magic.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_magic.json index e89db4c4c5..e56c53f540 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_magic.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_magic.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/magic_log", "1": "biomesoplenty:blocks/magic_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/magic_log" }, "elements": [ @@ -162,7 +162,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_mahogany.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_mahogany.json index e49573c63a..1dc4b06a2f 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_mahogany.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_mahogany.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/mahogany_log", "1": "biomesoplenty:blocks/mahogany_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/mahogany_log" }, "elements": [ @@ -162,7 +162,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_mangrove.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_mangrove.json index c6a023ccce..64dc1f0114 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_mangrove.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_mangrove.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/mangrove_log", "1": "biomesoplenty:blocks/mangrove_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/mangrove_log" }, "elements": [ @@ -162,7 +162,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_palm.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_palm.json index 6a498305f9..f338db606d 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_palm.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_palm.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/palm_log", "1": "biomesoplenty:blocks/palm_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/palm_log" }, "elements": [ @@ -162,7 +162,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_pine.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_pine.json index febdd03ff6..3295bd5a65 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_pine.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_pine.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/pine_log", "1": "biomesoplenty:blocks/pine_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/pine_log" }, "elements": [ @@ -162,7 +162,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_redwood.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_redwood.json index a64bd2b6ee..c6b68562d9 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_redwood.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_redwood.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/redwood_log", "1": "biomesoplenty:blocks/redwood_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/redwood_log" }, "elements": [ @@ -162,7 +162,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_sacred_oak.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_sacred_oak.json index 2e3443fc3a..8a44ad4dcd 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_sacred_oak.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_sacred_oak.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/sacred_oak_log", "1": "biomesoplenty:blocks/sacred_oak_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/sacred_oak_log" }, "elements": [ @@ -162,7 +162,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_umbran.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_umbran.json index 2d696c144c..8a4ef7acc9 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_umbran.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_umbran.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/umbran_log", "1": "biomesoplenty:blocks/umbran_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/umbran_log" }, "elements": [ @@ -162,7 +162,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_willow.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_willow.json index 07c842e05b..d4377b73d7 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_willow.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_biomesoplenty_willow.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/willow_log", "1": "biomesoplenty:blocks/willow_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/willow_log" }, "elements": [ @@ -162,7 +162,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_birch.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_birch.json index 5026279de6..87d67ed4c7 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_birch.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_birch.json @@ -3,7 +3,7 @@ "textures": { "0": "minecraft:blocks/log_birch", "1": "minecraft:blocks/planks_birch", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "minecraft:blocks/log_birch" }, "elements": [ @@ -162,7 +162,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_acacia.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_acacia.json index 4ba7cdf241..2193d15e5a 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_acacia.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_acacia.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.acacia", "1": "forestry:blocks/wood/planks.acacia", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.acacia" }, "elements": [ @@ -162,7 +162,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_balsa.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_balsa.json index eff860f0e6..6a947db46b 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_balsa.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_balsa.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.balsa", "1": "forestry:blocks/wood/planks.balsa", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.balsa" }, "elements": [ @@ -162,7 +162,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_baobab.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_baobab.json index 1dc0a566bd..21505b4e14 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_baobab.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_baobab.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.baobab", "1": "forestry:blocks/wood/planks.baobab", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.baobab" }, "elements": [ @@ -162,7 +162,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_cherry.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_cherry.json index d3d45ff6b6..e5b8d9d85a 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_cherry.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_cherry.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.cherry", "1": "forestry:blocks/wood/planks.cherry", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.cherry" }, "elements": [ @@ -162,7 +162,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_chestnut.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_chestnut.json index 0ae46e5312..38ae7ee5c7 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_chestnut.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_chestnut.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.chestnut", "1": "forestry:blocks/wood/planks.chestnut", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.chestnut" }, "elements": [ @@ -162,7 +162,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_citrus.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_citrus.json index f16db2e749..0886f5c364 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_citrus.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_citrus.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.citrus", "1": "forestry:blocks/wood/planks.citrus", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.citrus" }, "elements": [ @@ -162,7 +162,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_cocobolo.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_cocobolo.json index 98fa7ab85d..c9c0be47a0 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_cocobolo.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_cocobolo.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.cocobolo", "1": "forestry:blocks/wood/planks.cocobolo", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.cocobolo" }, "elements": [ @@ -162,7 +162,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_ebony.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_ebony.json index 3b0795c9b9..4ee91b27b8 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_ebony.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_ebony.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.ebony", "1": "forestry:blocks/wood/planks.ebony", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.ebony" }, "elements": [ @@ -162,7 +162,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_giganteum.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_giganteum.json index 6323d7d739..dafeb8aa11 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_giganteum.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_giganteum.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.giganteum", "1": "forestry:blocks/wood/planks.giganteum", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.giganteum" }, "elements": [ @@ -162,7 +162,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_greenheart.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_greenheart.json index 75e00aa521..0e485498a3 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_greenheart.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_greenheart.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.greenheart", "1": "forestry:blocks/wood/planks.greenheart", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.greenheart" }, "elements": [ @@ -162,7 +162,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_ipe.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_ipe.json index c52eed2423..7c700b9063 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_ipe.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_ipe.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.ipe", "1": "forestry:blocks/wood/planks.ipe", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.ipe" }, "elements": [ @@ -162,7 +162,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_kapok.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_kapok.json index 8e6de6d932..16c5f76146 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_kapok.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_kapok.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.kapok", "1": "forestry:blocks/wood/planks.kapok", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.kapok" }, "elements": [ @@ -162,7 +162,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_larch.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_larch.json index c43dab4ac2..6e96fbd92f 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_larch.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_larch.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.larch", "1": "forestry:blocks/wood/planks.larch", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.larch" }, "elements": [ @@ -162,7 +162,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_lime.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_lime.json index bd88aa4d4c..7526ab1a3a 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_lime.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_lime.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.lime", "1": "forestry:blocks/wood/planks.lime", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.lime" }, "elements": [ @@ -162,7 +162,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_mahoe.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_mahoe.json index f8266fa5f4..e33bcf356a 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_mahoe.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_mahoe.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.mahoe", "1": "forestry:blocks/wood/planks.mahoe", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.mahoe" }, "elements": [ @@ -162,7 +162,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_mahogany.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_mahogany.json index 5ad4067c16..e611f9fdb9 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_mahogany.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_mahogany.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.mahogany", "1": "forestry:blocks/wood/planks.mahogany", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.mahogany" }, "elements": [ @@ -162,7 +162,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_maple.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_maple.json index bbb012e3b9..f07059dc16 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_maple.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_maple.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.maple", "1": "forestry:blocks/wood/planks.maple", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.maple" }, "elements": [ @@ -162,7 +162,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_padauk.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_padauk.json index 759099bdcc..2052eea6c2 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_padauk.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_padauk.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.padauk", "1": "forestry:blocks/wood/planks.padauk", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.padauk" }, "elements": [ @@ -162,7 +162,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_palm.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_palm.json index 171c49b763..984b1bb577 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_palm.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_palm.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.palm", "1": "forestry:blocks/wood/planks.palm", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.palm" }, "elements": [ @@ -162,7 +162,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_papaya.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_papaya.json index ccb1ebdb28..c03cdfd60f 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_papaya.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_papaya.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.papaya", "1": "forestry:blocks/wood/planks.papaya", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.papaya" }, "elements": [ @@ -162,7 +162,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_pine.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_pine.json index 6f63fcebf7..38e4aa0062 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_pine.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_pine.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.pine", "1": "forestry:blocks/wood/planks.pine", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.pine" }, "elements": [ @@ -162,7 +162,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_plum.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_plum.json index ca3da225c9..fe9697f2b6 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_plum.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_plum.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.plum", "1": "forestry:blocks/wood/planks.plum", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.plum" }, "elements": [ @@ -162,7 +162,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_poplar.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_poplar.json index 64e6d4f815..223855e447 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_poplar.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_poplar.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.poplar", "1": "forestry:blocks/wood/planks.poplar", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.poplar" }, "elements": [ @@ -162,7 +162,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_sequoia.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_sequoia.json index ee38cbe814..0a37b9fa0f 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_sequoia.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_sequoia.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.sequoia", "1": "forestry:blocks/wood/planks.sequoia", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.sequoia" }, "elements": [ @@ -162,7 +162,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_teak.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_teak.json index afe0128e96..94ef5953ad 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_teak.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_teak.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.teak", "1": "forestry:blocks/wood/planks.teak", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.teak" }, "elements": [ @@ -162,7 +162,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_walnut.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_walnut.json index 422743f2f7..4deb5317dc 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_walnut.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_walnut.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.walnut", "1": "forestry:blocks/wood/planks.walnut", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.walnut" }, "elements": [ @@ -162,7 +162,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_wenge.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_wenge.json index c3f22678d7..d3bf79b010 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_wenge.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_wenge.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.wenge", "1": "forestry:blocks/wood/planks.wenge", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.wenge" }, "elements": [ @@ -162,7 +162,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_willow.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_willow.json index f2c0d321aa..1c59a11463 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_willow.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_willow.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.willow", "1": "forestry:blocks/wood/planks.willow", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.willow" }, "elements": [ @@ -162,7 +162,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_zebrawood.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_zebrawood.json index 7f3594ce87..d693791f4b 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_zebrawood.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_forestry_zebrawood.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.zebrawood", "1": "forestry:blocks/wood/planks.zebrawood", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.zebrawood" }, "elements": [ @@ -162,7 +162,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_immersiveengineering_treated_wood.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_immersiveengineering_treated_wood.json index 9f47719df9..1552e502b3 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_immersiveengineering_treated_wood.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_immersiveengineering_treated_wood.json @@ -3,7 +3,7 @@ "textures": { "0": "immersiveengineering:blocks/treated_wood_packaged", "1": "immersiveengineering:blocks/treated_wood_vertical", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "immersiveengineering:blocks/treated_wood_packaged" }, "elements": [ @@ -162,7 +162,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_jungle.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_jungle.json index b447d80f01..dc70e550bc 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_jungle.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_jungle.json @@ -3,7 +3,7 @@ "textures": { "0": "minecraft:blocks/log_jungle", "1": "minecraft:blocks/planks_jungle", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "minecraft:blocks/log_jungle" }, "elements": [ @@ -162,7 +162,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_natura_amaranth.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_natura_amaranth.json index 35ddbb5185..a7c94524ae 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_natura_amaranth.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_natura_amaranth.json @@ -3,7 +3,7 @@ "textures": { "0": "natura:blocks/logs/overworld/amaranth_log", "1": "natura:blocks/planks/overworld/amaranth_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/overworld/amaranth_log" }, "elements": [ @@ -162,7 +162,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_natura_bloodwood.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_natura_bloodwood.json index 595916bdc8..4396491e05 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_natura_bloodwood.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_natura_bloodwood.json @@ -3,7 +3,7 @@ "textures": { "0": "natura:blocks/logs/nether/bloodwood_bark", "1": "natura:blocks/planks/nether/bloodwood_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/nether/bloodwood_bark" }, "elements": [ @@ -162,7 +162,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_natura_darkwood.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_natura_darkwood.json index b0e7cff8c3..2cc28977cf 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_natura_darkwood.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_natura_darkwood.json @@ -3,7 +3,7 @@ "textures": { "0": "natura:blocks/logs/nether/darkwood_log", "1": "natura:blocks/planks/nether/darkwood_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/nether/darkwood_log" }, "elements": [ @@ -162,7 +162,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_natura_eucalyptus.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_natura_eucalyptus.json index 7a71b0b57a..29d880a10e 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_natura_eucalyptus.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_natura_eucalyptus.json @@ -3,7 +3,7 @@ "textures": { "0": "natura:blocks/logs/overworld/eucalyptus_log", "1": "natura:blocks/planks/overworld/eucalyptus_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/overworld/eucalyptus_log" }, "elements": [ @@ -162,7 +162,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_natura_fusewood.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_natura_fusewood.json index 609a70af4c..9f33239e81 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_natura_fusewood.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_natura_fusewood.json @@ -3,7 +3,7 @@ "textures": { "0": "natura:blocks/logs/nether/fusewood_log", "1": "natura:blocks/planks/nether/fusewood_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/nether/fusewood_log" }, "elements": [ @@ -162,7 +162,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_natura_ghostwood.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_natura_ghostwood.json index ce62117269..93825559d5 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_natura_ghostwood.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_natura_ghostwood.json @@ -3,7 +3,7 @@ "textures": { "0": "natura:blocks/logs/nether/ghostwood_log", "1": "natura:blocks/planks/nether/ghostwood_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/nether/ghostwood_log" }, "elements": [ @@ -162,7 +162,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_natura_hopseed.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_natura_hopseed.json index bc8a1088a4..c8ffd01fcb 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_natura_hopseed.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_natura_hopseed.json @@ -3,7 +3,7 @@ "textures": { "0": "natura:blocks/logs/overworld/hopseed_log", "1": "natura:blocks/planks/overworld/hopseed_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/overworld/hopseed_log" }, "elements": [ @@ -162,7 +162,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_natura_maple.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_natura_maple.json index c91b5eb275..1b6a100ca7 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_natura_maple.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_natura_maple.json @@ -3,7 +3,7 @@ "textures": { "0": "natura:blocks/logs/overworld/maple_log", "1": "natura:blocks/planks/overworld/maple_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/overworld/maple_log" }, "elements": [ @@ -162,7 +162,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_natura_sakura.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_natura_sakura.json index 1dc16e691a..19660518cc 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_natura_sakura.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_natura_sakura.json @@ -3,7 +3,7 @@ "textures": { "0": "natura:blocks/logs/overworld/sakura_log", "1": "natura:blocks/planks/overworld/sakura_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/overworld/sakura_log" }, "elements": [ @@ -162,7 +162,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_natura_silverbell.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_natura_silverbell.json index 4b4e5ace91..2db3961c79 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_natura_silverbell.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_natura_silverbell.json @@ -3,7 +3,7 @@ "textures": { "0": "natura:blocks/logs/overworld/silverbell_log", "1": "natura:blocks/planks/overworld/silverbell_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/overworld/silverbell_log" }, "elements": [ @@ -162,7 +162,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_natura_tiger.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_natura_tiger.json index f8f91fe230..c3c3f0a027 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_natura_tiger.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_natura_tiger.json @@ -3,7 +3,7 @@ "textures": { "0": "natura:blocks/logs/overworld/tiger_log", "1": "natura:blocks/planks/overworld/tiger_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/overworld/tiger_log" }, "elements": [ @@ -162,7 +162,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_natura_willow.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_natura_willow.json index 372ad95b9e..8d5bf35a00 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_natura_willow.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_natura_willow.json @@ -3,7 +3,7 @@ "textures": { "0": "natura:blocks/logs/overworld/willow_log", "1": "natura:blocks/planks/overworld/willow_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/overworld/willow_log" }, "elements": [ @@ -162,7 +162,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_oak.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_oak.json index e5aa77e833..bcdbd800c5 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_oak.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_oak.json @@ -3,7 +3,7 @@ "textures": { "0": "minecraft:blocks/log_oak", "1": "minecraft:blocks/planks_oak", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "minecraft:blocks/log_oak" }, "elements": [ @@ -162,7 +162,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_spruce.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_spruce.json index 40d542f397..cbf681b109 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_spruce.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_middle_spruce.json @@ -3,7 +3,7 @@ "textures": { "0": "minecraft:blocks/log_spruce", "1": "minecraft:blocks/planks_spruce", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "minecraft:blocks/log_spruce" }, "elements": [ @@ -162,7 +162,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 16, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_acacia.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_acacia.json index 272e31bc94..3b8966e7dd 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_acacia.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_acacia.json @@ -3,7 +3,7 @@ "textures": { "0": "minecraft:blocks/log_acacia", "1": "minecraft:blocks/planks_acacia", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "minecraft:blocks/log_acacia" }, "elements": [ @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -298,7 +298,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -307,7 +307,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -316,7 +316,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -325,7 +325,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -334,7 +334,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -343,7 +343,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_big_oak.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_big_oak.json index dd88c3ce32..53a908f4f6 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_big_oak.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_big_oak.json @@ -3,7 +3,7 @@ "textures": { "0": "minecraft:blocks/log_big_oak", "1": "minecraft:blocks/planks_big_oak", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "minecraft:blocks/log_big_oak" }, "elements": [ @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -298,7 +298,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -307,7 +307,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -316,7 +316,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -325,7 +325,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -334,7 +334,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -343,7 +343,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_biomesoplenty_cherry.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_biomesoplenty_cherry.json index 99d8aa66d3..4433a81839 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_biomesoplenty_cherry.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_biomesoplenty_cherry.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/cherry_log", "1": "biomesoplenty:blocks/cherry_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/cherry_log" }, "elements": [ @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -298,7 +298,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -307,7 +307,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -316,7 +316,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -325,7 +325,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -334,7 +334,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -343,7 +343,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_biomesoplenty_ebony.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_biomesoplenty_ebony.json index c1e5112303..18bbc0c2c7 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_biomesoplenty_ebony.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_biomesoplenty_ebony.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/ebony_log", "1": "biomesoplenty:blocks/ebony_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/ebony_log" }, "elements": [ @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -298,7 +298,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -307,7 +307,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -316,7 +316,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -325,7 +325,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -334,7 +334,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -343,7 +343,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_biomesoplenty_ethereal.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_biomesoplenty_ethereal.json index 0559705ddb..d105d220c1 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_biomesoplenty_ethereal.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_biomesoplenty_ethereal.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/ethereal_log", "1": "biomesoplenty:blocks/ethereal_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/ethereal_log" }, "elements": [ @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -298,7 +298,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -307,7 +307,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -316,7 +316,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -325,7 +325,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -334,7 +334,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -343,7 +343,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_biomesoplenty_eucalyptus.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_biomesoplenty_eucalyptus.json index e73c0a3c06..4c7caad7aa 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_biomesoplenty_eucalyptus.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_biomesoplenty_eucalyptus.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/eucalyptus_log", "1": "biomesoplenty:blocks/eucalyptus_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/eucalyptus_log" }, "elements": [ @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -298,7 +298,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -307,7 +307,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -316,7 +316,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -325,7 +325,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -334,7 +334,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -343,7 +343,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_biomesoplenty_fir.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_biomesoplenty_fir.json index 2dd776d180..5b5371e5a3 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_biomesoplenty_fir.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_biomesoplenty_fir.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/fir_log", "1": "biomesoplenty:blocks/fir_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/fir_log" }, "elements": [ @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -298,7 +298,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -307,7 +307,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -316,7 +316,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -325,7 +325,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -334,7 +334,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -343,7 +343,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_biomesoplenty_hellbark.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_biomesoplenty_hellbark.json index 230ed4b762..2eb4bc28b3 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_biomesoplenty_hellbark.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_biomesoplenty_hellbark.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/hellbark_log", "1": "biomesoplenty:blocks/hellbark_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/hellbark_log" }, "elements": [ @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -298,7 +298,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -307,7 +307,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -316,7 +316,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -325,7 +325,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -334,7 +334,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -343,7 +343,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_biomesoplenty_jacaranda.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_biomesoplenty_jacaranda.json index 7ee1cb53d7..538c4d40ac 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_biomesoplenty_jacaranda.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_biomesoplenty_jacaranda.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/jacaranda_log", "1": "biomesoplenty:blocks/jacaranda_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/jacaranda_log" }, "elements": [ @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -298,7 +298,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -307,7 +307,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -316,7 +316,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -325,7 +325,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -334,7 +334,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -343,7 +343,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_biomesoplenty_magic.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_biomesoplenty_magic.json index 97531b336c..162dfee46c 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_biomesoplenty_magic.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_biomesoplenty_magic.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/magic_log", "1": "biomesoplenty:blocks/magic_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/magic_log" }, "elements": [ @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -298,7 +298,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -307,7 +307,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -316,7 +316,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -325,7 +325,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -334,7 +334,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -343,7 +343,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_biomesoplenty_mahogany.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_biomesoplenty_mahogany.json index 7cd7577e30..f7cb935955 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_biomesoplenty_mahogany.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_biomesoplenty_mahogany.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/mahogany_log", "1": "biomesoplenty:blocks/mahogany_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/mahogany_log" }, "elements": [ @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -298,7 +298,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -307,7 +307,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -316,7 +316,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -325,7 +325,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -334,7 +334,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -343,7 +343,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_biomesoplenty_mangrove.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_biomesoplenty_mangrove.json index c763731ce6..a96abb81a1 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_biomesoplenty_mangrove.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_biomesoplenty_mangrove.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/mangrove_log", "1": "biomesoplenty:blocks/mangrove_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/mangrove_log" }, "elements": [ @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -298,7 +298,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -307,7 +307,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -316,7 +316,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -325,7 +325,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -334,7 +334,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -343,7 +343,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_biomesoplenty_palm.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_biomesoplenty_palm.json index ed4af26ce7..9560049da9 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_biomesoplenty_palm.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_biomesoplenty_palm.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/palm_log", "1": "biomesoplenty:blocks/palm_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/palm_log" }, "elements": [ @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -298,7 +298,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -307,7 +307,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -316,7 +316,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -325,7 +325,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -334,7 +334,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -343,7 +343,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_biomesoplenty_pine.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_biomesoplenty_pine.json index 1ec2700f56..d8aa46b675 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_biomesoplenty_pine.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_biomesoplenty_pine.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/pine_log", "1": "biomesoplenty:blocks/pine_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/pine_log" }, "elements": [ @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -298,7 +298,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -307,7 +307,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -316,7 +316,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -325,7 +325,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -334,7 +334,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -343,7 +343,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_biomesoplenty_redwood.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_biomesoplenty_redwood.json index 0d02239312..1b39968b0d 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_biomesoplenty_redwood.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_biomesoplenty_redwood.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/redwood_log", "1": "biomesoplenty:blocks/redwood_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/redwood_log" }, "elements": [ @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -298,7 +298,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -307,7 +307,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -316,7 +316,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -325,7 +325,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -334,7 +334,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -343,7 +343,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_biomesoplenty_sacred_oak.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_biomesoplenty_sacred_oak.json index 4973bb50ef..3a802eefc7 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_biomesoplenty_sacred_oak.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_biomesoplenty_sacred_oak.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/sacred_oak_log", "1": "biomesoplenty:blocks/sacred_oak_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/sacred_oak_log" }, "elements": [ @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -298,7 +298,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -307,7 +307,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -316,7 +316,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -325,7 +325,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -334,7 +334,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -343,7 +343,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_biomesoplenty_umbran.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_biomesoplenty_umbran.json index 45c7df8703..ef4e1e7401 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_biomesoplenty_umbran.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_biomesoplenty_umbran.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/umbran_log", "1": "biomesoplenty:blocks/umbran_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/umbran_log" }, "elements": [ @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -298,7 +298,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -307,7 +307,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -316,7 +316,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -325,7 +325,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -334,7 +334,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -343,7 +343,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_biomesoplenty_willow.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_biomesoplenty_willow.json index 2aa072b5c9..48ba089d25 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_biomesoplenty_willow.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_biomesoplenty_willow.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/willow_log", "1": "biomesoplenty:blocks/willow_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/willow_log" }, "elements": [ @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -298,7 +298,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -307,7 +307,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -316,7 +316,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -325,7 +325,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -334,7 +334,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -343,7 +343,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_birch.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_birch.json index 0b69a90ff1..3cb6185aa9 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_birch.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_birch.json @@ -3,7 +3,7 @@ "textures": { "0": "minecraft:blocks/log_birch", "1": "minecraft:blocks/planks_birch", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "minecraft:blocks/log_birch" }, "elements": [ @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -298,7 +298,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -307,7 +307,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -316,7 +316,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -325,7 +325,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -334,7 +334,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -343,7 +343,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_acacia.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_acacia.json index e371cdcdb2..1c565442e9 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_acacia.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_acacia.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.acacia", "1": "forestry:blocks/wood/planks.acacia", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.acacia" }, "elements": [ @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -298,7 +298,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -307,7 +307,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -316,7 +316,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -325,7 +325,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -334,7 +334,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -343,7 +343,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_balsa.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_balsa.json index f347862701..85c82030fe 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_balsa.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_balsa.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.balsa", "1": "forestry:blocks/wood/planks.balsa", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.balsa" }, "elements": [ @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -298,7 +298,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -307,7 +307,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -316,7 +316,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -325,7 +325,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -334,7 +334,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -343,7 +343,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_baobab.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_baobab.json index 69c7878fdd..0183f30fd1 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_baobab.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_baobab.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.baobab", "1": "forestry:blocks/wood/planks.baobab", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.baobab" }, "elements": [ @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -298,7 +298,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -307,7 +307,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -316,7 +316,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -325,7 +325,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -334,7 +334,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -343,7 +343,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_cherry.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_cherry.json index a5727186ec..8adf8e25c4 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_cherry.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_cherry.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.cherry", "1": "forestry:blocks/wood/planks.cherry", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.cherry" }, "elements": [ @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -298,7 +298,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -307,7 +307,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -316,7 +316,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -325,7 +325,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -334,7 +334,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -343,7 +343,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_chestnut.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_chestnut.json index 622892211b..34bf7da16e 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_chestnut.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_chestnut.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.chestnut", "1": "forestry:blocks/wood/planks.chestnut", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.chestnut" }, "elements": [ @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -298,7 +298,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -307,7 +307,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -316,7 +316,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -325,7 +325,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -334,7 +334,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -343,7 +343,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_citrus.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_citrus.json index 46e938b86b..929ff5f95f 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_citrus.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_citrus.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.citrus", "1": "forestry:blocks/wood/planks.citrus", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.citrus" }, "elements": [ @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -298,7 +298,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -307,7 +307,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -316,7 +316,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -325,7 +325,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -334,7 +334,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -343,7 +343,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_cocobolo.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_cocobolo.json index 5c419556b3..bfda28eb88 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_cocobolo.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_cocobolo.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.cocobolo", "1": "forestry:blocks/wood/planks.cocobolo", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.cocobolo" }, "elements": [ @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -298,7 +298,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -307,7 +307,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -316,7 +316,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -325,7 +325,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -334,7 +334,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -343,7 +343,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_ebony.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_ebony.json index 67cda1554b..49c28ca92b 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_ebony.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_ebony.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.ebony", "1": "forestry:blocks/wood/planks.ebony", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.ebony" }, "elements": [ @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -298,7 +298,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -307,7 +307,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -316,7 +316,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -325,7 +325,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -334,7 +334,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -343,7 +343,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_giganteum.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_giganteum.json index d8c42a2902..206ca9f470 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_giganteum.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_giganteum.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.giganteum", "1": "forestry:blocks/wood/planks.giganteum", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.giganteum" }, "elements": [ @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -298,7 +298,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -307,7 +307,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -316,7 +316,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -325,7 +325,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -334,7 +334,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -343,7 +343,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_greenheart.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_greenheart.json index 98efbd313b..f38a027fa7 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_greenheart.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_greenheart.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.greenheart", "1": "forestry:blocks/wood/planks.greenheart", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.greenheart" }, "elements": [ @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -298,7 +298,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -307,7 +307,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -316,7 +316,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -325,7 +325,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -334,7 +334,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -343,7 +343,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_ipe.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_ipe.json index ecc3164857..478fffb254 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_ipe.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_ipe.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.ipe", "1": "forestry:blocks/wood/planks.ipe", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.ipe" }, "elements": [ @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -298,7 +298,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -307,7 +307,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -316,7 +316,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -325,7 +325,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -334,7 +334,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -343,7 +343,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_kapok.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_kapok.json index 609a31f77c..0ebba8cbbc 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_kapok.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_kapok.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.kapok", "1": "forestry:blocks/wood/planks.kapok", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.kapok" }, "elements": [ @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -298,7 +298,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -307,7 +307,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -316,7 +316,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -325,7 +325,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -334,7 +334,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -343,7 +343,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_larch.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_larch.json index ffcc81dd70..218b0268b0 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_larch.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_larch.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.larch", "1": "forestry:blocks/wood/planks.larch", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.larch" }, "elements": [ @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -298,7 +298,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -307,7 +307,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -316,7 +316,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -325,7 +325,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -334,7 +334,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -343,7 +343,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_lime.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_lime.json index 92b9953d6b..c975abf8c1 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_lime.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_lime.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.lime", "1": "forestry:blocks/wood/planks.lime", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.lime" }, "elements": [ @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -298,7 +298,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -307,7 +307,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -316,7 +316,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -325,7 +325,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -334,7 +334,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -343,7 +343,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_mahoe.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_mahoe.json index c72fa58a93..6224077269 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_mahoe.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_mahoe.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.mahoe", "1": "forestry:blocks/wood/planks.mahoe", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.mahoe" }, "elements": [ @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -298,7 +298,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -307,7 +307,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -316,7 +316,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -325,7 +325,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -334,7 +334,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -343,7 +343,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_mahogany.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_mahogany.json index 5ac144eb58..703adc4188 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_mahogany.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_mahogany.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.mahogany", "1": "forestry:blocks/wood/planks.mahogany", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.mahogany" }, "elements": [ @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -298,7 +298,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -307,7 +307,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -316,7 +316,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -325,7 +325,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -334,7 +334,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -343,7 +343,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_maple.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_maple.json index 3660ac6faf..acf582dcd5 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_maple.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_maple.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.maple", "1": "forestry:blocks/wood/planks.maple", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.maple" }, "elements": [ @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -298,7 +298,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -307,7 +307,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -316,7 +316,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -325,7 +325,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -334,7 +334,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -343,7 +343,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_padauk.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_padauk.json index 5b57310e22..d705209511 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_padauk.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_padauk.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.padauk", "1": "forestry:blocks/wood/planks.padauk", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.padauk" }, "elements": [ @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -298,7 +298,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -307,7 +307,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -316,7 +316,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -325,7 +325,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -334,7 +334,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -343,7 +343,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_palm.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_palm.json index c67dd53436..cbd3ae2e6b 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_palm.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_palm.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.palm", "1": "forestry:blocks/wood/planks.palm", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.palm" }, "elements": [ @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -298,7 +298,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -307,7 +307,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -316,7 +316,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -325,7 +325,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -334,7 +334,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -343,7 +343,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_papaya.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_papaya.json index cbb1574abb..d78df8b900 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_papaya.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_papaya.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.papaya", "1": "forestry:blocks/wood/planks.papaya", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.papaya" }, "elements": [ @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -298,7 +298,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -307,7 +307,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -316,7 +316,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -325,7 +325,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -334,7 +334,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -343,7 +343,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_pine.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_pine.json index f6cd563f91..7ab45bf221 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_pine.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_pine.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.pine", "1": "forestry:blocks/wood/planks.pine", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.pine" }, "elements": [ @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -298,7 +298,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -307,7 +307,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -316,7 +316,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -325,7 +325,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -334,7 +334,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -343,7 +343,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_plum.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_plum.json index 40502ed4d2..0a3f44210d 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_plum.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_plum.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.plum", "1": "forestry:blocks/wood/planks.plum", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.plum" }, "elements": [ @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -298,7 +298,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -307,7 +307,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -316,7 +316,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -325,7 +325,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -334,7 +334,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -343,7 +343,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_poplar.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_poplar.json index 1f0baf8f81..67002a51bc 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_poplar.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_poplar.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.poplar", "1": "forestry:blocks/wood/planks.poplar", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.poplar" }, "elements": [ @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -298,7 +298,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -307,7 +307,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -316,7 +316,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -325,7 +325,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -334,7 +334,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -343,7 +343,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_sequoia.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_sequoia.json index 32f0bbe269..977ce05c34 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_sequoia.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_sequoia.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.sequoia", "1": "forestry:blocks/wood/planks.sequoia", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.sequoia" }, "elements": [ @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -298,7 +298,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -307,7 +307,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -316,7 +316,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -325,7 +325,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -334,7 +334,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -343,7 +343,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_teak.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_teak.json index ccb649affe..b45a2c1ddd 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_teak.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_teak.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.teak", "1": "forestry:blocks/wood/planks.teak", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.teak" }, "elements": [ @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -298,7 +298,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -307,7 +307,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -316,7 +316,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -325,7 +325,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -334,7 +334,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -343,7 +343,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_walnut.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_walnut.json index 304d1455d2..d60441b280 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_walnut.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_walnut.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.walnut", "1": "forestry:blocks/wood/planks.walnut", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.walnut" }, "elements": [ @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -298,7 +298,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -307,7 +307,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -316,7 +316,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -325,7 +325,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -334,7 +334,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -343,7 +343,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_wenge.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_wenge.json index b0e71bb13c..ecb55781c0 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_wenge.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_wenge.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.wenge", "1": "forestry:blocks/wood/planks.wenge", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.wenge" }, "elements": [ @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -298,7 +298,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -307,7 +307,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -316,7 +316,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -325,7 +325,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -334,7 +334,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -343,7 +343,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_willow.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_willow.json index a91a92786e..a19fde9388 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_willow.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_willow.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.willow", "1": "forestry:blocks/wood/planks.willow", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.willow" }, "elements": [ @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -298,7 +298,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -307,7 +307,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -316,7 +316,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -325,7 +325,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -334,7 +334,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -343,7 +343,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_zebrawood.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_zebrawood.json index 61fea814c3..b0076486a1 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_zebrawood.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_forestry_zebrawood.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.zebrawood", "1": "forestry:blocks/wood/planks.zebrawood", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.zebrawood" }, "elements": [ @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -298,7 +298,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -307,7 +307,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -316,7 +316,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -325,7 +325,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -334,7 +334,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -343,7 +343,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_immersiveengineering_treated_wood.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_immersiveengineering_treated_wood.json index c2e0ba09ef..f039e7a38d 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_immersiveengineering_treated_wood.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_immersiveengineering_treated_wood.json @@ -3,7 +3,7 @@ "textures": { "0": "immersiveengineering:blocks/treated_wood_packaged", "1": "immersiveengineering:blocks/treated_wood_vertical", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "immersiveengineering:blocks/treated_wood_packaged" }, "elements": [ @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -298,7 +298,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -307,7 +307,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -316,7 +316,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -325,7 +325,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -334,7 +334,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -343,7 +343,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_jungle.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_jungle.json index 36f0712c8f..db68bc1757 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_jungle.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_jungle.json @@ -3,7 +3,7 @@ "textures": { "0": "minecraft:blocks/log_jungle", "1": "minecraft:blocks/planks_jungle", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "minecraft:blocks/log_jungle" }, "elements": [ @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -298,7 +298,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -307,7 +307,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -316,7 +316,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -325,7 +325,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -334,7 +334,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -343,7 +343,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_natura_amaranth.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_natura_amaranth.json index cd95734922..73ca50551f 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_natura_amaranth.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_natura_amaranth.json @@ -3,7 +3,7 @@ "textures": { "0": "natura:blocks/logs/overworld/amaranth_log", "1": "natura:blocks/planks/overworld/amaranth_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/overworld/amaranth_log" }, "elements": [ @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -298,7 +298,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -307,7 +307,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -316,7 +316,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -325,7 +325,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -334,7 +334,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -343,7 +343,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_natura_bloodwood.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_natura_bloodwood.json index 91ef109274..692a361416 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_natura_bloodwood.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_natura_bloodwood.json @@ -3,7 +3,7 @@ "textures": { "0": "natura:blocks/logs/nether/bloodwood_bark", "1": "natura:blocks/planks/nether/bloodwood_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/nether/bloodwood_bark" }, "elements": [ @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -298,7 +298,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -307,7 +307,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -316,7 +316,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -325,7 +325,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -334,7 +334,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -343,7 +343,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_natura_darkwood.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_natura_darkwood.json index dee6a9cc89..d83615636d 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_natura_darkwood.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_natura_darkwood.json @@ -3,7 +3,7 @@ "textures": { "0": "natura:blocks/logs/nether/darkwood_log", "1": "natura:blocks/planks/nether/darkwood_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/nether/darkwood_log" }, "elements": [ @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -298,7 +298,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -307,7 +307,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -316,7 +316,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -325,7 +325,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -334,7 +334,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -343,7 +343,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_natura_eucalyptus.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_natura_eucalyptus.json index 99d6a31596..85906cb10a 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_natura_eucalyptus.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_natura_eucalyptus.json @@ -3,7 +3,7 @@ "textures": { "0": "natura:blocks/logs/overworld/eucalyptus_log", "1": "natura:blocks/planks/overworld/eucalyptus_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/overworld/eucalyptus_log" }, "elements": [ @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -298,7 +298,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -307,7 +307,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -316,7 +316,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -325,7 +325,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -334,7 +334,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -343,7 +343,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_natura_fusewood.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_natura_fusewood.json index ae81a99510..9f8dac3c9b 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_natura_fusewood.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_natura_fusewood.json @@ -3,7 +3,7 @@ "textures": { "0": "natura:blocks/logs/nether/fusewood_log", "1": "natura:blocks/planks/nether/fusewood_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/nether/fusewood_log" }, "elements": [ @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -298,7 +298,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -307,7 +307,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -316,7 +316,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -325,7 +325,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -334,7 +334,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -343,7 +343,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_natura_ghostwood.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_natura_ghostwood.json index a244e506e0..bcde51cc10 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_natura_ghostwood.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_natura_ghostwood.json @@ -3,7 +3,7 @@ "textures": { "0": "natura:blocks/logs/nether/ghostwood_log", "1": "natura:blocks/planks/nether/ghostwood_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/nether/ghostwood_log" }, "elements": [ @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -298,7 +298,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -307,7 +307,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -316,7 +316,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -325,7 +325,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -334,7 +334,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -343,7 +343,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_natura_hopseed.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_natura_hopseed.json index d92f44a35e..d2bec95c58 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_natura_hopseed.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_natura_hopseed.json @@ -3,7 +3,7 @@ "textures": { "0": "natura:blocks/logs/overworld/hopseed_log", "1": "natura:blocks/planks/overworld/hopseed_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/overworld/hopseed_log" }, "elements": [ @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -298,7 +298,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -307,7 +307,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -316,7 +316,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -325,7 +325,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -334,7 +334,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -343,7 +343,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_natura_maple.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_natura_maple.json index c3d8cefee1..0767a6628b 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_natura_maple.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_natura_maple.json @@ -3,7 +3,7 @@ "textures": { "0": "natura:blocks/logs/overworld/maple_log", "1": "natura:blocks/planks/overworld/maple_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/overworld/maple_log" }, "elements": [ @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -298,7 +298,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -307,7 +307,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -316,7 +316,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -325,7 +325,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -334,7 +334,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -343,7 +343,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_natura_sakura.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_natura_sakura.json index 50674d1676..ed37113be4 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_natura_sakura.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_natura_sakura.json @@ -3,7 +3,7 @@ "textures": { "0": "natura:blocks/logs/overworld/sakura_log", "1": "natura:blocks/planks/overworld/sakura_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/overworld/sakura_log" }, "elements": [ @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -298,7 +298,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -307,7 +307,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -316,7 +316,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -325,7 +325,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -334,7 +334,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -343,7 +343,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_natura_silverbell.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_natura_silverbell.json index 8fd7c2bf31..dec6e59c38 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_natura_silverbell.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_natura_silverbell.json @@ -3,7 +3,7 @@ "textures": { "0": "natura:blocks/logs/overworld/silverbell_log", "1": "natura:blocks/planks/overworld/silverbell_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/overworld/silverbell_log" }, "elements": [ @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -298,7 +298,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -307,7 +307,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -316,7 +316,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -325,7 +325,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -334,7 +334,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -343,7 +343,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_natura_tiger.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_natura_tiger.json index 050d80fb03..461f4a2913 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_natura_tiger.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_natura_tiger.json @@ -3,7 +3,7 @@ "textures": { "0": "natura:blocks/logs/overworld/tiger_log", "1": "natura:blocks/planks/overworld/tiger_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/overworld/tiger_log" }, "elements": [ @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -298,7 +298,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -307,7 +307,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -316,7 +316,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -325,7 +325,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -334,7 +334,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -343,7 +343,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_natura_willow.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_natura_willow.json index 3ea9a4dba8..3bb648fb82 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_natura_willow.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_natura_willow.json @@ -3,7 +3,7 @@ "textures": { "0": "natura:blocks/logs/overworld/willow_log", "1": "natura:blocks/planks/overworld/willow_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/overworld/willow_log" }, "elements": [ @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -298,7 +298,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -307,7 +307,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -316,7 +316,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -325,7 +325,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -334,7 +334,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -343,7 +343,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_oak.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_oak.json index b9bacc6d3b..58b9814176 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_oak.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_oak.json @@ -3,7 +3,7 @@ "textures": { "0": "minecraft:blocks/log_oak", "1": "minecraft:blocks/planks_oak", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "minecraft:blocks/log_oak" }, "elements": [ @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -298,7 +298,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -307,7 +307,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -316,7 +316,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -325,7 +325,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -334,7 +334,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -343,7 +343,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_spruce.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_spruce.json index 8985b90968..27579d4693 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_spruce.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_right_spruce.json @@ -3,7 +3,7 @@ "textures": { "0": "minecraft:blocks/log_spruce", "1": "minecraft:blocks/planks_spruce", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "minecraft:blocks/log_spruce" }, "elements": [ @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -230,7 +230,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -239,7 +239,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -248,7 +248,7 @@ 15, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -257,7 +257,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -266,7 +266,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -275,7 +275,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -298,7 +298,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -307,7 +307,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -316,7 +316,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -325,7 +325,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -334,7 +334,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -343,7 +343,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_acacia.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_acacia.json index a0f614c044..162f95eb2e 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_acacia.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_acacia.json @@ -3,7 +3,7 @@ "textures": { "0": "minecraft:blocks/log_acacia", "1": "minecraft:blocks/planks_acacia", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "minecraft:blocks/log_acacia" }, "elements": [ @@ -769,7 +769,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -973,7 +973,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -982,7 +982,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -991,7 +991,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -1000,7 +1000,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -1009,7 +1009,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -1018,7 +1018,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_big_oak.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_big_oak.json index dc09888929..1ab8c717a2 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_big_oak.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_big_oak.json @@ -3,7 +3,7 @@ "textures": { "0": "minecraft:blocks/log_big_oak", "1": "minecraft:blocks/planks_big_oak", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "minecraft:blocks/log_big_oak" }, "elements": [ @@ -769,7 +769,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -973,7 +973,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -982,7 +982,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -991,7 +991,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -1000,7 +1000,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -1009,7 +1009,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -1018,7 +1018,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry.json index 994fddb357..c06e7216e1 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/cherry_log", "1": "biomesoplenty:blocks/cherry_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/cherry_log" }, "elements": [ @@ -769,7 +769,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -973,7 +973,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -982,7 +982,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -991,7 +991,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -1000,7 +1000,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -1009,7 +1009,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -1018,7 +1018,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony.json index fc10d32329..4d02c3f5a9 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/ebony_log", "1": "biomesoplenty:blocks/ebony_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/ebony_log" }, "elements": [ @@ -769,7 +769,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -973,7 +973,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -982,7 +982,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -991,7 +991,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -1000,7 +1000,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -1009,7 +1009,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -1018,7 +1018,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal.json index 2a7c09aa1c..26ff6a7658 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/ethereal_log", "1": "biomesoplenty:blocks/ethereal_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/ethereal_log" }, "elements": [ @@ -769,7 +769,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -973,7 +973,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -982,7 +982,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -991,7 +991,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -1000,7 +1000,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -1009,7 +1009,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -1018,7 +1018,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus.json index 4ab00068c1..af65f950f0 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/eucalyptus_log", "1": "biomesoplenty:blocks/eucalyptus_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/eucalyptus_log" }, "elements": [ @@ -769,7 +769,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -973,7 +973,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -982,7 +982,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -991,7 +991,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -1000,7 +1000,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -1009,7 +1009,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -1018,7 +1018,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir.json index 439c006abf..b13cecdf6d 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/fir_log", "1": "biomesoplenty:blocks/fir_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/fir_log" }, "elements": [ @@ -769,7 +769,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -973,7 +973,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -982,7 +982,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -991,7 +991,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -1000,7 +1000,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -1009,7 +1009,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -1018,7 +1018,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark.json index 37c99d3de5..cd3c5916a2 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/hellbark_log", "1": "biomesoplenty:blocks/hellbark_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/hellbark_log" }, "elements": [ @@ -769,7 +769,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -973,7 +973,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -982,7 +982,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -991,7 +991,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -1000,7 +1000,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -1009,7 +1009,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -1018,7 +1018,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda.json index b21eeded18..5fb9e9ceb1 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/jacaranda_log", "1": "biomesoplenty:blocks/jacaranda_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/jacaranda_log" }, "elements": [ @@ -769,7 +769,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -973,7 +973,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -982,7 +982,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -991,7 +991,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -1000,7 +1000,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -1009,7 +1009,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -1018,7 +1018,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic.json index c3747d45d2..2c092e0f28 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/magic_log", "1": "biomesoplenty:blocks/magic_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/magic_log" }, "elements": [ @@ -769,7 +769,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -973,7 +973,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -982,7 +982,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -991,7 +991,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -1000,7 +1000,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -1009,7 +1009,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -1018,7 +1018,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany.json index b74ae88ab9..e4e7cab70f 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/mahogany_log", "1": "biomesoplenty:blocks/mahogany_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/mahogany_log" }, "elements": [ @@ -769,7 +769,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -973,7 +973,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -982,7 +982,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -991,7 +991,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -1000,7 +1000,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -1009,7 +1009,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -1018,7 +1018,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove.json index 8a5c556dc2..9c1a2e2bc9 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/mangrove_log", "1": "biomesoplenty:blocks/mangrove_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/mangrove_log" }, "elements": [ @@ -769,7 +769,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -973,7 +973,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -982,7 +982,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -991,7 +991,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -1000,7 +1000,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -1009,7 +1009,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -1018,7 +1018,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm.json index f1b850c617..39cca655d0 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/palm_log", "1": "biomesoplenty:blocks/palm_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/palm_log" }, "elements": [ @@ -769,7 +769,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -973,7 +973,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -982,7 +982,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -991,7 +991,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -1000,7 +1000,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -1009,7 +1009,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -1018,7 +1018,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine.json index d1e7b71275..028a0060f3 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/pine_log", "1": "biomesoplenty:blocks/pine_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/pine_log" }, "elements": [ @@ -769,7 +769,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -973,7 +973,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -982,7 +982,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -991,7 +991,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -1000,7 +1000,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -1009,7 +1009,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -1018,7 +1018,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood.json index 052a906ffa..728b0137cb 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/redwood_log", "1": "biomesoplenty:blocks/redwood_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/redwood_log" }, "elements": [ @@ -769,7 +769,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -973,7 +973,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -982,7 +982,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -991,7 +991,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -1000,7 +1000,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -1009,7 +1009,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -1018,7 +1018,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak.json index 612d4e5a42..00ce65fcd8 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/sacred_oak_log", "1": "biomesoplenty:blocks/sacred_oak_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/sacred_oak_log" }, "elements": [ @@ -769,7 +769,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -973,7 +973,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -982,7 +982,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -991,7 +991,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -1000,7 +1000,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -1009,7 +1009,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -1018,7 +1018,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran.json index 2d365c361f..dd6a9c5357 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/umbran_log", "1": "biomesoplenty:blocks/umbran_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/umbran_log" }, "elements": [ @@ -769,7 +769,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -973,7 +973,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -982,7 +982,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -991,7 +991,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -1000,7 +1000,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -1009,7 +1009,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -1018,7 +1018,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow.json index 88af84d11e..cbcd7a7b0d 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/willow_log", "1": "biomesoplenty:blocks/willow_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/willow_log" }, "elements": [ @@ -769,7 +769,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -973,7 +973,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -982,7 +982,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -991,7 +991,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -1000,7 +1000,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -1009,7 +1009,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -1018,7 +1018,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_birch.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_birch.json index a3cc2eadb6..3ddc3f4766 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_birch.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_birch.json @@ -3,7 +3,7 @@ "textures": { "0": "minecraft:blocks/log_birch", "1": "minecraft:blocks/planks_birch", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "minecraft:blocks/log_birch" }, "elements": [ @@ -769,7 +769,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -973,7 +973,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -982,7 +982,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -991,7 +991,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -1000,7 +1000,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -1009,7 +1009,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -1018,7 +1018,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_acacia.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_acacia.json index d500e4b21d..299875fdc0 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_acacia.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_acacia.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.acacia", "1": "forestry:blocks/wood/planks.acacia", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.acacia" }, "elements": [ @@ -769,7 +769,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -973,7 +973,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -982,7 +982,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -991,7 +991,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -1000,7 +1000,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -1009,7 +1009,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -1018,7 +1018,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_balsa.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_balsa.json index d6d765489b..2f26e98d09 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_balsa.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_balsa.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.balsa", "1": "forestry:blocks/wood/planks.balsa", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.balsa" }, "elements": [ @@ -769,7 +769,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -973,7 +973,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -982,7 +982,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -991,7 +991,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -1000,7 +1000,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -1009,7 +1009,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -1018,7 +1018,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_baobab.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_baobab.json index a240509e12..ab2ea55ee3 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_baobab.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_baobab.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.baobab", "1": "forestry:blocks/wood/planks.baobab", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.baobab" }, "elements": [ @@ -769,7 +769,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -973,7 +973,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -982,7 +982,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -991,7 +991,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -1000,7 +1000,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -1009,7 +1009,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -1018,7 +1018,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_cherry.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_cherry.json index ae49f81324..95078e7ea5 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_cherry.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_cherry.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.cherry", "1": "forestry:blocks/wood/planks.cherry", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.cherry" }, "elements": [ @@ -769,7 +769,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -973,7 +973,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -982,7 +982,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -991,7 +991,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -1000,7 +1000,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -1009,7 +1009,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -1018,7 +1018,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_chestnut.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_chestnut.json index f2acae1354..2d6aab6415 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_chestnut.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_chestnut.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.chestnut", "1": "forestry:blocks/wood/planks.chestnut", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.chestnut" }, "elements": [ @@ -769,7 +769,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -973,7 +973,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -982,7 +982,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -991,7 +991,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -1000,7 +1000,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -1009,7 +1009,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -1018,7 +1018,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_citrus.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_citrus.json index eb6860afc1..fe86e3c331 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_citrus.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_citrus.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.citrus", "1": "forestry:blocks/wood/planks.citrus", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.citrus" }, "elements": [ @@ -769,7 +769,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -973,7 +973,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -982,7 +982,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -991,7 +991,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -1000,7 +1000,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -1009,7 +1009,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -1018,7 +1018,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo.json index 75b841701b..f036a9539d 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.cocobolo", "1": "forestry:blocks/wood/planks.cocobolo", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.cocobolo" }, "elements": [ @@ -769,7 +769,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -973,7 +973,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -982,7 +982,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -991,7 +991,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -1000,7 +1000,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -1009,7 +1009,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -1018,7 +1018,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_ebony.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_ebony.json index 0034058e70..ed82f851f0 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_ebony.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_ebony.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.ebony", "1": "forestry:blocks/wood/planks.ebony", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.ebony" }, "elements": [ @@ -769,7 +769,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -973,7 +973,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -982,7 +982,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -991,7 +991,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -1000,7 +1000,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -1009,7 +1009,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -1018,7 +1018,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_giganteum.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_giganteum.json index d371175fe8..b96a50c559 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_giganteum.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_giganteum.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.giganteum", "1": "forestry:blocks/wood/planks.giganteum", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.giganteum" }, "elements": [ @@ -769,7 +769,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -973,7 +973,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -982,7 +982,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -991,7 +991,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -1000,7 +1000,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -1009,7 +1009,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -1018,7 +1018,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_greenheart.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_greenheart.json index 3ed2581e4b..809763ab22 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_greenheart.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_greenheart.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.greenheart", "1": "forestry:blocks/wood/planks.greenheart", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.greenheart" }, "elements": [ @@ -769,7 +769,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -973,7 +973,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -982,7 +982,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -991,7 +991,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -1000,7 +1000,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -1009,7 +1009,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -1018,7 +1018,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_ipe.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_ipe.json index 90645d0a9f..ce6291dd53 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_ipe.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_ipe.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.ipe", "1": "forestry:blocks/wood/planks.ipe", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.ipe" }, "elements": [ @@ -769,7 +769,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -973,7 +973,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -982,7 +982,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -991,7 +991,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -1000,7 +1000,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -1009,7 +1009,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -1018,7 +1018,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_kapok.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_kapok.json index 2dceb1ea60..4a578015e6 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_kapok.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_kapok.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.kapok", "1": "forestry:blocks/wood/planks.kapok", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.kapok" }, "elements": [ @@ -769,7 +769,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -973,7 +973,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -982,7 +982,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -991,7 +991,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -1000,7 +1000,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -1009,7 +1009,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -1018,7 +1018,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_larch.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_larch.json index 68557ac91d..32f3228388 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_larch.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_larch.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.larch", "1": "forestry:blocks/wood/planks.larch", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.larch" }, "elements": [ @@ -769,7 +769,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -973,7 +973,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -982,7 +982,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -991,7 +991,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -1000,7 +1000,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -1009,7 +1009,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -1018,7 +1018,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_lime.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_lime.json index 3f69f1dfcb..6168ed148a 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_lime.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_lime.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.lime", "1": "forestry:blocks/wood/planks.lime", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.lime" }, "elements": [ @@ -769,7 +769,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -973,7 +973,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -982,7 +982,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -991,7 +991,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -1000,7 +1000,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -1009,7 +1009,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -1018,7 +1018,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_mahoe.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_mahoe.json index ff26a26fc0..1b0e5db5e0 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_mahoe.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_mahoe.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.mahoe", "1": "forestry:blocks/wood/planks.mahoe", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.mahoe" }, "elements": [ @@ -769,7 +769,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -973,7 +973,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -982,7 +982,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -991,7 +991,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -1000,7 +1000,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -1009,7 +1009,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -1018,7 +1018,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_mahogany.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_mahogany.json index 7797b7c642..4ddf57311d 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_mahogany.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_mahogany.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.mahogany", "1": "forestry:blocks/wood/planks.mahogany", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.mahogany" }, "elements": [ @@ -769,7 +769,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -973,7 +973,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -982,7 +982,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -991,7 +991,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -1000,7 +1000,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -1009,7 +1009,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -1018,7 +1018,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_maple.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_maple.json index 6c98ba1c39..3f336b200a 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_maple.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_maple.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.maple", "1": "forestry:blocks/wood/planks.maple", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.maple" }, "elements": [ @@ -769,7 +769,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -973,7 +973,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -982,7 +982,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -991,7 +991,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -1000,7 +1000,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -1009,7 +1009,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -1018,7 +1018,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_padauk.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_padauk.json index e8b8e427a9..7c8f3da08e 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_padauk.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_padauk.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.padauk", "1": "forestry:blocks/wood/planks.padauk", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.padauk" }, "elements": [ @@ -769,7 +769,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -973,7 +973,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -982,7 +982,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -991,7 +991,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -1000,7 +1000,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -1009,7 +1009,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -1018,7 +1018,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_palm.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_palm.json index 7559bc867b..8c8cf62ffb 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_palm.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_palm.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.palm", "1": "forestry:blocks/wood/planks.palm", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.palm" }, "elements": [ @@ -769,7 +769,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -973,7 +973,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -982,7 +982,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -991,7 +991,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -1000,7 +1000,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -1009,7 +1009,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -1018,7 +1018,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_papaya.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_papaya.json index 6daf5f61d5..6232df4bab 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_papaya.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_papaya.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.papaya", "1": "forestry:blocks/wood/planks.papaya", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.papaya" }, "elements": [ @@ -769,7 +769,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -973,7 +973,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -982,7 +982,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -991,7 +991,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -1000,7 +1000,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -1009,7 +1009,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -1018,7 +1018,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_pine.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_pine.json index 2422b45875..d6b7ce3449 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_pine.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_pine.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.pine", "1": "forestry:blocks/wood/planks.pine", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.pine" }, "elements": [ @@ -769,7 +769,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -973,7 +973,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -982,7 +982,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -991,7 +991,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -1000,7 +1000,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -1009,7 +1009,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -1018,7 +1018,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_plum.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_plum.json index 9ecdc08b53..755c712ee3 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_plum.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_plum.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.plum", "1": "forestry:blocks/wood/planks.plum", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.plum" }, "elements": [ @@ -769,7 +769,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -973,7 +973,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -982,7 +982,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -991,7 +991,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -1000,7 +1000,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -1009,7 +1009,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -1018,7 +1018,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_poplar.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_poplar.json index 5ed1aa0c8b..438a0fa29b 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_poplar.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_poplar.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.poplar", "1": "forestry:blocks/wood/planks.poplar", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.poplar" }, "elements": [ @@ -769,7 +769,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -973,7 +973,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -982,7 +982,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -991,7 +991,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -1000,7 +1000,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -1009,7 +1009,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -1018,7 +1018,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_sequoia.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_sequoia.json index bbb012d9a5..b23312ee58 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_sequoia.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_sequoia.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.sequoia", "1": "forestry:blocks/wood/planks.sequoia", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.sequoia" }, "elements": [ @@ -769,7 +769,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -973,7 +973,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -982,7 +982,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -991,7 +991,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -1000,7 +1000,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -1009,7 +1009,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -1018,7 +1018,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_teak.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_teak.json index 38367cdf57..5bae01c6d6 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_teak.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_teak.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.teak", "1": "forestry:blocks/wood/planks.teak", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.teak" }, "elements": [ @@ -769,7 +769,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -973,7 +973,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -982,7 +982,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -991,7 +991,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -1000,7 +1000,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -1009,7 +1009,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -1018,7 +1018,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_walnut.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_walnut.json index 77e4286f2b..fb83813029 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_walnut.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_walnut.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.walnut", "1": "forestry:blocks/wood/planks.walnut", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.walnut" }, "elements": [ @@ -769,7 +769,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -973,7 +973,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -982,7 +982,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -991,7 +991,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -1000,7 +1000,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -1009,7 +1009,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -1018,7 +1018,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_wenge.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_wenge.json index d37023f0f0..0fb9716a79 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_wenge.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_wenge.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.wenge", "1": "forestry:blocks/wood/planks.wenge", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.wenge" }, "elements": [ @@ -769,7 +769,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -973,7 +973,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -982,7 +982,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -991,7 +991,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -1000,7 +1000,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -1009,7 +1009,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -1018,7 +1018,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_willow.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_willow.json index 7be332d601..380098a003 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_willow.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_willow.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.willow", "1": "forestry:blocks/wood/planks.willow", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.willow" }, "elements": [ @@ -769,7 +769,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -973,7 +973,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -982,7 +982,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -991,7 +991,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -1000,7 +1000,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -1009,7 +1009,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -1018,7 +1018,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood.json index f76b53a768..40b9133e5d 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.zebrawood", "1": "forestry:blocks/wood/planks.zebrawood", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.zebrawood" }, "elements": [ @@ -769,7 +769,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -973,7 +973,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -982,7 +982,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -991,7 +991,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -1000,7 +1000,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -1009,7 +1009,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -1018,7 +1018,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood.json index 779ecc2c2b..7ee43edc41 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood.json @@ -3,7 +3,7 @@ "textures": { "0": "immersiveengineering:blocks/treated_wood_packaged", "1": "immersiveengineering:blocks/treated_wood_vertical", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "immersiveengineering:blocks/treated_wood_packaged" }, "elements": [ @@ -769,7 +769,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -973,7 +973,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -982,7 +982,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -991,7 +991,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -1000,7 +1000,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -1009,7 +1009,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -1018,7 +1018,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_jungle.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_jungle.json index 1ae53802ef..7db49155c2 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_jungle.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_jungle.json @@ -3,7 +3,7 @@ "textures": { "0": "minecraft:blocks/log_jungle", "1": "minecraft:blocks/planks_jungle", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "minecraft:blocks/log_jungle" }, "elements": [ @@ -769,7 +769,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -973,7 +973,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -982,7 +982,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -991,7 +991,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -1000,7 +1000,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -1009,7 +1009,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -1018,7 +1018,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_natura_amaranth.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_natura_amaranth.json index 70648291e0..2af7c37150 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_natura_amaranth.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_natura_amaranth.json @@ -3,7 +3,7 @@ "textures": { "0": "natura:blocks/logs/overworld/amaranth_log", "1": "natura:blocks/planks/overworld/amaranth_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/overworld/amaranth_log" }, "elements": [ @@ -769,7 +769,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -973,7 +973,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -982,7 +982,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -991,7 +991,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -1000,7 +1000,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -1009,7 +1009,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -1018,7 +1018,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_natura_bloodwood.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_natura_bloodwood.json index be606d93cf..ebea8505ef 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_natura_bloodwood.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_natura_bloodwood.json @@ -3,7 +3,7 @@ "textures": { "0": "natura:blocks/logs/nether/bloodwood_bark", "1": "natura:blocks/planks/nether/bloodwood_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/nether/bloodwood_bark" }, "elements": [ @@ -769,7 +769,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -973,7 +973,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -982,7 +982,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -991,7 +991,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -1000,7 +1000,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -1009,7 +1009,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -1018,7 +1018,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_natura_darkwood.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_natura_darkwood.json index 92706fa970..c99d1c0816 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_natura_darkwood.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_natura_darkwood.json @@ -3,7 +3,7 @@ "textures": { "0": "natura:blocks/logs/nether/darkwood_log", "1": "natura:blocks/planks/nether/darkwood_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/nether/darkwood_log" }, "elements": [ @@ -769,7 +769,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -973,7 +973,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -982,7 +982,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -991,7 +991,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -1000,7 +1000,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -1009,7 +1009,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -1018,7 +1018,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus.json index be12a54609..657018baf9 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus.json @@ -3,7 +3,7 @@ "textures": { "0": "natura:blocks/logs/overworld/eucalyptus_log", "1": "natura:blocks/planks/overworld/eucalyptus_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/overworld/eucalyptus_log" }, "elements": [ @@ -769,7 +769,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -973,7 +973,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -982,7 +982,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -991,7 +991,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -1000,7 +1000,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -1009,7 +1009,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -1018,7 +1018,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_natura_fusewood.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_natura_fusewood.json index 799b847430..172f01ca96 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_natura_fusewood.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_natura_fusewood.json @@ -3,7 +3,7 @@ "textures": { "0": "natura:blocks/logs/nether/fusewood_log", "1": "natura:blocks/planks/nether/fusewood_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/nether/fusewood_log" }, "elements": [ @@ -769,7 +769,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -973,7 +973,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -982,7 +982,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -991,7 +991,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -1000,7 +1000,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -1009,7 +1009,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -1018,7 +1018,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_natura_ghostwood.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_natura_ghostwood.json index 589b3a13fd..5fa853bc34 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_natura_ghostwood.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_natura_ghostwood.json @@ -3,7 +3,7 @@ "textures": { "0": "natura:blocks/logs/nether/ghostwood_log", "1": "natura:blocks/planks/nether/ghostwood_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/nether/ghostwood_log" }, "elements": [ @@ -769,7 +769,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -973,7 +973,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -982,7 +982,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -991,7 +991,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -1000,7 +1000,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -1009,7 +1009,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -1018,7 +1018,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_natura_hopseed.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_natura_hopseed.json index d7b19883a3..53e6c2fce5 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_natura_hopseed.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_natura_hopseed.json @@ -3,7 +3,7 @@ "textures": { "0": "natura:blocks/logs/overworld/hopseed_log", "1": "natura:blocks/planks/overworld/hopseed_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/overworld/hopseed_log" }, "elements": [ @@ -769,7 +769,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -973,7 +973,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -982,7 +982,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -991,7 +991,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -1000,7 +1000,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -1009,7 +1009,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -1018,7 +1018,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_natura_maple.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_natura_maple.json index 9f9cd51c4c..8cf6365a5c 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_natura_maple.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_natura_maple.json @@ -3,7 +3,7 @@ "textures": { "0": "natura:blocks/logs/overworld/maple_log", "1": "natura:blocks/planks/overworld/maple_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/overworld/maple_log" }, "elements": [ @@ -769,7 +769,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -973,7 +973,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -982,7 +982,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -991,7 +991,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -1000,7 +1000,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -1009,7 +1009,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -1018,7 +1018,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_natura_sakura.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_natura_sakura.json index 8c37ee464b..bd0b28f71b 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_natura_sakura.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_natura_sakura.json @@ -3,7 +3,7 @@ "textures": { "0": "natura:blocks/logs/overworld/sakura_log", "1": "natura:blocks/planks/overworld/sakura_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/overworld/sakura_log" }, "elements": [ @@ -769,7 +769,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -973,7 +973,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -982,7 +982,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -991,7 +991,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -1000,7 +1000,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -1009,7 +1009,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -1018,7 +1018,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_natura_silverbell.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_natura_silverbell.json index 41a2d8b940..6015557b5f 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_natura_silverbell.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_natura_silverbell.json @@ -3,7 +3,7 @@ "textures": { "0": "natura:blocks/logs/overworld/silverbell_log", "1": "natura:blocks/planks/overworld/silverbell_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/overworld/silverbell_log" }, "elements": [ @@ -769,7 +769,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -973,7 +973,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -982,7 +982,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -991,7 +991,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -1000,7 +1000,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -1009,7 +1009,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -1018,7 +1018,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_natura_tiger.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_natura_tiger.json index 931106d9d0..65dafa521b 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_natura_tiger.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_natura_tiger.json @@ -3,7 +3,7 @@ "textures": { "0": "natura:blocks/logs/overworld/tiger_log", "1": "natura:blocks/planks/overworld/tiger_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/overworld/tiger_log" }, "elements": [ @@ -769,7 +769,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -973,7 +973,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -982,7 +982,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -991,7 +991,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -1000,7 +1000,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -1009,7 +1009,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -1018,7 +1018,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_natura_willow.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_natura_willow.json index dc80ae4c1c..7244ad2651 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_natura_willow.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_natura_willow.json @@ -3,7 +3,7 @@ "textures": { "0": "natura:blocks/logs/overworld/willow_log", "1": "natura:blocks/planks/overworld/willow_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/overworld/willow_log" }, "elements": [ @@ -769,7 +769,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -973,7 +973,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -982,7 +982,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -991,7 +991,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -1000,7 +1000,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -1009,7 +1009,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -1018,7 +1018,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_oak.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_oak.json index ace163d0ec..09a378be45 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_oak.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_oak.json @@ -3,7 +3,7 @@ "textures": { "0": "minecraft:blocks/log_oak", "1": "minecraft:blocks/planks_oak", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "minecraft:blocks/log_oak" }, "elements": [ @@ -769,7 +769,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -973,7 +973,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -982,7 +982,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -991,7 +991,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -1000,7 +1000,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -1009,7 +1009,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -1018,7 +1018,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_spruce.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_spruce.json index 10a20d4897..a5eb750da6 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_spruce.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_back_padded_single_spruce.json @@ -3,7 +3,7 @@ "textures": { "0": "minecraft:blocks/log_spruce", "1": "minecraft:blocks/planks_spruce", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "minecraft:blocks/log_spruce" }, "elements": [ @@ -769,7 +769,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -778,7 +778,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -787,7 +787,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -796,7 +796,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -805,7 +805,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -814,7 +814,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -837,7 +837,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -846,7 +846,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -855,7 +855,7 @@ 14, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -864,7 +864,7 @@ 1, 8 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -873,7 +873,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -882,7 +882,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -905,7 +905,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -914,7 +914,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -923,7 +923,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -932,7 +932,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -941,7 +941,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -950,7 +950,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, @@ -973,7 +973,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -982,7 +982,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -991,7 +991,7 @@ 2, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -1000,7 +1000,7 @@ 13, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -1009,7 +1009,7 @@ 16, 13 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -1018,7 +1018,7 @@ 2, 13 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_acacia.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_acacia.json index 3a3194423c..2f6f94c465 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_acacia.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_acacia.json @@ -3,7 +3,7 @@ "textures": { "0": "minecraft:blocks/log_acacia", "1": "minecraft:blocks/planks_acacia", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "minecraft:blocks/log_acacia" }, "elements": [ @@ -701,7 +701,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_big_oak.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_big_oak.json index f106f4b886..50629d951e 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_big_oak.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_big_oak.json @@ -3,7 +3,7 @@ "textures": { "0": "minecraft:blocks/log_big_oak", "1": "minecraft:blocks/planks_big_oak", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "minecraft:blocks/log_big_oak" }, "elements": [ @@ -701,7 +701,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_biomesoplenty_cherry.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_biomesoplenty_cherry.json index bbc13b204d..4217d90650 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_biomesoplenty_cherry.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_biomesoplenty_cherry.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/cherry_log", "1": "biomesoplenty:blocks/cherry_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/cherry_log" }, "elements": [ @@ -701,7 +701,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_biomesoplenty_ebony.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_biomesoplenty_ebony.json index 47b02493f8..1d4828988d 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_biomesoplenty_ebony.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_biomesoplenty_ebony.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/ebony_log", "1": "biomesoplenty:blocks/ebony_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/ebony_log" }, "elements": [ @@ -701,7 +701,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_biomesoplenty_ethereal.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_biomesoplenty_ethereal.json index 963eb9900b..63380917e8 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_biomesoplenty_ethereal.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_biomesoplenty_ethereal.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/ethereal_log", "1": "biomesoplenty:blocks/ethereal_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/ethereal_log" }, "elements": [ @@ -701,7 +701,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_biomesoplenty_eucalyptus.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_biomesoplenty_eucalyptus.json index 9c952529ef..c6975e3c2f 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_biomesoplenty_eucalyptus.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_biomesoplenty_eucalyptus.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/eucalyptus_log", "1": "biomesoplenty:blocks/eucalyptus_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/eucalyptus_log" }, "elements": [ @@ -701,7 +701,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_biomesoplenty_fir.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_biomesoplenty_fir.json index 50e508a760..dc715e911c 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_biomesoplenty_fir.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_biomesoplenty_fir.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/fir_log", "1": "biomesoplenty:blocks/fir_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/fir_log" }, "elements": [ @@ -701,7 +701,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_biomesoplenty_hellbark.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_biomesoplenty_hellbark.json index 83117ff8b6..48c01b6eb4 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_biomesoplenty_hellbark.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_biomesoplenty_hellbark.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/hellbark_log", "1": "biomesoplenty:blocks/hellbark_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/hellbark_log" }, "elements": [ @@ -701,7 +701,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_biomesoplenty_jacaranda.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_biomesoplenty_jacaranda.json index a67d4d1afb..8ac087aee1 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_biomesoplenty_jacaranda.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_biomesoplenty_jacaranda.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/jacaranda_log", "1": "biomesoplenty:blocks/jacaranda_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/jacaranda_log" }, "elements": [ @@ -701,7 +701,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_biomesoplenty_magic.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_biomesoplenty_magic.json index 0793aa529a..8c802651c6 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_biomesoplenty_magic.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_biomesoplenty_magic.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/magic_log", "1": "biomesoplenty:blocks/magic_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/magic_log" }, "elements": [ @@ -701,7 +701,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_biomesoplenty_mahogany.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_biomesoplenty_mahogany.json index ee79150ec3..5177d4e87e 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_biomesoplenty_mahogany.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_biomesoplenty_mahogany.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/mahogany_log", "1": "biomesoplenty:blocks/mahogany_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/mahogany_log" }, "elements": [ @@ -701,7 +701,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_biomesoplenty_mangrove.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_biomesoplenty_mangrove.json index 7dde8be214..7be10ca411 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_biomesoplenty_mangrove.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_biomesoplenty_mangrove.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/mangrove_log", "1": "biomesoplenty:blocks/mangrove_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/mangrove_log" }, "elements": [ @@ -701,7 +701,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_biomesoplenty_palm.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_biomesoplenty_palm.json index d77fba9442..27213aa4c3 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_biomesoplenty_palm.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_biomesoplenty_palm.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/palm_log", "1": "biomesoplenty:blocks/palm_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/palm_log" }, "elements": [ @@ -701,7 +701,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_biomesoplenty_pine.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_biomesoplenty_pine.json index b7e0f687d4..1a951227f5 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_biomesoplenty_pine.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_biomesoplenty_pine.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/pine_log", "1": "biomesoplenty:blocks/pine_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/pine_log" }, "elements": [ @@ -701,7 +701,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_biomesoplenty_redwood.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_biomesoplenty_redwood.json index 25825a6fd0..07a687f747 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_biomesoplenty_redwood.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_biomesoplenty_redwood.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/redwood_log", "1": "biomesoplenty:blocks/redwood_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/redwood_log" }, "elements": [ @@ -701,7 +701,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_biomesoplenty_sacred_oak.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_biomesoplenty_sacred_oak.json index 1ffc2a0a7d..f933d25289 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_biomesoplenty_sacred_oak.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_biomesoplenty_sacred_oak.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/sacred_oak_log", "1": "biomesoplenty:blocks/sacred_oak_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/sacred_oak_log" }, "elements": [ @@ -701,7 +701,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_biomesoplenty_umbran.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_biomesoplenty_umbran.json index ca210f5202..07275fb324 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_biomesoplenty_umbran.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_biomesoplenty_umbran.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/umbran_log", "1": "biomesoplenty:blocks/umbran_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/umbran_log" }, "elements": [ @@ -701,7 +701,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_biomesoplenty_willow.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_biomesoplenty_willow.json index 384b381b90..50e859ea2d 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_biomesoplenty_willow.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_biomesoplenty_willow.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/willow_log", "1": "biomesoplenty:blocks/willow_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/willow_log" }, "elements": [ @@ -701,7 +701,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_birch.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_birch.json index 0e7d7f0c72..b9964a5d45 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_birch.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_birch.json @@ -3,7 +3,7 @@ "textures": { "0": "minecraft:blocks/log_birch", "1": "minecraft:blocks/planks_birch", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "minecraft:blocks/log_birch" }, "elements": [ @@ -701,7 +701,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_acacia.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_acacia.json index 0dc859a176..7fbe8c3b96 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_acacia.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_acacia.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.acacia", "1": "forestry:blocks/wood/planks.acacia", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.acacia" }, "elements": [ @@ -701,7 +701,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_balsa.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_balsa.json index a806af5755..eb42b2d87e 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_balsa.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_balsa.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.balsa", "1": "forestry:blocks/wood/planks.balsa", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.balsa" }, "elements": [ @@ -701,7 +701,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_baobab.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_baobab.json index 15d3648f18..82b81527a2 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_baobab.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_baobab.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.baobab", "1": "forestry:blocks/wood/planks.baobab", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.baobab" }, "elements": [ @@ -701,7 +701,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_cherry.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_cherry.json index c4aa972008..bf3f5453ec 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_cherry.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_cherry.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.cherry", "1": "forestry:blocks/wood/planks.cherry", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.cherry" }, "elements": [ @@ -701,7 +701,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_chestnut.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_chestnut.json index e47f8dd62e..f783b88bca 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_chestnut.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_chestnut.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.chestnut", "1": "forestry:blocks/wood/planks.chestnut", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.chestnut" }, "elements": [ @@ -701,7 +701,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_citrus.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_citrus.json index be827a4d65..1581a7d809 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_citrus.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_citrus.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.citrus", "1": "forestry:blocks/wood/planks.citrus", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.citrus" }, "elements": [ @@ -701,7 +701,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_cocobolo.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_cocobolo.json index 209988adb3..a2a4cb398e 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_cocobolo.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_cocobolo.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.cocobolo", "1": "forestry:blocks/wood/planks.cocobolo", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.cocobolo" }, "elements": [ @@ -701,7 +701,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_ebony.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_ebony.json index fd316cc367..0d75c67859 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_ebony.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_ebony.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.ebony", "1": "forestry:blocks/wood/planks.ebony", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.ebony" }, "elements": [ @@ -701,7 +701,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_giganteum.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_giganteum.json index 6cd6db1003..8a0b502629 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_giganteum.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_giganteum.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.giganteum", "1": "forestry:blocks/wood/planks.giganteum", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.giganteum" }, "elements": [ @@ -701,7 +701,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_greenheart.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_greenheart.json index 4d998ea343..a12f226cd3 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_greenheart.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_greenheart.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.greenheart", "1": "forestry:blocks/wood/planks.greenheart", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.greenheart" }, "elements": [ @@ -701,7 +701,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_ipe.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_ipe.json index 4b604fe3a4..11ecc24b49 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_ipe.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_ipe.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.ipe", "1": "forestry:blocks/wood/planks.ipe", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.ipe" }, "elements": [ @@ -701,7 +701,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_kapok.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_kapok.json index e5f8f443a2..7ef76d8330 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_kapok.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_kapok.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.kapok", "1": "forestry:blocks/wood/planks.kapok", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.kapok" }, "elements": [ @@ -701,7 +701,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_larch.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_larch.json index 4c979a51cb..3abc260511 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_larch.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_larch.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.larch", "1": "forestry:blocks/wood/planks.larch", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.larch" }, "elements": [ @@ -701,7 +701,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_lime.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_lime.json index 1e980b3cd9..f5fce7c899 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_lime.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_lime.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.lime", "1": "forestry:blocks/wood/planks.lime", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.lime" }, "elements": [ @@ -701,7 +701,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_mahoe.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_mahoe.json index 588c1152b7..edb2950085 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_mahoe.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_mahoe.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.mahoe", "1": "forestry:blocks/wood/planks.mahoe", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.mahoe" }, "elements": [ @@ -701,7 +701,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_mahogany.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_mahogany.json index 28c4a85068..170963445e 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_mahogany.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_mahogany.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.mahogany", "1": "forestry:blocks/wood/planks.mahogany", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.mahogany" }, "elements": [ @@ -701,7 +701,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_maple.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_maple.json index 79570a78ef..ead08279f9 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_maple.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_maple.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.maple", "1": "forestry:blocks/wood/planks.maple", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.maple" }, "elements": [ @@ -701,7 +701,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_padauk.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_padauk.json index 611f241eb1..f1a444e595 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_padauk.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_padauk.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.padauk", "1": "forestry:blocks/wood/planks.padauk", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.padauk" }, "elements": [ @@ -701,7 +701,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_palm.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_palm.json index 30f406677e..19ff9013ba 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_palm.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_palm.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.palm", "1": "forestry:blocks/wood/planks.palm", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.palm" }, "elements": [ @@ -701,7 +701,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_papaya.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_papaya.json index 0609a738b7..55520b3f92 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_papaya.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_papaya.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.papaya", "1": "forestry:blocks/wood/planks.papaya", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.papaya" }, "elements": [ @@ -701,7 +701,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_pine.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_pine.json index 22956a5c8f..f2f8a44d48 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_pine.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_pine.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.pine", "1": "forestry:blocks/wood/planks.pine", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.pine" }, "elements": [ @@ -701,7 +701,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_plum.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_plum.json index 9d91db1ad8..d2f3abd0c0 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_plum.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_plum.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.plum", "1": "forestry:blocks/wood/planks.plum", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.plum" }, "elements": [ @@ -701,7 +701,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_poplar.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_poplar.json index a3eafb91f0..0a82e3ddb1 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_poplar.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_poplar.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.poplar", "1": "forestry:blocks/wood/planks.poplar", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.poplar" }, "elements": [ @@ -701,7 +701,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_sequoia.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_sequoia.json index 8a40be3b58..bd0871e337 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_sequoia.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_sequoia.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.sequoia", "1": "forestry:blocks/wood/planks.sequoia", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.sequoia" }, "elements": [ @@ -701,7 +701,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_teak.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_teak.json index 6b192bc6b6..0b2014885a 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_teak.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_teak.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.teak", "1": "forestry:blocks/wood/planks.teak", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.teak" }, "elements": [ @@ -701,7 +701,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_walnut.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_walnut.json index c042e99aa6..4c917cc745 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_walnut.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_walnut.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.walnut", "1": "forestry:blocks/wood/planks.walnut", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.walnut" }, "elements": [ @@ -701,7 +701,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_wenge.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_wenge.json index 593e325f3e..c288d53d01 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_wenge.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_wenge.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.wenge", "1": "forestry:blocks/wood/planks.wenge", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.wenge" }, "elements": [ @@ -701,7 +701,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_willow.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_willow.json index c626655cc5..b72c49e57f 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_willow.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_willow.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.willow", "1": "forestry:blocks/wood/planks.willow", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.willow" }, "elements": [ @@ -701,7 +701,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_zebrawood.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_zebrawood.json index a0a9b8cd7f..ee77027ad6 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_zebrawood.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_forestry_zebrawood.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.zebrawood", "1": "forestry:blocks/wood/planks.zebrawood", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.zebrawood" }, "elements": [ @@ -701,7 +701,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_immersiveengineering_treated_wood.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_immersiveengineering_treated_wood.json index 072b2ea43c..7dc3fd5b9b 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_immersiveengineering_treated_wood.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_immersiveengineering_treated_wood.json @@ -3,7 +3,7 @@ "textures": { "0": "immersiveengineering:blocks/treated_wood_packaged", "1": "immersiveengineering:blocks/treated_wood_vertical", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "immersiveengineering:blocks/treated_wood_packaged" }, "elements": [ @@ -701,7 +701,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_jungle.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_jungle.json index 323f0ff4d2..caad9f2193 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_jungle.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_jungle.json @@ -3,7 +3,7 @@ "textures": { "0": "minecraft:blocks/log_jungle", "1": "minecraft:blocks/planks_jungle", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "minecraft:blocks/log_jungle" }, "elements": [ @@ -701,7 +701,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_natura_amaranth.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_natura_amaranth.json index 7f14cdd2b0..f7638ba9a7 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_natura_amaranth.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_natura_amaranth.json @@ -3,7 +3,7 @@ "textures": { "0": "natura:blocks/logs/overworld/amaranth_log", "1": "natura:blocks/planks/overworld/amaranth_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/overworld/amaranth_log" }, "elements": [ @@ -701,7 +701,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_natura_bloodwood.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_natura_bloodwood.json index 487f18bf76..922378b2bf 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_natura_bloodwood.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_natura_bloodwood.json @@ -3,7 +3,7 @@ "textures": { "0": "natura:blocks/logs/nether/bloodwood_bark", "1": "natura:blocks/planks/nether/bloodwood_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/nether/bloodwood_bark" }, "elements": [ @@ -701,7 +701,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_natura_darkwood.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_natura_darkwood.json index 1a0238bb57..92c2af88d7 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_natura_darkwood.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_natura_darkwood.json @@ -3,7 +3,7 @@ "textures": { "0": "natura:blocks/logs/nether/darkwood_log", "1": "natura:blocks/planks/nether/darkwood_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/nether/darkwood_log" }, "elements": [ @@ -701,7 +701,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_natura_eucalyptus.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_natura_eucalyptus.json index 0cee559520..285cd4437e 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_natura_eucalyptus.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_natura_eucalyptus.json @@ -3,7 +3,7 @@ "textures": { "0": "natura:blocks/logs/overworld/eucalyptus_log", "1": "natura:blocks/planks/overworld/eucalyptus_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/overworld/eucalyptus_log" }, "elements": [ @@ -701,7 +701,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_natura_fusewood.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_natura_fusewood.json index a938cd63da..dd2d4b9e3e 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_natura_fusewood.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_natura_fusewood.json @@ -3,7 +3,7 @@ "textures": { "0": "natura:blocks/logs/nether/fusewood_log", "1": "natura:blocks/planks/nether/fusewood_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/nether/fusewood_log" }, "elements": [ @@ -701,7 +701,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_natura_ghostwood.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_natura_ghostwood.json index d66e38200f..baccbcca88 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_natura_ghostwood.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_natura_ghostwood.json @@ -3,7 +3,7 @@ "textures": { "0": "natura:blocks/logs/nether/ghostwood_log", "1": "natura:blocks/planks/nether/ghostwood_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/nether/ghostwood_log" }, "elements": [ @@ -701,7 +701,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_natura_hopseed.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_natura_hopseed.json index ebb46e9354..712515cead 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_natura_hopseed.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_natura_hopseed.json @@ -3,7 +3,7 @@ "textures": { "0": "natura:blocks/logs/overworld/hopseed_log", "1": "natura:blocks/planks/overworld/hopseed_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/overworld/hopseed_log" }, "elements": [ @@ -701,7 +701,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_natura_maple.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_natura_maple.json index a3ff228149..d3023461c8 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_natura_maple.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_natura_maple.json @@ -3,7 +3,7 @@ "textures": { "0": "natura:blocks/logs/overworld/maple_log", "1": "natura:blocks/planks/overworld/maple_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/overworld/maple_log" }, "elements": [ @@ -701,7 +701,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_natura_sakura.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_natura_sakura.json index d53b4ee4af..6f864212a7 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_natura_sakura.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_natura_sakura.json @@ -3,7 +3,7 @@ "textures": { "0": "natura:blocks/logs/overworld/sakura_log", "1": "natura:blocks/planks/overworld/sakura_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/overworld/sakura_log" }, "elements": [ @@ -701,7 +701,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_natura_silverbell.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_natura_silverbell.json index 9ce3288612..6e63ae3aa3 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_natura_silverbell.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_natura_silverbell.json @@ -3,7 +3,7 @@ "textures": { "0": "natura:blocks/logs/overworld/silverbell_log", "1": "natura:blocks/planks/overworld/silverbell_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/overworld/silverbell_log" }, "elements": [ @@ -701,7 +701,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_natura_tiger.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_natura_tiger.json index de3a54f018..5647b58f67 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_natura_tiger.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_natura_tiger.json @@ -3,7 +3,7 @@ "textures": { "0": "natura:blocks/logs/overworld/tiger_log", "1": "natura:blocks/planks/overworld/tiger_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/overworld/tiger_log" }, "elements": [ @@ -701,7 +701,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_natura_willow.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_natura_willow.json index e132dbc538..304963c9ec 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_natura_willow.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_natura_willow.json @@ -3,7 +3,7 @@ "textures": { "0": "natura:blocks/logs/overworld/willow_log", "1": "natura:blocks/planks/overworld/willow_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/overworld/willow_log" }, "elements": [ @@ -701,7 +701,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_oak.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_oak.json index 2707117e64..a57548c22c 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_oak.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_oak.json @@ -3,7 +3,7 @@ "textures": { "0": "minecraft:blocks/log_oak", "1": "minecraft:blocks/planks_oak", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "minecraft:blocks/log_oak" }, "elements": [ @@ -701,7 +701,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_spruce.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_spruce.json index 8d8f034d86..d87498a3bf 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_spruce.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_left_spruce.json @@ -3,7 +3,7 @@ "textures": { "0": "minecraft:blocks/log_spruce", "1": "minecraft:blocks/planks_spruce", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "minecraft:blocks/log_spruce" }, "elements": [ @@ -701,7 +701,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 15, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 15, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_acacia.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_acacia.json index d0c604b7c9..efcc25071c 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_acacia.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_acacia.json @@ -2,7 +2,7 @@ "credit": "Made with Blockbench", "textures": { "0": "minecraft:blocks/log_acacia", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "minecraft:blocks/log_acacia" }, "elements": [ @@ -161,7 +161,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -170,7 +170,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -179,7 +179,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -188,7 +188,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -197,7 +197,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -206,7 +206,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_big_oak.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_big_oak.json index 4944e5588e..f4cf90a175 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_big_oak.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_big_oak.json @@ -2,7 +2,7 @@ "credit": "Made with Blockbench", "textures": { "0": "minecraft:blocks/log_big_oak", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "minecraft:blocks/log_big_oak" }, "elements": [ @@ -161,7 +161,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -170,7 +170,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -179,7 +179,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -188,7 +188,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -197,7 +197,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -206,7 +206,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_biomesoplenty_cherry.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_biomesoplenty_cherry.json index 881494fb74..5701a7680d 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_biomesoplenty_cherry.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_biomesoplenty_cherry.json @@ -2,7 +2,7 @@ "credit": "Made with Blockbench", "textures": { "0": "biomesoplenty:blocks/cherry_log", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/cherry_log" }, "elements": [ @@ -161,7 +161,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -170,7 +170,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -179,7 +179,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -188,7 +188,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -197,7 +197,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -206,7 +206,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_biomesoplenty_ebony.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_biomesoplenty_ebony.json index 3975a64ad8..8c989b828c 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_biomesoplenty_ebony.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_biomesoplenty_ebony.json @@ -2,7 +2,7 @@ "credit": "Made with Blockbench", "textures": { "0": "biomesoplenty:blocks/ebony_log", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/ebony_log" }, "elements": [ @@ -161,7 +161,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -170,7 +170,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -179,7 +179,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -188,7 +188,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -197,7 +197,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -206,7 +206,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_biomesoplenty_ethereal.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_biomesoplenty_ethereal.json index d33bdb3761..1dfa7a80a4 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_biomesoplenty_ethereal.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_biomesoplenty_ethereal.json @@ -2,7 +2,7 @@ "credit": "Made with Blockbench", "textures": { "0": "biomesoplenty:blocks/ethereal_log", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/ethereal_log" }, "elements": [ @@ -161,7 +161,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -170,7 +170,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -179,7 +179,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -188,7 +188,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -197,7 +197,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -206,7 +206,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_biomesoplenty_eucalyptus.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_biomesoplenty_eucalyptus.json index 2f31213cbb..84ed5c7151 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_biomesoplenty_eucalyptus.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_biomesoplenty_eucalyptus.json @@ -2,7 +2,7 @@ "credit": "Made with Blockbench", "textures": { "0": "biomesoplenty:blocks/eucalyptus_log", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/eucalyptus_log" }, "elements": [ @@ -161,7 +161,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -170,7 +170,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -179,7 +179,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -188,7 +188,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -197,7 +197,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -206,7 +206,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_biomesoplenty_fir.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_biomesoplenty_fir.json index eb56e3a33c..05bd42e480 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_biomesoplenty_fir.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_biomesoplenty_fir.json @@ -2,7 +2,7 @@ "credit": "Made with Blockbench", "textures": { "0": "biomesoplenty:blocks/fir_log", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/fir_log" }, "elements": [ @@ -161,7 +161,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -170,7 +170,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -179,7 +179,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -188,7 +188,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -197,7 +197,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -206,7 +206,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_biomesoplenty_hellbark.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_biomesoplenty_hellbark.json index fb6325d17b..7f05cbeff1 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_biomesoplenty_hellbark.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_biomesoplenty_hellbark.json @@ -2,7 +2,7 @@ "credit": "Made with Blockbench", "textures": { "0": "biomesoplenty:blocks/hellbark_log", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/hellbark_log" }, "elements": [ @@ -161,7 +161,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -170,7 +170,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -179,7 +179,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -188,7 +188,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -197,7 +197,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -206,7 +206,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_biomesoplenty_jacaranda.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_biomesoplenty_jacaranda.json index a25233daf0..2078ce7796 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_biomesoplenty_jacaranda.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_biomesoplenty_jacaranda.json @@ -2,7 +2,7 @@ "credit": "Made with Blockbench", "textures": { "0": "biomesoplenty:blocks/jacaranda_log", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/jacaranda_log" }, "elements": [ @@ -161,7 +161,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -170,7 +170,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -179,7 +179,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -188,7 +188,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -197,7 +197,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -206,7 +206,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_biomesoplenty_magic.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_biomesoplenty_magic.json index 9d30689fb3..fdfe7c6bc7 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_biomesoplenty_magic.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_biomesoplenty_magic.json @@ -2,7 +2,7 @@ "credit": "Made with Blockbench", "textures": { "0": "biomesoplenty:blocks/magic_log", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/magic_log" }, "elements": [ @@ -161,7 +161,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -170,7 +170,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -179,7 +179,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -188,7 +188,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -197,7 +197,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -206,7 +206,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_biomesoplenty_mahogany.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_biomesoplenty_mahogany.json index 08a1ad4579..e6dddab737 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_biomesoplenty_mahogany.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_biomesoplenty_mahogany.json @@ -2,7 +2,7 @@ "credit": "Made with Blockbench", "textures": { "0": "biomesoplenty:blocks/mahogany_log", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/mahogany_log" }, "elements": [ @@ -161,7 +161,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -170,7 +170,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -179,7 +179,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -188,7 +188,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -197,7 +197,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -206,7 +206,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_biomesoplenty_mangrove.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_biomesoplenty_mangrove.json index ca68806ed3..019c3e9796 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_biomesoplenty_mangrove.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_biomesoplenty_mangrove.json @@ -2,7 +2,7 @@ "credit": "Made with Blockbench", "textures": { "0": "biomesoplenty:blocks/mangrove_log", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/mangrove_log" }, "elements": [ @@ -161,7 +161,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -170,7 +170,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -179,7 +179,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -188,7 +188,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -197,7 +197,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -206,7 +206,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_biomesoplenty_palm.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_biomesoplenty_palm.json index e6cb10fa7e..bdefbf9eb0 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_biomesoplenty_palm.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_biomesoplenty_palm.json @@ -2,7 +2,7 @@ "credit": "Made with Blockbench", "textures": { "0": "biomesoplenty:blocks/palm_log", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/palm_log" }, "elements": [ @@ -161,7 +161,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -170,7 +170,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -179,7 +179,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -188,7 +188,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -197,7 +197,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -206,7 +206,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_biomesoplenty_pine.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_biomesoplenty_pine.json index f7a09dd099..089f5f4e08 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_biomesoplenty_pine.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_biomesoplenty_pine.json @@ -2,7 +2,7 @@ "credit": "Made with Blockbench", "textures": { "0": "biomesoplenty:blocks/pine_log", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/pine_log" }, "elements": [ @@ -161,7 +161,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -170,7 +170,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -179,7 +179,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -188,7 +188,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -197,7 +197,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -206,7 +206,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_biomesoplenty_redwood.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_biomesoplenty_redwood.json index 124f86f49f..b8ad80990b 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_biomesoplenty_redwood.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_biomesoplenty_redwood.json @@ -2,7 +2,7 @@ "credit": "Made with Blockbench", "textures": { "0": "biomesoplenty:blocks/redwood_log", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/redwood_log" }, "elements": [ @@ -161,7 +161,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -170,7 +170,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -179,7 +179,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -188,7 +188,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -197,7 +197,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -206,7 +206,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_biomesoplenty_sacred_oak.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_biomesoplenty_sacred_oak.json index b03ae3b9d0..c597e84194 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_biomesoplenty_sacred_oak.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_biomesoplenty_sacred_oak.json @@ -2,7 +2,7 @@ "credit": "Made with Blockbench", "textures": { "0": "biomesoplenty:blocks/sacred_oak_log", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/sacred_oak_log" }, "elements": [ @@ -161,7 +161,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -170,7 +170,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -179,7 +179,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -188,7 +188,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -197,7 +197,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -206,7 +206,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_biomesoplenty_umbran.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_biomesoplenty_umbran.json index 74ef28b589..9d06d03bcd 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_biomesoplenty_umbran.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_biomesoplenty_umbran.json @@ -2,7 +2,7 @@ "credit": "Made with Blockbench", "textures": { "0": "biomesoplenty:blocks/umbran_log", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/umbran_log" }, "elements": [ @@ -161,7 +161,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -170,7 +170,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -179,7 +179,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -188,7 +188,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -197,7 +197,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -206,7 +206,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_biomesoplenty_willow.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_biomesoplenty_willow.json index 966ba85a1a..aa14191130 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_biomesoplenty_willow.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_biomesoplenty_willow.json @@ -2,7 +2,7 @@ "credit": "Made with Blockbench", "textures": { "0": "biomesoplenty:blocks/willow_log", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/willow_log" }, "elements": [ @@ -161,7 +161,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -170,7 +170,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -179,7 +179,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -188,7 +188,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -197,7 +197,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -206,7 +206,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_birch.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_birch.json index c873b5ad80..86859f3786 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_birch.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_birch.json @@ -2,7 +2,7 @@ "credit": "Made with Blockbench", "textures": { "0": "minecraft:blocks/log_birch", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "minecraft:blocks/log_birch" }, "elements": [ @@ -161,7 +161,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -170,7 +170,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -179,7 +179,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -188,7 +188,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -197,7 +197,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -206,7 +206,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_acacia.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_acacia.json index ec5a404ade..2f2e26f0ca 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_acacia.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_acacia.json @@ -2,7 +2,7 @@ "credit": "Made with Blockbench", "textures": { "0": "forestry:blocks/wood/bark.acacia", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.acacia" }, "elements": [ @@ -161,7 +161,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -170,7 +170,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -179,7 +179,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -188,7 +188,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -197,7 +197,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -206,7 +206,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_balsa.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_balsa.json index d77e2e4a17..5b755ebae0 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_balsa.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_balsa.json @@ -2,7 +2,7 @@ "credit": "Made with Blockbench", "textures": { "0": "forestry:blocks/wood/bark.balsa", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.balsa" }, "elements": [ @@ -161,7 +161,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -170,7 +170,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -179,7 +179,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -188,7 +188,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -197,7 +197,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -206,7 +206,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_baobab.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_baobab.json index 627ab8d9cb..acbe42c38e 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_baobab.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_baobab.json @@ -2,7 +2,7 @@ "credit": "Made with Blockbench", "textures": { "0": "forestry:blocks/wood/bark.baobab", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.baobab" }, "elements": [ @@ -161,7 +161,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -170,7 +170,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -179,7 +179,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -188,7 +188,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -197,7 +197,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -206,7 +206,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_cherry.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_cherry.json index c8b18617f6..a9885f71fd 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_cherry.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_cherry.json @@ -2,7 +2,7 @@ "credit": "Made with Blockbench", "textures": { "0": "forestry:blocks/wood/bark.cherry", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.cherry" }, "elements": [ @@ -161,7 +161,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -170,7 +170,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -179,7 +179,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -188,7 +188,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -197,7 +197,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -206,7 +206,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_chestnut.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_chestnut.json index bf0bda2437..93e0217942 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_chestnut.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_chestnut.json @@ -2,7 +2,7 @@ "credit": "Made with Blockbench", "textures": { "0": "forestry:blocks/wood/bark.chestnut", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.chestnut" }, "elements": [ @@ -161,7 +161,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -170,7 +170,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -179,7 +179,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -188,7 +188,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -197,7 +197,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -206,7 +206,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_citrus.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_citrus.json index eec109c95a..c9f025170a 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_citrus.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_citrus.json @@ -2,7 +2,7 @@ "credit": "Made with Blockbench", "textures": { "0": "forestry:blocks/wood/bark.citrus", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.citrus" }, "elements": [ @@ -161,7 +161,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -170,7 +170,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -179,7 +179,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -188,7 +188,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -197,7 +197,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -206,7 +206,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_cocobolo.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_cocobolo.json index 7e8c83ced5..967e3271b4 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_cocobolo.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_cocobolo.json @@ -2,7 +2,7 @@ "credit": "Made with Blockbench", "textures": { "0": "forestry:blocks/wood/bark.cocobolo", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.cocobolo" }, "elements": [ @@ -161,7 +161,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -170,7 +170,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -179,7 +179,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -188,7 +188,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -197,7 +197,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -206,7 +206,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_ebony.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_ebony.json index 010531ac27..bf46e05dfa 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_ebony.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_ebony.json @@ -2,7 +2,7 @@ "credit": "Made with Blockbench", "textures": { "0": "forestry:blocks/wood/bark.ebony", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.ebony" }, "elements": [ @@ -161,7 +161,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -170,7 +170,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -179,7 +179,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -188,7 +188,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -197,7 +197,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -206,7 +206,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_giganteum.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_giganteum.json index b4fed371a7..ebd0dd3686 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_giganteum.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_giganteum.json @@ -2,7 +2,7 @@ "credit": "Made with Blockbench", "textures": { "0": "forestry:blocks/wood/bark.giganteum", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.giganteum" }, "elements": [ @@ -161,7 +161,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -170,7 +170,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -179,7 +179,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -188,7 +188,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -197,7 +197,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -206,7 +206,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_greenheart.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_greenheart.json index e048f46c2a..50fe646a1d 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_greenheart.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_greenheart.json @@ -2,7 +2,7 @@ "credit": "Made with Blockbench", "textures": { "0": "forestry:blocks/wood/bark.greenheart", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.greenheart" }, "elements": [ @@ -161,7 +161,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -170,7 +170,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -179,7 +179,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -188,7 +188,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -197,7 +197,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -206,7 +206,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_ipe.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_ipe.json index 7ef2e1c03a..72df0d052f 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_ipe.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_ipe.json @@ -2,7 +2,7 @@ "credit": "Made with Blockbench", "textures": { "0": "forestry:blocks/wood/bark.ipe", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.ipe" }, "elements": [ @@ -161,7 +161,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -170,7 +170,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -179,7 +179,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -188,7 +188,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -197,7 +197,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -206,7 +206,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_kapok.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_kapok.json index 9b1a271c92..eddf1f7f4a 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_kapok.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_kapok.json @@ -2,7 +2,7 @@ "credit": "Made with Blockbench", "textures": { "0": "forestry:blocks/wood/bark.kapok", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.kapok" }, "elements": [ @@ -161,7 +161,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -170,7 +170,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -179,7 +179,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -188,7 +188,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -197,7 +197,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -206,7 +206,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_larch.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_larch.json index 3a0cabd8c3..3409dc1c40 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_larch.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_larch.json @@ -2,7 +2,7 @@ "credit": "Made with Blockbench", "textures": { "0": "forestry:blocks/wood/bark.larch", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.larch" }, "elements": [ @@ -161,7 +161,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -170,7 +170,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -179,7 +179,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -188,7 +188,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -197,7 +197,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -206,7 +206,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_lime.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_lime.json index 26483194f0..5c5898f96a 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_lime.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_lime.json @@ -2,7 +2,7 @@ "credit": "Made with Blockbench", "textures": { "0": "forestry:blocks/wood/bark.lime", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.lime" }, "elements": [ @@ -161,7 +161,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -170,7 +170,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -179,7 +179,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -188,7 +188,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -197,7 +197,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -206,7 +206,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_mahoe.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_mahoe.json index 7530454332..3e635f2045 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_mahoe.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_mahoe.json @@ -2,7 +2,7 @@ "credit": "Made with Blockbench", "textures": { "0": "forestry:blocks/wood/bark.mahoe", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.mahoe" }, "elements": [ @@ -161,7 +161,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -170,7 +170,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -179,7 +179,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -188,7 +188,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -197,7 +197,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -206,7 +206,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_mahogany.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_mahogany.json index deb6a97bd5..f1c37e74a7 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_mahogany.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_mahogany.json @@ -2,7 +2,7 @@ "credit": "Made with Blockbench", "textures": { "0": "forestry:blocks/wood/bark.mahogany", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.mahogany" }, "elements": [ @@ -161,7 +161,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -170,7 +170,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -179,7 +179,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -188,7 +188,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -197,7 +197,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -206,7 +206,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_maple.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_maple.json index 4de01d4367..c95d494869 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_maple.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_maple.json @@ -2,7 +2,7 @@ "credit": "Made with Blockbench", "textures": { "0": "forestry:blocks/wood/bark.maple", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.maple" }, "elements": [ @@ -161,7 +161,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -170,7 +170,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -179,7 +179,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -188,7 +188,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -197,7 +197,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -206,7 +206,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_padauk.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_padauk.json index d15154a2d3..e5b439f0ef 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_padauk.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_padauk.json @@ -2,7 +2,7 @@ "credit": "Made with Blockbench", "textures": { "0": "forestry:blocks/wood/bark.padauk", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.padauk" }, "elements": [ @@ -161,7 +161,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -170,7 +170,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -179,7 +179,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -188,7 +188,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -197,7 +197,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -206,7 +206,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_palm.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_palm.json index aa51b96641..2caba52de3 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_palm.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_palm.json @@ -2,7 +2,7 @@ "credit": "Made with Blockbench", "textures": { "0": "forestry:blocks/wood/bark.palm", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.palm" }, "elements": [ @@ -161,7 +161,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -170,7 +170,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -179,7 +179,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -188,7 +188,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -197,7 +197,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -206,7 +206,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_papaya.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_papaya.json index a8c39d0b20..66dd45d8ff 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_papaya.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_papaya.json @@ -2,7 +2,7 @@ "credit": "Made with Blockbench", "textures": { "0": "forestry:blocks/wood/bark.papaya", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.papaya" }, "elements": [ @@ -161,7 +161,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -170,7 +170,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -179,7 +179,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -188,7 +188,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -197,7 +197,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -206,7 +206,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_pine.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_pine.json index 5123f730df..775d4928cf 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_pine.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_pine.json @@ -2,7 +2,7 @@ "credit": "Made with Blockbench", "textures": { "0": "forestry:blocks/wood/bark.pine", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.pine" }, "elements": [ @@ -161,7 +161,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -170,7 +170,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -179,7 +179,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -188,7 +188,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -197,7 +197,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -206,7 +206,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_plum.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_plum.json index 49f887b3b4..d68e4736dc 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_plum.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_plum.json @@ -2,7 +2,7 @@ "credit": "Made with Blockbench", "textures": { "0": "forestry:blocks/wood/bark.plum", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.plum" }, "elements": [ @@ -161,7 +161,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -170,7 +170,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -179,7 +179,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -188,7 +188,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -197,7 +197,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -206,7 +206,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_poplar.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_poplar.json index c6e64d9da0..6a689ca699 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_poplar.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_poplar.json @@ -2,7 +2,7 @@ "credit": "Made with Blockbench", "textures": { "0": "forestry:blocks/wood/bark.poplar", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.poplar" }, "elements": [ @@ -161,7 +161,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -170,7 +170,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -179,7 +179,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -188,7 +188,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -197,7 +197,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -206,7 +206,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_sequoia.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_sequoia.json index 05b0f75a35..3c54b89f21 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_sequoia.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_sequoia.json @@ -2,7 +2,7 @@ "credit": "Made with Blockbench", "textures": { "0": "forestry:blocks/wood/bark.sequoia", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.sequoia" }, "elements": [ @@ -161,7 +161,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -170,7 +170,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -179,7 +179,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -188,7 +188,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -197,7 +197,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -206,7 +206,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_teak.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_teak.json index 24fdf602b2..671f28da4e 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_teak.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_teak.json @@ -2,7 +2,7 @@ "credit": "Made with Blockbench", "textures": { "0": "forestry:blocks/wood/bark.teak", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.teak" }, "elements": [ @@ -161,7 +161,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -170,7 +170,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -179,7 +179,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -188,7 +188,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -197,7 +197,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -206,7 +206,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_walnut.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_walnut.json index a5b65e3f06..7fe5bd2ee8 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_walnut.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_walnut.json @@ -2,7 +2,7 @@ "credit": "Made with Blockbench", "textures": { "0": "forestry:blocks/wood/bark.walnut", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.walnut" }, "elements": [ @@ -161,7 +161,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -170,7 +170,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -179,7 +179,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -188,7 +188,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -197,7 +197,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -206,7 +206,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_wenge.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_wenge.json index 7932d958f5..f300f5ab07 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_wenge.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_wenge.json @@ -2,7 +2,7 @@ "credit": "Made with Blockbench", "textures": { "0": "forestry:blocks/wood/bark.wenge", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.wenge" }, "elements": [ @@ -161,7 +161,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -170,7 +170,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -179,7 +179,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -188,7 +188,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -197,7 +197,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -206,7 +206,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_willow.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_willow.json index 01401fe76d..f56afe5278 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_willow.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_willow.json @@ -2,7 +2,7 @@ "credit": "Made with Blockbench", "textures": { "0": "forestry:blocks/wood/bark.willow", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.willow" }, "elements": [ @@ -161,7 +161,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -170,7 +170,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -179,7 +179,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -188,7 +188,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -197,7 +197,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -206,7 +206,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_zebrawood.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_zebrawood.json index cd166281cb..fcd6632b8f 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_zebrawood.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_forestry_zebrawood.json @@ -2,7 +2,7 @@ "credit": "Made with Blockbench", "textures": { "0": "forestry:blocks/wood/bark.zebrawood", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.zebrawood" }, "elements": [ @@ -161,7 +161,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -170,7 +170,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -179,7 +179,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -188,7 +188,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -197,7 +197,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -206,7 +206,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_immersiveengineering_treated_wood.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_immersiveengineering_treated_wood.json index 26b147fd73..a676049433 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_immersiveengineering_treated_wood.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_immersiveengineering_treated_wood.json @@ -2,7 +2,7 @@ "credit": "Made with Blockbench", "textures": { "0": "immersiveengineering:blocks/treated_wood_packaged", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "immersiveengineering:blocks/treated_wood_packaged" }, "elements": [ @@ -161,7 +161,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -170,7 +170,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -179,7 +179,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -188,7 +188,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -197,7 +197,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -206,7 +206,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_jungle.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_jungle.json index c26cd9f4c6..7793f6452a 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_jungle.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_jungle.json @@ -2,7 +2,7 @@ "credit": "Made with Blockbench", "textures": { "0": "minecraft:blocks/log_jungle", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "minecraft:blocks/log_jungle" }, "elements": [ @@ -161,7 +161,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -170,7 +170,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -179,7 +179,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -188,7 +188,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -197,7 +197,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -206,7 +206,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_natura_amaranth.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_natura_amaranth.json index 82ab33b7e7..3ce4c39faf 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_natura_amaranth.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_natura_amaranth.json @@ -2,7 +2,7 @@ "credit": "Made with Blockbench", "textures": { "0": "natura:blocks/logs/overworld/amaranth_log", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/overworld/amaranth_log" }, "elements": [ @@ -161,7 +161,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -170,7 +170,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -179,7 +179,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -188,7 +188,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -197,7 +197,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -206,7 +206,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_natura_bloodwood.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_natura_bloodwood.json index 50308c6452..0d2725de8b 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_natura_bloodwood.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_natura_bloodwood.json @@ -2,7 +2,7 @@ "credit": "Made with Blockbench", "textures": { "0": "natura:blocks/logs/nether/bloodwood_bark", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/nether/bloodwood_bark" }, "elements": [ @@ -161,7 +161,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -170,7 +170,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -179,7 +179,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -188,7 +188,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -197,7 +197,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -206,7 +206,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_natura_darkwood.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_natura_darkwood.json index 27306b4ac4..aeb02a61ea 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_natura_darkwood.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_natura_darkwood.json @@ -2,7 +2,7 @@ "credit": "Made with Blockbench", "textures": { "0": "natura:blocks/logs/nether/darkwood_log", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/nether/darkwood_log" }, "elements": [ @@ -161,7 +161,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -170,7 +170,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -179,7 +179,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -188,7 +188,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -197,7 +197,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -206,7 +206,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_natura_eucalyptus.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_natura_eucalyptus.json index f2cd9725c3..a591f3affa 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_natura_eucalyptus.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_natura_eucalyptus.json @@ -2,7 +2,7 @@ "credit": "Made with Blockbench", "textures": { "0": "natura:blocks/logs/overworld/eucalyptus_log", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/overworld/eucalyptus_log" }, "elements": [ @@ -161,7 +161,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -170,7 +170,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -179,7 +179,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -188,7 +188,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -197,7 +197,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -206,7 +206,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_natura_fusewood.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_natura_fusewood.json index e7fd628fa2..5f4210c43f 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_natura_fusewood.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_natura_fusewood.json @@ -2,7 +2,7 @@ "credit": "Made with Blockbench", "textures": { "0": "natura:blocks/logs/nether/fusewood_log", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/nether/fusewood_log" }, "elements": [ @@ -161,7 +161,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -170,7 +170,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -179,7 +179,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -188,7 +188,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -197,7 +197,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -206,7 +206,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_natura_ghostwood.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_natura_ghostwood.json index 3524a5b7ca..1d5647f942 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_natura_ghostwood.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_natura_ghostwood.json @@ -2,7 +2,7 @@ "credit": "Made with Blockbench", "textures": { "0": "natura:blocks/logs/nether/ghostwood_log", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/nether/ghostwood_log" }, "elements": [ @@ -161,7 +161,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -170,7 +170,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -179,7 +179,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -188,7 +188,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -197,7 +197,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -206,7 +206,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_natura_hopseed.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_natura_hopseed.json index 08d6e32d1d..20710b1c71 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_natura_hopseed.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_natura_hopseed.json @@ -2,7 +2,7 @@ "credit": "Made with Blockbench", "textures": { "0": "natura:blocks/logs/overworld/hopseed_log", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/overworld/hopseed_log" }, "elements": [ @@ -161,7 +161,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -170,7 +170,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -179,7 +179,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -188,7 +188,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -197,7 +197,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -206,7 +206,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_natura_maple.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_natura_maple.json index f6287a12a1..3ff087136b 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_natura_maple.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_natura_maple.json @@ -2,7 +2,7 @@ "credit": "Made with Blockbench", "textures": { "0": "natura:blocks/logs/overworld/maple_log", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/overworld/maple_log" }, "elements": [ @@ -161,7 +161,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -170,7 +170,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -179,7 +179,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -188,7 +188,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -197,7 +197,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -206,7 +206,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_natura_sakura.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_natura_sakura.json index e29b60adb3..71132ec60f 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_natura_sakura.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_natura_sakura.json @@ -2,7 +2,7 @@ "credit": "Made with Blockbench", "textures": { "0": "natura:blocks/logs/overworld/sakura_log", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/overworld/sakura_log" }, "elements": [ @@ -161,7 +161,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -170,7 +170,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -179,7 +179,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -188,7 +188,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -197,7 +197,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -206,7 +206,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_natura_silverbell.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_natura_silverbell.json index 6d5e151b76..d22fef08d0 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_natura_silverbell.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_natura_silverbell.json @@ -2,7 +2,7 @@ "credit": "Made with Blockbench", "textures": { "0": "natura:blocks/logs/overworld/silverbell_log", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/overworld/silverbell_log" }, "elements": [ @@ -161,7 +161,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -170,7 +170,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -179,7 +179,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -188,7 +188,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -197,7 +197,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -206,7 +206,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_natura_tiger.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_natura_tiger.json index 45e095b6ec..d736ff2a8d 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_natura_tiger.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_natura_tiger.json @@ -2,7 +2,7 @@ "credit": "Made with Blockbench", "textures": { "0": "natura:blocks/logs/overworld/tiger_log", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/overworld/tiger_log" }, "elements": [ @@ -161,7 +161,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -170,7 +170,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -179,7 +179,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -188,7 +188,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -197,7 +197,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -206,7 +206,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_natura_willow.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_natura_willow.json index 3ab28e20bd..f06f4c3ab5 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_natura_willow.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_natura_willow.json @@ -2,7 +2,7 @@ "credit": "Made with Blockbench", "textures": { "0": "natura:blocks/logs/overworld/willow_log", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/overworld/willow_log" }, "elements": [ @@ -161,7 +161,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -170,7 +170,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -179,7 +179,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -188,7 +188,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -197,7 +197,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -206,7 +206,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_oak.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_oak.json index a7dcc7826a..d5df3a8307 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_oak.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_oak.json @@ -2,7 +2,7 @@ "credit": "Made with Blockbench", "textures": { "0": "minecraft:blocks/log_oak", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "minecraft:blocks/log_oak" }, "elements": [ @@ -161,7 +161,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -170,7 +170,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -179,7 +179,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -188,7 +188,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -197,7 +197,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -206,7 +206,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_spruce.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_spruce.json index d7f09cf893..5223312f68 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_spruce.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_middle_spruce.json @@ -2,7 +2,7 @@ "credit": "Made with Blockbench", "textures": { "0": "minecraft:blocks/log_spruce", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "minecraft:blocks/log_spruce" }, "elements": [ @@ -161,7 +161,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -170,7 +170,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -179,7 +179,7 @@ 16, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -188,7 +188,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -197,7 +197,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -206,7 +206,7 @@ 16, 12 ], - "texture": "#2" + "texture": "#upholstery" } } } diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_acacia.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_acacia.json index 5d8320b047..b1716ea0b0 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_acacia.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_acacia.json @@ -1,7 +1,7 @@ { "credit": "Made with Blockbench", "textures": { - "3": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "4": "minecraft:blocks/log_acacia", "5": "minecraft:blocks/planks_acacia", "particle": "minecraft:blocks/log_acacia" @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_big_oak.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_big_oak.json index c3cdc61380..6c80c1d2f7 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_big_oak.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_big_oak.json @@ -1,7 +1,7 @@ { "credit": "Made with Blockbench", "textures": { - "3": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "4": "minecraft:blocks/log_big_oak", "5": "minecraft:blocks/planks_big_oak", "particle": "minecraft:blocks/log_big_oak" @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_biomesoplenty_cherry.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_biomesoplenty_cherry.json index c032550a83..34600dad22 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_biomesoplenty_cherry.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_biomesoplenty_cherry.json @@ -1,7 +1,7 @@ { "credit": "Made with Blockbench", "textures": { - "3": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "4": "biomesoplenty:blocks/cherry_log", "5": "biomesoplenty:blocks/cherry_planks", "particle": "biomesoplenty:blocks/cherry_log" @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_biomesoplenty_ebony.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_biomesoplenty_ebony.json index 8ea40a953d..538c059331 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_biomesoplenty_ebony.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_biomesoplenty_ebony.json @@ -1,7 +1,7 @@ { "credit": "Made with Blockbench", "textures": { - "3": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "4": "biomesoplenty:blocks/ebony_log", "5": "biomesoplenty:blocks/ebony_planks", "particle": "biomesoplenty:blocks/ebony_log" @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_biomesoplenty_ethereal.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_biomesoplenty_ethereal.json index e79657e9d1..be2d61a6e5 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_biomesoplenty_ethereal.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_biomesoplenty_ethereal.json @@ -1,7 +1,7 @@ { "credit": "Made with Blockbench", "textures": { - "3": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "4": "biomesoplenty:blocks/ethereal_log", "5": "biomesoplenty:blocks/ethereal_planks", "particle": "biomesoplenty:blocks/ethereal_log" @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_biomesoplenty_eucalyptus.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_biomesoplenty_eucalyptus.json index 9e9f9661f1..8e9ad7cb3a 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_biomesoplenty_eucalyptus.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_biomesoplenty_eucalyptus.json @@ -1,7 +1,7 @@ { "credit": "Made with Blockbench", "textures": { - "3": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "4": "biomesoplenty:blocks/eucalyptus_log", "5": "biomesoplenty:blocks/eucalyptus_planks", "particle": "biomesoplenty:blocks/eucalyptus_log" @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_biomesoplenty_fir.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_biomesoplenty_fir.json index de0bfc4444..5cef8260ac 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_biomesoplenty_fir.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_biomesoplenty_fir.json @@ -1,7 +1,7 @@ { "credit": "Made with Blockbench", "textures": { - "3": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "4": "biomesoplenty:blocks/fir_log", "5": "biomesoplenty:blocks/fir_planks", "particle": "biomesoplenty:blocks/fir_log" @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_biomesoplenty_hellbark.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_biomesoplenty_hellbark.json index 0dabce7121..a6ebf7df50 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_biomesoplenty_hellbark.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_biomesoplenty_hellbark.json @@ -1,7 +1,7 @@ { "credit": "Made with Blockbench", "textures": { - "3": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "4": "biomesoplenty:blocks/hellbark_log", "5": "biomesoplenty:blocks/hellbark_planks", "particle": "biomesoplenty:blocks/hellbark_log" @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_biomesoplenty_jacaranda.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_biomesoplenty_jacaranda.json index dbb7984674..d13c31b55e 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_biomesoplenty_jacaranda.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_biomesoplenty_jacaranda.json @@ -1,7 +1,7 @@ { "credit": "Made with Blockbench", "textures": { - "3": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "4": "biomesoplenty:blocks/jacaranda_log", "5": "biomesoplenty:blocks/jacaranda_planks", "particle": "biomesoplenty:blocks/jacaranda_log" @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_biomesoplenty_magic.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_biomesoplenty_magic.json index faf0cad7b4..ecc3b9849c 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_biomesoplenty_magic.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_biomesoplenty_magic.json @@ -1,7 +1,7 @@ { "credit": "Made with Blockbench", "textures": { - "3": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "4": "biomesoplenty:blocks/magic_log", "5": "biomesoplenty:blocks/magic_planks", "particle": "biomesoplenty:blocks/magic_log" @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_biomesoplenty_mahogany.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_biomesoplenty_mahogany.json index a2818a8f2c..f915a11cae 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_biomesoplenty_mahogany.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_biomesoplenty_mahogany.json @@ -1,7 +1,7 @@ { "credit": "Made with Blockbench", "textures": { - "3": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "4": "biomesoplenty:blocks/mahogany_log", "5": "biomesoplenty:blocks/mahogany_planks", "particle": "biomesoplenty:blocks/mahogany_log" @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_biomesoplenty_mangrove.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_biomesoplenty_mangrove.json index db306460ce..76267d5e77 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_biomesoplenty_mangrove.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_biomesoplenty_mangrove.json @@ -1,7 +1,7 @@ { "credit": "Made with Blockbench", "textures": { - "3": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "4": "biomesoplenty:blocks/mangrove_log", "5": "biomesoplenty:blocks/mangrove_planks", "particle": "biomesoplenty:blocks/mangrove_log" @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_biomesoplenty_palm.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_biomesoplenty_palm.json index bea018769f..75bf909668 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_biomesoplenty_palm.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_biomesoplenty_palm.json @@ -1,7 +1,7 @@ { "credit": "Made with Blockbench", "textures": { - "3": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "4": "biomesoplenty:blocks/palm_log", "5": "biomesoplenty:blocks/palm_planks", "particle": "biomesoplenty:blocks/palm_log" @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_biomesoplenty_pine.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_biomesoplenty_pine.json index 9cda070489..9845cbc77f 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_biomesoplenty_pine.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_biomesoplenty_pine.json @@ -1,7 +1,7 @@ { "credit": "Made with Blockbench", "textures": { - "3": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "4": "biomesoplenty:blocks/pine_log", "5": "biomesoplenty:blocks/pine_planks", "particle": "biomesoplenty:blocks/pine_log" @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_biomesoplenty_redwood.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_biomesoplenty_redwood.json index 25cec2fc05..081f1e6686 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_biomesoplenty_redwood.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_biomesoplenty_redwood.json @@ -1,7 +1,7 @@ { "credit": "Made with Blockbench", "textures": { - "3": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "4": "biomesoplenty:blocks/redwood_log", "5": "biomesoplenty:blocks/redwood_planks", "particle": "biomesoplenty:blocks/redwood_log" @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_biomesoplenty_sacred_oak.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_biomesoplenty_sacred_oak.json index f6975c3b2c..94210de447 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_biomesoplenty_sacred_oak.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_biomesoplenty_sacred_oak.json @@ -1,7 +1,7 @@ { "credit": "Made with Blockbench", "textures": { - "3": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "4": "biomesoplenty:blocks/sacred_oak_log", "5": "biomesoplenty:blocks/sacred_oak_planks", "particle": "biomesoplenty:blocks/sacred_oak_log" @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_biomesoplenty_umbran.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_biomesoplenty_umbran.json index 580d38d6f0..a9766203b5 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_biomesoplenty_umbran.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_biomesoplenty_umbran.json @@ -1,7 +1,7 @@ { "credit": "Made with Blockbench", "textures": { - "3": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "4": "biomesoplenty:blocks/umbran_log", "5": "biomesoplenty:blocks/umbran_planks", "particle": "biomesoplenty:blocks/umbran_log" @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_biomesoplenty_willow.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_biomesoplenty_willow.json index 8d7d9fc8e8..2dcc3092f4 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_biomesoplenty_willow.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_biomesoplenty_willow.json @@ -1,7 +1,7 @@ { "credit": "Made with Blockbench", "textures": { - "3": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "4": "biomesoplenty:blocks/willow_log", "5": "biomesoplenty:blocks/willow_planks", "particle": "biomesoplenty:blocks/willow_log" @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_birch.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_birch.json index 138cde88f5..dab38d60ce 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_birch.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_birch.json @@ -1,7 +1,7 @@ { "credit": "Made with Blockbench", "textures": { - "3": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "4": "minecraft:blocks/log_birch", "5": "minecraft:blocks/planks_birch", "particle": "minecraft:blocks/log_birch" @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_acacia.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_acacia.json index 40befaf7e1..ba3fad3d31 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_acacia.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_acacia.json @@ -1,7 +1,7 @@ { "credit": "Made with Blockbench", "textures": { - "3": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "4": "forestry:blocks/wood/bark.acacia", "5": "forestry:blocks/wood/planks.acacia", "particle": "forestry:blocks/wood/bark.acacia" @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_balsa.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_balsa.json index c78fe76894..7f7e40b856 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_balsa.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_balsa.json @@ -1,7 +1,7 @@ { "credit": "Made with Blockbench", "textures": { - "3": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "4": "forestry:blocks/wood/bark.balsa", "5": "forestry:blocks/wood/planks.balsa", "particle": "forestry:blocks/wood/bark.balsa" @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_baobab.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_baobab.json index d803152a86..0f8ca27722 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_baobab.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_baobab.json @@ -1,7 +1,7 @@ { "credit": "Made with Blockbench", "textures": { - "3": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "4": "forestry:blocks/wood/bark.baobab", "5": "forestry:blocks/wood/planks.baobab", "particle": "forestry:blocks/wood/bark.baobab" @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_cherry.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_cherry.json index 9de9e20b66..f9677ed57d 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_cherry.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_cherry.json @@ -1,7 +1,7 @@ { "credit": "Made with Blockbench", "textures": { - "3": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "4": "forestry:blocks/wood/bark.cherry", "5": "forestry:blocks/wood/planks.cherry", "particle": "forestry:blocks/wood/bark.cherry" @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_chestnut.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_chestnut.json index cdc663eb18..2db6a767f2 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_chestnut.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_chestnut.json @@ -1,7 +1,7 @@ { "credit": "Made with Blockbench", "textures": { - "3": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "4": "forestry:blocks/wood/bark.chestnut", "5": "forestry:blocks/wood/planks.chestnut", "particle": "forestry:blocks/wood/bark.chestnut" @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_citrus.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_citrus.json index f2f5bd98c7..56b4d3bb7f 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_citrus.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_citrus.json @@ -1,7 +1,7 @@ { "credit": "Made with Blockbench", "textures": { - "3": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "4": "forestry:blocks/wood/bark.citrus", "5": "forestry:blocks/wood/planks.citrus", "particle": "forestry:blocks/wood/bark.citrus" @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_cocobolo.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_cocobolo.json index 120083a6a9..d0b685cd34 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_cocobolo.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_cocobolo.json @@ -1,7 +1,7 @@ { "credit": "Made with Blockbench", "textures": { - "3": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "4": "forestry:blocks/wood/bark.cocobolo", "5": "forestry:blocks/wood/planks.cocobolo", "particle": "forestry:blocks/wood/bark.cocobolo" @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_ebony.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_ebony.json index d07fdfc169..71528984b6 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_ebony.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_ebony.json @@ -1,7 +1,7 @@ { "credit": "Made with Blockbench", "textures": { - "3": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "4": "forestry:blocks/wood/bark.ebony", "5": "forestry:blocks/wood/planks.ebony", "particle": "forestry:blocks/wood/bark.ebony" @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_giganteum.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_giganteum.json index e53ba48695..68622f4541 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_giganteum.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_giganteum.json @@ -1,7 +1,7 @@ { "credit": "Made with Blockbench", "textures": { - "3": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "4": "forestry:blocks/wood/bark.giganteum", "5": "forestry:blocks/wood/planks.giganteum", "particle": "forestry:blocks/wood/bark.giganteum" @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_greenheart.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_greenheart.json index e8efdcfe74..e91d9e791e 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_greenheart.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_greenheart.json @@ -1,7 +1,7 @@ { "credit": "Made with Blockbench", "textures": { - "3": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "4": "forestry:blocks/wood/bark.greenheart", "5": "forestry:blocks/wood/planks.greenheart", "particle": "forestry:blocks/wood/bark.greenheart" @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_ipe.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_ipe.json index 7f8fb07a4c..51d817ba00 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_ipe.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_ipe.json @@ -1,7 +1,7 @@ { "credit": "Made with Blockbench", "textures": { - "3": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "4": "forestry:blocks/wood/bark.ipe", "5": "forestry:blocks/wood/planks.ipe", "particle": "forestry:blocks/wood/bark.ipe" @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_kapok.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_kapok.json index f456c8b3ae..81489dc7a9 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_kapok.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_kapok.json @@ -1,7 +1,7 @@ { "credit": "Made with Blockbench", "textures": { - "3": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "4": "forestry:blocks/wood/bark.kapok", "5": "forestry:blocks/wood/planks.kapok", "particle": "forestry:blocks/wood/bark.kapok" @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_larch.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_larch.json index 7097439e30..4961d59044 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_larch.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_larch.json @@ -1,7 +1,7 @@ { "credit": "Made with Blockbench", "textures": { - "3": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "4": "forestry:blocks/wood/bark.larch", "5": "forestry:blocks/wood/planks.larch", "particle": "forestry:blocks/wood/bark.larch" @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_lime.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_lime.json index e469e83156..17caca231e 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_lime.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_lime.json @@ -1,7 +1,7 @@ { "credit": "Made with Blockbench", "textures": { - "3": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "4": "forestry:blocks/wood/bark.lime", "5": "forestry:blocks/wood/planks.lime", "particle": "forestry:blocks/wood/bark.lime" @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_mahoe.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_mahoe.json index 6552b0f271..4d58579590 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_mahoe.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_mahoe.json @@ -1,7 +1,7 @@ { "credit": "Made with Blockbench", "textures": { - "3": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "4": "forestry:blocks/wood/bark.mahoe", "5": "forestry:blocks/wood/planks.mahoe", "particle": "forestry:blocks/wood/bark.mahoe" @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_mahogany.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_mahogany.json index 5423745591..44d5bb611f 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_mahogany.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_mahogany.json @@ -1,7 +1,7 @@ { "credit": "Made with Blockbench", "textures": { - "3": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "4": "forestry:blocks/wood/bark.mahogany", "5": "forestry:blocks/wood/planks.mahogany", "particle": "forestry:blocks/wood/bark.mahogany" @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_maple.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_maple.json index ee0d33e5e2..0539c6bed5 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_maple.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_maple.json @@ -1,7 +1,7 @@ { "credit": "Made with Blockbench", "textures": { - "3": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "4": "forestry:blocks/wood/bark.maple", "5": "forestry:blocks/wood/planks.maple", "particle": "forestry:blocks/wood/bark.maple" @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_padauk.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_padauk.json index 7c752b9a0e..2fe917ae97 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_padauk.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_padauk.json @@ -1,7 +1,7 @@ { "credit": "Made with Blockbench", "textures": { - "3": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "4": "forestry:blocks/wood/bark.padauk", "5": "forestry:blocks/wood/planks.padauk", "particle": "forestry:blocks/wood/bark.padauk" @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_palm.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_palm.json index e70b55b4cc..151a62c710 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_palm.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_palm.json @@ -1,7 +1,7 @@ { "credit": "Made with Blockbench", "textures": { - "3": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "4": "forestry:blocks/wood/bark.palm", "5": "forestry:blocks/wood/planks.palm", "particle": "forestry:blocks/wood/bark.palm" @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_papaya.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_papaya.json index f968e6b41a..99ef840239 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_papaya.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_papaya.json @@ -1,7 +1,7 @@ { "credit": "Made with Blockbench", "textures": { - "3": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "4": "forestry:blocks/wood/bark.papaya", "5": "forestry:blocks/wood/planks.papaya", "particle": "forestry:blocks/wood/bark.papaya" @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_pine.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_pine.json index faffb17e33..3f9b014dc3 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_pine.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_pine.json @@ -1,7 +1,7 @@ { "credit": "Made with Blockbench", "textures": { - "3": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "4": "forestry:blocks/wood/bark.pine", "5": "forestry:blocks/wood/planks.pine", "particle": "forestry:blocks/wood/bark.pine" @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_plum.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_plum.json index f956b0a281..f1c1a26aa4 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_plum.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_plum.json @@ -1,7 +1,7 @@ { "credit": "Made with Blockbench", "textures": { - "3": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "4": "forestry:blocks/wood/bark.plum", "5": "forestry:blocks/wood/planks.plum", "particle": "forestry:blocks/wood/bark.plum" @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_poplar.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_poplar.json index c180f7a3db..32dfba0e69 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_poplar.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_poplar.json @@ -1,7 +1,7 @@ { "credit": "Made with Blockbench", "textures": { - "3": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "4": "forestry:blocks/wood/bark.poplar", "5": "forestry:blocks/wood/planks.poplar", "particle": "forestry:blocks/wood/bark.poplar" @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_sequoia.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_sequoia.json index f966ef98e9..1291d02a20 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_sequoia.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_sequoia.json @@ -1,7 +1,7 @@ { "credit": "Made with Blockbench", "textures": { - "3": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "4": "forestry:blocks/wood/bark.sequoia", "5": "forestry:blocks/wood/planks.sequoia", "particle": "forestry:blocks/wood/bark.sequoia" @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_teak.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_teak.json index 3d371a98f7..d1818e9281 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_teak.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_teak.json @@ -1,7 +1,7 @@ { "credit": "Made with Blockbench", "textures": { - "3": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "4": "forestry:blocks/wood/bark.teak", "5": "forestry:blocks/wood/planks.teak", "particle": "forestry:blocks/wood/bark.teak" @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_walnut.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_walnut.json index 144d9d3e92..e2ffbc161b 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_walnut.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_walnut.json @@ -1,7 +1,7 @@ { "credit": "Made with Blockbench", "textures": { - "3": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "4": "forestry:blocks/wood/bark.walnut", "5": "forestry:blocks/wood/planks.walnut", "particle": "forestry:blocks/wood/bark.walnut" @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_wenge.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_wenge.json index 6c16596300..ac3acdaf29 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_wenge.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_wenge.json @@ -1,7 +1,7 @@ { "credit": "Made with Blockbench", "textures": { - "3": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "4": "forestry:blocks/wood/bark.wenge", "5": "forestry:blocks/wood/planks.wenge", "particle": "forestry:blocks/wood/bark.wenge" @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_willow.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_willow.json index fa463319fd..dc6870ad79 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_willow.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_willow.json @@ -1,7 +1,7 @@ { "credit": "Made with Blockbench", "textures": { - "3": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "4": "forestry:blocks/wood/bark.willow", "5": "forestry:blocks/wood/planks.willow", "particle": "forestry:blocks/wood/bark.willow" @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_zebrawood.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_zebrawood.json index 2f7eb14f3f..a0f4f880c0 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_zebrawood.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_forestry_zebrawood.json @@ -1,7 +1,7 @@ { "credit": "Made with Blockbench", "textures": { - "3": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "4": "forestry:blocks/wood/bark.zebrawood", "5": "forestry:blocks/wood/planks.zebrawood", "particle": "forestry:blocks/wood/bark.zebrawood" @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_immersiveengineering_treated_wood.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_immersiveengineering_treated_wood.json index cbb138284b..732165c778 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_immersiveengineering_treated_wood.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_immersiveengineering_treated_wood.json @@ -1,7 +1,7 @@ { "credit": "Made with Blockbench", "textures": { - "3": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "4": "immersiveengineering:blocks/treated_wood_packaged", "5": "immersiveengineering:blocks/treated_wood_vertical", "particle": "immersiveengineering:blocks/treated_wood_packaged" @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_jungle.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_jungle.json index 96210468ca..2e48c809cd 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_jungle.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_jungle.json @@ -1,7 +1,7 @@ { "credit": "Made with Blockbench", "textures": { - "3": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "4": "minecraft:blocks/log_jungle", "5": "minecraft:blocks/planks_jungle", "particle": "minecraft:blocks/log_jungle" @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_natura_amaranth.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_natura_amaranth.json index c1c81f0ae5..a7029b714c 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_natura_amaranth.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_natura_amaranth.json @@ -1,7 +1,7 @@ { "credit": "Made with Blockbench", "textures": { - "3": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "4": "natura:blocks/logs/overworld/amaranth_log", "5": "natura:blocks/planks/overworld/amaranth_planks", "particle": "natura:blocks/logs/overworld/amaranth_log" @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_natura_bloodwood.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_natura_bloodwood.json index ec870c436c..e21b8f9a66 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_natura_bloodwood.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_natura_bloodwood.json @@ -1,7 +1,7 @@ { "credit": "Made with Blockbench", "textures": { - "3": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "4": "natura:blocks/logs/nether/bloodwood_bark", "5": "natura:blocks/planks/nether/bloodwood_planks", "particle": "natura:blocks/logs/nether/bloodwood_bark" @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_natura_darkwood.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_natura_darkwood.json index 0ac49052aa..17a29b3ea8 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_natura_darkwood.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_natura_darkwood.json @@ -1,7 +1,7 @@ { "credit": "Made with Blockbench", "textures": { - "3": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "4": "natura:blocks/logs/nether/darkwood_log", "5": "natura:blocks/planks/nether/darkwood_planks", "particle": "natura:blocks/logs/nether/darkwood_log" @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_natura_eucalyptus.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_natura_eucalyptus.json index cec1da0e6d..1436319edf 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_natura_eucalyptus.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_natura_eucalyptus.json @@ -1,7 +1,7 @@ { "credit": "Made with Blockbench", "textures": { - "3": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "4": "natura:blocks/logs/overworld/eucalyptus_log", "5": "natura:blocks/planks/overworld/eucalyptus_planks", "particle": "natura:blocks/logs/overworld/eucalyptus_log" @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_natura_fusewood.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_natura_fusewood.json index 108cd6c4ad..c66322f223 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_natura_fusewood.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_natura_fusewood.json @@ -1,7 +1,7 @@ { "credit": "Made with Blockbench", "textures": { - "3": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "4": "natura:blocks/logs/nether/fusewood_log", "5": "natura:blocks/planks/nether/fusewood_planks", "particle": "natura:blocks/logs/nether/fusewood_log" @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_natura_ghostwood.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_natura_ghostwood.json index b9a34e273e..5b8273bfa5 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_natura_ghostwood.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_natura_ghostwood.json @@ -1,7 +1,7 @@ { "credit": "Made with Blockbench", "textures": { - "3": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "4": "natura:blocks/logs/nether/ghostwood_log", "5": "natura:blocks/planks/nether/ghostwood_planks", "particle": "natura:blocks/logs/nether/ghostwood_log" @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_natura_hopseed.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_natura_hopseed.json index 8d56737d16..dba70c7508 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_natura_hopseed.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_natura_hopseed.json @@ -1,7 +1,7 @@ { "credit": "Made with Blockbench", "textures": { - "3": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "4": "natura:blocks/logs/overworld/hopseed_log", "5": "natura:blocks/planks/overworld/hopseed_planks", "particle": "natura:blocks/logs/overworld/hopseed_log" @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_natura_maple.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_natura_maple.json index 861efe55a9..9bf515bf96 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_natura_maple.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_natura_maple.json @@ -1,7 +1,7 @@ { "credit": "Made with Blockbench", "textures": { - "3": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "4": "natura:blocks/logs/overworld/maple_log", "5": "natura:blocks/planks/overworld/maple_planks", "particle": "natura:blocks/logs/overworld/maple_log" @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_natura_sakura.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_natura_sakura.json index 0ee3da4fc2..01c88c2d2f 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_natura_sakura.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_natura_sakura.json @@ -1,7 +1,7 @@ { "credit": "Made with Blockbench", "textures": { - "3": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "4": "natura:blocks/logs/overworld/sakura_log", "5": "natura:blocks/planks/overworld/sakura_planks", "particle": "natura:blocks/logs/overworld/sakura_log" @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_natura_silverbell.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_natura_silverbell.json index 166b9fef5c..9cca7c1f93 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_natura_silverbell.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_natura_silverbell.json @@ -1,7 +1,7 @@ { "credit": "Made with Blockbench", "textures": { - "3": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "4": "natura:blocks/logs/overworld/silverbell_log", "5": "natura:blocks/planks/overworld/silverbell_planks", "particle": "natura:blocks/logs/overworld/silverbell_log" @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_natura_tiger.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_natura_tiger.json index 3711108eee..729195a532 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_natura_tiger.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_natura_tiger.json @@ -1,7 +1,7 @@ { "credit": "Made with Blockbench", "textures": { - "3": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "4": "natura:blocks/logs/overworld/tiger_log", "5": "natura:blocks/planks/overworld/tiger_planks", "particle": "natura:blocks/logs/overworld/tiger_log" @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_natura_willow.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_natura_willow.json index 7ca54158b9..7b10aba304 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_natura_willow.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_natura_willow.json @@ -1,7 +1,7 @@ { "credit": "Made with Blockbench", "textures": { - "3": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "4": "natura:blocks/logs/overworld/willow_log", "5": "natura:blocks/planks/overworld/willow_planks", "particle": "natura:blocks/logs/overworld/willow_log" @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_oak.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_oak.json index ab541e9d7f..fb4f40a09e 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_oak.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_oak.json @@ -1,7 +1,7 @@ { "credit": "Made with Blockbench", "textures": { - "3": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "4": "minecraft:blocks/log_oak", "5": "minecraft:blocks/planks_oak", "particle": "minecraft:blocks/log_oak" @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_spruce.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_spruce.json index ac2513287f..2410fe93d5 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_spruce.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_right_spruce.json @@ -1,7 +1,7 @@ { "credit": "Made with Blockbench", "textures": { - "3": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "4": "minecraft:blocks/log_spruce", "5": "minecraft:blocks/planks_spruce", "particle": "minecraft:blocks/log_spruce" @@ -162,7 +162,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "east": { "uv": [ @@ -171,7 +171,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "south": { "uv": [ @@ -180,7 +180,7 @@ 15, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "west": { "uv": [ @@ -189,7 +189,7 @@ 12, 1 ], - "texture": "#3" + "texture": "#upholstery" }, "up": { "uv": [ @@ -198,7 +198,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" }, "down": { "uv": [ @@ -207,7 +207,7 @@ 15, 12 ], - "texture": "#3" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_acacia.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_acacia.json index ebbfb05df7..5d3c2cce60 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_acacia.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_acacia.json @@ -3,7 +3,7 @@ "textures": { "0": "minecraft:blocks/log_acacia", "1": "minecraft:blocks/planks_acacia", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "minecraft:blocks/log_acacia" }, "elements": [ @@ -701,7 +701,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_big_oak.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_big_oak.json index c8a860797d..fb171afec6 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_big_oak.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_big_oak.json @@ -3,7 +3,7 @@ "textures": { "0": "minecraft:blocks/log_big_oak", "1": "minecraft:blocks/planks_big_oak", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "minecraft:blocks/log_big_oak" }, "elements": [ @@ -701,7 +701,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry.json index 94a8c83913..dfe46774ee 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/cherry_log", "1": "biomesoplenty:blocks/cherry_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/cherry_log" }, "elements": [ @@ -701,7 +701,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony.json index e746e25d74..8b945960e7 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/ebony_log", "1": "biomesoplenty:blocks/ebony_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/ebony_log" }, "elements": [ @@ -701,7 +701,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal.json index d637b420a2..45801f150c 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/ethereal_log", "1": "biomesoplenty:blocks/ethereal_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/ethereal_log" }, "elements": [ @@ -701,7 +701,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus.json index 64b43126d1..54b7a1646e 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/eucalyptus_log", "1": "biomesoplenty:blocks/eucalyptus_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/eucalyptus_log" }, "elements": [ @@ -701,7 +701,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_biomesoplenty_fir.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_biomesoplenty_fir.json index 0ee19c9df9..6d537a6192 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_biomesoplenty_fir.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_biomesoplenty_fir.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/fir_log", "1": "biomesoplenty:blocks/fir_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/fir_log" }, "elements": [ @@ -701,7 +701,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark.json index 891b1fa127..2ae35f1341 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/hellbark_log", "1": "biomesoplenty:blocks/hellbark_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/hellbark_log" }, "elements": [ @@ -701,7 +701,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda.json index 82e976eaec..5e23a7c524 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/jacaranda_log", "1": "biomesoplenty:blocks/jacaranda_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/jacaranda_log" }, "elements": [ @@ -701,7 +701,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_biomesoplenty_magic.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_biomesoplenty_magic.json index a9eab572f8..2a05612f1e 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_biomesoplenty_magic.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_biomesoplenty_magic.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/magic_log", "1": "biomesoplenty:blocks/magic_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/magic_log" }, "elements": [ @@ -701,7 +701,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany.json index d5252b8596..ea90395ba8 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/mahogany_log", "1": "biomesoplenty:blocks/mahogany_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/mahogany_log" }, "elements": [ @@ -701,7 +701,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove.json index 485f9d667b..41dfe21ba2 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/mangrove_log", "1": "biomesoplenty:blocks/mangrove_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/mangrove_log" }, "elements": [ @@ -701,7 +701,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_biomesoplenty_palm.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_biomesoplenty_palm.json index 589151f5ca..de6ffe2bd6 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_biomesoplenty_palm.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_biomesoplenty_palm.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/palm_log", "1": "biomesoplenty:blocks/palm_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/palm_log" }, "elements": [ @@ -701,7 +701,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_biomesoplenty_pine.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_biomesoplenty_pine.json index f202fc51b1..b898c0c7e5 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_biomesoplenty_pine.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_biomesoplenty_pine.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/pine_log", "1": "biomesoplenty:blocks/pine_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/pine_log" }, "elements": [ @@ -701,7 +701,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood.json index 64ffd9e508..b79ab9bfcc 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/redwood_log", "1": "biomesoplenty:blocks/redwood_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/redwood_log" }, "elements": [ @@ -701,7 +701,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak.json index 2b3f37675a..70f7e59e77 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/sacred_oak_log", "1": "biomesoplenty:blocks/sacred_oak_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/sacred_oak_log" }, "elements": [ @@ -701,7 +701,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran.json index 710dbe3508..bce6727e13 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/umbran_log", "1": "biomesoplenty:blocks/umbran_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/umbran_log" }, "elements": [ @@ -701,7 +701,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_biomesoplenty_willow.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_biomesoplenty_willow.json index 2cc3d5299e..676eea6e32 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_biomesoplenty_willow.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_biomesoplenty_willow.json @@ -3,7 +3,7 @@ "textures": { "0": "biomesoplenty:blocks/willow_log", "1": "biomesoplenty:blocks/willow_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "biomesoplenty:blocks/willow_log" }, "elements": [ @@ -701,7 +701,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_birch.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_birch.json index c8f5f2c189..5f51718eb0 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_birch.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_birch.json @@ -3,7 +3,7 @@ "textures": { "0": "minecraft:blocks/log_birch", "1": "minecraft:blocks/planks_birch", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "minecraft:blocks/log_birch" }, "elements": [ @@ -701,7 +701,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_acacia.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_acacia.json index 364fac7f54..a2e885b59a 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_acacia.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_acacia.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.acacia", "1": "forestry:blocks/wood/planks.acacia", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.acacia" }, "elements": [ @@ -701,7 +701,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_balsa.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_balsa.json index cf5c783323..5666b66097 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_balsa.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_balsa.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.balsa", "1": "forestry:blocks/wood/planks.balsa", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.balsa" }, "elements": [ @@ -701,7 +701,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_baobab.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_baobab.json index 1543e11832..fb259770a1 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_baobab.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_baobab.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.baobab", "1": "forestry:blocks/wood/planks.baobab", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.baobab" }, "elements": [ @@ -701,7 +701,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_cherry.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_cherry.json index c4147c09f6..b2a3ad94f3 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_cherry.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_cherry.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.cherry", "1": "forestry:blocks/wood/planks.cherry", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.cherry" }, "elements": [ @@ -701,7 +701,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_chestnut.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_chestnut.json index b3907fe319..f4e8339b55 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_chestnut.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_chestnut.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.chestnut", "1": "forestry:blocks/wood/planks.chestnut", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.chestnut" }, "elements": [ @@ -701,7 +701,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_citrus.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_citrus.json index 02cc0e9724..194fa7def2 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_citrus.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_citrus.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.citrus", "1": "forestry:blocks/wood/planks.citrus", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.citrus" }, "elements": [ @@ -701,7 +701,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_cocobolo.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_cocobolo.json index eb40c3fd70..602dcc80a2 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_cocobolo.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_cocobolo.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.cocobolo", "1": "forestry:blocks/wood/planks.cocobolo", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.cocobolo" }, "elements": [ @@ -701,7 +701,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_ebony.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_ebony.json index 8e31056d38..f1f22527df 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_ebony.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_ebony.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.ebony", "1": "forestry:blocks/wood/planks.ebony", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.ebony" }, "elements": [ @@ -701,7 +701,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_giganteum.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_giganteum.json index f442f69325..046d07c978 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_giganteum.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_giganteum.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.giganteum", "1": "forestry:blocks/wood/planks.giganteum", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.giganteum" }, "elements": [ @@ -701,7 +701,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_greenheart.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_greenheart.json index abe8413d2a..c288641207 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_greenheart.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_greenheart.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.greenheart", "1": "forestry:blocks/wood/planks.greenheart", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.greenheart" }, "elements": [ @@ -701,7 +701,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_ipe.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_ipe.json index d1dffa5d54..c6de106926 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_ipe.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_ipe.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.ipe", "1": "forestry:blocks/wood/planks.ipe", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.ipe" }, "elements": [ @@ -701,7 +701,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_kapok.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_kapok.json index bb01a12cf8..8423a10cea 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_kapok.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_kapok.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.kapok", "1": "forestry:blocks/wood/planks.kapok", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.kapok" }, "elements": [ @@ -701,7 +701,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_larch.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_larch.json index 3c1c0045e4..22e63bcb4e 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_larch.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_larch.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.larch", "1": "forestry:blocks/wood/planks.larch", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.larch" }, "elements": [ @@ -701,7 +701,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_lime.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_lime.json index 11f2eaaec0..71602b03d7 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_lime.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_lime.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.lime", "1": "forestry:blocks/wood/planks.lime", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.lime" }, "elements": [ @@ -701,7 +701,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_mahoe.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_mahoe.json index 2568952ecd..9cb2d58ade 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_mahoe.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_mahoe.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.mahoe", "1": "forestry:blocks/wood/planks.mahoe", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.mahoe" }, "elements": [ @@ -701,7 +701,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_mahogany.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_mahogany.json index f102078dcc..26c1fef3ce 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_mahogany.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_mahogany.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.mahogany", "1": "forestry:blocks/wood/planks.mahogany", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.mahogany" }, "elements": [ @@ -701,7 +701,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_maple.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_maple.json index ae8362a562..c87041c5b3 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_maple.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_maple.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.maple", "1": "forestry:blocks/wood/planks.maple", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.maple" }, "elements": [ @@ -701,7 +701,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_padauk.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_padauk.json index 6cdfaf8005..fcfbebc3ec 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_padauk.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_padauk.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.padauk", "1": "forestry:blocks/wood/planks.padauk", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.padauk" }, "elements": [ @@ -701,7 +701,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_palm.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_palm.json index d57d6feec2..ef11c89375 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_palm.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_palm.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.palm", "1": "forestry:blocks/wood/planks.palm", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.palm" }, "elements": [ @@ -701,7 +701,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_papaya.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_papaya.json index 3ed7591156..b4271ea689 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_papaya.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_papaya.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.papaya", "1": "forestry:blocks/wood/planks.papaya", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.papaya" }, "elements": [ @@ -701,7 +701,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_pine.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_pine.json index 850dadaddb..2e6a8adae7 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_pine.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_pine.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.pine", "1": "forestry:blocks/wood/planks.pine", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.pine" }, "elements": [ @@ -701,7 +701,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_plum.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_plum.json index a9c33ecb1b..b7f5ecbeed 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_plum.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_plum.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.plum", "1": "forestry:blocks/wood/planks.plum", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.plum" }, "elements": [ @@ -701,7 +701,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_poplar.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_poplar.json index 7cc89d3e10..8c75d4e2f2 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_poplar.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_poplar.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.poplar", "1": "forestry:blocks/wood/planks.poplar", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.poplar" }, "elements": [ @@ -701,7 +701,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_sequoia.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_sequoia.json index 3bcfc9bca2..e53cefab12 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_sequoia.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_sequoia.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.sequoia", "1": "forestry:blocks/wood/planks.sequoia", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.sequoia" }, "elements": [ @@ -701,7 +701,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_teak.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_teak.json index f867780222..a9d143562f 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_teak.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_teak.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.teak", "1": "forestry:blocks/wood/planks.teak", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.teak" }, "elements": [ @@ -701,7 +701,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_walnut.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_walnut.json index 7ba6fb2530..8d495bf04e 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_walnut.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_walnut.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.walnut", "1": "forestry:blocks/wood/planks.walnut", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.walnut" }, "elements": [ @@ -701,7 +701,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_wenge.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_wenge.json index ba4a0dcf66..f56ed01770 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_wenge.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_wenge.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.wenge", "1": "forestry:blocks/wood/planks.wenge", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.wenge" }, "elements": [ @@ -701,7 +701,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_willow.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_willow.json index d78bf245ab..6d80a7004e 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_willow.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_willow.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.willow", "1": "forestry:blocks/wood/planks.willow", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.willow" }, "elements": [ @@ -701,7 +701,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_zebrawood.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_zebrawood.json index 424d98d49e..a026048798 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_zebrawood.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_forestry_zebrawood.json @@ -3,7 +3,7 @@ "textures": { "0": "forestry:blocks/wood/bark.zebrawood", "1": "forestry:blocks/wood/planks.zebrawood", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "forestry:blocks/wood/bark.zebrawood" }, "elements": [ @@ -701,7 +701,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood.json index 8ba87ec05b..9f507513a8 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood.json @@ -3,7 +3,7 @@ "textures": { "0": "immersiveengineering:blocks/treated_wood_packaged", "1": "immersiveengineering:blocks/treated_wood_vertical", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "immersiveengineering:blocks/treated_wood_packaged" }, "elements": [ @@ -701,7 +701,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_jungle.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_jungle.json index 3bcafaec62..35c07cac87 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_jungle.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_jungle.json @@ -3,7 +3,7 @@ "textures": { "0": "minecraft:blocks/log_jungle", "1": "minecraft:blocks/planks_jungle", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "minecraft:blocks/log_jungle" }, "elements": [ @@ -701,7 +701,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_natura_amaranth.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_natura_amaranth.json index 16c451a2ac..8b2ae15653 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_natura_amaranth.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_natura_amaranth.json @@ -3,7 +3,7 @@ "textures": { "0": "natura:blocks/logs/overworld/amaranth_log", "1": "natura:blocks/planks/overworld/amaranth_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/overworld/amaranth_log" }, "elements": [ @@ -701,7 +701,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_natura_bloodwood.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_natura_bloodwood.json index 149d1694bc..d3b7bb6ff5 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_natura_bloodwood.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_natura_bloodwood.json @@ -3,7 +3,7 @@ "textures": { "0": "natura:blocks/logs/nether/bloodwood_bark", "1": "natura:blocks/planks/nether/bloodwood_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/nether/bloodwood_bark" }, "elements": [ @@ -701,7 +701,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_natura_darkwood.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_natura_darkwood.json index 4d6cba8426..ff12a6f850 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_natura_darkwood.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_natura_darkwood.json @@ -3,7 +3,7 @@ "textures": { "0": "natura:blocks/logs/nether/darkwood_log", "1": "natura:blocks/planks/nether/darkwood_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/nether/darkwood_log" }, "elements": [ @@ -701,7 +701,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_natura_eucalyptus.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_natura_eucalyptus.json index 22954bf9f5..92cc00378e 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_natura_eucalyptus.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_natura_eucalyptus.json @@ -3,7 +3,7 @@ "textures": { "0": "natura:blocks/logs/overworld/eucalyptus_log", "1": "natura:blocks/planks/overworld/eucalyptus_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/overworld/eucalyptus_log" }, "elements": [ @@ -701,7 +701,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_natura_fusewood.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_natura_fusewood.json index 8acfc9a241..b1308b97a0 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_natura_fusewood.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_natura_fusewood.json @@ -3,7 +3,7 @@ "textures": { "0": "natura:blocks/logs/nether/fusewood_log", "1": "natura:blocks/planks/nether/fusewood_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/nether/fusewood_log" }, "elements": [ @@ -701,7 +701,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_natura_ghostwood.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_natura_ghostwood.json index b8b74f2ab6..a3a8d6a167 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_natura_ghostwood.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_natura_ghostwood.json @@ -3,7 +3,7 @@ "textures": { "0": "natura:blocks/logs/nether/ghostwood_log", "1": "natura:blocks/planks/nether/ghostwood_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/nether/ghostwood_log" }, "elements": [ @@ -701,7 +701,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_natura_hopseed.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_natura_hopseed.json index e3d20fe1be..05201a72d8 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_natura_hopseed.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_natura_hopseed.json @@ -3,7 +3,7 @@ "textures": { "0": "natura:blocks/logs/overworld/hopseed_log", "1": "natura:blocks/planks/overworld/hopseed_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/overworld/hopseed_log" }, "elements": [ @@ -701,7 +701,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_natura_maple.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_natura_maple.json index ff98a64fa7..dc0e1ceb82 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_natura_maple.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_natura_maple.json @@ -3,7 +3,7 @@ "textures": { "0": "natura:blocks/logs/overworld/maple_log", "1": "natura:blocks/planks/overworld/maple_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/overworld/maple_log" }, "elements": [ @@ -701,7 +701,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_natura_sakura.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_natura_sakura.json index c7e49dab02..baaa48495e 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_natura_sakura.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_natura_sakura.json @@ -3,7 +3,7 @@ "textures": { "0": "natura:blocks/logs/overworld/sakura_log", "1": "natura:blocks/planks/overworld/sakura_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/overworld/sakura_log" }, "elements": [ @@ -701,7 +701,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_natura_silverbell.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_natura_silverbell.json index 439f3eb2f3..8a1dd7aea1 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_natura_silverbell.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_natura_silverbell.json @@ -3,7 +3,7 @@ "textures": { "0": "natura:blocks/logs/overworld/silverbell_log", "1": "natura:blocks/planks/overworld/silverbell_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/overworld/silverbell_log" }, "elements": [ @@ -701,7 +701,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_natura_tiger.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_natura_tiger.json index 13ae251cab..e88acf0f79 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_natura_tiger.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_natura_tiger.json @@ -3,7 +3,7 @@ "textures": { "0": "natura:blocks/logs/overworld/tiger_log", "1": "natura:blocks/planks/overworld/tiger_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/overworld/tiger_log" }, "elements": [ @@ -701,7 +701,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_natura_willow.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_natura_willow.json index 7c93fea8cc..5aae960c3f 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_natura_willow.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_natura_willow.json @@ -3,7 +3,7 @@ "textures": { "0": "natura:blocks/logs/overworld/willow_log", "1": "natura:blocks/planks/overworld/willow_planks", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "natura:blocks/logs/overworld/willow_log" }, "elements": [ @@ -701,7 +701,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_oak.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_oak.json index b9945e2929..e237ba037a 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_oak.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_oak.json @@ -3,7 +3,7 @@ "textures": { "0": "minecraft:blocks/log_oak", "1": "minecraft:blocks/planks_oak", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "minecraft:blocks/log_oak" }, "elements": [ @@ -701,7 +701,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_spruce.json b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_spruce.json index da2ecc6423..dcbdd82d61 100644 --- a/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_spruce.json +++ b/src/main/resources/assets/ironagefurniture/models/block/chair_wood_ironage_bench_padded_single_spruce.json @@ -3,7 +3,7 @@ "textures": { "0": "minecraft:blocks/log_spruce", "1": "minecraft:blocks/planks_spruce", - "2": "minecraft:blocks/wool_colored_red", + "upholstery": "minecraft:blocks/wool_colored_red", "particle": "minecraft:blocks/log_spruce" }, "elements": [ @@ -701,7 +701,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "east": { "uv": [ @@ -710,7 +710,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "south": { "uv": [ @@ -719,7 +719,7 @@ 14, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "west": { "uv": [ @@ -728,7 +728,7 @@ 12, 1 ], - "texture": "#2" + "texture": "#upholstery" }, "up": { "uv": [ @@ -737,7 +737,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" }, "down": { "uv": [ @@ -746,7 +746,7 @@ 14, 12 ], - "texture": "#2" + "texture": "#upholstery" } } }, diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_0.json index bf54a2f78b..ee7b4c80c8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_1.json index 0ce6cb98fd..0b21533ad0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_10.json index f7324c3fda..cfe155d1a6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_11.json index b351f7c674..9b14d75130 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_12.json index 12dc95318b..5ecc769b62 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_13.json index f4187e0fb5..bd402d0038 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_14.json index ddf86e59f3..f57816ff30 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_15.json index ff3f36ae42..87e8c61097 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_2.json index be89d2c09c..0043f06c6f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_3.json index 4e6117343a..7519e9dbc3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_4.json index 7f3095340c..3601dfe1f5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_5.json index 084a522c33..5cfb9fa3f8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_6.json index 5c2b5b0822..91ba6d2c6a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_7.json index 5eae021854..459bd09578 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_8.json index 565b5c69e4..9413f7d93d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_9.json index 057595de68..38f8fcc6b6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_acacia_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_acacia", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_0.json index edf1846045..d56c29b134 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_1.json index 730eaff787..9148fa966e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_10.json index de49dd3597..f468bd5339 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_11.json index 48b08d0ef6..9a611cf81f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_12.json index 9fcb7aeb0f..46d81dc738 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_13.json index b222266e2b..e877df3093 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_14.json index 77d5b154b6..97363f0daa 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_15.json index 814f32345c..e6bc3ae2fc 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_2.json index 4817cd1194..b4d56d571e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_3.json index 99c65692b8..f23d146f62 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_4.json index bbd99d16c9..25c8d02744 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_5.json index 712eb5d884..a51f7da5ed 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_6.json index 25b3a98acc..f257077469 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_7.json index 270822be4a..2933b84e9d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_8.json index dd019bc236..886b3af829 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_9.json index 77566b7013..cebb0be1ae 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_big_oak_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_big_oak", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_0.json index a6b195bc29..21a51e34bf 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_1.json index 58f280ccea..317131f232 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_10.json index a1c64035f4..edf0f38ded 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_11.json index 58c575ebc6..42591c7701 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_12.json index 55548d0d95..1a8573e293 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_13.json index 856578a3a8..ff7f86918f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_14.json index b93fcfea72..ce76e42b4a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_15.json index 9fbe50e23f..6f18d2112b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_2.json index dda3b70ea9..d8015c22a6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_3.json index a1df873357..0825307077 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_4.json index fe518e49f5..fd63fcb228 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_5.json index 84d066cf2b..d67cdacb98 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_6.json index 884aab4647..fe071cefe6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_7.json index 28e0c5c183..336d397a57 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_8.json index 9ab1479d9d..1b3e29c0ca 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_9.json index 3d0e1a33d4..b43cc7336d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_cherry", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_0.json index bb0c83575d..a10a09d254 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_1.json index ddff4031f9..4a12f6014e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_10.json index 954dd5ee13..4cac6cd2d7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_11.json index 84f6844b7e..1bcb1d3491 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_12.json index ce4571a905..340f2bce55 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_13.json index 9c782be2f9..b472769a66 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_14.json index 00a579227f..55cbb0f49d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_15.json index 707a87a347..a637efff77 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_2.json index 17ae461d30..6ac46d9ee5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_3.json index 19fce577ac..5b7bbf3fa2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_4.json index 90ddca1e59..71657df583 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_5.json index 59d6bc7f09..6df0b07c8f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_6.json index 52165dddbe..6784adb52f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_7.json index 94fb50d36e..21eb72f53a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_8.json index 15043fd2a6..c11fe84b20 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_9.json index ace7327352..2657fb96f0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ebony", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_0.json index 871ef42c55..3a5cb5815e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_1.json index 99dd2cbf0b..5f1b13fa6c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_10.json index c65ab0be13..fac4c60ad8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_11.json index fcc7c8c047..7564a26139 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_12.json index 121f0351fa..af65e5a223 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_13.json index 16d82a6756..d488f4fabc 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_14.json index 28132cf4cc..103354ffa6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_15.json index 4228c610d8..069e844e1e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_2.json index 6ee4af7477..4cd2f9464d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_3.json index 349b2771a8..675a992de6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_4.json index e60d8f74b1..9e09d99ec1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_5.json index aab8d91efe..8556d085f8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_6.json index 8b54a0ee93..582f96a145 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_7.json index 11fb76bae2..6eb64180e5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_8.json index abde3f5a3e..79011d406b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_9.json index 1baac7266c..d1541714d5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_ethereal", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_0.json index 93ba31ff5c..13aeffbfe0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_1.json index 975528bb2e..c033eceda8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_10.json index 851ac48c94..a467418eea 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_11.json index 9ab1f84c34..9079f634b3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_12.json index 849bb4a95c..36905dc370 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_13.json index 59ee573fb3..cbc5172ca0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_14.json index 3f80919ce8..42ae887807 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_15.json index a9341923d3..b725e2ffae 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_2.json index 9dfe1e8d8b..a4bea34308 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_3.json index 09c92d06a2..f8184cf3e9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_4.json index c482100546..1e3267295c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_5.json index 0fa637f82c..c302098f65 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_6.json index e38dd3ba9f..7f5ef99fcc 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_7.json index 50fcc990b6..6a668b73e2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_8.json index 53d41f7a4c..a628682077 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_9.json index 0e1dda4b67..220b00ff66 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_eucalyptus", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_0.json index 30bab9fd1d..82092db422 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_1.json index 8267da0e35..3dd3ff54e5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_10.json index 23eaeb1e75..1577663380 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_11.json index 0de1a1abfc..1df82b2f14 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_12.json index f7f691fd47..a7bedc2703 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_13.json index b8105afe80..8bb3f0c946 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_14.json index c853f28604..48839a0889 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_15.json index 6595192305..1837a7ddb7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_2.json index 611ca25498..0689b77eee 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_3.json index 4a0062f58e..2b1881dbe2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_4.json index bf29e1d6fa..421371fdb1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_5.json index b7d8dca575..8b3491fcbf 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_6.json index cd0f7fb57d..30f6682ac3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_7.json index ee0605091e..51d7842862 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_8.json index dc3dbf6bfe..83e9063e5b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_9.json index 5c844bd968..63eb8f4815 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_fir", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_0.json index f39a6cbed2..320870746b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_1.json index e0f8073409..ac4f06d686 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_10.json index 5f51fd434f..8cce3eea4a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_11.json index fdf9369acb..514092ba1e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_12.json index dc81f2209a..5b10ff1ea3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_13.json index cc1c3f51fa..066a0da44a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_14.json index e57ab4c2c3..9db7f3d3c5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_15.json index bc1fa0bdc9..7d14471077 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_2.json index 5cd1e717fa..6dff7c9fb9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_3.json index a3813fee9f..229a4122bd 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_4.json index 1f306f066e..705a94ad19 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_5.json index a733c66aa0..f1faa4f2c6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_6.json index b5658f67c6..c73e7bd597 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_7.json index dca5d8acee..b48615c59c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_8.json index d11f317ef6..5add34f7b4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_9.json index 6fcafdc8f3..86da305e96 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_hellbark", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_0.json index 5d962edda7..5b157c31f2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_1.json index 79cc215b46..f160bf446f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_10.json index 002d0849cd..13802f04f3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_11.json index 6fffe1dc3a..583baaeb7b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_12.json index 20e17e33c2..b0b594d777 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_13.json index ea03cf33b9..455eeee9b2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_14.json index c0fd370c95..7dc1770989 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_15.json index 76f4d19b6a..420153abcf 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_2.json index a084a3358a..ecceaa7694 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_3.json index 825c22f8ad..0723847cff 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_4.json index 336e7cc14e..962a70179f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_5.json index 806cf8a7a5..3354a688c3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_6.json index 33915aa65d..ebb5494ef2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_7.json index e105ecc641..e5a72484a1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_8.json index c2bb1a997c..cc3413e43c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_9.json index f6a4a7489a..f28d4084d6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_jacaranda", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_0.json index b5ff255726..ef3be49956 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_1.json index b48cdddfcc..ab72cbc906 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_10.json index bd76f31e42..038b49add2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_11.json index facb8cdd8f..57ceafce47 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_12.json index c09d1c8942..ffec2cd08c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_13.json index 5495f8effb..81dfa99eb0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_14.json index 958c2253aa..24bcedeae7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_15.json index 2b527e2ddb..3d0fc88a3e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_2.json index c861222365..5ec7dbacc9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_3.json index aa5b4313ce..e092e731d2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_4.json index 74beb4b0d0..a0c7f11a4b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_5.json index 95500be1f4..1726630754 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_6.json index 257071fa04..86713a9d41 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_7.json index ce0fd1f4e4..67032ab41b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_8.json index ce9f21e97c..b2dab0a446 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_9.json index 3c74a4c17c..eb94e48743 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_magic", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_0.json index 4646a53866..56678f1c17 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_1.json index 3ef8995e57..0a2ee21154 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_10.json index f9bd683360..ed8362aae9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_11.json index f764af7206..3a2f246aea 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_12.json index 98ff1fd7f1..9b37bd6fbc 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_13.json index ba465bd16f..f422038176 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_14.json index 9505a7dd15..67c5f2996a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_15.json index b5233c11c4..88ad6b81b6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_2.json index 7a59f24e56..5b17be78c8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_3.json index a952c027b8..30ae8c18d6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_4.json index 6cd7a15363..6dd4d9340c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_5.json index bb54d5c2e5..0436750313 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_6.json index 1628179127..5b329d75ec 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_7.json index d9edb0095f..f17ea1c505 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_8.json index feb125a0ae..a76b2756ca 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_9.json index 14c1c72002..c22b081322 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mahogany", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_0.json index 914a863ef9..121c6c05b7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_1.json index 8781f6f79a..82835b4fb1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_10.json index c2a9dd527c..ee3c28973e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_11.json index 78e4a187f3..33c1643118 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_12.json index 7018e21e98..fd8e9c1484 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_13.json index a904d3f432..4dda058206 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_14.json index d65d62eebb..07a376006d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_15.json index c884745cfe..34d510084d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_2.json index 7cbb5114be..8a4ba253a6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_3.json index a610bff508..0dcdcb4f8a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_4.json index 3149f40b11..cb1237c580 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_5.json index 77bd9c5bc2..97dc019dc2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_6.json index f16be4e06e..123c9b76ee 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_7.json index ebc7dbc14c..bc8d9d6531 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_8.json index f74bd491fa..b43f7383f1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_9.json index 9342f1c88b..e72b036ff9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_mangrove", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_0.json index b5a16a6084..45bd817035 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_1.json index 7c78576487..783e453967 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_10.json index c7eceb443f..bf06ca9a9b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_11.json index 9724c7e41c..51761495ef 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_12.json index 9243fc6cf6..1a3baa42d0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_13.json index 71f3b39e6a..1bb7aa1461 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_14.json index 0511667f4c..78a4b92ecd 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_15.json index ff560d46d1..841fe865c3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_2.json index 0a4373db6f..ac72f51fd3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_3.json index bd4d70a251..0390714696 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_4.json index 14fd176c09..aea6b274a6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_5.json index ccab1ad109..b94699961d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_6.json index fe05bfa723..c0a5b8f8b1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_7.json index 592335ae79..596cfef2ef 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_8.json index 4710c0df35..f416581509 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_9.json index 1a6509186d..62882068f7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_palm", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_0.json index fa98876472..4e4a399673 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_1.json index 6d01cbcb6c..c1599283a1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_10.json index 2a2dbf0dbf..2930eb4092 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_11.json index 36b31a283d..982e5ebf69 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_12.json index 5c585500ce..995ae5038e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_13.json index e569287263..e918d7787c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_14.json index b0608ed0c9..aff3966668 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_15.json index 29d1f823f9..469d852fbc 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_2.json index 9772ad6f0f..989f6b04a9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_3.json index 30252b62e4..17bbacb067 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_4.json index e6fd7be12b..1a7cd32927 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_5.json index 4057985503..3b74ecf638 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_6.json index 697faacf9e..084f2ef743 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_7.json index 2cee091ddb..e94903fa7b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_8.json index a5498a3a3d..578a2b976a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_9.json index e728ce4aed..d7b634ec09 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_pine", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_0.json index cc1579f3ea..c1133252f1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_1.json index 8ae791428d..16cb0b1ac8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_10.json index f27f5cb7d5..e880282662 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_11.json index 5a70488d29..26bdbbd09e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_12.json index 3e4727f09e..9d70afceb7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_13.json index 2148e7dfa6..60762a4c79 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_14.json index dac7a91d03..001fd442c9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_15.json index 7f10f88018..03a80b10be 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_2.json index 4b6c427c47..ffa4d58ce5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_3.json index 9dd69a8d7a..638c7b18c4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_4.json index bd161235c2..1c778d9e02 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_5.json index 48ffbaf44a..07922d19af 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_6.json index bd256f1eea..21bec2f52b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_7.json index 14e78b37de..224d445290 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_8.json index b78f501f1d..7d660d8f3e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_9.json index f26cc309f3..01115d32c2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_redwood", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_0.json index 7a07a934d2..809e915381 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_1.json index d0ff991acb..221cd28a90 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_10.json index 04f499c5fa..ced6e41bfb 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_11.json index 9fb9d4b45c..5b346354ed 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_12.json index beaec78ed8..2faa3c0ec7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_13.json index 6c253d7f5f..e7f2913a91 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_14.json index 0c55ccb259..f6b206bca2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_15.json index 19a9439d20..d0e9de7ba5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_2.json index 462ba3694a..d3da186df4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_3.json index 3479542e0d..654459e78d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_4.json index 6b7443ea65..b7524e23d6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_5.json index 4f97568d94..07816ceb8b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_6.json index 0f1c33a0dc..919557e453 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_7.json index 6473022f0d..21396d99bc 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_8.json index 6cc7f2d07d..d29cb30a58 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_9.json index 5de99256a1..e8c66e1396 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_sacred_oak", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_0.json index f851c4e25e..9f5065e023 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_1.json index ffb0a61bd3..816e25d9a0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_10.json index d2b16a6dde..ac91a903e8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_11.json index ca40a2089d..fb90294c2b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_12.json index d45100d039..d981622481 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_13.json index f492c38a05..bcde0faba7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_14.json index 773c94c914..74afa7e91e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_15.json index 2acb21684c..4932a5b049 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_2.json index e28134f927..21feedd72c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_3.json index f66c094221..56d6863e0d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_4.json index 624e62f436..7a14b4a1b3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_5.json index f311a2c8f1..3712baca14 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_6.json index 8c8fca9a02..ac5eb633a0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_7.json index 43c50b0290..66eef4410a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_8.json index bebacafd75..9ca05cf514 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_9.json index c92c965e16..8ecc17d088 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_umbran", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_0.json index da3dd3d754..a24378ffd1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_1.json index fd859dcb22..9a2681ab73 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_10.json index 19eeb8b08f..b2bcd5dabb 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_11.json index 4a04f32f4c..71bfa29a31 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_12.json index d582ef6432..00debb63d7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_13.json index 056acef000..a3b2f6497a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_14.json index 22417ea8c8..34e701a3c6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_15.json index 1663c0f6be..2f74beb562 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_2.json index dd6767d7ea..7b73476257 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_3.json index b6f145539f..d5b05634e2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_4.json index 0309095861..bbe3deef16 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_5.json index 3c0d8f3b67..9c4bc46e10 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_6.json index 50cf6dc9bc..ba0406cbe7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_7.json index 07010eb648..630a70ba6e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_8.json index 8e77ef9b80..2d81afa56e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_9.json index e8a411467d..6980e10a1b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_biomesoplenty_willow", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_0.json index 2331c31555..f865c7f487 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_1.json index 942fb4818f..707bd0b5e7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_10.json index 78e3354a72..cf2631434c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_11.json index 6ec829b3e6..cee86b1c2b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_12.json index 641ff4563a..ad4a97fa06 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_13.json index a13871a520..16684389eb 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_14.json index b11970d1f9..0b8cf72073 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_15.json index 564fc2b7a1..6452dd50f4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_2.json index 7c92b5e2d1..b63fab7831 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_3.json index 9bda1e8d76..7f08f9e1ea 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_4.json index 956d78c286..be59602d6d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_5.json index ef64a6e453..54a0c2c346 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_6.json index 66cd97045d..4a9bbc4e2d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_7.json index 2caad67f01..cc2c5ad7ec 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_8.json index 76b7ad7d13..2d41d865c8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_9.json index f3de1b918b..7671616d65 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_birch_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_birch", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_0.json index 7ccb2cfa52..47345245be 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_1.json index be262be5ea..257d06cdb4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_10.json index 54850b365f..961a8835d7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_11.json index 24b271ecd3..dab2495770 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_12.json index 995f6ed0d7..ede52c4594 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_13.json index 704e1291b4..b94b66cb8e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_14.json index 1e0e136f49..59868e6b69 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_15.json index 89ae1a3826..d3ca7e6c1b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_2.json index c659b82965..fa40670982 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_3.json index 4afcd152f9..77899b32a9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_4.json index 92214c2769..a049b24059 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_5.json index 7f8f57e5e1..417d43ecac 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_6.json index b4d43313ed..90e2b1a847 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_7.json index 39c338cbd4..35f03f24f8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_8.json index 0700895aac..e6dfd2a212 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_9.json index fc5a8e8f4f..13a5d72332 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_acacia_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_acacia", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_0.json index 68347b05f4..45c3dcd070 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_1.json index def20b3dc9..5662eb9d05 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_10.json index 234799fe5f..c0142ef771 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_11.json index 81369957e9..a21f29962b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_12.json index d4b63c317c..4643865457 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_13.json index a605ade53d..4017d8353c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_14.json index b846c3a388..21f8546fc0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_15.json index 5571f1165a..16fe63b64f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_2.json index c42e59f5f7..ead836f925 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_3.json index 68f3301799..b8cdd9c7a6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_4.json index 90562fc876..3f36bff9ff 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_5.json index 52ac64cc08..89bbc0babf 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_6.json index b87432113c..a926beee56 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_7.json index 4ab7e869d3..58c6f8b997 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_8.json index 413fcd2219..de7b4ade8e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_9.json index 18ff4689b4..49dce3e78d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_balsa_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_balsa", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_0.json index 7169983460..b3ecb7d10b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_1.json index f861e21b45..4350f57bba 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_10.json index bf237657fe..3d2dff79d4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_11.json index ab746d1d17..13d9765390 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_12.json index 8460d5e8b8..671d09a857 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_13.json index b45dc3f6e5..8142a5a105 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_14.json index a4fe821280..64ff2d03fa 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_15.json index 47b08127df..cfa3386863 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_2.json index 0d74f4a3df..80a881bb93 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_3.json index fbbfffae14..f52f02efe8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_4.json index e9a09b93f8..d024c13988 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_5.json index 4ad65d552e..557b708c8c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_6.json index f254ce6d4d..c561ed1fe9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_7.json index afe9cb6378..475ebad071 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_8.json index e2a18eca5b..9251401c87 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_9.json index 2981ef4289..9f2e1f0d54 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_baobab_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_baobab", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_0.json index 9039a80df0..6bb43ac03b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_1.json index 0f3c36cf5e..8907c5d64c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_10.json index 9ca4d58eff..98aa0f1362 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_11.json index 97f6cf1c02..1ccaf4378d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_12.json index afe026153c..8e8005e56b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_13.json index 53ebe1a860..d52d5d8319 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_14.json index a295fda6fc..9152d3d6c5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_15.json index b2c7e1be49..f0a44ef21a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_2.json index 296bae8cf0..eaa8784b21 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_3.json index ea8c01fa35..69344a4d55 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_4.json index 3ccd9240d6..edd35c6b45 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_5.json index 1f131f42b8..e2dfda8127 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_6.json index df0d6e622f..7b2b06e931 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_7.json index 4511042c90..db9ac51833 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_8.json index 827713f3ae..b5afacc3f9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_9.json index 3446eb042d..68f584fe44 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cherry_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cherry", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_0.json index bd8d01f5e6..b6230251fc 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_1.json index 05d35a4592..69540f00b5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_10.json index c42e1daf8b..c503bf74c0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_11.json index 03eb3c13d1..85d80763e4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_12.json index 6603e0c4d9..728747c9e9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_13.json index 18f6960e64..b9bfa7c185 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_14.json index 26e03bc5ad..4274abb4cc 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_15.json index 903b0c3a59..1903780d72 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_2.json index be66811810..df1eafc823 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_3.json index b302c34833..a33e2341fb 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_4.json index 0f67229f7e..c1bc8de641 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_5.json index da06f95b6b..1923b29a7f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_6.json index d45734f93e..65a56e1f5e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_7.json index bc5b87e73d..3bf6e4455d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_8.json index da857ff999..8fc0616522 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_9.json index a55328b727..0ecf2f5838 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_chestnut_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_chestnut", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_0.json index 4a54604d54..5621f639f5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_1.json index 2cce0c22c9..1c01752072 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_10.json index 3eb448f57e..38024dc43a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_11.json index 5b07ed7238..097d4f1c0f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_12.json index f682755884..9b0c560d0c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_13.json index f6d81ca8e3..6d6c0e3ed8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_14.json index 8c5af8f75b..c55c48e892 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_15.json index c4ea3479dd..326b4a0644 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_2.json index 2bc8f37713..4803a1ee0a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_3.json index 19e492f99e..5a213393f8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_4.json index 81b5e77b27..49b9ae8b57 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_5.json index 928ad3818f..44c7f489ae 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_6.json index 44495989dd..02bfe9b564 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_7.json index fc02328096..44381cfa9e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_8.json index 04115a5673..3fed82ca65 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_9.json index a489d6db0c..2b6fb8a7ec 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_citrus_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_citrus", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_0.json index 1e578d45e5..0f7a763457 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_1.json index ff6c5b99c6..c1b8d72ba0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_10.json index a464720dcf..e769a6dc28 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_11.json index b14acab79f..90ae0e9ac1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_12.json index 05ec87d53c..2cca7f213a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_13.json index 2de5a82aa5..73aed70d34 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_14.json index 4d6a37c7d6..ce0676b1cf 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_15.json index 104181195e..9d20ffb600 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_2.json index 5682b4d09b..fb75fbcebc 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_3.json index dfeae17e70..74e345d15a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_4.json index b7c2708246..f253b05498 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_5.json index 9b41e96100..a090c3f59e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_6.json index 02add67ba7..4363dd97ba 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_7.json index 10ccb2f9b3..be42856b66 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_8.json index a54a8d647c..0b0cc2561f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_9.json index 72065dd193..2868d6b3f9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_cocobolo_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_cocobolo", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_0.json index 8e2e28f69b..339242cb15 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_1.json index 9feb4332bb..f2dd6933e2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_10.json index 899902e199..4d20aa7730 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_11.json index b4e686bce4..a7a2e8f06d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_12.json index 6ab7712ad7..f6b9c3a2b9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_13.json index f4047bb894..4b82449043 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_14.json index 7387e671ff..a779f2d813 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_15.json index 8b1a17731d..a2ed539878 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_2.json index 07185309a1..95e35bd096 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_3.json index 0fd2a2f05a..d1707c2309 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_4.json index 0b0ede905c..4d17cd84d6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_5.json index be77e60bd2..d695c7cdb2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_6.json index acfd6d471f..8e76ab59fe 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_7.json index 037d41167d..fd07c790ea 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_8.json index e2454ecaca..eca88fdd14 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_9.json index aa0fb062d3..ed5c69b150 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ebony_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ebony", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_0.json index 9109ed77ed..44c5bc3be7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_1.json index b25f692a15..ea52aae122 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_10.json index 8c34540043..fd529b5b15 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_11.json index 608ed2f438..e42cd28c65 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_12.json index 8373c6c2a3..a721e9cb7f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_13.json index 8026063a1c..722a55ab6d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_14.json index b3f5dba469..99c1aae1c2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_15.json index a2e04a4d6c..2595921edd 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_2.json index 557f11d59f..a6d26984b5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_3.json index b8b5da101d..e0d86f0274 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_4.json index 15404985e2..d41e5ae8a8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_5.json index 3cc43f12dc..a5f0e63f5c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_6.json index 3e5f945c38..92ecd09431 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_7.json index e2083fd347..ae1d04dea1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_8.json index ccd9426d59..0843d8435c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_9.json index fee3db5d70..74f7ea92d7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_giganteum_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_giganteum", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_0.json index 6800e03c78..d452c0ebb1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_1.json index ac12cf8a1a..deffee33f9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_10.json index 54b9438e77..6c9bce8432 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_11.json index 9a9d088404..4aeb9bc5d3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_12.json index f1d4f66a22..58ac0ed103 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_13.json index 8b81b7e18d..c504ecf120 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_14.json index 9c7307b4f9..2e59953c08 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_15.json index 875f6f8e6d..69b1a3e7b2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_2.json index 82ff02b40d..e5a2c17672 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_3.json index 708ae37fe9..15b0570263 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_4.json index 49e3032277..0fe28d2ac8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_5.json index 5ee3584566..8c8dde996d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_6.json index e85255b244..d0d9c89a8b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_7.json index 55a2e1a3be..adbf1e1398 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_8.json index 0cde8c82d3..b0496b92ce 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_9.json index 8b51b3214c..dd70629487 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_greenheart_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_greenheart", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_0.json index 219fec6256..fe11f6d64c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_1.json index aa1fbf0bd9..2f891ef577 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_10.json index 78c94bc583..d0c8707ea8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_11.json index 7361f23f33..02c1bcbb85 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_12.json index 38e918bcc2..e13e0d9d8e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_13.json index cb1b2a84fd..ae1051b9f9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_14.json index 28ec42c753..e2a4532735 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_15.json index bea0c79d7e..d0cbc3cfff 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_2.json index abf804e0e4..219c4ba0c4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_3.json index 2df2bcbfc1..9fdb4434d4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_4.json index 6c6c579090..4b9bf25da2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_5.json index 6e2e816390..af62315fd5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_6.json index 09d1bfa82c..2d22454e56 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_7.json index 39719de7ab..c4bc99559a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_8.json index 15fe895049..f6ae8dfe5c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_9.json index 47e3581581..55377c25f5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_ipe_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_ipe", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_0.json index c4380851f9..ff66233576 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_1.json index 12545ddba7..10dd53dc1e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_10.json index cd75c1cece..14b16db05c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_11.json index 10ba4e5d5b..09b2872038 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_12.json index 8b9b6c404a..059649d518 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_13.json index a7160ede39..afdd20599a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_14.json index 09c9354faa..979f891992 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_15.json index 4047b38880..0a1abd43af 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_2.json index 3ad800929b..d4a55c5e51 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_3.json index a4b1aa0cc3..c86137e282 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_4.json index 293f3c9a2b..ab7d5e93ee 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_5.json index c9000afa7b..1ce4999edc 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_6.json index d47322731e..6fc8916888 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_7.json index f5ab5f0b5f..e8cd529a58 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_8.json index 5d32be4ef6..bc2ee5c59b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_9.json index 523c0953c3..026160a725 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_kapok_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_kapok", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_0.json index 8cef3abe4c..c3668274fe 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_1.json index cb53650bb0..e2ed932ef6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_10.json index bf6817b8a6..acd54e07ed 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_11.json index 08d835ffed..8f772ebe51 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_12.json index 38a179f78a..181722e86e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_13.json index 2cbe8201d5..079fd89c12 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_14.json index 4f052251fe..99de4982e5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_15.json index 3183c33d1c..c85270f242 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_2.json index dfc89f6bae..427c322374 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_3.json index bef3a2236b..29949b6263 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_4.json index fcf71ac14a..41a4ddaea1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_5.json index 2da18faa0f..783905617a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_6.json index d7ee69bfb6..ea35a0ff85 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_7.json index de33021510..ceca27c505 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_8.json index 9c9f91dbec..0a9842b903 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_9.json index 1e2f66a7c3..34d9d1e520 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_larch_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_larch", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_0.json index fbcf1b212c..6c3e0b752c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_1.json index 5dc2700d75..d13194e1b9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_10.json index ea209b0781..dcffadaef3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_11.json index a691edf98d..8388298c9c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_12.json index acb0c9f44d..81d73a8cec 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_13.json index f11e0f7058..d4b2b8d955 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_14.json index 8c04674c46..703291a50e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_15.json index a0b9ea4071..245a558503 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_2.json index 284387be23..708e8fcbb1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_3.json index 33947a2a40..a057b6b4ac 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_4.json index 872e8d4444..5aa13c0933 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_5.json index dde904cd2e..8b6af11e5e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_6.json index ef4eef0e83..c71ed143ef 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_7.json index 1e0ae381fa..7ebf29a78c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_8.json index 7fe33d97e1..9737b887cb 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_9.json index 65a6683e2d..93bd0eaf7e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_lime_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_lime", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_0.json index 1d6cb5686d..3720c993a3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_1.json index 2eb3319e1a..ef3cd6e78c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_10.json index de776b91a3..a516e113d1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_11.json index 8cf8e5bdf9..07dc82fe74 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_12.json index a854d08572..1cc5d64e76 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_13.json index b85cd3d839..e159bba709 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_14.json index f113503b4c..c465f00130 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_15.json index 60976f0746..a703dda5d0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_2.json index 97dad00f83..9be2ee9aaa 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_3.json index 9850ed4726..b6a293d41e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_4.json index f9a93b87d5..ca25951f2e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_5.json index 61f79496cc..614f29cf0c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_6.json index cc9e9e3544..5b95ff8c4e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_7.json index 82ef7f5c76..f420d9ac1a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_8.json index ea346e5b1f..0d6fd43ae0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_9.json index a84556842b..d65478795b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahoe_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahoe", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_0.json index 4d4f97a5a0..73301fa0c5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_1.json index 89e13a1f25..547efd44e5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_10.json index 3183a119da..00c97eacf3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_11.json index 3d4c641a3b..3164eee36d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_12.json index 54a44a2c00..b01ca2fd0e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_13.json index 6e366ad94f..430dc1c14e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_14.json index 15e85f2103..f6d58288fb 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_15.json index c2030d5170..e1e026795f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_2.json index 476427892b..dae868c6f4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_3.json index 339ec3d0ca..d459794ea8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_4.json index 64823ec273..15ea6c87c2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_5.json index 7f1fe9b68a..38e7a3070a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_6.json index 758387da70..da025e125e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_7.json index 6256cf1b4c..569c1a57e2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_8.json index 5e39c70728..02e837e0a9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_9.json index 4e45779c46..b6867b2c14 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_mahogany_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_mahogany", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_0.json index 90810a4db3..ed78215f6a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_1.json index 057591e3d5..a75fbfe639 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_10.json index 1e7481b058..c05a25f62c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_11.json index e1e06e6c9b..ce67d7b6a3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_12.json index 0928f5db83..0714002f7f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_13.json index c25ee046bb..96c8c039ea 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_14.json index fb8041c858..31e36076b0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_15.json index eb1c030e3c..c233fd18ab 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_2.json index 9c859f7460..ac5a653516 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_3.json index 8c6978126c..eb43a882c7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_4.json index 5fad271eaf..a1c49d62c0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_5.json index 4bc4f2645b..fc00a95d89 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_6.json index 60d3445691..40bf022048 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_7.json index d79be0d0fd..45fb55161b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_8.json index 4467af245c..d119ad77a6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_9.json index c71686a2c7..b632595872 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_maple_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_maple", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_0.json index 8c57d9214f..0171d94a48 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_1.json index fc3a2e8837..36bd8f3cde 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_10.json index 81bd9de7f6..909757d9ac 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_11.json index d2579a2b4f..d621526c1f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_12.json index 690ce73f50..3bf9ef89e2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_13.json index e3ca941bc5..b6ae04b22a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_14.json index 129e0b56b2..7b71391a53 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_15.json index f2d7ebcfdc..19621b730e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_2.json index 637106819c..898900ca73 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_3.json index 67b68f0546..af640d9063 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_4.json index c97a4800b6..7eb75fb328 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_5.json index 675e72224b..f09cf3fc62 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_6.json index 1adf910f37..a3d3c41897 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_7.json index 326783b54f..c1220cfdd3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_8.json index 91b50c67d0..6eeec17fe8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_9.json index 8a6edd1fe8..1a56e50c79 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_padauk_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_padauk", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_0.json index 35a4851259..64c4ec6772 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_1.json index f239fc6370..22e2e20634 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_10.json index a15ec3cf33..be66e23f0a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_11.json index 28024fcf05..594038e0e2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_12.json index 2e4e0cc469..5126713513 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_13.json index eefefc0bc9..85257e748a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_14.json index 647f831897..75abb98dcb 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_15.json index 01613dedfd..c87454edd6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_2.json index 0e8b5b21e0..292a66013f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_3.json index 5c44f31210..3dff4b5c75 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_4.json index 0bd6802453..2a4457bfc6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_5.json index 06f8befa6e..66d4a7b769 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_6.json index 2ca44d39da..ac5af0e0f4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_7.json index 9c0e24cdf6..d066cb17b5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_8.json index 6d4dd3bd19..cae1152373 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_9.json index e724da550b..8ec3e4124e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_palm_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_palm", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_0.json index 6464e408ed..61abe67490 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_1.json index b77e44451c..ed582e19ec 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_10.json index 8c167298cb..ec32bfd7b8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_11.json index 7e4347d90a..3484b89b29 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_12.json index 867b9ab428..2e3e05b631 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_13.json index 40d5a872c8..a3af4aa97f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_14.json index c566ab11cd..512eb1c9d4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_15.json index 6a11817d23..421798821c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_2.json index 936cc91f2f..c48dcfb9de 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_3.json index 5cecefedc0..4cc003427a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_4.json index fb091608eb..85ef2a8213 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_5.json index 1218e69e86..86a0e9f183 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_6.json index 9777b1d62b..e6783bb307 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_7.json index 68bff2bb06..01b19c1878 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_8.json index 1103617f14..6b42421df1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_9.json index 6dc0d82721..75bb97f78b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_papaya_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_papaya", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_0.json index 5e321a64ed..0b4730da1b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_1.json index 11373cf307..8eaace2222 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_10.json index 8e5e0cefa9..0d20d9f3b4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_11.json index 45cc9e56e8..4ea5a4f8b1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_12.json index 51bb878cb6..1f3fbfaa21 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_13.json index 9c9b6834b0..3ce74ae832 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_14.json index 9919562c56..ef0b94f27a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_15.json index cd8277aa3e..9e1dae51b4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_2.json index fe61f18a8f..1e80238bfb 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_3.json index 4fc009bb48..7da55b4959 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_4.json index 110f914263..df069771ca 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_5.json index 8b70ad00f2..2907652be8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_6.json index 26c68a4138..1a46abcd82 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_7.json index 6e659de807..d6514041c9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_8.json index 3020b5611c..0545378d3b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_9.json index 964ae81b2e..9a4391e6a5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_pine_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_pine", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_0.json index 038626a476..bfc200b222 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_1.json index 382adf4c67..839e3d57c7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_10.json index 56f7d7cf90..6ab0d12fe3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_11.json index 9f6c23f5ea..5c5cbcc9f6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_12.json index 081043de67..ecc809ba7a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_13.json index 26ee58b5db..63d9189995 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_14.json index 75b41abbb7..7eddbae63d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_15.json index 0bf9dd7fab..a0892e2f39 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_2.json index 4f9cc17598..12b8d70ab5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_3.json index b411e8157f..f80cd4b3fd 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_4.json index eec5661d59..a344328f2b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_5.json index 396b33d9b6..e04b5c40a2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_6.json index 35717567e4..491b1cc579 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_7.json index 1d7d8fdd68..1274d032c5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_8.json index b961e7680b..7197e177ae 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_9.json index 2525928be9..a01f3df8bc 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_plum_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_plum", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_0.json index 9b1d9827c5..58b17a7758 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_1.json index 62c4bf6aec..f4fbe22f2a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_10.json index c99c10e999..c3949319a5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_11.json index 3d09aa846b..f9d969ca7e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_12.json index cdcb89b8d8..e138a2c81f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_13.json index 78fe167a1f..0f3d2a2f00 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_14.json index fe0f71603d..116134be97 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_15.json index e948437461..440f9c5d70 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_2.json index c820d5ffff..88f1963568 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_3.json index d7eb90f54a..241a1d55a3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_4.json index d9222fe6ac..14f2ff78b4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_5.json index 4411a86bbc..4bf6192e3f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_6.json index 09f953741b..f913d72c5f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_7.json index 8bc8d86b7c..a2298b1182 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_8.json index e94a9f2358..83791e20b6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_9.json index 8f644ebb33..c115c1937d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_poplar_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_poplar", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_0.json index 9d6911af12..d4fd5ae65f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_1.json index 4d64fd0f7f..f66ecd09d2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_10.json index 64b05d88e3..168cfffe6f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_11.json index c7828b8ce3..7030528598 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_12.json index 97ef6a04e4..598946b95c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_13.json index 8ca42004a0..bf506f298c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_14.json index 350088499a..bfef37f281 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_15.json index df0db327e5..8ec2da0ed4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_2.json index d9d436a566..2fdd45e8e0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_3.json index 63cdaa83b3..24fd261b49 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_4.json index 4bac474958..ecfd62a0dc 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_5.json index 4c38b66e47..0a7840baa4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_6.json index f5bae8cd14..642704b34b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_7.json index 048e7b6e13..0ad6d03bd0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_8.json index a952dbf37f..be778b5a88 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_9.json index f793b77f92..6bed0cafdd 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_sequoia_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_sequoia", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_0.json index 54d838c1b5..9395798c02 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_1.json index 710cac7016..d83c9bdef7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_10.json index 6e82c990e4..408927daae 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_11.json index bfa80fc359..a7bde1e742 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_12.json index 04d8acd431..1b7c6247c8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_13.json index dd7cdb2d53..0a889cee51 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_14.json index 28aa5ac483..a0b54cccb0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_15.json index 7480c82e82..cdd28a003d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_2.json index bc9a6c5334..b92d8d7a97 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_3.json index 5ef7f792ef..5a1d4f1739 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_4.json index c494621940..3823a8bbf7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_5.json index afe2df0c41..294f8da703 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_6.json index 1e2489a141..733832487f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_7.json index 8a438aa22a..a00fd72d8c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_8.json index f1c37cef6e..911b32283f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_9.json index f99303ae97..ecea918d17 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_teak_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_teak", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_0.json index 7310036e1a..e2da708861 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_1.json index a056197dc7..e0f68eeb4b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_10.json index 5c2cefebcc..81b69277d2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_11.json index d9717c3e99..31dd7ee7c1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_12.json index 9aa47b1632..2b67a3a29c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_13.json index c3e91ac6bc..64f695b720 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_14.json index cfe9fede59..9525faf303 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_15.json index c0e744ce3d..4a7418d076 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_2.json index 9764cce5f8..3302c21010 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_3.json index 4eb96b7116..bcf0e74ece 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_4.json index 76ffd674be..ab94af9c5e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_5.json index bd25a4e8f5..eb9e34e49a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_6.json index aeb55e85f6..6396971033 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_7.json index 2c0cf623b2..09f42b6c7b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_8.json index 6cb9b2dd6a..e39aa5592d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_9.json index 46d9b349ca..4db43b8fde 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_walnut_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_walnut", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_0.json index 537fdac978..9736295f65 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_1.json index 22af52a9b8..50500f0377 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_10.json index 48e7361883..25e4974d39 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_11.json index 91742aae74..37244d09fb 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_12.json index 1a913cd712..c7a426fbb3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_13.json index 3772fd18e7..c65964886a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_14.json index cf3782c7c7..1af518304d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_15.json index 3531374293..4a464a5b3c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_2.json index 5e01bd95a0..efcc79aafa 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_3.json index 40820d7255..a9be102f9e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_4.json index db8c1c8b20..554142c9a6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_5.json index df774d5bba..aef5bbc96d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_6.json index 286e518f43..60a2c78f26 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_7.json index a65c9776c6..f096d4e20c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_8.json index a092b190be..88e6d33ec7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_9.json index c7203c0d65..86a88ea8db 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_wenge_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_wenge", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_0.json index 76ed0416e8..90a0b6c8b0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_1.json index 29f59f18a8..e0ae0160d4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_10.json index d065a977d6..b3e9ab949d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_11.json index f29f076257..bc0a811182 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_12.json index 83c21a5487..36a35d11b1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_13.json index 76fff6bb6f..5c47f64f02 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_14.json index 7f5b96bc4a..aaab375aca 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_15.json index e6df77e7b8..4484474dc6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_2.json index b10ab26200..ab19e19c4b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_3.json index 99d8838d9d..afa6689400 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_4.json index 73013f0035..57faf74981 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_5.json index 33c858c84a..2918dacb40 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_6.json index b4433deb71..b1146e4d41 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_7.json index 46e45dc9fd..cc49d9d8ac 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_8.json index 2d97e9dba6..a3ed8b6f42 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_9.json index c0e77744ea..aa6743750f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_willow_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_willow", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_0.json index df546e6181..e693062508 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_1.json index 900d1d84e1..5ed9dca646 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_10.json index 648f16ba46..aa9911bd6d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_11.json index fcf50a9ce9..5814dfe53c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_12.json index c3f50fc6ae..88417c688d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_13.json index 36c3c4f4c9..3a920753e5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_14.json index a22cc7ab61..000babbd76 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_15.json index bc6a02bb0e..ffdb067d6f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_2.json index dcd2823d3a..62501f9aab 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_3.json index 8cd6aa1df7..675c8128e5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_4.json index 234d12b708..8dd42a097b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_5.json index 7acad433e6..6106376396 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_6.json index be5d78d516..03fe7e9429 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_7.json index f8c4f7d62f..4553aa06db 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_8.json index 9bd5e9a74f..951e4237f6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_9.json index 0824fae6a0..92ae5c2bb4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_forestry_zebrawood_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_forestry_zebrawood", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_0.json index 8ef67572eb..fedee81615 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_1.json index a0d06f3b2d..d5292af848 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_10.json index 34569fa5a3..c37ac19de0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_11.json index 41deb3fb77..db8509706a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_12.json index 683aad276c..3b232e7cc6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_13.json index 47487c6263..5875355fe1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_14.json index a3356a9a78..8f0b1b9ac4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_15.json index d198204133..7c272ccd54 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_2.json index f329cce44e..1748c76bd5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_3.json index 094603dfd3..d7f3c0a29e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_4.json index 6647aa9b5e..1b996e50f5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_5.json index 3118f3ef29..f41f4409cb 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_6.json index 80f2b900a6..913d60c30f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_7.json index af4e6d4e89..290515d685 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_8.json index 2a24f907d7..0b87547767 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_9.json index 5053ee3481..039f7bf024 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_immersiveengineering_treated_wood", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_0.json index a29da8f7c4..43073de389 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_1.json index 48227f15ca..8380a312ba 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_10.json index deeb736840..3887d626ea 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_11.json index faa5d0aaf8..57cf607866 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_12.json index 88c7443480..6e7662c972 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_13.json index 1be359ea52..3e9756a37f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_14.json index d2f384ca69..48faf75237 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_15.json index 6dfec955fe..1d2e279817 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_2.json index c5caa7ac22..3e217b8f73 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_3.json index e403d889ec..5b4c123079 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_4.json index f7850df5d0..f59f1b5356 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_5.json index fce3e0f6e6..18e38ef974 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_6.json index 0ac19f7ca2..38fda1281e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_7.json index 51b08e0cb7..5296ad7629 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_8.json index 4b1c36cf02..9fe0a2307e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_9.json index b0e0762f1a..88d883ae51 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_jungle_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_jungle", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_0.json index ab180b3e18..f022d4f269 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_1.json index b2e797aaf1..63fd787734 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_10.json index a843f615d1..6f5ef81ca7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_11.json index cb95dbe80e..bebe7631e0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_12.json index 72ee62aec5..7cf8a31d2f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_13.json index 3889d12f1f..bd0e4dcdbd 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_14.json index b3f371c54b..844a5b96dc 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_15.json index b64a966d06..010f0d7fcf 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_2.json index 7d660831da..b8debe550a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_3.json index 3fe6028e60..8ad1e903fb 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_4.json index fbbea411a4..79cd7d26f3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_5.json index aec4366e5d..e1822104c6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_6.json index 100dcd309a..14a16039fc 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_7.json index c3a9e1de4d..de1aeaf627 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_8.json index 04b0a5fa15..d45a78e8e5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_9.json index 4495a146fe..acf73fd19a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_amaranth_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_amaranth", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_0.json index 1a0cb185c3..2dd4fae5fd 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_1.json index 788d1f676b..22654f1585 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_10.json index 91ff059956..8ebe744c78 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_11.json index 781efe5e50..7cb29cc141 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_12.json index d6f46760f1..9f74c3f2da 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_13.json index 578341b9a1..e4e8fca593 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_14.json index 027045aea3..b315adcbc6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_15.json index bd3efce18c..407b4661d5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_2.json index e3d1194b59..5cdec96c95 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_3.json index b6c71afb0f..092ae70177 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_4.json index 5243f549ed..2f30dabf20 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_5.json index 4303af3490..4d3ad296f7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_6.json index 43e20f5c89..2293996e94 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_7.json index e1769422ea..a34e7d49a1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_8.json index 0cc31a3ca8..fe29ffc2e9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_9.json index f202fddc14..e978dd80f7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_bloodwood_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_bloodwood", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_0.json index b5877c63e3..774272b2af 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_1.json index c26ab5c30b..3d79dd0799 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_10.json index 6224e20a96..a3dd30f8c5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_11.json index be0ffa73db..0b89e4b62a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_12.json index f54ee3d544..db557f6b1a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_13.json index 7fda6fbc93..ae1d49ad58 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_14.json index f91543786a..8cefa4ad93 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_15.json index 57cd8b0c98..4fc9c11d63 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_2.json index 5ec9068b4e..38464f7f0e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_3.json index df5907c347..7fa9bde23a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_4.json index 4675fd23ff..e005391aaf 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_5.json index c7a3b5f9e0..35c422af3d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_6.json index 0d9e4db3f4..531fb9f3d3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_7.json index 5761236f71..0ad812f77e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_8.json index 377508c872..2881263fdf 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_9.json index 1024b40038..8ad48c359f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_darkwood_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_darkwood", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_0.json index a0e14e582b..0eb3bdd80e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_1.json index 487938a01e..ba836079d3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_10.json index abb327c1db..b349f590d9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_11.json index 8a023d0989..d39eefb273 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_12.json index 2f94d32e46..a87fa4568e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_13.json index 9766cf36b4..68f832998f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_14.json index e704f5aff0..8f4862af66 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_15.json index 54c6103d4c..3a6c4d6516 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_2.json index f6c3e4c3df..8a53b1616e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_3.json index 4f6dde3e50..dde6dc7ef0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_4.json index 3798028af7..ce77a72552 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_5.json index 5045a48df4..22f5c613ff 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_6.json index 3958b077be..6c73b66a4f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_7.json index 33e97874f3..edf31a571c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_8.json index 2815ffe309..fb8e67477a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_9.json index b7537becc9..6954d2ba13 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_eucalyptus_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_eucalyptus", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_0.json index d6aaaf2ecf..a10f33ab27 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_1.json index 25da1f9924..7175d9fe2a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_10.json index c55e71be20..f32c1d3e87 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_11.json index 6e38f80b4c..5675d23a65 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_12.json index 5c303ec97e..15d3159ca8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_13.json index eccfe430c3..ca29d80c66 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_14.json index d429578a2b..5fa0d10c81 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_15.json index 3a151dccd7..c3b5f14c0c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_2.json index 712540a2ed..fde9d542f5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_3.json index e470a7598d..b40186f892 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_4.json index 546c4f24b5..35d34bd0b5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_5.json index ca7db457c5..c7cc579a2d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_6.json index ac3f2c70e6..8448517b2e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_7.json index 904ec3302c..aea9d28b50 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_8.json index 26d223de8c..637e36c975 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_9.json index 5a9b61432a..95a9b6a8bc 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_fusewood_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_fusewood", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_0.json index 41dc6b3d4e..85669022a9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_1.json index e4cd64357d..135a6685a3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_10.json index 4199c26835..f4a0bcb24c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_11.json index 90b53222d8..318cdfb51a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_12.json index 646239919b..03ff56101d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_13.json index e3869c492d..5b3953ba6e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_14.json index 7dbbb9da04..b2b86074c9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_15.json index 917c8c01f5..5c380615a5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_2.json index 4763392a03..fd058dfcf1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_3.json index 2761f0c5af..ffb1e3dade 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_4.json index 65dbeb9684..a794d5b724 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_5.json index 1afeb32db5..2d17c76991 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_6.json index c1b5f7478d..8093dddd90 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_7.json index 21563518e7..503780ae96 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_8.json index d21db746d6..037d273085 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_9.json index e539ed594c..00a383cd2f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_ghostwood_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_ghostwood", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_0.json index 67a2184676..a39cda6c56 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_1.json index be3db38e7f..0b0e2aee55 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_10.json index 875374402e..092cfaf1d2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_11.json index 5681fb263e..09b4aa4463 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_12.json index 67e4070a36..3953c993a8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_13.json index e6b5a87679..707f4549bb 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_14.json index 5c01ce085d..6d464ef250 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_15.json index f4d2d6d512..3a552ee78f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_2.json index 710578cf48..8edc26cad5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_3.json index d75d5c7ed7..d3ba9350ee 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_4.json index 1a0c943ed5..2a025c62ca 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_5.json index dcb24409e2..b4a3d8a9af 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_6.json index 064a089068..a81affdec9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_7.json index 59e33baed4..6f48f80535 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_8.json index 1eccd03316..3868daf984 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_9.json index 6ce55bb730..b49d54c809 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_hopseed_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_hopseed", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_0.json index da656d9169..2c9abd25ef 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_1.json index 5f50268a18..6a7d8c1503 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_10.json index 337593e61f..e154156b6f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_11.json index 673c50d0d2..de27873113 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_12.json index 8e55d73025..b383dd5e63 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_13.json index 712fbe9153..4ae14b6d52 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_14.json index 180313a847..bcb561104c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_15.json index 943e153b85..a207696615 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_2.json index eb72d60e61..d6ac716acb 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_3.json index ffe801005a..9c4e081c5c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_4.json index a9ae91d886..4223a9ad23 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_5.json index 0927ee70ee..87d4138bb3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_6.json index 65f4e9fb08..8ab02e89c5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_7.json index 7526d39fe5..24d74836f5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_8.json index 28c89cdefa..2c30e1073b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_9.json index 037fc87e68..df88207d76 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_maple_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_maple", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_0.json index 8e607025b2..573e6181a7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_1.json index f7f4a5d556..9a0acad933 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_10.json index 75afdb8ec1..00efe6bc26 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_11.json index e945ce4f47..14bbc72b07 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_12.json index 881fce7626..70359c3336 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_13.json index edef1855bd..2f77ac777d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_14.json index d789061aa2..a90057c479 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_15.json index cc69dd15bb..5b8535a8d0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_2.json index 4a01e66e86..5ee4dcf462 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_3.json index 0f7a9a6848..8982e0e428 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_4.json index 69c5e93613..95e6439f78 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_5.json index 86aa387a78..6ddd030ac1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_6.json index 02a601b376..6980598f2c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_7.json index 27cab42930..8b4130901e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_8.json index 1d70648f95..0319b8b99f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_9.json index 77a9cf4400..601fd3333f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_sakura_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_sakura", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_0.json index 4f82f8a7ff..89f96dff4a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_1.json index 908bda3277..8e63787092 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_10.json index 0e9558d872..af8318552d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_11.json index 250670ba35..acafba6b7f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_12.json index cf486060dd..8aa0a86aca 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_13.json index 16c092f178..96f6e50131 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_14.json index 1aa761d988..1db825c57f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_15.json index e589af30db..28f4d0463d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_2.json index de7c66cfd2..9d79417f04 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_3.json index e19079ed95..42979b4a5f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_4.json index d2640d3da7..5fe7372ef4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_5.json index ffb424aad0..b8e66f79d9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_6.json index 0d2bcdc974..c4e27120f2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_7.json index 48213aa4da..36d4021557 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_8.json index 49f64ba508..0176c832a6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_9.json index 6b27f2ab4e..cf118f89af 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_silverbell_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_silverbell", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_0.json index 2b10b9ee70..2cbf877e73 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_1.json index bae21bb774..574f552111 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_10.json index 656178a6e6..fad3f8c006 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_11.json index 79715234ef..cd5e8f6243 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_12.json index 3962114783..6ff14a5164 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_13.json index e6475fe858..a82562a56b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_14.json index e879234341..ccd8a53160 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_15.json index a9340eb574..5e6180fc4b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_2.json index 8fbe02cda6..7d9402e7fd 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_3.json index 5cf8aef2d5..2d0cc692c7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_4.json index f6e85b84ee..93e5ba8920 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_5.json index e3fb14e55b..cf34ace10c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_6.json index 91a5e55c1f..665171e963 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_7.json index a0eb44d81b..13c24aa134 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_8.json index d2b8219588..4b5e6b91f7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_9.json index 7640f1acd3..fb761edf4c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_tiger_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_tiger", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_0.json index 7a0f938917..854d7ffad6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_1.json index 53a8ba6174..0166090c23 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_10.json index 5941344daf..d02de30d23 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_11.json index 1bce31c350..e40931bc6a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_12.json index 6b67b805fd..855617e9f0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_13.json index e41336c67d..ec9841b82d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_14.json index 4be966ded2..adacdd1848 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_15.json index e07da0889c..6a148e6c6b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_2.json index b70c960ad0..1abb93f419 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_3.json index 8bdf52d715..3ff3fee490 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_4.json index da76a831ea..8773ba7427 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_5.json index 6d15fce112..043f88c73e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_6.json index 68ad044f3c..b81ec3b966 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_7.json index ec9e495343..3d46308f00 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_8.json index 834f96d110..ee08e7d807 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_9.json index 2f2b0aa0d8..340743bdbb 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_natura_willow_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_natura_willow", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_0.json index 52b58fab73..46f51da085 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_1.json index f7cbc3f687..8d0633c2ef 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_10.json index b7016efcfe..5e78cf6275 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_11.json index 779f2b86f3..e87297c0f3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_12.json index 4c5bc058e1..1aaa000d0a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_13.json index b87f6e7110..00c49f7405 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_14.json index e5f9d6ac28..6822d811a7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_15.json index c2820dc95b..be7b4a2fc8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_2.json index cc98acf088..b64b8d61f2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_3.json index 5d95b85788..a6c389e59a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_4.json index 7ee168715a..bb6592ff17 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_5.json index c47a7e2c5e..7965b8cce3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_6.json index 1469adde0f..ccc15bd7e0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_7.json index cb9b77c671..b0d648fb62 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_8.json index 17622285d3..add10e12af 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_9.json index 0b636043a9..e692b6fa38 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_oak_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_oak", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_0.json index dd29fc7f98..8007b50cea 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_1.json index 3f46acbf77..44df12ef3e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_10.json index 3add9161ed..048d9a2046 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_11.json index b50267e8fb..ee60e1cc05 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_12.json index a7e0268360..0f89bc119d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_13.json index 2ae9bb5927..694f68c1f4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_14.json index b544ba86ad..e150242f03 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_15.json index 66acb5a032..464536d97b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_2.json index bb1a610235..ebc82fdbc8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_3.json index 7ddf0469a4..22c931781a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_4.json index 7f37cf90cd..7f29ed0748 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_5.json index 2cc1427c2c..85f9711a75 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_6.json index e0ccbd094b..2761e8606b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_7.json index 5bef224f9e..b0ce3e36aa 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_8.json index 9983ed083b..6e924f77a7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_9.json index 6bdf5b45e7..30fa5ec785 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_back_padded_single_spruce_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce" + "item": "ironagefurniture:chair_wood_ironage_bench_back_padded_single_spruce", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_0.json index 85d5a6ed58..b3ae3836b7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_1.json index 524433c27b..d58b1a9a2d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_10.json index 3ccc9636e9..accd7c3aca 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_11.json index fc56e08d6c..ef036f4cc3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_12.json index c30e91623d..dbc9c30e59 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_13.json index 2416489c8c..5c91d29fd0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_14.json index a3bcf24aca..a77b11f3f3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_15.json index cf5f0ae7fb..1b706b255c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_2.json index b54a8d18c4..34d1c8d438 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_3.json index 2fe466f1fc..20c64f4716 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_4.json index a0a156b8c8..224b32e631 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_5.json index 75fab2350a..c8f8047319 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_6.json index 7e7fc59d9b..da1e442277 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_7.json index b6014c39cd..cc742d177e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_8.json index 95f3067a3c..ddc54b0041 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_9.json index 8ce899f4e0..6a10b7a36f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_acacia_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_acacia", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_0.json index 1d3d0725be..f392ebf353 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_1.json index bb1d312b29..7eab7e1907 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_10.json index 8b80307621..db4b2d3a7b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_11.json index 29d0b2814c..2b5e9c75d2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_12.json index 0278032c46..4e1ffb5323 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_13.json index 909eb6c4d0..7785ad7821 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_14.json index 0ec25f49b0..aebb9b9928 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_15.json index eaf524f1d8..cc32e1ebb5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_2.json index 4a155496f0..9a80ae9bba 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_3.json index cda945ab25..af7e439ac5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_4.json index fbf17dc02a..596907fbbb 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_5.json index c353ef6279..34d1550f68 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_6.json index 3301f48d77..98b8c065d1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_7.json index 81470644b7..3c0b1f8b43 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_8.json index 715c1d3b9a..56c360bf89 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_9.json index 20ac700e2d..2d17e5d8b5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_big_oak_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_big_oak", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_0.json index 96b358202e..66e429155a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_1.json index 64c7fc7664..3c4ccec168 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_10.json index a600867892..77636e7715 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_11.json index 2b9839e7f0..04c23c5edc 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_12.json index 3275826fbd..31d61f29e5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_13.json index d658c79277..baf7edb8b7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_14.json index 87ea0fe82c..c51422e60b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_15.json index 4a8f5fdc8e..0a58a98773 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_2.json index ef65abbc87..25783f335a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_3.json index 92371eab1c..76548174a1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_4.json index f6bc206ddc..1a5d6348b7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_5.json index 59037afde9..57ae55b690 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_6.json index 6f85d463da..a6a44da707 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_7.json index 8084fc0616..6bfadfcc96 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_8.json index b5af4df9a7..d651a37fd2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_9.json index 73c342a74f..b8396ecc17 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_cherry_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_cherry", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_0.json index 861d50ea47..f73c8b8601 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_1.json index 1783cd4125..d2bdd8a4c7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_10.json index 685abd429b..f6a29a2c90 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_11.json index 6f4d2459fb..105705c0b1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_12.json index 4d7b1fab3b..397093e7db 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_13.json index 8580ea1934..d7c073cee3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_14.json index 3b5e3d4092..03245f2b11 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_15.json index 01d6f87f39..afa3d0420a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_2.json index 8b887f8cc9..fa85dd7388 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_3.json index d7364c1afc..4a7ca33db2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_4.json index eff1104ac1..ef0ea213df 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_5.json index 7bf413963f..25bd993a83 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_6.json index ce6ca2d205..f62972aa67 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_7.json index 4d2816a999..028366bd5f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_8.json index ffb9424b72..72b4d7009e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_9.json index 53ebdf2c03..58d7c414d8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ebony_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ebony", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_0.json index 3196774db2..8acfcabba7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_1.json index 1667d36b3a..f55f78f053 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_10.json index dd8d5ee770..6643a809f9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_11.json index fc1361eea5..2a1fb682c0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_12.json index a4975abe14..c4eec7ff22 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_13.json index 980819169c..a2050bd541 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_14.json index 52786e8280..a81b23a12e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_15.json index 707077d42d..a56ef61dca 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_2.json index 0aed116204..732574acf1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_3.json index 530ebae05b..38beec81bd 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_4.json index 4488136fb0..5874ab2338 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_5.json index 732003d2a0..e3f6c1e82c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_6.json index 96c4922a75..408ffd0e7e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_7.json index 50b0975d04..1ea993c963 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_8.json index ca575355df..02678fa949 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_9.json index 125dc46bd4..b93d0063b8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_ethereal", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_0.json index a000e01e4c..23fbe3549a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_1.json index 2f44978f5a..7884aab3b5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_10.json index 5421140d00..9d076f7e15 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_11.json index 5a374db80c..fa66710024 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_12.json index 731e47c635..25232b512b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_13.json index afec910005..139730612c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_14.json index 8595ab3635..dce0a0d642 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_15.json index ba01d41535..c0be5854f7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_2.json index dfea60df09..b2b36d5a63 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_3.json index ce2003caf7..b8efb41fd1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_4.json index 7e83ee6106..0f30105898 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_5.json index 85c1e4e4ff..e485a997bd 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_6.json index 1302c23aaf..9c87546995 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_7.json index 9bd5d87ee3..bc5d4d5a82 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_8.json index 4548e32c74..83f4805116 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_9.json index 35540514d3..a3fe3cdac2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_eucalyptus", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_0.json index 913fe93a6c..17d98eca99 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_1.json index 459a5fa526..3449f697a2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_10.json index 637cd421f7..6f3a366d54 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_11.json index 6c0f4edfa5..c6f7b58bd7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_12.json index 69c673ba1e..6fe2815b46 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_13.json index 879bbd3f5d..6bd0468514 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_14.json index 034f38289a..0a78a5e86e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_15.json index fe3bd47b4e..b37ed3b17f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_2.json index e3a38f72a0..94c2248a81 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_3.json index 6e17f1be7d..ba48847ce2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_4.json index 07db7840c0..0255a2d182 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_5.json index 7eb2288224..5a04cacc6c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_6.json index 0b886cb698..a58173999a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_7.json index 9b8f04801a..a879279a64 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_8.json index 601bff0b1e..f810218fc4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_9.json index ddffdb1ab3..3ca39ac754 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_fir_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_fir", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_0.json index 4629516ec4..f72451a8ea 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_1.json index 7900b4a8d3..4b24e22bb4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_10.json index 78a21cdcfe..7f14a1cfd5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_11.json index 675166e137..f6b486c963 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_12.json index dd0bd51073..71e208a478 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_13.json index a4051a2397..724812ce31 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_14.json index 17cca78d01..17f8fad70b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_15.json index 71077c3529..e2a01110b8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_2.json index a518ec12b6..73941d016b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_3.json index f1363fdc5f..9de0d30e55 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_4.json index fd9af33089..c5eec39189 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_5.json index 13c91e6051..332e118ec6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_6.json index 925311db53..ea554feb7a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_7.json index 1b5589384d..98cb36d457 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_8.json index d0e67c1cdb..639a50729c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_9.json index 8afd85bf48..5557a12abf 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_hellbark", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_0.json index ecca2249e0..a5fac5ed8a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_1.json index 3b03f1fb18..e2a49fc3c6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_10.json index 5569632b13..867959f846 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_11.json index aee9ab1cb0..50c5f93e4a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_12.json index 09413a84d4..c8b14a12b4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_13.json index 618482a92a..35cca59e59 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_14.json index 91c4eb7962..131ac440fa 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_15.json index 2659b90979..ee5afbbf05 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_2.json index 3f15830416..b75454b131 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_3.json index 005afe8d15..35eb3ee2ba 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_4.json index 7f046670ea..ffd50f360e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_5.json index d720370b36..c826cd1f2c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_6.json index 1ac658658b..572182e2c8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_7.json index 80516a61bb..daffabbe03 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_8.json index 0146054277..ca75180e95 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_9.json index ad74d40819..ce8a4e2a92 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_jacaranda", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_0.json index 1d8d3fa2a9..e3e92dcb80 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_1.json index b30ea13a33..836570a0b0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_10.json index 09d3fa9dca..9a132de13f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_11.json index b1bdf6b14a..28598333d0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_12.json index c8443eaf98..6164949566 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_13.json index 9a80175a39..354709c906 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_14.json index 0f1ff2e603..0255d8bb20 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_15.json index 8058fd54e9..11b9667147 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_2.json index e5d61f5f54..89dc7af30f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_3.json index d904bea002..bcd807fb7a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_4.json index c6f5339e48..a68fab7340 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_5.json index 31e5989952..e16735010a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_6.json index 3db486ad98..6306a39581 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_7.json index 05bde4a760..0f88363d78 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_8.json index 623bc4a9f4..b1313bec35 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_9.json index bf16b00d4c..72e794df4f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_magic_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_magic", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_0.json index 137c7f5197..3bdc858fef 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_1.json index 242be551cd..d684fea2fb 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_10.json index 5e3d4a3420..40e6c0d351 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_11.json index d878792735..e9dd6774c4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_12.json index 20f96ce59f..84ce00bd5f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_13.json index 448f8839f3..179220c260 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_14.json index 96b3b894ba..9afd1118bc 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_15.json index 597f231d54..ca9999d235 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_2.json index 819314a5a7..9aa3665375 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_3.json index 7f4c4de32d..60fc6f20ac 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_4.json index a6ecac432c..27af6925c7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_5.json index 6cd5c6532e..9110a6a457 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_6.json index 49ed096a10..caa4ce69d0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_7.json index 759644529b..838c27829e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_8.json index a0f1034b95..ac121b8b80 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_9.json index 39ae529609..6ce8adf96d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mahogany", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_0.json index 93c828a72a..bd4a6f168f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_1.json index bb1a673233..05798e13aa 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_10.json index acda27928a..0aa24f1aa9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_11.json index 6b8f99395a..0123dc9cbf 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_12.json index ae726db59f..cf41f04244 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_13.json index 5a4d7dbd35..004e80beef 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_14.json index bb7be2787f..89e9d31936 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_15.json index 8fcff7d463..9e7eb8c2ca 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_2.json index d8179e5791..f4d38ae155 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_3.json index 4c85ea0148..42efa1c1f0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_4.json index 6a34aead31..55b2d0d143 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_5.json index 701bf4b863..f84431be26 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_6.json index 85ff51138f..730883e16a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_7.json index 46e43d4bf8..a118a88840 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_8.json index d777e07fe2..c1004adcb4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_9.json index 9673527457..c824bd09f1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_mangrove", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_0.json index 4a0f91cfca..4d3319f495 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_1.json index d05cbf99c3..2d5fe9018b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_10.json index 61d70c38ee..7dd2264b14 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_11.json index f599373daf..193cc84b52 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_12.json index 82ca9e2e17..fd8ebad8de 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_13.json index 72c8f7e81f..3c1e042044 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_14.json index 599b2e3ad9..a456930223 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_15.json index 430cbf2429..972265700d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_2.json index a95e59e5ae..8303d2b829 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_3.json index 7e50e08259..377abd42d2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_4.json index 0bfdd19468..2679c545ad 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_5.json index 8d5566bd77..2f66e05074 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_6.json index 1b86938251..0836e496e4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_7.json index 1591120d2f..f0d1b7842c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_8.json index 995a150547..ea83ccaa55 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_9.json index 1a414060e7..445c92710c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_palm_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_palm", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_0.json index 10e1e0b562..16c5930aca 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_1.json index af311d77f4..820b777059 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_10.json index 34d95303a7..233df61a22 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_11.json index 8385b25d87..ad26226d69 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_12.json index ce198780a1..b777de3f86 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_13.json index c15c7feca9..d2d9d72c1c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_14.json index 0f5bbc599d..86138acda4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_15.json index f7ac8a80fa..be8791facc 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_2.json index f9080a7ea0..2283d5b4c5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_3.json index 6013db4ea7..a32df102ab 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_4.json index ad6aca00cc..804d5ddc5a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_5.json index 099d7d1ef7..6a685dc4aa 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_6.json index 6012661645..a6c797a750 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_7.json index 8f8a80df4c..c197aec40e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_8.json index be7e65e8e8..27b2a4b926 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_9.json index 35c0351753..2782147f60 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_pine_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_pine", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_0.json index 10449ddead..764cdc3d7b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_1.json index 22344790aa..5d5138dc7e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_10.json index af267d54e1..9921bd89c1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_11.json index 4ae02f9930..a214048af3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_12.json index 5ac30d84af..b983cc3c42 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_13.json index a3b0889a6b..c0a4c04cb9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_14.json index 0c4a222421..cd3fa7c734 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_15.json index 1045b9aa63..c1c35c4a1a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_2.json index fc240aff53..e25aebf1fa 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_3.json index fdc408a247..fef3a0464a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_4.json index 9b80a1fa37..a45f00630a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_5.json index 49705bb9df..bc774d4cce 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_6.json index 2f446fbe6d..4a8bfbb538 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_7.json index 89da4a410a..bec2440170 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_8.json index 49523dfddb..41b9c29ecb 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_9.json index 1f135064bf..853e415d26 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_redwood_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_redwood", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_0.json index 3c23d3c53a..d06cf448ee 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_1.json index 28a34c5bb2..83f2efd3d4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_10.json index 784875734a..8c534e7ad4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_11.json index 94b563c229..bc37ff5e5c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_12.json index 0abbfa8daa..190a6494a7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_13.json index fb27c78c8c..f45b47f6b2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_14.json index e1823c5c71..0f903a5c37 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_15.json index 0f2de17dc5..f627a48d53 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_2.json index 011e94e682..cab51c750f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_3.json index 2f29c35093..402ece54ca 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_4.json index 3d62115075..81029e8529 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_5.json index 0903dbbfdd..2b35591948 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_6.json index 642dd58fc9..a7763d28ff 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_7.json index 010c556fd2..7da9793113 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_8.json index 3257a55b20..09f4cb32a6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_9.json index 98c485678a..621d52e4bb 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_sacred_oak", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_0.json index b2da158b84..5312cb0977 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_1.json index 10f7af0bf2..5152bead5c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_10.json index dd18ab879c..7d680eaaae 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_11.json index 663ebff922..6e87a8c8f0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_12.json index eba45e0459..c8d53bd059 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_13.json index 928e2a18ed..a8df0d1f98 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_14.json index b5d16adf8b..de772e7d1b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_15.json index 4b2bb82a1c..db18178f2d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_2.json index 7b9a866040..a9de259fc8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_3.json index c952e9fe68..34038f8d6a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_4.json index 539e11d360..fc902d182b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_5.json index 2c788b119e..fb0ee4fc03 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_6.json index c861ea6f1d..8e8c554bd1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_7.json index 004144454c..194d72e401 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_8.json index 4829ab013a..91370ebb42 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_9.json index 0aec045999..2420c79023 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_umbran_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_umbran", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_0.json index f2fb360de6..0e6c6b5706 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_1.json index 13c0287a16..8c99c1ae61 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_10.json index 50e6733b1a..4105f8a97b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_11.json index 92d0bd424c..65429f423c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_12.json index 05d111afec..3cf4586738 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_13.json index a5c7e1513a..00d320349b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_14.json index fd6b9300b7..973aba29fb 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_15.json index d47ca5a3f9..a274151273 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_2.json index c522c92b4b..77d1c83bdb 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_3.json index 13b6bfda49..30c579d041 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_4.json index b871cf116c..4b30e99501 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_5.json index ad31f6b049..5853b7dec2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_6.json index 2832695343..8a80bd1c2d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_7.json index 64401d1862..0c6996517a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_8.json index bf31395353..3b6f994a61 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_9.json index a81f76c40b..398027c4c7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_biomesoplenty_willow_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_biomesoplenty_willow", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_0.json index c8c6445c85..7cba251c6f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_1.json index 66c1e28839..4d397f69bf 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_10.json index 78e560c2fb..c2507db4c8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_11.json index f3fd2ce635..4775d303a0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_12.json index 230c4ccafc..6a6f3adb26 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_13.json index 91543c9eff..eaa979f66b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_14.json index 15c8a606da..aba0478c08 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_15.json index 4caab982da..6e5931dccc 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_2.json index debbe3fdd6..44df7acb1b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_3.json index 02621ae40c..6d7b24dabd 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_4.json index 1eebc712d2..22c20453e9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_5.json index bdcea806d9..5af2131d74 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_6.json index 1ad3184baf..f638f61069 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_7.json index 4887bdf7ba..d3c7a2e937 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_8.json index 9f41dcf900..cbb153a385 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_9.json index 89ce965abb..91c66ffbd4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_birch_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_birch", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_0.json index 5033906836..08a33970f8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_1.json index 39f479dd34..983c0df148 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_10.json index ca41832ef4..fb7ed2ca03 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_11.json index 57ab26bd08..d47871e613 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_12.json index 90fa52d36c..dc466987a2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_13.json index f660cc1ace..708ab929ea 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_14.json index 9932f83120..197ccd70e2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_15.json index 4f92367eac..d596e6a17e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_2.json index a41cb6bbd1..5e2b4ec269 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_3.json index 82d8de0337..73e7307694 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_4.json index f71649e45e..85a0d02d2b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_5.json index 866faaf5fa..132b8528a6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_6.json index e06dfed3f6..d2cc82bd32 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_7.json index 2e15870e20..a9c04de2b1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_8.json index 9478647386..938f0ebc98 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_9.json index 876feffcb6..1e3bac7741 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_acacia_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_acacia", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_0.json index 7513f5a0e2..e6edb3d762 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_1.json index 159dc690ce..d024beede8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_10.json index 6b08364d7b..954945fca8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_11.json index 27df6836eb..8bc74048f0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_12.json index a23e6344fa..4b3e68553f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_13.json index 8bc3cc5424..dc2d5c0e98 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_14.json index 26d6fe8a94..6fbbcd2228 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_15.json index 0b61bd5234..859af702c1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_2.json index e951c55bb0..d142d5394d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_3.json index 9b26a4ad78..4bc968e0d4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_4.json index 7d2a55977d..82592ce13a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_5.json index b80ed40ea4..ad0b24e586 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_6.json index 861be9c5bc..a318d49921 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_7.json index 008b19e90c..e0d7a0b99f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_8.json index 62771771d3..488aeff745 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_9.json index 904e6ff9a5..62dfdc7d84 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_balsa_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_balsa", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_0.json index 695ba71f8d..d201e47b7e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_1.json index 5c080fde20..8c9b85d25e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_10.json index 13785e5197..6086929978 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_11.json index 79e249af5e..a1a7904b35 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_12.json index 1be143935f..344aefc3b1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_13.json index 43150f3998..c70fefc6ca 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_14.json index 0cd13805da..ceba64a988 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_15.json index 7a179aa0b3..8a0ada3bc4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_2.json index 3cfdb00bbd..edd359fdc2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_3.json index 8437a09d2d..10d043fc2e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_4.json index c3eafe0f30..d214a8456a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_5.json index 3bf54f8803..35242f457c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_6.json index 827918d50e..17d390c1b2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_7.json index 6f0861702e..a5005883be 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_8.json index fdd2e6f52c..28bcd13104 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_9.json index ad57c0cf61..7ff7dda775 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_baobab_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_baobab", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_0.json index c92370a0ae..22fbc45ad2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_1.json index 8253ceab1c..1fb9fcda42 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_10.json index 1cbb6211e1..ffe09017db 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_11.json index 08a1af0a5e..46647ba885 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_12.json index 4ecab6cf95..e5fdc28337 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_13.json index 77519f7f7d..f2d0e677fc 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_14.json index 57cf9a1caf..b5b750642b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_15.json index b30efad7d2..d0b38227c1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_2.json index 187fc22439..7252213d83 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_3.json index 17bd8b0eb9..454e164368 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_4.json index 8611759a24..9243fc7111 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_5.json index 94500128f8..6b6fef820d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_6.json index b0dad908fb..0474efe9b0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_7.json index 9ba480b586..2c4652f0d8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_8.json index 25ffce5a7d..846da6296a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_9.json index 3bacbbe37f..be768eeed4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cherry_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cherry", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_0.json index 2cca2629c9..e9ffba0960 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_1.json index 9207fee850..21cf75e9a9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_10.json index d40bb39aaf..bb6480ed4c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_11.json index f7532989ec..4f0fd04378 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_12.json index e608a8e576..264d736478 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_13.json index b95ee723f9..705ad31c2e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_14.json index 1291cc8720..84d21e4880 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_15.json index a9d0e24998..e74f5e805c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_2.json index db68abbf44..f5e8496a01 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_3.json index d602aea417..dc218cafb1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_4.json index 4c7d1b63d7..9bbd938ce8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_5.json index a0b996cddc..971d0298c8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_6.json index 0effb7c0d9..ddecde7145 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_7.json index c5bbadb2e8..1d55745f9d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_8.json index 649d5b24cd..4132911f81 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_9.json index c8cf94e409..b40fb45d2a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_chestnut_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_chestnut", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_0.json index 7800255313..4611c9b4aa 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_1.json index bb00d26ce9..ed0e6b83b4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_10.json index 9cefe6561e..914eff53e1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_11.json index a4fd9107f6..8fd3605a4b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_12.json index 3ddcd94152..c5cb563ac6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_13.json index 97e7d3ee41..fa30c0c2e9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_14.json index 9e241b0150..860fcfdc16 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_15.json index 174ddf09b4..6ec65fe5aa 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_2.json index 8879ae5ea1..1d04da0450 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_3.json index dd12f71306..1eaa0f634d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_4.json index e7d03d1271..77d39bbe7f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_5.json index ece621c472..bbaa1a8322 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_6.json index d36d84f45d..0335c8751c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_7.json index 5266cdf279..0fe0de31ce 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_8.json index 52343af88b..08f05b84ca 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_9.json index 973e6ecd8f..6ee4c2bb53 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_citrus_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_citrus", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_0.json index 7d62031a85..60d74473b6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_1.json index 7544cc1e17..80182cd6e1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_10.json index 57be4be8e6..30d9ed0612 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_11.json index b1f248dd67..00843e3477 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_12.json index 95bf053f2b..f914c28e9e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_13.json index 3569a7a228..a4fc28e616 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_14.json index fa498e012e..e99f6ea5f8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_15.json index 231bde2d38..5252ad4498 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_2.json index 3422d41142..810834b2ba 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_3.json index a4593cf299..1c15d83f9a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_4.json index 2b21735afc..6979c96f5b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_5.json index 9a8d0a429b..3c710547c2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_6.json index cc9c63aef1..271a8e6afd 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_7.json index d09d81cb4c..789f186764 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_8.json index 608fd7d6b7..f3aac45bf7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_9.json index 3b6d4ad4fd..8f3fc24dd0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_cocobolo_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_cocobolo", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_0.json index d17e8475a6..be7c60fe74 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_1.json index bb11f59344..bd8827963e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_10.json index bb24dfd0b8..dd3d15175c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_11.json index a0bc135b3c..b430aa5a48 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_12.json index f4b5c91ca4..ae5375e16b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_13.json index b607c21a15..28fb35e9a6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_14.json index dae32dc7c2..b2780c740c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_15.json index 01f9085322..930557eada 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_2.json index 0bf6257743..4e200f3437 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_3.json index be939f9431..ab7d493783 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_4.json index 7b2304ed41..8ffa49dc53 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_5.json index 42086cbb7e..664f9f86a3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_6.json index 8b61966389..3e81f4e06c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_7.json index f543a55eb2..2af6338363 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_8.json index 6cea8a4271..0a520491cf 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_9.json index be1c7f3f7a..32b3b0fcf5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ebony_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ebony", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_0.json index ee2e014b99..ae42acd5da 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_1.json index 22dc62f5cf..5af22e395f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_10.json index 7de2394932..801e2e1923 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_11.json index 4e0e1f385c..3e2a7aaaeb 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_12.json index ab24515ccd..d35b405272 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_13.json index 853d7cccae..1a52ec1a48 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_14.json index 8f5db34abe..c5effefaa7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_15.json index 4f6bdac05e..27be9b00fd 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_2.json index 61c1b5039a..3c2f5d4b65 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_3.json index d5904c7a23..02754a7f53 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_4.json index 3de0d47a2e..37b883970e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_5.json index 9134bdd24e..baa6c4965a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_6.json index 207516636a..27eaa7dad8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_7.json index ffeabcf57d..52ff08b834 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_8.json index d7f5ae5381..160968b132 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_9.json index 6481681d55..d55060aaf1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_giganteum_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_giganteum", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_0.json index 53dd0e54b2..2495ade165 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_1.json index e2d6b1eb07..957109aa7d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_10.json index 5580257818..d30edc5270 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_11.json index 6130ebee9a..753cc89823 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_12.json index 807f2aea84..f881c4e987 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_13.json index 1f259635ba..0fad0b623b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_14.json index af534ba734..193513d9e6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_15.json index c474afa44e..0ca3ca387b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_2.json index 477d544d5b..bcd59eafad 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_3.json index 93910bc0f5..d415c3e13c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_4.json index e0c25998a2..0435ed8fc6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_5.json index b1e799dad5..99d815d0b1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_6.json index 91b5db02c7..976acc3101 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_7.json index 34532b0c07..9bcf0ccbdd 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_8.json index af8bd94077..76da5919c8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_9.json index 4f20d336f4..74e4a0bcbe 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_greenheart_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_greenheart", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_0.json index 30eb220873..c442b9c3e5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_1.json index 23a792f2f1..36ceaa636f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_10.json index ae8d8f81d9..a78af18d97 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_11.json index 87365ee814..2fdce5467f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_12.json index e2b69f6995..c25cf0737f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_13.json index 9231a4d35e..89a7002582 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_14.json index f1a64715ba..9e638f5c43 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_15.json index 29d5cc2e0f..89f93831cd 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_2.json index 072b1f98dd..36a45d9559 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_3.json index fc53797a02..c3644dc335 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_4.json index ab59e2ebc2..6fb9f0f7d6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_5.json index b3c1b2c9ef..052ef4f8e4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_6.json index ff74b4c695..f9bbb415bd 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_7.json index 396b8eba52..adfd31229c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_8.json index 317c40588e..c5a1c9fa6e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_9.json index c91f8b6b2e..41a9f992a6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_ipe_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_ipe", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_0.json index dbaa60bee2..fa3d49785e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_1.json index 024561d701..c469285772 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_10.json index 88fe83e900..42a52ee545 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_11.json index b101316e30..fe305f3d16 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_12.json index 4d28fc81e7..6b2dac9900 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_13.json index 73007cd293..f79f2cf330 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_14.json index 63c7729af8..92f535cc29 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_15.json index 3cbed35d08..b182c53c36 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_2.json index dbb5c46ab7..5d54147d64 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_3.json index 747d44e989..3a33b3f8d8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_4.json index 0297958f1b..c0a6d4a2b7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_5.json index b70ca3b2f2..a7e15a420e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_6.json index 142e36815d..786512edf7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_7.json index 2fed62e4ed..9f994005fc 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_8.json index ac60c509df..2d46f0ac45 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_9.json index d893cf74b4..dd90373b98 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_kapok_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_kapok", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_0.json index 2fa2ae5334..f29a0b4afc 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_1.json index 847fc34ea2..f13242b0cf 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_10.json index a4ab8932ac..b72a352468 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_11.json index 98a77ac765..a308f01052 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_12.json index ad13ae7949..67d04b95e7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_13.json index dbdd19ac00..57e235b4bc 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_14.json index f9438a3caa..7217fdf878 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_15.json index ec545c9907..8d26393a1e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_2.json index 32b18f5eed..2afc9b982b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_3.json index 6480b7b936..8fb322973a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_4.json index 3cfb3c670c..9bd98627b5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_5.json index d0f9b1237a..9d0dd1ff0e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_6.json index 71cb634c2d..48ccbc96a2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_7.json index 8efd05bbfd..fa1c6d1326 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_8.json index a7c7de44c0..943a179340 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_9.json index 5f65c86b1a..d313e83c6f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_larch_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_larch", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_0.json index 6a089bb18c..41f40d0ab2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_1.json index a9b65d6ee3..c62423aaca 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_10.json index b12bad72c9..b165aed3d0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_11.json index 5b875de760..6d42884389 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_12.json index 9a474bf47e..d193df54df 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_13.json index 36e242122d..1e1625bcc5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_14.json index 109b062fe2..d42cf7aeea 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_15.json index 2f06253930..23ae3909ff 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_2.json index 3b4cc67cda..963cbe4bc7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_3.json index 470e8e8054..21d9b8a78f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_4.json index df90d26340..14b9d9f05a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_5.json index 5024d4d3f3..bd8b200e70 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_6.json index b2a5b81571..dcb5cd5abf 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_7.json index 33d7730c94..be3d50718e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_8.json index 4c1a595d69..b5a56e2a95 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_9.json index 9465d0a9fa..f0b6ca96a1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_lime_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_lime", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_0.json index 14a0f106b2..2ad989428c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_1.json index 5948730903..d1380bd666 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_10.json index 1304190218..840d6ab75a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_11.json index b1c4c653ff..bec2d7dd7e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_12.json index 15cc46e472..a8fb233ee9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_13.json index 5b3f6e5cc3..294377ac29 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_14.json index 277e87a255..dca2a0ba29 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_15.json index 171ea81cfd..2cd8b23403 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_2.json index 1883f08c7f..4f2c0cd099 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_3.json index 2e02605eee..06c93e8bdf 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_4.json index 73c1b14283..36bc22e92d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_5.json index 05f3fbf28e..0b3d3bd02a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_6.json index 0ebd2ff2ae..84f265bf65 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_7.json index 3199c62ad5..1b34377fa8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_8.json index a85b33db79..7242842c45 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_9.json index 85a7e0fde1..378a8bf7d9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahoe_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahoe", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_0.json index d9d383497e..792b474780 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_1.json index 0f0edee55d..e44744a485 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_10.json index b5dded4b0f..16cb8da701 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_11.json index b0286e45e5..cfe79bef3f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_12.json index b10c51d408..28dff58db3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_13.json index ac14403d63..515845ee3b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_14.json index 362e1b0a43..3335cbc499 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_15.json index 2f414d11d2..16cabe3acc 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_2.json index eebf7de7b6..6a364b59f8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_3.json index 5c5f982870..94398eeb9e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_4.json index ff6a48060b..257743701f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_5.json index 77ae637e35..e8c8e12e15 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_6.json index d91d37f06c..c2066ced5a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_7.json index 0fcabb9e92..6b63059eef 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_8.json index a310830a3b..fdeb4158d9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_9.json index c09e5bc1af..50ac8a3da3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_mahogany_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_mahogany", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_0.json index 383f3459a5..c5d912e87e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_1.json index 2596dc2dfc..05ca071e8d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_10.json index 0331ce0a6a..6325f095c3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_11.json index d23e006d89..482b807964 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_12.json index c113b66463..3bdb247630 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_13.json index 8ad4e01ccc..d2620a0bff 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_14.json index 164a6f65bd..9ce93b14b7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_15.json index 76173856f6..63829037d7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_2.json index a28a7937dc..28c4ae61e5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_3.json index b408c378cc..270a261d00 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_4.json index 86d7e79afb..5eb226a356 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_5.json index 139a799609..bf33c696d7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_6.json index 4d269a96cb..97761299bf 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_7.json index ead763e88e..3193936931 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_8.json index 4e86510889..2f546ed90b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_9.json index 712f8de8c2..501630226f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_maple_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_maple", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_0.json index d9429064ba..83a0267632 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_1.json index 38a20b1093..21b79ed582 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_10.json index 202abf3be3..5360d71098 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_11.json index 8fe785bbb3..8f43c5e867 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_12.json index 4c8ee65bc9..ccbbad9088 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_13.json index eafa74c7c2..4c704fbeda 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_14.json index 96ec10fca7..1a35595e82 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_15.json index baa6d65baa..8094e0014f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_2.json index beb4f2e8bb..fa765ae361 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_3.json index e70f12caab..ddc5d5f7b9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_4.json index 3a8fcf5298..778b4dc48c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_5.json index 82ed4f3480..5c947b56b8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_6.json index 7173ab757e..f61a354194 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_7.json index be5f2512fc..b254b9351e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_8.json index 46e4f562bb..6c9a2e5dc8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_9.json index 3715ed26b3..4fddaeccd9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_padauk_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_padauk", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_0.json index 082ff3ab31..47934e346d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_1.json index edcddcc6a5..22cdb4dd8a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_10.json index e3a18a0a7d..9d9977a80f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_11.json index 6942ec61ff..f0446a591c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_12.json index 7dabdafd8e..caa7818084 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_13.json index f2047e9c7b..529c2a6f4f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_14.json index cb2b099f40..03600405ea 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_15.json index 8e08fa5541..bf6b1f7deb 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_2.json index ad095941f5..ccce38b3f2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_3.json index 0f07014f70..349f7ebb4f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_4.json index 44259f3747..13d1d2fad5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_5.json index 83cde6a1f8..652d8ccbb7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_6.json index 38689e5408..8cc1939722 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_7.json index 4c669c7b03..ad0238e9c4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_8.json index aa9e8f2da6..57d5d6faea 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_9.json index 1611cdb8c4..ad9645953c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_palm_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_palm", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_0.json index ab8fdab507..760a3a63c2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_1.json index 35168c1e86..039bd89dee 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_10.json index cd9a807533..fa5ec56b46 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_11.json index db23f39978..c5fc342ad6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_12.json index 47c3db3c63..73cff01749 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_13.json index dfe8c49dd4..7b8d508acb 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_14.json index 36b972281f..7f82371165 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_15.json index 3b596ccdd9..a48ca08ec7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_2.json index 9b5a610e44..72b330179c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_3.json index b441ecded7..b6641eb7c8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_4.json index e0cd28da6b..0cceeed42e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_5.json index 186ca89d6f..06d249ed9e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_6.json index ee784be73a..baac831683 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_7.json index 232117b919..e5d4156c39 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_8.json index 70d009c594..2191f7b9a8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_9.json index 162e870c02..ae16c6a09c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_papaya_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_papaya", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_0.json index 4a22115fc3..ae42246885 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_1.json index bb2062da98..19e398fc22 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_10.json index a5e85049c9..1386fc9f43 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_11.json index 086067a4c7..6e3c873352 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_12.json index 1c00961fb0..0f73d35b36 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_13.json index 83981ccb50..f87516a8c5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_14.json index 3d8de1f4dc..5e65f2ebc0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_15.json index 32ffed352b..347da5fb2e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_2.json index 5a97d350c5..74b32ede69 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_3.json index 2a0c7ac4d8..727c1daef3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_4.json index ff1609de11..00662fa9fc 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_5.json index edcfc4a824..9d0d67e57f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_6.json index 0c3884fe4a..01eebda467 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_7.json index 38efac56c7..2f7c2e5ac1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_8.json index 526de7f22a..f956ad8c83 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_9.json index 2225a4ac99..fc4c69cfe0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_pine_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_pine", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_0.json index 7d7ad49fb5..e5433af8f1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_1.json index 05deee34d3..8cbfc86408 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_10.json index 9d34196fa3..a22019d6c7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_11.json index 76fe19706b..e3add1e029 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_12.json index 56f0f1e1d6..eebbf4b4ff 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_13.json index 6b54057e1a..faf6339757 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_14.json index eb138b73cd..e43fee9bd5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_15.json index 3c3256192c..70e4cc44bf 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_2.json index dad45be8e7..e30149c8cb 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_3.json index 643e31fb84..d52f5668e1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_4.json index df555ea8ee..53ae8d946c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_5.json index 8fb7d8825c..95b8d99e4d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_6.json index 4652bacbe8..021f741bd4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_7.json index f26b7a728f..1b280023cc 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_8.json index c150ace74f..269b06c039 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_9.json index 949c840275..cfceb5df0d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_plum_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_plum", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_0.json index e119b3a023..368a3a41ce 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_1.json index 070e3cf5fc..58c4fca411 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_10.json index c7ac4a7de3..4318fa1871 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_11.json index 3bd323411d..9b8c8cf37f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_12.json index fa29531796..08d8e812d4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_13.json index ff74652971..0652503745 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_14.json index f138bb161b..116ab26e79 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_15.json index 0389e4a909..5e6a50f07e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_2.json index 7ef372a3f5..15eb9d8c2c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_3.json index 2c6edb80a7..d4e2b410b0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_4.json index ec87b919c9..1963bc404c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_5.json index d515925581..32657dc0d2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_6.json index 940004d021..0db51e867b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_7.json index 1e8f16296b..565711769f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_8.json index 745fddcbb5..6ec9b491f3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_9.json index e0d6de4623..0a2e50babf 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_poplar_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_poplar", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_0.json index 3dc94e4e74..5396f7fd9e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_1.json index ab07fcb64a..f7ff535066 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_10.json index 66a2fd1c73..f17fd32a55 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_11.json index 1dee403df7..199a73b1b1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_12.json index 329ad01a46..766245f6e5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_13.json index d8e349ac3e..791c3ac13f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_14.json index 03fd0d8444..f5f97a2030 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_15.json index 92e1d62a74..efc521d8fa 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_2.json index c50da92dde..b17e730146 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_3.json index c570754b16..4a0289a1d1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_4.json index edd0a0f707..f2f1bc8e49 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_5.json index 3f098877cb..7ee46c5fdd 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_6.json index 3502963051..c848f5c5dd 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_7.json index 0e7df00c0f..a6d74e485a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_8.json index 0e6a6aaf62..abb6d4f4c5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_9.json index 1bea3c86c5..42b9a6f2aa 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_sequoia_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_sequoia", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_0.json index 9dca97cdff..0d06e1a591 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_1.json index 7a41a72db1..e6dc3d3a21 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_10.json index 5d68e1e58d..c7c6955b33 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_11.json index e8ab410a2c..68e591e0d9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_12.json index 5c12fcd793..a3c172df90 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_13.json index 5a2adaec4a..5a3f787554 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_14.json index efc69df079..ffedadee4d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_15.json index 9adddf707d..1d97c3f470 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_2.json index d091ed1bd0..8f231dd4ca 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_3.json index bd1f82c271..709db4b987 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_4.json index f74d8c42df..3170861c7d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_5.json index 5fbd2da1c7..a73aa9926e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_6.json index 0e389b06fd..1d70168998 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_7.json index 2dc9bae110..8b957d51b3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_8.json index b827b0227c..f678f4c2c2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_9.json index 85c0474df6..be962a3e16 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_teak_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_teak", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_0.json index f6905c16d9..ac586b4180 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_1.json index 89e5495dff..8834a00282 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_10.json index 6002076339..9a321f56ea 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_11.json index 63e08a571d..d9987e3bce 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_12.json index 28a5038f89..379eecf6c9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_13.json index 5b30fd8782..d478c910d0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_14.json index 5188a1730e..53c316872e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_15.json index 4323f4cf43..d611070fdc 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_2.json index 1ad24f6d77..9f64724795 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_3.json index 13a3985b78..8a6908ba7f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_4.json index 953bd0d8ce..3324063e85 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_5.json index 91a4dd6342..78ebc49305 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_6.json index ded286ac35..b705912111 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_7.json index cd3bf57e64..4d32c0c8da 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_8.json index 09cecfde96..e8b86171a5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_9.json index 3396171932..313b6dce9d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_walnut_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_walnut", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_0.json index 27614408a7..2c1de7e2fa 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_1.json index 8073a59d4b..c2c17d63ec 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_10.json index 67a7b20a04..c55ce5546e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_11.json index 1cd02a9330..cfea622c6c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_12.json index c2a6824bce..1d7c4fe4d9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_13.json index 9e6fb304f5..209d303dd4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_14.json index fe238cf2bb..1eed20c39f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_15.json index 29617e9f19..ce9aa0917d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_2.json index f506f01203..70d3a7b606 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_3.json index e9adce51fb..b395fae739 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_4.json index 3f8d5ddab7..cd22c3ba91 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_5.json index 1c4366ca6b..4d819a9c26 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_6.json index 6a7e35b17a..aad3ec32db 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_7.json index 5ac07e8ca9..e529f227b6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_8.json index aba1eeaa1f..17b0f86447 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_9.json index 4474de8500..e5ecc3ab53 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_wenge_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_wenge", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_0.json index 45350aed9d..8d3e0e23f5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_1.json index 809a38ed82..28f4875b98 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_10.json index 1d528dcde4..9b271169e9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_11.json index 8fe7805f76..4491d5a3ac 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_12.json index b2bd60caf9..6cbba43264 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_13.json index 9d9734d052..9b7607b23b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_14.json index 1162f89132..b2a04f7876 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_15.json index 22a7abf1ac..387a564052 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_2.json index d2f5e6346f..3ee69f34e6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_3.json index 8700bcdc6f..4ebd0833a5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_4.json index 6d385b82d2..f18cb09656 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_5.json index 2dd30ec9b2..dcbf098a50 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_6.json index 9e448795ab..301f1364c4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_7.json index af851f4d84..375b2267b5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_8.json index 9850a766ba..185bc81fd3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_9.json index a3e60a1aa3..4bc2efb783 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_willow_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_willow", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_0.json index 307171e6ab..d6ce8bfea4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_1.json index d992307de1..d070c72ee5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_10.json index 9b00c3d626..f1ae6a818e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_11.json index 72319f4d60..64746c8e93 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_12.json index d12a935fee..43a1979347 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_13.json index 079e7f69bf..a675e9cba8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_14.json index 085b7ea957..35f2268aec 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_15.json index 1fb6c839a9..37b7348401 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_2.json index 347664fa3e..f666b79c8e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_3.json index 435d3684d5..addfdf5cc0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_4.json index 05d99c06dd..04c3a8210f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_5.json index 2c35c3f4e0..33e518eadf 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_6.json index bf3389a910..67f19d844d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_7.json index 45be616cc3..1086d25a42 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_8.json index a76f9b6b05..5f974b767b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_9.json index e05edab261..7fb4da49db 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_forestry_zebrawood_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_forestry_zebrawood", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_0.json index 0d42e5e88b..ccb156ba92 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_1.json index 164919a815..f980c59756 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_10.json index db89708c1e..3c5af95c31 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_11.json index ca72508fe9..ed4d332dd5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_12.json index 07b604e3d7..8e7a95e063 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_13.json index 28c9191620..5520ae9da9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_14.json index c2ebae4da6..fa6b970f5b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_15.json index 99c97d9a31..5471faedf7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_2.json index 67698bdd4f..40539fd4c8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_3.json index 7bf2417d3e..b4dd1f4f8a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_4.json index caccc39f77..65ac7be2ef 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_5.json index 6b920cc4b3..07d4da4cda 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_6.json index 8e162bf9e1..abccfb50fc 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_7.json index f04b09a3a8..ababd47938 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_8.json index 616cdf1e7c..7b84b20118 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_9.json index 96f8ccb82f..9cfe098de2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_immersiveengineering_treated_wood", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_0.json index 30e4aedf9b..52a975f273 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_1.json index 3a72dfca2f..116ebedccd 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_10.json index 0deea13ce7..2b98ddf3be 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_11.json index 158ce8d450..3bb5b15a6c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_12.json index 32f213115c..b3e8d886f7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_13.json index 48577650ce..9d5af4d76c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_14.json index f8a0d894bd..2d943236b1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_15.json index 650dc04fda..7a62e08b6d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_2.json index 84f0dfcfb8..96fcf56313 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_3.json index 155531aa19..2c5bb82462 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_4.json index 44400682ec..9b9f12d721 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_5.json index 302ae6a14f..f16c9cdaeb 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_6.json index c7117ad971..4f618b4eb0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_7.json index bc13dd8a90..5c89b6e159 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_8.json index d12e3a1c79..c87b6338c4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_9.json index 84d11c30e4..f8c01c9abd 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_jungle_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_jungle", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_0.json index d0daf39745..4f1852e92f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_1.json index a0bc40fd90..db898ad790 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_10.json index 0e819f93f5..afc296b45c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_11.json index 60a6f8ca05..bf5f5a8fb6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_12.json index c12398bac7..bbe9917993 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_13.json index 6f21cae277..2668726210 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_14.json index 80c9471df9..da43042124 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_15.json index 212485031f..6e0cdf9608 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_2.json index 9a9c6bda62..9f37de2a70 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_3.json index 79b6301c2e..d62999ec6d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_4.json index e67ebde864..ce110add4b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_5.json index 7deadcc049..049df627c7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_6.json index e6cb09dd34..5eab22dbc1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_7.json index 915be516c2..fbd2d10a81 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_8.json index f2516f50a3..828961978e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_9.json index 9b82275ed1..091ed1dff9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_amaranth_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_amaranth", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_0.json index dbebfbb4ad..2c63f2b3af 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_1.json index 80530ddec2..4eca233ec6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_10.json index 5ae0f4914a..e7f3aab05c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_11.json index b337a40168..07b9540b11 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_12.json index df32965f7f..e9df75461c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_13.json index 9b680ddfe1..affa964f9f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_14.json index fbf19d4418..9060621c13 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_15.json index ef5f0e0f3d..a81e35325c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_2.json index 05ca87a66c..ed4ac15204 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_3.json index d093980f49..818ff97ae1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_4.json index 1ad3a49160..fba6d11aad 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_5.json index 43fcaa3c35..269217d48d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_6.json index 4368ccc0da..5f328f0458 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_7.json index fc60cba772..7d6e471c1c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_8.json index 65de254265..e232e6f41b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_9.json index 5c9bbc983a..a2dea917e8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_bloodwood_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_bloodwood", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_0.json index 8bfe1997a7..65388cc073 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_1.json index 14d4cea452..aa1d13d447 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_10.json index 65005c5ae5..4b8562a970 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_11.json index 8bc7660459..c982c6d3ec 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_12.json index bc651dded5..fe59706b2a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_13.json index f78fbccfbe..a0de701fd7 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_14.json index bd8a263573..7803dc27da 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_15.json index abb22fa9c1..0e06e9ace3 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_2.json index 1f27630bbb..54c777f625 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_3.json index 5cb803b7f6..3f7c59278d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_4.json index 1e2be64a23..056693b347 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_5.json index 4667f80129..87466ed3db 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_6.json index d50560eb67..14b1946a95 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_7.json index f2471a6ef5..98e1eb49a5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_8.json index c66b191138..4512afc977 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_9.json index 63403d374c..596c905fbe 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_darkwood_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_darkwood", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_0.json index c89f2076aa..1414eaa133 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_1.json index 8e58d81b81..9a89b1577d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_10.json index b3b2a76cda..e0ab936d68 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_11.json index 1a468fb09b..a4c18dcbb5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_12.json index 2bc26f4cbd..cbd87fda55 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_13.json index 09106ca220..0a1f17c8b2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_14.json index 6aa5ec08a4..8e012e7a38 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_15.json index 279d8aa798..32f1d6a90c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_2.json index cadd77bf73..5bf8f787ae 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_3.json index 0e4ea38729..49d7f8eeeb 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_4.json index 731af9b71b..818f6317b5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_5.json index 1f00c81b73..834e3faa0e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_6.json index ab99cfd47d..b495cd3920 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_7.json index e973aa956f..cabdb78958 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_8.json index abf8683a43..5a0e6f2a7e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_9.json index ae683d8129..a79956fd92 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_eucalyptus_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_eucalyptus", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_0.json index d1a0e3bd89..5b7e25fc53 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_1.json index d9c016665f..a8d0f4c58a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_10.json index a9addeebd4..e8d5550f06 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_11.json index 8ea8a671a6..85aa27ed2e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_12.json index d8c8d42792..bbd179985f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_13.json index 9bc386cf3f..031124b956 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_14.json index dbc6b49dea..9ab6ba2d13 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_15.json index 0909b95125..d98046e0d1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_2.json index 0b79770767..acb7486cd8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_3.json index 762abc7ff7..8a491027a9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_4.json index d209a7c704..1f6bad3173 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_5.json index fa479708f6..c45b6b2be2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_6.json index b1b074b1a0..a26acf294c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_7.json index 7a50f39fa1..9318634d9f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_8.json index 075556d1ac..313be5c15d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_9.json index 7bfffa4e61..c1f8eab16e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_fusewood_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_fusewood", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_0.json index 4c5efafb2d..df8bbfea79 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_1.json index 7d23657af6..8885f65388 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_10.json index 2fab2b0002..23c5a866c2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_11.json index 67ca57a12b..c4c0665535 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_12.json index acd62016ae..a09b5d215b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_13.json index 3672b2dcb3..f5f34613fb 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_14.json index 5e31cd97b9..6b52f948fa 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_15.json index 1ed64c337c..a03bcdc082 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_2.json index af548f8928..c6eece74fa 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_3.json index ac52559830..e8a685d14d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_4.json index 9a36905e85..c2e1b1631f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_5.json index eb52a09dc0..d685564b10 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_6.json index b67eea346f..55dc244e5f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_7.json index 3086feefdc..eba2231d7a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_8.json index 13b7ceea95..27c970b572 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_9.json index c39aaeb468..7e3a87d29f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_ghostwood_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_ghostwood", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_0.json index 0aba98f63f..281b8fb542 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_1.json index 787f4c8d7e..c99d8b0f95 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_10.json index fe8d77b9ef..04d8f58e08 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_11.json index e80196fc9d..37c27def7a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_12.json index 3b880a28d1..0e0e9b2fec 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_13.json index 996db1bddf..ea102ea6b8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_14.json index b18fb87b19..375e1136dd 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_15.json index d50ad0d01e..51b930d33b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_2.json index d3444783b7..aac7544b17 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_3.json index 1a03a61226..5ab0321e86 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_4.json index 237ed1ab86..1187e60bec 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_5.json index 9daed8321e..1e623154af 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_6.json index f3b92142fe..e23880df9f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_7.json index 958df2bbe1..4861801dfa 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_8.json index 0a095767fd..efb77b2845 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_9.json index 47948ad9d6..39710b85c6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_hopseed_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_hopseed", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_0.json index 2af129d063..741543a9bd 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_1.json index 4439e64ed1..13e4724d67 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_10.json index f7f55368d2..0be96e257c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_11.json index 6f3b1b17bf..69ae0c6379 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_12.json index 820392a37a..a8cd69d181 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_13.json index 805ccbd41a..f71d95ffcc 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_14.json index e84b43bbdb..b70b38b025 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_15.json index c852c05acf..5ca0bdb929 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_2.json index a0f6af04c2..afc257bcc2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_3.json index b68cca5e58..7b2e75b7fc 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_4.json index 2ad36abf72..db3e8f3d0a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_5.json index dd48e08ed1..02b047a8be 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_6.json index f24e09a9eb..0cd9a4ffff 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_7.json index eb17b77c00..ecccce0c3d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_8.json index e38409302d..666c3bb778 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_9.json index f48c01bf49..1530773500 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_maple_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_maple", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_0.json index e9cd1ba57b..cf70144de2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_1.json index 253340ff26..97bdcf73b9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_10.json index 126fc69d15..8c835a3a20 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_11.json index 68871685a3..b50a200768 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_12.json index ef065ccf2d..5d436988ec 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_13.json index e0b3c3b59b..4308c0ea29 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_14.json index 68dc4eb0a6..83189e38dc 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_15.json index 11c5a01714..6d041aadd2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_2.json index e8038accd5..aef997b2fa 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_3.json index e3db2ff5bf..993725f0bb 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_4.json index 6ffd8d607c..0d0929bc3c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_5.json index 7646cf6605..e98163822a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_6.json index a5c37e20c7..8257a58fcf 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_7.json index 1334174be5..e92fa0835c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_8.json index 5a4811d09b..8fc9256de2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_9.json index 6e36f276ea..a11f3405f0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_sakura_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_sakura", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_0.json index f56ddafebb..54892fc419 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_1.json index 83e3669029..09c4645c43 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_10.json index c9a1461978..32941b5190 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_11.json index b32b4df8d6..b60e994324 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_12.json index 2a44d4e60f..08ee176c33 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_13.json index 5886bc2529..dc19bcb3b6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_14.json index bd86eb3bf3..3e164cb0ba 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_15.json index 28b0e93b91..df05468b2a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_2.json index d59253bdf6..748658e0a4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_3.json index 18ef140ec5..3f5f7378fb 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_4.json index 302d40d2e8..bf0e914fbc 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_5.json index 95fe60b0a4..ef37197d86 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_6.json index 06b171d67f..8a3c25570d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_7.json index 3bb92594b2..a8688275a8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_8.json index 0e693c92b4..f1e0ac5c6f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_9.json index 8bf5135ba6..cd9cfbe5ef 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_silverbell_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_silverbell", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_0.json index 677489396b..257408d28d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_1.json index 1ab50e8076..ece5c61738 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_10.json index 94905f7c6b..9f00fd5ded 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_11.json index a2eea93810..0f3233afa2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_12.json index 240979a402..81754fd6c4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_13.json index a8ca0efe6d..ab7cfc83aa 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_14.json index 53c5f18eed..77a380fe04 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_15.json index 4ab4eee9b4..9242134380 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_2.json index 34db2b52d2..b8c7023d55 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_3.json index 61a23cf1a3..cce0b14b22 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_4.json index 27bedaa5e1..30795cfcd4 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_5.json index 0994b5a970..c8d1df5f0a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_6.json index 137519d054..80bc4b4f84 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_7.json index 797b4f275a..fc4cf65f9c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_8.json index 4b7481f99e..64a9f59e24 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_9.json index f3f1305d0f..08c9e0e725 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_tiger_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_tiger", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_0.json index 4e8bd70a9d..5920c9625c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_1.json index 3493c7d14a..56cb7cbdb8 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_10.json index 08dbd8ae9c..b830e7e457 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_11.json index c2ce6ee221..6a81e74223 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_12.json index 9c46f422a2..f4efa12acb 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_13.json index dfbc48b073..c7bf34da20 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_14.json index 8cf7e7f449..64b4476a6a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_15.json index e547cbc2f6..8c31d3fe5d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_2.json index 814275f7d5..584625807c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_3.json index 2d9eed86cc..7ed32e19bf 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_4.json index 2adcedbc6e..436c67e784 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_5.json index a309508185..e2fbe5dedc 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_6.json index d93dc4090b..a14ac59312 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_7.json index 2e34bc297b..82f8c1a6d0 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_8.json index d6cf24c4a8..ad4c002eb6 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_9.json index db567760f5..1f80a9dfbd 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_natura_willow_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_natura_willow", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture", "conditions": [ diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_0.json index 90b5871482..5b46bc8654 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_1.json index 9f596ad723..f6cb1d686b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_10.json index 6b6caa484c..48d6201772 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_11.json index 5a5b57033e..92dc9f562e 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_12.json index 22494c20e9..1df6d960fc 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_13.json index 553fe80c9f..4caaf0ce3c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_14.json index ded9a3b7c5..7711365eaf 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_15.json index 68601cd862..312be53c8f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_2.json index 18fea84daa..f67eaa3a5f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_3.json index d992cd3845..ff50256220 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_4.json index 7c2fd44141..c8defa7486 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_5.json index 492fe00131..63164231c9 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_6.json index 3659260497..31be7cbe4f 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_7.json index 90c090716d..13120f7696 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_8.json index 8024969eda..272113db4d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_9.json index eba2353f49..4bc22e0c55 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_oak_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_oak", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_0.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_0.json index ab07f57914..06701d305d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_0.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_0.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce", + "data": 14, + "nbt": "{Color:\"white\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_1.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_1.json index 51f1a5995f..ed6a3d381a 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_1.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_1.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce", + "data": 1, + "nbt": "{Color:\"orange\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_10.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_10.json index 449ee98d60..66abee597b 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_10.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_10.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce", + "data": 10, + "nbt": "{Color:\"purple\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_11.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_11.json index 937cdcf66e..33afa5c0f5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_11.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_11.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce", + "data": 11, + "nbt": "{Color:\"blue\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_12.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_12.json index 4f39aaf9c2..acdd32e9c5 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_12.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_12.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce", + "data": 12, + "nbt": "{Color:\"brown\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_13.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_13.json index 9fc0629b39..0285da804c 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_13.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_13.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce", + "data": 13, + "nbt": "{Color:\"green\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_14.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_14.json index 0e772ddc97..efe67f9f6d 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_14.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_14.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce", + "data": 0, + "nbt": "{Color:\"red\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_15.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_15.json index 9628322dda..bb45e3b024 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_15.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_15.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce", + "data": 15, + "nbt": "{Color:\"black\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_2.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_2.json index 43d1ab5548..9f45e8f0e1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_2.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_2.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce", + "data": 2, + "nbt": "{Color:\"magenta\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_3.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_3.json index 20db1bbb14..ef1a8f6f25 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_3.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_3.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce", + "data": 3, + "nbt": "{Color:\"light_blue\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_4.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_4.json index 0db4ae6573..be46673685 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_4.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_4.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce", + "data": 4, + "nbt": "{Color:\"yellow\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_5.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_5.json index 0fb66b1ad3..64e9d5a1f2 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_5.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_5.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce", + "data": 5, + "nbt": "{Color:\"lime\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_6.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_6.json index cfb9bde96f..1f0e900a90 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_6.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_6.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce", + "data": 6, + "nbt": "{Color:\"pink\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_7.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_7.json index 1f6425bb1d..9f9c4076d1 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_7.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_7.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce", + "data": 7, + "nbt": "{Color:\"gray\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_8.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_8.json index 04de082e17..ab62bdaadf 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_8.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_8.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce", + "data": 8, + "nbt": "{Color:\"light_gray\"}" }, "group": "furniture" } diff --git a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_9.json b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_9.json index 90a3161e73..22d63bcbcc 100644 --- a/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_9.json +++ b/src/main/resources/assets/ironagefurniture/recipes/chair_wood_ironage_bench_padded_single_spruce_9.json @@ -10,7 +10,9 @@ } ], "result": { - "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce" + "item": "ironagefurniture:chair_wood_ironage_bench_padded_single_spruce", + "data": 9, + "nbt": "{Color:\"cyan\"}" }, "group": "furniture" } diff --git a/src/test/java/zone/moddev/mc/ironagefurniture/api/Enumerations/PaddedBenchColourTest.java b/src/test/java/zone/moddev/mc/ironagefurniture/api/Enumerations/PaddedBenchColourTest.java new file mode 100644 index 0000000000..dc7cada2b8 --- /dev/null +++ b/src/test/java/zone/moddev/mc/ironagefurniture/api/Enumerations/PaddedBenchColourTest.java @@ -0,0 +1,77 @@ +package zone.moddev.mc.ironagefurniture.api.Enumerations; + +import static org.junit.Assert.assertEquals; +import static org.junit.Assert.assertSame; + +import java.util.Arrays; +import java.util.HashSet; +import java.util.Set; + +import org.junit.Test; + +public class PaddedBenchColourTest { + @Test + public void itemMetadataContractKeepsLegacyRedAtZero() { + PaddedBenchColour[] expected = { + PaddedBenchColour.RED, + PaddedBenchColour.ORANGE, + PaddedBenchColour.MAGENTA, + PaddedBenchColour.LIGHT_BLUE, + PaddedBenchColour.YELLOW, + PaddedBenchColour.LIME, + PaddedBenchColour.PINK, + PaddedBenchColour.GRAY, + PaddedBenchColour.LIGHT_GRAY, + PaddedBenchColour.CYAN, + PaddedBenchColour.PURPLE, + PaddedBenchColour.BLUE, + PaddedBenchColour.BROWN, + PaddedBenchColour.GREEN, + PaddedBenchColour.WHITE, + PaddedBenchColour.BLACK + }; + + for (int metadata = 0; metadata < expected.length; metadata++) { + assertSame(expected[metadata], PaddedBenchColour.byItemMetadata(metadata)); + assertEquals(metadata, expected[metadata].getItemMetadata()); + } + } + + @Test + public void everyVanillaCarpetMetadataMapsToItsStableItemMetadata() { + int[] expectedItemMetadata = { 14, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 0, 15 }; + for (int carpetMetadata = 0; carpetMetadata < expectedItemMetadata.length; carpetMetadata++) { + PaddedBenchColour colour = PaddedBenchColour.byCarpetMetadata(carpetMetadata); + assertEquals(expectedItemMetadata[carpetMetadata], colour.getItemMetadata()); + assertEquals(carpetMetadata, colour.getCarpetMetadata()); + } + } + + @Test + public void namesRoundTripAndInvalidValuesFallBackToRed() { + for (PaddedBenchColour colour : PaddedBenchColour.values()) { + assertSame(colour, PaddedBenchColour.byName(colour.getSerializedName())); + } + assertSame(PaddedBenchColour.RED, PaddedBenchColour.byName(null)); + assertSame(PaddedBenchColour.RED, PaddedBenchColour.byName("not_a_colour")); + assertSame(PaddedBenchColour.RED, PaddedBenchColour.byItemMetadata(-1)); + assertSame(PaddedBenchColour.RED, PaddedBenchColour.byItemMetadata(16)); + assertSame(PaddedBenchColour.RED, PaddedBenchColour.byCarpetMetadata(-1)); + assertSame(PaddedBenchColour.RED, PaddedBenchColour.byCarpetMetadata(16)); + } + + @Test + public void creativeInventoryContainsEveryColourExactlyOnce() { + PaddedBenchColour[] creativeOrder = PaddedBenchColour.creativeOrder(); + Set colours = new HashSet(Arrays.asList(creativeOrder)); + assertEquals(16, creativeOrder.length); + assertEquals(16, colours.size()); + assertEquals(new HashSet(Arrays.asList(PaddedBenchColour.values())), colours); + } + + @Test + public void legacyLightGrayTextureUsesSilverResourceName() { + assertEquals("silver", PaddedBenchColour.LIGHT_GRAY.getLegacyTextureName()); + } +} + diff --git a/src/test/java/zone/moddev/mc/ironagefurniture/api/PaddedBenchColourHelperTest.java b/src/test/java/zone/moddev/mc/ironagefurniture/api/PaddedBenchColourHelperTest.java new file mode 100644 index 0000000000..b8a85a285c --- /dev/null +++ b/src/test/java/zone/moddev/mc/ironagefurniture/api/PaddedBenchColourHelperTest.java @@ -0,0 +1,59 @@ +package zone.moddev.mc.ironagefurniture.api; + +import static org.junit.Assert.assertEquals; +import static org.junit.Assert.assertSame; + +import org.junit.BeforeClass; +import org.junit.Test; + +import zone.moddev.mc.ironagefurniture.api.Enumerations.PaddedBenchColour; + +import net.minecraft.init.Blocks; +import net.minecraft.init.Bootstrap; +import net.minecraft.item.ItemStack; +import net.minecraft.nbt.NBTTagCompound; + +public class PaddedBenchColourHelperTest { + @BeforeClass + public static void bootstrapMinecraftRegistries() { + Bootstrap.register(); + } + + @Test + public void writesAndReadsEveryStableColourName() { + for (PaddedBenchColour colour : PaddedBenchColour.values()) { + ItemStack stack = PaddedBenchColourHelper.createStack(Blocks.PLANKS, 1, colour); + assertEquals(colour.getItemMetadata(), stack.getMetadata()); + assertEquals(colour.getSerializedName(), + stack.getTagCompound().getString(PaddedBenchColourHelper.COLOUR_TAG)); + assertSame(colour, PaddedBenchColourHelper.getColour(stack)); + } + } + + @Test + public void fallsBackToMetadataOnlyWhenColourTagIsMissing() { + ItemStack metadataOnly = new ItemStack(Blocks.PLANKS, 1, + PaddedBenchColour.CYAN.getItemMetadata()); + assertSame(PaddedBenchColour.CYAN, PaddedBenchColourHelper.getColour(metadataOnly)); + + NBTTagCompound invalid = new NBTTagCompound(); + invalid.setString(PaddedBenchColourHelper.COLOUR_TAG, "not_a_colour"); + metadataOnly.setTagCompound(invalid); + assertSame(PaddedBenchColour.RED, PaddedBenchColourHelper.getColour(metadataOnly)); + } + + @Test + public void preservesUnrelatedItemData() { + ItemStack stack = new ItemStack(Blocks.PLANKS, 3, + PaddedBenchColour.PURPLE.getItemMetadata()); + NBTTagCompound tag = new NBTTagCompound(); + tag.setString("Owner", "fixture"); + stack.setTagCompound(tag); + + PaddedBenchColourHelper.setColour(stack, PaddedBenchColour.PURPLE); + + assertEquals("fixture", stack.getTagCompound().getString("Owner")); + assertEquals("purple", stack.getTagCompound().getString(PaddedBenchColourHelper.COLOUR_TAG)); + } +} + diff --git a/src/test/java/zone/moddev/mc/ironagefurniture/api/tile/TileEntityPaddedBenchTest.java b/src/test/java/zone/moddev/mc/ironagefurniture/api/tile/TileEntityPaddedBenchTest.java new file mode 100644 index 0000000000..e492879e29 --- /dev/null +++ b/src/test/java/zone/moddev/mc/ironagefurniture/api/tile/TileEntityPaddedBenchTest.java @@ -0,0 +1,54 @@ +package zone.moddev.mc.ironagefurniture.api.tile; + +import static org.junit.Assert.assertEquals; +import static org.junit.Assert.assertFalse; +import static org.junit.Assert.assertSame; + +import org.junit.BeforeClass; +import org.junit.Test; + +import zone.moddev.mc.ironagefurniture.api.Enumerations.PaddedBenchColour; + +import net.minecraft.nbt.NBTTagCompound; +import net.minecraft.util.ITickable; +import net.minecraftforge.fml.common.registry.GameRegistry; + +public class TileEntityPaddedBenchTest { + @BeforeClass + public static void registerTileEntityForNbtRoundTrip() { + GameRegistry.registerTileEntity(TileEntityPaddedBench.class, + "ironagefurniture:padded_bench_colour_test"); + } + + @Test + public void missingAndInvalidColourDataRemainLegacyRed() { + TileEntityPaddedBench tile = new TileEntityPaddedBench(); + tile.readFromNBT(new NBTTagCompound()); + assertSame(PaddedBenchColour.RED, tile.getColour()); + + NBTTagCompound invalid = new NBTTagCompound(); + invalid.setString("Color", "invalid"); + tile.readFromNBT(invalid); + assertSame(PaddedBenchColour.RED, tile.getColour()); + } + + @Test + public void everyColourRoundTripsThroughStableStringNbt() { + for (PaddedBenchColour colour : PaddedBenchColour.values()) { + TileEntityPaddedBench source = new TileEntityPaddedBench(); + source.setColour(colour); + NBTTagCompound compound = source.writeToNBT(new NBTTagCompound()); + assertEquals(colour.getSerializedName(), compound.getString("Color")); + + TileEntityPaddedBench loaded = new TileEntityPaddedBench(); + loaded.readFromNBT(compound); + assertSame(colour, loaded.getColour()); + } + } + + @Test + public void colourStorageDoesNotTick() { + assertFalse(ITickable.class.isAssignableFrom(TileEntityPaddedBench.class)); + } +} + diff --git a/src/test/java/zone/moddev/mc/ironagefurniture/fixture/LegacyMigrationFixtureGenerator.java b/src/test/java/zone/moddev/mc/ironagefurniture/fixture/LegacyMigrationFixtureGenerator.java new file mode 100644 index 0000000000..6e9b543da1 --- /dev/null +++ b/src/test/java/zone/moddev/mc/ironagefurniture/fixture/LegacyMigrationFixtureGenerator.java @@ -0,0 +1,173 @@ +package zone.moddev.mc.ironagefurniture.fixture; + +import java.io.File; +import java.io.FileOutputStream; +import java.io.IOException; + +import zone.moddev.mc.ironagefurniture.api.Enumerations.PaddedBenchColour; + +import net.minecraft.nbt.CompressedStreamTools; +import net.minecraft.nbt.NBTTagCompound; +import net.minecraft.nbt.NBTTagList; + +/** Writes deterministic binary NBT examples using the actual 1.12 NBT classes. */ +public final class LegacyMigrationFixtureGenerator { + private static final String[] BOP_WOODS = { + "cherry", "ebony", "ethereal", "eucalyptus", "fir", "hellbark", + "jacaranda", "magic", "mahogany", "mangrove", "palm", "pine", + "redwood", "sacred_oak", "umbran", "willow" + }; + private static final String[] FORMS = { "bench", "bench_back" }; + private static final String[] FACINGS = { "north", "east", "south", "west" }; + private static final String[] JOINS = { "single", "left", "middle", "right" }; + + public static void main(String[] args) throws IOException { + if (args.length != 1) { + throw new IllegalArgumentException("Expected output directory argument"); + } + File output = new File(args[0]); + if (!output.isDirectory() && !output.mkdirs()) { + throw new IOException("Could not create " + output); + } + write(new File(output, "iaf-1.12-red-only.nbt"), createFixture(false)); + write(new File(output, "iaf-1.12-multicolour.nbt"), createFixture(true)); + } + + private static NBTTagCompound createFixture(boolean multicolour) { + NBTTagCompound root = new NBTTagCompound(); + root.setString("Format", "ironagefurniture-legacy-padded-bench-fixture-v1"); + root.setString("MinecraftVersion", "1.12.2"); + root.setBoolean("Multicolour", multicolour); + root.setTag("PlayerInventory", createItems(multicolour)); + root.setTag("ChestItems", createItems(multicolour)); + root.setTag("DroppedItemEntities", createDroppedItems(multicolour)); + root.setTag("NestedContainers", createNestedContainers(multicolour)); + root.setTag("PlacedBlocks", createPlacedBlocks(multicolour)); + root.setTag("TileEntities", createTileEntities(multicolour)); + return root; + } + + private static NBTTagList createItems(boolean multicolour) { + NBTTagList result = new NBTTagList(); + for (String wood : BOP_WOODS) { + for (String form : FORMS) { + if (multicolour) { + for (PaddedBenchColour colour : PaddedBenchColour.values()) { + result.appendTag(item(wood, form, colour, true)); + } + } else { + result.appendTag(item(wood, form, PaddedBenchColour.RED, false)); + } + } + } + return result; + } + + private static NBTTagList createDroppedItems(boolean multicolour) { + NBTTagList result = new NBTTagList(); + int index = 0; + for (String wood : BOP_WOODS) { + NBTTagCompound entity = new NBTTagCompound(); + entity.setString("id", "minecraft:item"); + entity.setInteger("FixtureIndex", index++); + PaddedBenchColour colour = multicolour + ? PaddedBenchColour.values()[index % PaddedBenchColour.values().length] + : PaddedBenchColour.RED; + entity.setTag("Item", item(wood, FORMS[index % FORMS.length], colour, multicolour)); + result.appendTag(entity); + } + return result; + } + + private static NBTTagList createNestedContainers(boolean multicolour) { + NBTTagList result = new NBTTagList(); + NBTTagCompound container = new NBTTagCompound(); + container.setString("id", "minecraft:purple_shulker_box"); + container.setByte("Count", (byte) 1); + NBTTagCompound tag = new NBTTagCompound(); + NBTTagCompound blockEntityTag = new NBTTagCompound(); + blockEntityTag.setTag("Items", createItems(multicolour)); + tag.setTag("BlockEntityTag", blockEntityTag); + container.setTag("tag", tag); + result.appendTag(container); + return result; + } + + private static NBTTagList createPlacedBlocks(boolean multicolour) { + NBTTagList result = new NBTTagList(); + int index = 0; + for (String wood : BOP_WOODS) { + for (String form : FORMS) { + int colourCount = multicolour ? PaddedBenchColour.values().length : 1; + for (int colourIndex = 0; colourIndex < colourCount; colourIndex++) { + NBTTagCompound block = new NBTTagCompound(); + block.setString("Name", legacyId(wood, form)); + block.setInteger("x", index); + block.setInteger("y", 64); + block.setInteger("z", index / 16); + NBTTagCompound properties = new NBTTagCompound(); + properties.setString("facing", FACINGS[index % FACINGS.length]); + properties.setString("type", JOINS[index % JOINS.length]); + block.setTag("Properties", properties); + result.appendTag(block); + index++; + } + } + } + return result; + } + + private static NBTTagList createTileEntities(boolean multicolour) { + NBTTagList result = new NBTTagList(); + if (!multicolour) { + return result; + } + int index = 0; + for (String wood : BOP_WOODS) { + for (String form : FORMS) { + for (PaddedBenchColour colour : PaddedBenchColour.values()) { + NBTTagCompound tile = new NBTTagCompound(); + tile.setString("id", "ironagefurniture:padded_bench_colour"); + tile.setInteger("x", index); + tile.setInteger("y", 64); + tile.setInteger("z", index / 16); + tile.setString("Color", colour.getSerializedName()); + result.appendTag(tile); + index++; + } + } + } + return result; + } + + private static NBTTagCompound item(String wood, String form, + PaddedBenchColour colour, boolean includeColour) { + NBTTagCompound item = new NBTTagCompound(); + item.setString("id", legacyId(wood, form)); + item.setByte("Count", (byte) 1); + item.setShort("Damage", (short) colour.getItemMetadata()); + if (includeColour) { + NBTTagCompound tag = new NBTTagCompound(); + tag.setString("Color", colour.getSerializedName()); + item.setTag("tag", tag); + } + return item; + } + + private static String legacyId(String wood, String form) { + return "ironagefurniture:chair_wood_ironage_" + form + + "_padded_single_biomesoplenty_" + wood; + } + + private static void write(File destination, NBTTagCompound root) throws IOException { + FileOutputStream output = new FileOutputStream(destination); + try { + CompressedStreamTools.writeCompressed(root, output); + } finally { + output.close(); + } + } + + private LegacyMigrationFixtureGenerator() { + } +} diff --git a/src/test/resources/fixtures/iaf-1.12-multicolour.nbt b/src/test/resources/fixtures/iaf-1.12-multicolour.nbt new file mode 100644 index 0000000000000000000000000000000000000000..c3f921d223c2ef6e507c5664860a23e59c4afd4c GIT binary patch literal 14533 zcmeHtc|6qL|L=Pi`@R!0N>T~gC5)&PqNs%I*&B-N#vofNN@U5B3MD17FEdEAAe4Q~ zl(J+QMTW+5&wKjZ`}p1e?&IFy<8%M{`s2(w@8@|x->>)Uyw2+!&-0c^W{3X%eZFut zLaw9tf^>d_zS`*J%=y>6x^Klg?%tPZdwX%${PEeep!D=_l~V5i>u=KUBBfoU>gmGp zkEg};#08Jqr-PsU9EdZy&$nMv*VJ6muhh_@WNW`1&GM_(EgK*6eAp{K{L$ufo~M+4 z|CZK7(`5D9gu7T+Wq(;&fE8E&s9jT;D>?btHXn;QrNGH!M+)|=NoBfQ zqXRF`dPI27`UbcZYP`JqoSZdREbSBQVH-f!kLh0jI`H$!*%vjPzx-_ebj;vhysRJ0 zp7yX0J{?db^V~q(Y2hl_p|am1EcB0n+n?X2dl*Y5zl=-`4wCckXHyPpHepT6w;etZ+*+Y(0Ms2YKioZ|2R8s2H@Ddpr07`YC>m=i|>5WldeVwWA8N z%4r^V@WKa!R$kMh&60Q*@e5xa=;KgwAI*>JQ-K=~ZK z+o4iS2wDo+s{qNG;1KMF72KUk{1I(ln$I6=49s)Sit|6Y_=3=x=g*P2>=gy=Ax?Ai z5AU*o-tMnOnBZF2Af4UXQ0H`9l}u~!<>}_ZQb?xcf@7UW;$i992S=uVd`GUdd zM_W(PU>kgBT!NvA;*tvYOx1QR$*(bdv6!+y+E8m>3JUXV%Ttw89y-U?!a>br?d7F< zV?vPPP_H`J=1;p2RPbHG5!HIqF z%d=#-AMp__$GCM6+HaTh*kHV9P@YsT*6Ff|67t63azQ8In0y<749+5?y+F%(LcU0^ z1EEwlgjKddR=jADw<17jO&)JC zsQD%aWwE3{orG2zDbhW2NX z;`pDe7q!-KFVTdq;N)HGADZnHv)PhqqNb2|M2*eeX3(o}`8#F*Hp_Cjy6tXMjmJGdK#3b1un%KnVc6#9CrwIj77yJ>!30ABVUd1L)BFJWsfP72w%7B_b& zB;Tq>xa!b|KvG#4v;`~g<}yw(nQ)?oP8K=iEDVhdrGWgEw@Mc z+bo|pu|OSV!k)Rr#ZnD%pn~y+e*CEl{8M7D&LXZO{P7PysAEeJpjQpw#}iPua>-4! zF#79y%*bh{VxvV7kKxs9uAGUk&Fgx-QhinheedzeILwz_mi&GCNKKK#1gvc8I!cj9 zm3CTVp+J)ls1i~}FeBsbw3pA#IfImi~V`+lA$Urj>S4TIP% z#W`}I_S-9*LsvH9?p_1c?M<`|Zm;HW3aHkB>f5n#&?`+Bv`;QX7#J1J5f~Ec$-0ULlX%v7RlYVt zL%v}hwGD$=@UYy!p$!3;(+qmf3x4kgLFZ7U4eo=k1S3LizM+Qzp^_Tj>|CVtIoFpr zGFeEWfw2}Z1#K5wYVK%qdK_mS-7K7;qY8 zc@fT{KrcU;f^_J^QXD&PP{N~RbH}5iWYZ{-{}ktCPW9qu-=!Gj(y8G8)S_0GEDf?*vNN!z)V3jz&b2V-{c6p?;nhap~`Hm zwWf$@Wa@Q(@nyrk?;Xe4o+w6z%E)nT&!8LbEj=76^QdBqRLFPwJj*)rZ?;)2s=*G$bht1VwAPp-lQ#`+jvYo@Ms@N?w%e( zKB`r~33{{vc?ue95#EAqZyD6WL8#!;hu-P8un_iQLLh$n5jJRBQ~9QAMRKWuLes02 z*gn&J22WR8>!Y4O`1x`FCKg?Rf?`aDAk6hwV%Y8^Pj&)E?i}G7#s(#aZjqsS?a4&D z?MD|AB2w$hpoJH)B{E60Wcj-Dx zD5u`3TK;Im{E5S8*2r6?9)^n?V&Y*URp&`DsnRIXW38G_(T|!?Ay?)is zCkUt5@h(Sf_GWVWA3=K{@Mn#~5zphP2g((UA0pyq>v&YS-(D%$ePmI(cvL$-F6-r{ zi~b`r;akQ9R=LPld+e`bJr;LX<9&$Z$~x?3S6Z~4?r`A|#}Bp0JH1h^MRCs_u_8z` zP+2fTDu3cpun)Pyg=N2U5qt6)ZIg6srH`{*m4TWW zTL8uKCMecZH=;jqhtT*Q_3P63-0mp(V4AjAWkTEnQqi_IN1+B2Xf^8yg68gaQ z2(!X=Hv^#~fNK8ImmW^uLmoE^Xuhm>>s!gpfLlPs&yx42w_n|p_^`T4xp|p*A@IYS zH${~U0Xre)_O$1w=AQ@Ww2mq{Tp!sAc)8W_bHhOS{GX}bH`BvS3%;dV6kOMDE1b_Q zI@?E^(V3OWVomjd56ayupMO;t{+2D%sT@9cWv7;g{^uXRMS~3`pKx3hI_L_rs3G7mbTZ z)Sub=BiG&4$j+7Ay_I_5iF^fm=8)5cI$X=0z$I)@dOeFNe-~=-Oxx)>?*n^+ewPb3 z9JRcDK~1s!xk#GJAg}4mS@h$fs{k&^6xKZmE{olD8T6<2L#Z+itN z54~!*=rpq72;jY{^S3;x10|lpMYm_~=X?LQ?V7nj#a$4xj|n{4d9uW=TJHOOQm##n zFGs76q3#}4@=0FP8mk@s^O~1uf<`+7M+Gx*#Yc-qy+AX}tv**E1Lpyn=Rs35w)*Um znkB`uT}B}%&98BEhqmh0;1FrAmyAOk$VmC2sU+I^qHrTdlf_RgFQ$g?WQ*>#Vyd*O z)#Ax7dqSqD!i}aOoZ}jrEHu%)7`s@j#RYE4LE8L;Ty5OX$>pze>#bu-Azj&vzSSuS zZJK9m0?&?iw6#dSusfJDKk@x%7du`#D-TLhl`PA&Kp=4s-sr>Ic1 zefw?O6!sHk$KoFiJOpqrfHMK?3*cK1My5CFJO=m#{Zn3WbWaBKIH&48zzsjsr%SPp z3C(77!Iuj3z)0muW#BB5%xa3?JRa=_BR1navvQ*|Fx=g~UT+_Or896n0G??}<;`?kJ$k=rvX?`i|X&j9!!fQ7PfF91Avz%%^W>Sf7Wi@!AlVs4H4hxnD) zVTa%gH?MNBAH=o&Y}#{(g(8&``sr!SFza)l@{zdg5!0IHf6TrFXz7YFP8RttyZn7uZQ_>!|&AR zAxh-NQvmD-;9vkZ09cRJzw&zg(VB-{>bplL8d4*P@~T@t3wz7)mNia^pwfxAsd3sI z96RH`p`h4~mr8Rn;4poe&-!?%r}gyQ)PX%K$>qX~ipRR4m^ zOD}p)=PSlJ0E3CKDU=hm#befRn-x_^Ky-A1)UczihW4&GEKok2oNU`b0vT5Ob?GsY;q=)I zo~0kBSc21mwT)rc4=!k^lAnua;LfF()%d)AJgTv?f8N%4CTPAhu;HYA{RJ&m@-0r& znup+W7|2?Yte1$;3%)bgI)I(wktMCV)i^{nd_fBi+*uywBJJs)h+n`4xp4_o1mIla3em3<}o@}A)1p6|$ND&H4Gvair@nbt9`6^%urtQPRxqb+;iWhr8K4)!PeT>2&WD0Cxa*LcGGr+FEz;<8f62$f_zWTE_w{O6;2DW~31M zFL7&v9|Eq?A5AZZU-A5-x9i|W-nJaPMe<2vaY7MAt+1b#^>T*(48TDE-VI>M9DI-K zBJY`AzeFGT(?gTl6Okcy4PEmMR6U~np`2Nx__mdp`p1>^`fl1G%Fn=h1umiJg+s5x zFFTDi$!X3zY|9E#PBw42$5uq%2iEQM+g|ji0KN)fc>qgh1-)>k@>=ySAdQxE5`X^I zI3Qm;#kI(DH91qRK>3ZHp5_Z>`+?+U{dqSjwQkTBeU3Zxz)5?^ikB2+H_RUQgdaWeYsx#cIvm^HcSo*GeK7e}w zJSASf(^_4(L-S`=a0z! z+P|B(XN6JNPd531ja3bRM**A*U>tx`9yGL`Xg)pXX<-o@JQuUFk^OPqanI9QkXzjn z&t2d9N@iex*4DlwB10*_xDH@k8ZgewI(tJ=sSCgTt~)W&w9*k6_X5C!0L}sMB>>+- z=w4}ekwMSiXr8>w0+2~%cXSA;|NTSxq_e)Xg$=~m_2Iek_ed(^& z9pxCi`kr*b4z;ir|GBALXMAp7tFaYYZ`emk@Z;<~L=*3Bu}JRupC1A``2B2He}Cd8vHmB^e#QQfO^e>0^*l~MQ#Y}wBwV(q+okrpYSKFCB;HwblRMG;7pXu{|vZ zFsI);IJe`kw>`FCpiI_|cn~_3LXkkJ=D}V8|NeLCv>>oYm7i_!Hz$|syM1d7OX=MI zd^z=7-!{JEN@WX~6Q#j;>B2>?a)6byeh0!f0x4wDFAQT#> zrPl*Y@rcy(i|m9CG0KDk=8H(eZLV1Z!o=5XKJlvZZia{GU=Yxz^(E|ev%y19iZu`AFzke2ze-O6rLEsXWU)sodfdj67g z*|ndM=U8&w5Of^gwhH8FeZ)9Wq9^Ej#8gvSBv7s?YwL$KiA!s75gUjpvAgaN2Orgke&^B@ITfb=}D7kdCG(RZ_edI(L4Ew3PKIY?_PRp1N)d*9L0j&m-Mz1bzP z;q2+P%5$t7dB}8!6(I#QhjMgG>WV=56Mj83XY@B2AV|}o_sXlRDts(GP-zTR%&8}O zTEt0&KLWXzI1O|&xhM#Q2}O+wvo}Lw`2|kA1>$ZAP~7cu4ofMo7ld4iUKJeiZ` zN4*jxEb(~nM6g6_Qwpkuhh`SX9jDD!>cy(gdIND;x}2EGN*Ho9*$K@nyG^zLt(k`e zYt7?8dWMS!qAX2xF;xw4TjwDJ5UsO*hSQWE^)qP7ZoeA-DZc&S8+NqJ0-58}X3PkP zD-2!i6)PeMSxGFYsx9TPOVb*q*RQo69`f!R{WJ`mU%Ih|U5?ATnQE zd(Xh6e^;i(y0x_Z0_`&jv{>sEDH|YImtuiHUAPVe>~|0>V56KqvOV$VyicKx<~m0y zL2fHiL<>2#M#}CA*KwLvRWRJ7-#YgM;m&NhWhsUc9}$M5QOFD zkc5nHuOK^h1b7hq*S>M4@}qr#GQEmAw4Wu7@GOohoN5v8DVBPb{}75l##1U)T#gQu z>GSN<_CQQN`8Xd4jRL;&nh8yJB{C?FdM-<#bM!kdihuYcCDt7eL}yiYATo0yVC5NY zIX*RX?Z$V|o(0ufum%9Z+9nnV)E6NjV2ka51?)spLC@tGMRxr!NTU~p|2=EKL?Ae% zR8bpn{E+ZUGIgxtJ>ii>CYQ|)5QkX0=Vbnz5g3d$QQ{nL%j~Rh_midnB37wP=G@q zOs-6YL24F)whY8ZHHW*d&AvcSMus`8;_bUX)7|)`Nw>4lz)>;B$MRMh}2fdmvIugq;*4mMcdUmtXXe-OGY$or=(&U?ZeKQ-NSd(pF&yrXiKVniGJbt88j!yntlpHxkxp3{nYGkm0>N7e(Zjgh;WOK*D z#bndSq5l-;LP<(7ut!OAJ4)_FO0kbA#S8$A9}^@H2tGG}%9AZ!I0@;{+z!uqL^&tn z0{ZbO=rDF}hr)i;l^tk`fA&ouubWqO+YYiCdk^o!RP44#?uZMpub^f40 zt_1dQsx(6INGnLkkD3sHw#KmpW7#^i0&5Fc>DlqlEVX;!lS1?q6sd0v&I+$lWmCnC z!Ac=p2hK3xf|KYrx@i2s|Nh0nLXFBd*;PtwY6nyo_u!3h2&g7dBe;xspynEtPY^Yn z%jlBopYc}9hrIBGkZp~A&LyW%6g%->5L}HWt%=5OW4{loYFq?6@lWmuE@S|g(d|nl zWDB{~(gp10_-j@ zS?yKQskXK~h$oLVq)sh@Zv-k=oLAc=?~=bYvxLo*)*BZNkhc`{dv??}V;BMHDIj%8$x;kC9QYIKt4t=ZnBDFtAjBM_sa5hU7sIF3Y`h7Rr_k2lW00S z+MPJ-yF;l=NO$M+n)|YX!LdAjkAJ&)yuPU!fFJ%-t~Oc1bE5Twp4kqEB8sjNu7V@< z$#xodU9owm>F=u^on1#!j(zWQW$CIM#{&cWMEzf5wde)7v#Wa_v!l=v{M@r#Z(YdG1e7{x&-d zZq(g)z;-X$z;=hCa*)=6OY!mtp5Vqi<#+UUNsb!J{Rt9!FR|mYpLgut>B%nN z$;QH*j^P5i4~=!O;p46Ha-X~G;3up_9YyV~58aoR3e5LF42n-rmYKV#k`J}WO&8$u zJgo@Vad~dA;cqnsl5lx0LbsYq$E)=f^)9k`MJ1K_cWs6gm0NU0h6`A&^ zk7=+gY%m>WUcxI@ax>ll&M=zUB#&%P`4PnB+cfFgncbGB3w|IqpX?)M!g*lk>=O1SMJ$@ zdBaeZd}OTUh*O&qAxFf)v-4cG@w4g4Qs2X;$q`j>Y`-`F$H-vzHM#n=gQEU?!15;8 zazCc!eoV_LOv`hamM6oO`!OxQ1Y6$x*K%IiavIa}V5a3b*m4TfavIa}NJXkVAZPkq zhDk2NBsXA^C&1+EOrOgz$z5S`{9m7Qz~uQ%atkK87ff!zB+qA(2PlG1#Ov2UXqagc zo#0p@GG`9{EgXZ&U_#cfiR2_2Q<}YXjN}#ueN(~H>Y33Zsj0xBM)VSVS(rnqfTzwV zoKNr_a6TdW2;P~Vq}!0X0C^-#9>pY&Vv=um!sIecav_);&m`|*lGicG#bEL%COMHw zJ_wU{d?nswj5v(h zRlgRTqw`{V(!keJ(0#KXp7dK6;Y>)p1cr4zrI(b1+Z>ep_Pt)G&j~?S8tf7nkFpZ0 ze44YfajQsant;2txS8_~X-Ss)vY~bLK+@lK;=S2Pb{g@?jgY$Lo1nuHFs*)V=A3x+ z&-MEOe+dM4Im?4?$tG99xi7^!UanrJmEpJ7NRUZag(BK(9ShkqzhF|B)3`OM&szVM z;r9b%v~S>9hHO{Uz&)ZMVqsI{Kbr%~ByLZ`gf~o*|LK7K$ji6;QRJYfy4=V z{?BLH^fGU_^8>zt`#4PYiT6J9cCNpfzxiK$9(ej#4^}G_yeyb8Oy3sZfXm*2><3%c z{)qVwI|bo)PX}Z8^S^l27{2d2$b+y$3gte)?h)9>yus)+^9B$pfNUgMi0L}nB;58M z zVgG}b3?9t*zr+4_6sy2;24nC#DZ>>~{x3ccyb9lekIXnpn}N;b0t+4Re+5V{aI}F9 z%ilPG-~A#;>y2CPz1+8JK^MV2%t6rs>jvx)ki=m3fSn6`!{0c$2o?{}GYDid7z4At z#}&b+@h?6PWEbauakejk73|Bu_&g9whg$!|?1E2WX^i=I!!t$w-wBtl2ZuE`Wy*5B K|Jc&e(EkAOP##+V literal 0 HcmV?d00001 diff --git a/src/test/resources/fixtures/iaf-1.12-red-only.nbt b/src/test/resources/fixtures/iaf-1.12-red-only.nbt new file mode 100644 index 0000000000000000000000000000000000000000..492dbd8e1e5818f9ecba8ded9f6a974f1dd40035 GIT binary patch literal 1130 zcmV-w1eNJP7-WQo7ETb|H z0H8C34Hm%iun#06l4LQdkvc)F%tjCCUZ}6hB1iYaCM_fzrX&$FQhV3Mw4sF@T4C8tiZkl0 zutvEzIEBp#PjP<5jYTy`VHKn|bFK=impa5LNYZ%mjT)i95Nm2yL)u;BB+^=;AaxHB z%-w~RAkyBwNGJLs;%M*QD27zjIpbWMJ1VM1Y^gVREo4d*{CZt;m(v-E%H7q)cb9Uz zQ+BcZ>}+oY<6}-D8ZTqqDz)I~cIlWr8zGSoHYTeKise$XE*bO01W9ch)x@c0F`^CFoN4JHN~99 zi$RO!;DyFnH12i+=q=uJIu6l=@#|GL@gR%o1zdJNx30!Wn1+JS;94J_sA6?2u$&Dh zRPi<}@Z1bCRN1-~Y%WFws$@M}vTr`)uafmG$lM*&SNR6+ex+YNY_DS7aQrK+JuxX9j(5xSt^+U6MXx0zS`k`4rH0y_E zt70A4JS@0kk>H|`I)-f@b5c@yke%tT3R(Ir=Chd3Vm^!cEatPA&tg7{`7GwMn9pK9 wi}@^up2dc+b7)S*-cy+~k-=c^>E5%a&qgplVVs&NCs_Xd3-i8u#ll7a0GIJJDgXcg literal 0 HcmV?d00001 From 4fe03fa33579ffa01df558689fc13ff8c43bd956 Mon Sep 17 00:00:00 2001 From: JohnBraham Date: Mon, 21 Sep 2026 19:08:32 +0100 Subject: [PATCH 4/7] Bring 1.12 Phase 3 in line with 1.10 release --- .github/workflows/ci.yml | 20 ++++++++-- .github/workflows/codeql-analysis.yml | 8 +++- CHANGELOG.md | 2 + build.gradle | 1 + gradle/furniture-catalog.gradle | 18 +++++++++ .../mc/ironagefurniture/Ironagefurniture.java | 2 + .../init/ClientRenderInitialiser.java | 40 +++++++++++++++++++ 7 files changed, 86 insertions(+), 5 deletions(-) create mode 100644 src/main/java/zone/moddev/mc/ironagefurniture/init/ClientRenderInitialiser.java diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e0382140c8..771ac03270 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,6 +26,12 @@ jobs: - name: Check out source uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 + - name: Install pinned Java 25 ForgeGradle Mavenizer runtime + uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5 + with: + distribution: temurin + java-version: '25.0.3+9.0.LTS' + - name: Install pinned Java 8 compiler toolchain uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5 with: @@ -50,7 +56,7 @@ jobs: chmod +x ./gradlew ./gradlew verifyMavenizerCompatibilityFixture help \ --no-daemon --no-build-cache --stacktrace --max-workers=2 \ - -Dorg.gradle.java.installations.paths="$JAVA_HOME,$JAVA_HOME_8_X64" \ + -Dorg.gradle.java.installations.paths="$JAVA_HOME,$JAVA_HOME_8_X64,$JAVA_HOME_25_X64" \ -Dorg.gradle.java.installations.auto-detect=false \ -Dorg.gradle.java.installations.auto-download=false \ | tee "$RUNNER_TEMP/cold-forge-bootstrap.log" @@ -67,7 +73,7 @@ jobs: set -euo pipefail ./gradlew verifyMavenizerCompatibilityFixture help \ --no-daemon --no-build-cache --stacktrace --max-workers=2 \ - -Dorg.gradle.java.installations.paths="$JAVA_HOME,$JAVA_HOME_8_X64" \ + -Dorg.gradle.java.installations.paths="$JAVA_HOME,$JAVA_HOME_8_X64,$JAVA_HOME_25_X64" \ -Dorg.gradle.java.installations.auto-detect=false \ -Dorg.gradle.java.installations.auto-download=false find "$GRADLE_USER_HOME" .gradle/mavenizer \ @@ -84,6 +90,12 @@ jobs: - name: Check out source uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 + - name: Install pinned Java 25 ForgeGradle Mavenizer runtime + uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5 + with: + distribution: temurin + java-version: '25.0.3+9.0.LTS' + - name: Install pinned Java 8 compiler toolchain uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5 with: @@ -104,7 +116,7 @@ jobs: chmod +x ./gradlew ./gradlew clean check build javadoc verifyReleaseArtifacts verifyReleaseChecksums \ --no-daemon --stacktrace \ - -Dorg.gradle.java.installations.paths="$JAVA_HOME,$JAVA_HOME_8_X64" \ + -Dorg.gradle.java.installations.paths="$JAVA_HOME,$JAVA_HOME_8_X64,$JAVA_HOME_25_X64" \ -Dorg.gradle.java.installations.auto-detect=false \ -Dorg.gradle.java.installations.auto-download=false @@ -112,7 +124,7 @@ jobs: run: >- ./gradlew genEclipseRuns eclipse isolateEclipseProductionRuns verifyEclipseProductionClasspath --no-daemon --stacktrace - -Dorg.gradle.java.installations.paths="$JAVA_HOME,$JAVA_HOME_8_X64" + -Dorg.gradle.java.installations.paths="$JAVA_HOME,$JAVA_HOME_8_X64,$JAVA_HOME_25_X64" -Dorg.gradle.java.installations.auto-detect=false -Dorg.gradle.java.installations.auto-download=false diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index c0240c57a7..f443106ce0 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -26,6 +26,12 @@ jobs: - name: Check out source uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 + - name: Install pinned Java 25 ForgeGradle Mavenizer runtime + uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5 + with: + distribution: temurin + java-version: '25.0.3+9.0.LTS' + - name: Install pinned Java 8 compiler toolchain uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5 with: @@ -51,7 +57,7 @@ jobs: chmod +x ./gradlew gradle_args=( clean classes --rerun-tasks --no-build-cache --no-daemon --stacktrace - "-Dorg.gradle.java.installations.paths=$JAVA_HOME,$JAVA_HOME_8_X64" + "-Dorg.gradle.java.installations.paths=$JAVA_HOME,$JAVA_HOME_8_X64,$JAVA_HOME_25_X64" -Dorg.gradle.java.installations.auto-detect=false -Dorg.gradle.java.installations.auto-download=false ) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7828edfb0..4516ef66aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,8 @@ Phase 3 lighting release for Minecraft 1.12.2 and Forge 14.23.5.2859. - Restore lava-lamp throwing. Thrown and falling lamps shatter with a glass sound, ignite dry landing positions, damage struck entities, and become an obsidian chunk on contact with water. +- Render thrown lava lamps with their translucent lava-lamp item model instead + of the unbound grey projectile fallback. - Let placed lava lamps melt ordinary ice directly beneath them. Packed ice and blue ice are intentionally unaffected. - Correct falling and underwater lamp placement, survival and Creative drops, diff --git a/build.gradle b/build.gradle index 6a28282901..76fdeef3a8 100644 --- a/build.gradle +++ b/build.gradle @@ -1208,6 +1208,7 @@ tasks.register('verifyDedicatedServerBoundaries') { include '**/*.java' exclude '**/init/ItemInitialiser.java' exclude '**/init/ClientModelInitialiser.java' + exclude '**/init/ClientRenderInitialiser.java' exclude '**/client/**' }.each { source -> String text = source.getText('UTF-8') diff --git a/gradle/furniture-catalog.gradle b/gradle/furniture-catalog.gradle index f866ad684e..2e5cc3ad84 100644 --- a/gradle/furniture-catalog.gradle +++ b/gradle/furniture-catalog.gradle @@ -204,6 +204,23 @@ tasks.register('updatePaddedBenchColourAssets') { } } +def verifyThrownLavaLampRenderer = { + String modSource = file( + 'src/main/java/zone/moddev/mc/ironagefurniture/Ironagefurniture.java') + .getText('UTF-8') + String clientRenderSource = file( + 'src/main/java/zone/moddev/mc/ironagefurniture/init/ClientRenderInitialiser.java') + .getText('UTF-8') + if (!modSource.contains('ClientRenderInitialiser.registerEntityRenderers();') + || !clientRenderSource.contains('@SideOnly(Side.CLIENT)') + || !clientRenderSource.contains('EntityThrownLavaLamp.class') + || !clientRenderSource.contains('new RenderSnowball') + || !clientRenderSource.contains( + 'BlockObjectHolder.light_metal_ironage_block_floor_lava_clear')) { + throw new GradleException('Thrown lava lamps must use the client-only lava-lamp item renderer') + } +} + tasks.register('updateFurnitureCatalog') { group = 'generation' description = 'Deterministically rewrites catalog-governed 1.12 recipes and advancements.' @@ -243,6 +260,7 @@ tasks.register('verifyFurnitureCatalog') { if (benchTypes.contains('END("end")')) { throw new GradleException('Unused BenchType.END creates missing type=end model variants') } + verifyThrownLavaLampRenderer() List recipes = fileTree(recipeDirectory) { include '*.json' }.files.sort { it.name } List advancements = fileTree(advancementDirectory) { include '*.json' }.files.sort { it.name } diff --git a/src/main/java/zone/moddev/mc/ironagefurniture/Ironagefurniture.java b/src/main/java/zone/moddev/mc/ironagefurniture/Ironagefurniture.java index 703e466a6e..01b5e2d3f0 100644 --- a/src/main/java/zone/moddev/mc/ironagefurniture/Ironagefurniture.java +++ b/src/main/java/zone/moddev/mc/ironagefurniture/Ironagefurniture.java @@ -9,6 +9,7 @@ import zone.moddev.mc.ironagefurniture.api.tile.TileEntityPaddedBench; import zone.moddev.mc.ironagefurniture.init.BlockInitialiser; import zone.moddev.mc.ironagefurniture.init.ClientModelInitialiser; +import zone.moddev.mc.ironagefurniture.init.ClientRenderInitialiser; import zone.moddev.mc.ironagefurniture.init.ItemInitialiser; import zone.moddev.mc.ironagefurniture.lib.util.MMDCreativeTab; @@ -64,6 +65,7 @@ public void preInit(FMLPreInitializationEvent event) { BlockInitialiser.init(); if (event.getSide().isClient()) { ClientModelInitialiser.registerPaddedBenchItemModels(); + ClientRenderInitialiser.registerEntityRenderers(); } } diff --git a/src/main/java/zone/moddev/mc/ironagefurniture/init/ClientRenderInitialiser.java b/src/main/java/zone/moddev/mc/ironagefurniture/init/ClientRenderInitialiser.java new file mode 100644 index 0000000000..a97d0486cb --- /dev/null +++ b/src/main/java/zone/moddev/mc/ironagefurniture/init/ClientRenderInitialiser.java @@ -0,0 +1,40 @@ +package zone.moddev.mc.ironagefurniture.init; + +import zone.moddev.mc.ironagefurniture.BlockObjectHolder; +import zone.moddev.mc.ironagefurniture.api.entity.EntityThrownLavaLamp; + +import net.minecraft.client.Minecraft; +import net.minecraft.client.renderer.entity.Render; +import net.minecraft.client.renderer.entity.RenderManager; +import net.minecraft.client.renderer.entity.RenderSnowball; +import net.minecraft.item.Item; +import net.minecraftforge.fml.client.registry.IRenderFactory; +import net.minecraftforge.fml.client.registry.RenderingRegistry; +import net.minecraftforge.fml.relauncher.Side; +import net.minecraftforge.fml.relauncher.SideOnly; + +/** Client-only render registration for the throwable lava lamp. */ +@SideOnly(Side.CLIENT) +public final class ClientRenderInitialiser { + + private ClientRenderInitialiser() { + throw new IllegalAccessError("This class cannot be instantiated"); + } + + public static void registerEntityRenderers() { + if (BlockObjectHolder.light_metal_ironage_block_floor_lava_clear == null) { + return; + } + + RenderingRegistry.registerEntityRenderingHandler(EntityThrownLavaLamp.class, + new IRenderFactory() { + @Override + public Render createRenderFor(RenderManager manager) { + return new RenderSnowball(manager, + Item.getItemFromBlock( + BlockObjectHolder.light_metal_ironage_block_floor_lava_clear), + Minecraft.getMinecraft().getRenderItem()); + } + }); + } +} From 5d2a1ea21106b9ae5341f3df974530057b89185b Mon Sep 17 00:00:00 2001 From: JohnBraham Date: Mon, 21 Sep 2026 23:06:03 +0100 Subject: [PATCH 5/7] Fix 1.12 English locale resource paths --- CHANGELOG.md | 2 ++ build.gradle | 13 ++++++++++--- .../lang/{en_EN.lang => en_en.lang} | 0 .../lang/{en_GB.lang => en_gb.lang} | 0 .../lang/{en_US.lang => en_us.lang} | 0 5 files changed, 12 insertions(+), 3 deletions(-) rename src/main/resources/assets/ironagefurniture/lang/{en_EN.lang => en_en.lang} (100%) rename src/main/resources/assets/ironagefurniture/lang/{en_GB.lang => en_gb.lang} (100%) rename src/main/resources/assets/ironagefurniture/lang/{en_US.lang => en_us.lang} (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4516ef66aa..783f1467d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ Phase 3 lighting release for Minecraft 1.12.2 and Forge 14.23.5.2859. `Color` NBT string suitable for later flattening migration. - Render placed and inventory upholstery with resource-pack-overridable vanilla wool textures through a client-only custom baked model. +- Package English locale files under Minecraft 1.12's lowercase resource + paths, restoring translated furniture names and the creative-tab title. ## Player-visible changes diff --git a/build.gradle b/build.gradle index 76fdeef3a8..caeedab1c4 100644 --- a/build.gradle +++ b/build.gradle @@ -1078,13 +1078,20 @@ tasks.register('verifyResourceJson') { !trimmed.isEmpty() && !trimmed.startsWith('#') }.collect { line -> line.substring(0, line.indexOf('=')) } } - List locales = ['en_EN.lang', 'en_GB.lang', 'en_US.lang'].collect { + List expectedLocaleNames = ['en_en.lang', 'en_gb.lang', 'en_us.lang'] + List actualLocaleNames = fileTree('src/main/resources/assets/ironagefurniture/lang') { + include '*.lang' + }.files.collect { it.name }.sort() + if (actualLocaleNames != expectedLocaleNames) { + throw new GradleException("English locale files must use Minecraft 1.12's lowercase names: ${expectedLocaleNames}") + } + List locales = expectedLocaleNames.collect { file("src/main/resources/assets/ironagefurniture/lang/${it}") } List englishKeys = localeKeys(locales.first()) locales.tail().each { locale -> if (localeKeys(locale) != englishKeys) { - throw new GradleException("${locale.name} does not match en_EN.lang ordered keys") + throw new GradleException("${locale.name} does not match en_en.lang ordered keys") } } @@ -1288,7 +1295,7 @@ tasks.register('verifyReleaseArtifacts') { new ZipFile(mainJar).withCloseable { ZipFile zip -> [ 'mcmod.info', - 'assets/ironagefurniture/lang/en_US.lang', + 'assets/ironagefurniture/lang/en_us.lang', 'zone/moddev/mc/ironagefurniture/Ironagefurniture.class' ].each { required -> if (zip.getEntry(required) == null) { diff --git a/src/main/resources/assets/ironagefurniture/lang/en_EN.lang b/src/main/resources/assets/ironagefurniture/lang/en_en.lang similarity index 100% rename from src/main/resources/assets/ironagefurniture/lang/en_EN.lang rename to src/main/resources/assets/ironagefurniture/lang/en_en.lang diff --git a/src/main/resources/assets/ironagefurniture/lang/en_GB.lang b/src/main/resources/assets/ironagefurniture/lang/en_gb.lang similarity index 100% rename from src/main/resources/assets/ironagefurniture/lang/en_GB.lang rename to src/main/resources/assets/ironagefurniture/lang/en_gb.lang diff --git a/src/main/resources/assets/ironagefurniture/lang/en_US.lang b/src/main/resources/assets/ironagefurniture/lang/en_us.lang similarity index 100% rename from src/main/resources/assets/ironagefurniture/lang/en_US.lang rename to src/main/resources/assets/ironagefurniture/lang/en_us.lang From 2426ff703e0adbaf9d5eb5eafad93b7a53344613 Mon Sep 17 00:00:00 2001 From: JohnBraham Date: Tue, 22 Sep 2026 09:24:32 +0100 Subject: [PATCH 6/7] Fix 1.12 padded bench inventory models --- CHANGELOG.md | 3 ++ gradle/furniture-catalog.gradle | 16 +++++++++++ .../mc/ironagefurniture/Ironagefurniture.java | 1 - .../client/ClientRegistryEvents.java | 24 ++++++++++++++++ .../init/ClientModelInitialiser.java | 28 ++++++++++++++++--- 5 files changed, 67 insertions(+), 5 deletions(-) create mode 100644 src/main/java/zone/moddev/mc/ironagefurniture/client/ClientRegistryEvents.java diff --git a/CHANGELOG.md b/CHANGELOG.md index 783f1467d2..641987aa25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,9 @@ Phase 3 lighting release for Minecraft 1.12.2 and Forge 14.23.5.2859. wool textures through a client-only custom baked model. - Package English locale files under Minecraft 1.12's lowercase resource paths, restoring translated furniture names and the creative-tab title. +- Register every padded-bench item variant during Forge 1.12's model-registry + event and select its inventory model from the stack's stable colour data, + fixing missing-model icons for padded back benches and later entries. ## Player-visible changes diff --git a/gradle/furniture-catalog.gradle b/gradle/furniture-catalog.gradle index 2e5cc3ad84..49baf8c331 100644 --- a/gradle/furniture-catalog.gradle +++ b/gradle/furniture-catalog.gradle @@ -248,6 +248,8 @@ tasks.register('verifyFurnitureCatalog') { description = 'Verifies catalog coverage, exact unlock criteria, optional conditions, and deterministic data.' inputs.file catalogFile inputs.file file('src/main/java/zone/moddev/mc/ironagefurniture/api/Enumerations/BenchType.java') + inputs.file file('src/main/java/zone/moddev/mc/ironagefurniture/client/ClientRegistryEvents.java') + inputs.file file('src/main/java/zone/moddev/mc/ironagefurniture/init/ClientModelInitialiser.java') inputs.files fileTree(recipeDirectory) { include '*.json' } inputs.files fileTree(advancementDirectory) { include '*.json' } doLast { @@ -403,6 +405,12 @@ tasks.register('verifyFurnitureCatalog') { String itemSource = file( 'src/main/java/zone/moddev/mc/ironagefurniture/api/Items/ItemBlockPaddedBench.java') .getText('UTF-8') + String clientRegistrySource = file( + 'src/main/java/zone/moddev/mc/ironagefurniture/client/ClientRegistryEvents.java') + .getText('UTF-8') + String clientModelSource = file( + 'src/main/java/zone/moddev/mc/ironagefurniture/init/ClientModelInitialiser.java') + .getText('UTF-8') String tileSource = file( 'src/main/java/zone/moddev/mc/ironagefurniture/api/tile/TileEntityPaddedBench.java') .getText('UTF-8') @@ -415,6 +423,14 @@ tasks.register('verifyFurnitureCatalog') { || !tileSource.contains('oldState.getBlock() != newState.getBlock()')) { throw new GradleException('The stable non-ticking padded colour item/TE contract is incomplete') } + if (!clientRegistrySource.contains('ModelRegistryEvent') + || !clientRegistrySource.contains('registerPaddedBenchItemModels()') + || !clientModelSource.contains('ModelBakery.registerItemVariants(item, variants)') + || !clientModelSource.contains('ModelLoader.setCustomMeshDefinition(item') + || !clientModelSource.contains('PaddedBenchColourHelper.getColour(stack)')) { + throw new GradleException('Forge 1.12 padded item variants must be registered during ' + + 'ModelRegistryEvent and selected from the complete ItemStack colour contract') + } } } diff --git a/src/main/java/zone/moddev/mc/ironagefurniture/Ironagefurniture.java b/src/main/java/zone/moddev/mc/ironagefurniture/Ironagefurniture.java index 01b5e2d3f0..ea7695a27a 100644 --- a/src/main/java/zone/moddev/mc/ironagefurniture/Ironagefurniture.java +++ b/src/main/java/zone/moddev/mc/ironagefurniture/Ironagefurniture.java @@ -64,7 +64,6 @@ public void preInit(FMLPreInitializationEvent event) { } BlockInitialiser.init(); if (event.getSide().isClient()) { - ClientModelInitialiser.registerPaddedBenchItemModels(); ClientRenderInitialiser.registerEntityRenderers(); } diff --git a/src/main/java/zone/moddev/mc/ironagefurniture/client/ClientRegistryEvents.java b/src/main/java/zone/moddev/mc/ironagefurniture/client/ClientRegistryEvents.java new file mode 100644 index 0000000000..4d34baf37a --- /dev/null +++ b/src/main/java/zone/moddev/mc/ironagefurniture/client/ClientRegistryEvents.java @@ -0,0 +1,24 @@ +package zone.moddev.mc.ironagefurniture.client; + +import zone.moddev.mc.ironagefurniture.Ironagefurniture; +import zone.moddev.mc.ironagefurniture.init.ClientModelInitialiser; + +import net.minecraftforge.client.event.ModelRegistryEvent; +import net.minecraftforge.fml.common.Mod; +import net.minecraftforge.fml.common.eventhandler.SubscribeEvent; +import net.minecraftforge.fml.relauncher.Side; + +/** + * Registers item model mappings at the point required by Forge 1.12's model lifecycle. + */ +@Mod.EventBusSubscriber(modid = Ironagefurniture.MODID, value = Side.CLIENT) +public final class ClientRegistryEvents { + private ClientRegistryEvents() { + throw new IllegalAccessError("This class cannot be instantiated"); + } + + @SubscribeEvent + public static void registerModels(ModelRegistryEvent event) { + ClientModelInitialiser.registerPaddedBenchItemModels(); + } +} diff --git a/src/main/java/zone/moddev/mc/ironagefurniture/init/ClientModelInitialiser.java b/src/main/java/zone/moddev/mc/ironagefurniture/init/ClientModelInitialiser.java index f5f2e76dfc..ff9abc7d4c 100644 --- a/src/main/java/zone/moddev/mc/ironagefurniture/init/ClientModelInitialiser.java +++ b/src/main/java/zone/moddev/mc/ironagefurniture/init/ClientModelInitialiser.java @@ -5,10 +5,15 @@ import zone.moddev.mc.ironagefurniture.Ironagefurniture; import zone.moddev.mc.ironagefurniture.api.Enumerations.PaddedBenchColour; import zone.moddev.mc.ironagefurniture.api.Items.ItemBlockPaddedBench; +import zone.moddev.mc.ironagefurniture.api.PaddedBenchColourHelper; import zone.moddev.mc.ironagefurniture.client.model.PaddedBenchModelLoader; +import net.minecraft.client.renderer.ItemMeshDefinition; +import net.minecraft.client.renderer.block.model.ModelBakery; import net.minecraft.client.renderer.block.model.ModelResourceLocation; import net.minecraft.item.Item; +import net.minecraft.item.ItemStack; +import net.minecraft.util.ResourceLocation; import net.minecraftforge.client.model.ModelLoader; import net.minecraftforge.client.model.ModelLoaderRegistry; import net.minecraftforge.fml.relauncher.Side; @@ -35,12 +40,27 @@ public static void registerPaddedBenchItemModels() { if (!(entry.getValue() instanceof ItemBlockPaddedBench)) { continue; } + final String itemName = entry.getKey(); + final Item item = entry.getValue(); + ResourceLocation[] variants = new ResourceLocation[PaddedBenchColour.values().length]; + int index = 0; for (PaddedBenchColour colour : PaddedBenchColour.values()) { - ModelLoader.setCustomModelResourceLocation(entry.getValue(), colour.getItemMetadata(), - new ModelResourceLocation(Ironagefurniture.MODID + ":padded/" - + colour.getSerializedName() + "/" + entry.getKey(), "inventory")); + variants[index++] = itemModelLocation(itemName, colour); } + ModelBakery.registerItemVariants(item, variants); + ModelLoader.setCustomMeshDefinition(item, new ItemMeshDefinition() { + @Override + public ModelResourceLocation getModelLocation(ItemStack stack) { + return itemModelLocation(itemName, PaddedBenchColourHelper.getColour(stack)); + } + }); } } -} + public static ModelResourceLocation itemModelLocation(String itemName, + PaddedBenchColour colour) { + PaddedBenchColour safeColour = colour == null ? PaddedBenchColour.RED : colour; + return new ModelResourceLocation(Ironagefurniture.MODID + ":padded/" + + safeColour.getSerializedName() + "/" + itemName, "inventory"); + } +} From 2679752e92cd87359b92f487be37f690cc346c12 Mon Sep 17 00:00:00 2001 From: JohnBraham Date: Tue, 22 Sep 2026 10:47:46 +0100 Subject: [PATCH 7/7] Expose 1.12 furniture add-on extension points --- CHANGELOG.md | 4 ++ README.md | 8 +++ .../api/Blocks/BackBench.java | 24 ++++--- .../client/model/PaddedBenchModelLoader.java | 17 ++++- .../init/ClientModelInitialiser.java | 62 ++++++++++++++----- .../api/Blocks/BackBenchExtensionTest.java | 31 ++++++++++ .../PaddedBenchModelLoaderExtensionTest.java | 24 +++++++ 7 files changed, 145 insertions(+), 25 deletions(-) create mode 100644 src/test/java/zone/moddev/mc/ironagefurniture/api/Blocks/BackBenchExtensionTest.java create mode 100644 src/test/java/zone/moddev/mc/ironagefurniture/client/model/PaddedBenchModelLoaderExtensionTest.java diff --git a/CHANGELOG.md b/CHANGELOG.md index 641987aa25..700f9c2e46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,6 +47,10 @@ Phase 3 lighting release for Minecraft 1.12.2 and Forge 14.23.5.2859. `zone.moddev.mc:iron-age-furniture:0.3.0.112021`. - Preserve the `ironagefurniture` mod ID and all surviving registry, resource, configuration, entity, NBT, and saved-world identities. +- Allow furniture add-ons to use their own registry namespace while retaining + the established connected-bench behaviour. +- Expose client registration for add-on padded-bench namespaces and items so + their placed and inventory models can use the shared sixteen-colour renderer. - Modernize the build to ForgeGradle 7.0.34, Gradle 9.6.1, a pinned Temurin Java 8 compiler, and Java 17 for Gradle while allowing Eclipse to use a newer Temurin Java 8 patch. diff --git a/README.md b/README.md index 8ed352c8a3..8a19237499 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,14 @@ The supported Java source namespace is now coordinate is `zone.moddev.mc:iron-age-furniture:0.3.0.112021`. +Furniture add-ons can register subclasses of the public IAF furniture blocks +under their own mod namespace and place their items in the IAF creative tab. +Connected bench subclasses participate in the normal joining behaviour, and +the client API can register an add-on namespace and item with the shared +sixteen-colour padded-bench renderer. Add-ons should retain ownership of their +own registry and resource IDs rather than registering new content as +`ironagefurniture`. + See [CHANGELOG.md](CHANGELOG.md) for the release notes and [docs/VERSIONS.md](docs/VERSIONS.md) for the versioning scheme. Bugs can be reported through the diff --git a/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/BackBench.java b/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/BackBench.java index 4a48774855..34c22fabcd 100644 --- a/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/BackBench.java +++ b/src/main/java/zone/moddev/mc/ironagefurniture/api/Blocks/BackBench.java @@ -91,31 +91,37 @@ public IBlockState getStateForPlacement(World world, BlockPos pos, EnumFacing fa } - private Boolean isIAFBench(IBlockState blockstate) { + /** + * Returns whether a block state participates in the connected-bench logic. + * + *

Use the shared bench implementation as the compatibility boundary rather + * than a registry namespace. This lets add-ons provide IAF furniture under + * their own namespace without changing the established joining algorithm.

+ * + * @param blockstate state to inspect + * @return {@code true} when the state uses the IAF back-bench implementation + */ + protected boolean isCompatibleBench(IBlockState blockstate) { Block block = blockstate.getBlock(); if (block==null) return false; - if (block.getRegistryName().getNamespace().contains("ironagefurniture") && block.getRegistryName().getPath().contains("bench")) { - return true; - } - - return false; + return block instanceof BackBench && blockstate.getProperties().containsKey(TYPE); } private BenchType getBenchType(IBlockState blockstate) { if (blockstate == null) return null; - if (isIAFBench(blockstate)) + if (isCompatibleBench(blockstate)) return (BenchType)blockstate.getProperties().get(TYPE); return null; } private EnumFacing getBenchDirection(IBlockState blockstate) { - if (isIAFBench(blockstate)) + if (isCompatibleBench(blockstate)) return (EnumFacing)blockstate.getProperties().get(FACING); return null; @@ -455,4 +461,4 @@ public void addCollisionBoxToList(IBlockState state, World worldIn, BlockPos pos super.addCollisionBoxToList(state, worldIn, pos, entityBox, collidingBoxes, entityIn, isActualState); } -} \ No newline at end of file +} diff --git a/src/main/java/zone/moddev/mc/ironagefurniture/client/model/PaddedBenchModelLoader.java b/src/main/java/zone/moddev/mc/ironagefurniture/client/model/PaddedBenchModelLoader.java index 0264de28fd..8547ecec32 100644 --- a/src/main/java/zone/moddev/mc/ironagefurniture/client/model/PaddedBenchModelLoader.java +++ b/src/main/java/zone/moddev/mc/ironagefurniture/client/model/PaddedBenchModelLoader.java @@ -4,6 +4,7 @@ import java.util.EnumMap; import java.util.LinkedHashSet; import java.util.Map; +import java.util.Set; import zone.moddev.mc.ironagefurniture.Ironagefurniture; import zone.moddev.mc.ironagefurniture.api.Enumerations.PaddedBenchColour; @@ -31,10 +32,24 @@ public enum PaddedBenchModelLoader implements ICustomModelLoader { private static final String ITEM_PREFIX = "models/padded/"; private static final String COLOURED_ITEM_PREFIX = "models/item/padded/"; private static final String BLOCK_PREFIX = "models/block/padded/"; + private static final Set NAMESPACES = new LinkedHashSet(); + + static { + NAMESPACES.add(Ironagefurniture.MODID); + } + + /** + * Adds an add-on resource namespace to the padded-bench model loader. + * + * @param namespace namespace containing the add-on's padded bench models + */ + public static void registerNamespace(String namespace) { + NAMESPACES.add(new ResourceLocation(namespace, "padded_bench").getNamespace()); + } @Override public boolean accepts(ResourceLocation modelLocation) { - if (!Ironagefurniture.MODID.equals(modelLocation.getNamespace())) { + if (!NAMESPACES.contains(modelLocation.getNamespace())) { return false; } String path = modelLocation.getPath(); diff --git a/src/main/java/zone/moddev/mc/ironagefurniture/init/ClientModelInitialiser.java b/src/main/java/zone/moddev/mc/ironagefurniture/init/ClientModelInitialiser.java index ff9abc7d4c..806c50a8b4 100644 --- a/src/main/java/zone/moddev/mc/ironagefurniture/init/ClientModelInitialiser.java +++ b/src/main/java/zone/moddev/mc/ironagefurniture/init/ClientModelInitialiser.java @@ -40,27 +40,59 @@ public static void registerPaddedBenchItemModels() { if (!(entry.getValue() instanceof ItemBlockPaddedBench)) { continue; } - final String itemName = entry.getKey(); - final Item item = entry.getValue(); - ResourceLocation[] variants = new ResourceLocation[PaddedBenchColour.values().length]; - int index = 0; - for (PaddedBenchColour colour : PaddedBenchColour.values()) { - variants[index++] = itemModelLocation(itemName, colour); - } - ModelBakery.registerItemVariants(item, variants); - ModelLoader.setCustomMeshDefinition(item, new ItemMeshDefinition() { - @Override - public ModelResourceLocation getModelLocation(ItemStack stack) { - return itemModelLocation(itemName, PaddedBenchColourHelper.getColour(stack)); - } - }); + registerPaddedBenchItemModel(Ironagefurniture.MODID, entry.getKey(), entry.getValue()); + } + } + + /** + * Registers all colour variants for one padded-bench item. Add-ons should + * call this method from their client {@code ModelRegistryEvent} handler. + * Models remain in the add-on's own resource namespace. + * + * @param namespace add-on resource namespace + * @param itemName registry path and base block-model name + * @param item padded-bench block item + */ + public static void registerPaddedBenchItemModel(String namespace, final String itemName, + final Item item) { + if (!(item instanceof ItemBlockPaddedBench)) { + throw new IllegalArgumentException("Padded bench item must use ItemBlockPaddedBench"); + } + + final String modelNamespace = new ResourceLocation(namespace, itemName).getNamespace(); + PaddedBenchModelLoader.registerNamespace(modelNamespace); + ResourceLocation[] variants = new ResourceLocation[PaddedBenchColour.values().length]; + int index = 0; + for (PaddedBenchColour colour : PaddedBenchColour.values()) { + variants[index++] = itemModelLocation(modelNamespace, itemName, colour); } + ModelBakery.registerItemVariants(item, variants); + ModelLoader.setCustomMeshDefinition(item, new ItemMeshDefinition() { + @Override + public ModelResourceLocation getModelLocation(ItemStack stack) { + return itemModelLocation(modelNamespace, itemName, + PaddedBenchColourHelper.getColour(stack)); + } + }); } public static ModelResourceLocation itemModelLocation(String itemName, PaddedBenchColour colour) { + return itemModelLocation(Ironagefurniture.MODID, itemName, colour); + } + + /** + * Builds the coloured inventory-model location for a core or add-on item. + * + * @param namespace resource namespace which owns the model + * @param itemName base block-model name + * @param colour upholstery colour + * @return model location used by the item mesh definition + */ + public static ModelResourceLocation itemModelLocation(String namespace, String itemName, + PaddedBenchColour colour) { PaddedBenchColour safeColour = colour == null ? PaddedBenchColour.RED : colour; - return new ModelResourceLocation(Ironagefurniture.MODID + ":padded/" + return new ModelResourceLocation(namespace + ":padded/" + safeColour.getSerializedName() + "/" + itemName, "inventory"); } } diff --git a/src/test/java/zone/moddev/mc/ironagefurniture/api/Blocks/BackBenchExtensionTest.java b/src/test/java/zone/moddev/mc/ironagefurniture/api/Blocks/BackBenchExtensionTest.java new file mode 100644 index 0000000000..cf44f85a7d --- /dev/null +++ b/src/test/java/zone/moddev/mc/ironagefurniture/api/Blocks/BackBenchExtensionTest.java @@ -0,0 +1,31 @@ +package zone.moddev.mc.ironagefurniture.api.Blocks; + +import static org.junit.Assert.assertFalse; +import static org.junit.Assert.assertTrue; + +import org.junit.Test; + +import net.minecraft.block.material.Material; +import net.minecraft.init.Blocks; +import net.minecraft.util.ResourceLocation; + +public class BackBenchExtensionTest { + @Test + public void recognisesBenchImplementationsFromAddonNamespaces() { + TestBackBench bench = new TestBackBench(); + bench.setRegistryName(new ResourceLocation("iafbygaddon", "test_back_bench")); + + assertTrue(bench.isCompatible(bench.getDefaultState())); + assertFalse(bench.isCompatible(Blocks.PLANKS.getDefaultState())); + } + + private static final class TestBackBench extends BackBench { + private TestBackBench() { + super(Material.WOOD, "test_back_bench", 10, false, 0.25, 1); + } + + private boolean isCompatible(net.minecraft.block.state.IBlockState state) { + return isCompatibleBench(state); + } + } +} diff --git a/src/test/java/zone/moddev/mc/ironagefurniture/client/model/PaddedBenchModelLoaderExtensionTest.java b/src/test/java/zone/moddev/mc/ironagefurniture/client/model/PaddedBenchModelLoaderExtensionTest.java new file mode 100644 index 0000000000..33718caf88 --- /dev/null +++ b/src/test/java/zone/moddev/mc/ironagefurniture/client/model/PaddedBenchModelLoaderExtensionTest.java @@ -0,0 +1,24 @@ +package zone.moddev.mc.ironagefurniture.client.model; + +import static org.junit.Assert.assertFalse; +import static org.junit.Assert.assertTrue; + +import org.junit.Test; + +import net.minecraft.util.ResourceLocation; + +public class PaddedBenchModelLoaderExtensionTest { + @Test + public void acceptsRegisteredAddonNamespaceOnlyForPaddedModels() { + PaddedBenchModelLoader.registerNamespace("iafbygaddon"); + + assertTrue(PaddedBenchModelLoader.INSTANCE.accepts(new ResourceLocation( + "iafbygaddon", "models/block/padded/test_bench"))); + assertTrue(PaddedBenchModelLoader.INSTANCE.accepts(new ResourceLocation( + "iafbygaddon", "models/item/padded/red/test_bench"))); + assertFalse(PaddedBenchModelLoader.INSTANCE.accepts(new ResourceLocation( + "iafbygaddon", "models/block/test_bench"))); + assertFalse(PaddedBenchModelLoader.INSTANCE.accepts(new ResourceLocation( + "anotheraddon", "models/block/padded/test_bench"))); + } +}